New interix-specific files:
[binutils-gdb.git] / gdb / ChangeLog
1 2002-11-01 Joel Brobecker <brobecker@gnat.com>
2
3 New interix-specific files:
4 * config/i386/nm-interix.h: New file.
5 * config/i386/interix.mh: New file.
6 * config/i386/interix.mt: New file.
7 * i386-interix-nat.c: New file.
8 * i386-interix-tdep.c: New file.
9
10 2002-11-01 Andrew Cagney <cagney@redhat.com>
11
12 * frame.h (deprecated_generic_get_saved_register): Rename
13 generic_get_saved_register.
14 * blockframe.c (deprecated_generic_get_saved_register): Update.
15 * xstormy16-tdep.c (xstormy16_get_saved_register): Update.
16 (xstormy16_frame_saved_register): Update.
17 * sh-tdep.c (sh_gdbarch_init): Update.
18 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
19 * ia64-tdep.c (ia64_get_saved_register): Update.
20 * cris-tdep.c (cris_gdbarch_init): Update.
21 * config/m32r/tm-m32r.h (GET_SAVED_REGISTER): Update.
22 * arm-tdep.c (arm_gdbarch_init): Update.
23
24 2002-10-31 Daniel Jacobowitz <drow@mvista.com>
25
26 * lin-lwp.c (lin_lwp_resume): Remove resume_all test for !step.
27
28 2002-10-31 Daniel Jacobowitz <drow@mvista.com>
29
30 * i386-linux-tdep.c (i386_linux_pc_in_sigtramp): Check for
31 trampolines in sigaction.
32
33 2002-10-31 Andrew Cagney <cagney@redhat.com>
34
35 * h8300-tdep.c: Include "gdb_assert.h".
36 (h8300_print_register): Add gdbarch, file and frame parameters.
37 Use frame_read_unsigned_register to read the register's value.
38 Use fprintf_filtered to display output.
39 (h8300_print_registers_info): Replace h8300_do_registers_info.
40 (h8300_gdbarch_init): Set print_registers_info.
41
42 2002-10-31 Andrew Cagney <cagney@redhat.com>
43
44 * frame.c (frame_read_unsigned_register): New function.
45 (frame_read_signed_register): New function.
46 * frame.h (frame_read_unsigned_register): Declare.
47 (frame_read_signed_register): Declare.
48
49 2002-10-31 Andrew Cagney <cagney@redhat.com>
50
51 * h8500-tdep.c (h8500_print_registers_info): New static function,
52 clone of infcmd.c's default_print_registers_info.
53 (h8500_do_registers_info): New funtion.
54 (h8500_print_register_hook): Rename print_register_hook, make
55 static.
56
57 * config/h8500/tm-h8500.h: Update copyright.
58 (DEPRECATED_DO_REGISTERS_INFO): Define.
59 (h8500_do_registers_info: Declare.
60 (PRINT_REGISTER_HOOK): Delete macro.
61 (print_register_hook): Delete function.
62
63 2002-10-31 Andrew Cagney <cagney@redhat.com>
64
65 * z8k-tdep.c (z8k_print_register_hook): Make static.
66 (z8k_print_registers_info): New static function, clone of
67 infcmd.c's default_print_registers_info.
68 (z8k_do_registers_info): New function. Wrap
69 z8k_print_registers_info.
70 * config/z8k/tm-z8k.h: Update copyright.
71 (PRINT_REGISTER_HOOK): Delete macro.
72 (z8k_print_register_hook): Delete declaration.
73 (DEPRECATED_DO_REGISTERS_INFO): Define.
74 (z8k_do_registers_info): Declare.
75
76 2002-10-30 Joel Brobecker <brobecker@gnat.com>
77
78 * hppa-tdep.c (find_function_in_inferior): Remove this extern,
79 as this is already provided by value.h, and was actually causing
80 a compilation error because of a conflict in parameter type
81 declaration due to a missing const keyword.
82 (low_text_segment_addres): Fix a compilation warning.
83
84 2002-10-29 Daniel Jacobowitz <drow@mvista.com>
85
86 * mips-linux-nat.c (mips_linux_cannot_fetch_register): Don't fetch
87 registers without a name.
88 (mips_linux_cannot_store_register): Don't store registers without
89 a name.
90
91 2002-10-28 David Carlton <carlton@math.stanford.edu>
92
93 * symtab.c (find_addr_symbol): Delete. (It was already commented
94 out.)
95 * symtab.h: Delete prototype for find_addr_symbol.
96
97 2002-10-26 Andrew Cagney <cagney@redhat.com>
98
99 * gdbarch.sh (DEPRECATED_DO_REGISTERS_INFO): Rename
100 DO_REGISTERS_INFO.
101 gdbarch.h, gdbarch.c: Re-generate.
102 * infcmd.c (default_print_registers_info): Update reference.
103 * mips-tdep.c (mips_gdbarch_init): Set deprecated_do_registers_info.
104 (mips_dump_tdep): Do not print DO_REGISTERS_INFO.
105 * sh-tdep.c (sh_gdbarch_init): Ditto.
106 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
107 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
108
109 2002-10-26 Mark Kettenis <kettenis@gnu.org>
110
111 * x86-64-tdep.c (x86_64_init_abi): Set init_extra_frame_info to
112 cfi_init_extra_frame_info.
113 * x86-64-tdep.h (x86_64_init_extra_frame_info): Remove prototype.
114 * x86-64-linux-tdep.c (x86_64_init_extra_frame_info): Remove function.
115
116 * x86-64-tdep.c (x86_64_init_abi): Add calls to override the i386
117 target where necessary. Add more comments and remove the ones
118 that don't provide any useful information.
119
120 * i386-tdep.c (i386_frame_saved_pc): Replace call to
121 deprecated_read_register_dummy with
122 frame_unwind_unsigned_register.
123
124 * i386-tdep.c (i386_extract_struct_value_address): Use
125 regcache_raw_read_unsigned instead of
126 regcache_cooked_read_unsigned since we know that the register
127 we're reading isn't a pseudo register. Rename variable 'val' into
128 the more descriptive 'addr'.
129
130 * x86-64-tdep.c: Fix some formatting problems, mostly in comments.
131 (x86_64_push_return_address): Add comment.
132 (x86_64_pop_frame): Make static.
133 (examine_argument): Clarify comment.
134 (x86_64_skip_prologue): Make prolog_expact variable static.
135
136 * dwarf2cfi.c: Fix some formatting problems.
137 (context_cpy, read_encoded_pointer): Clarify comments.
138
139 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Constify.
140 (x86_64_init_abi): Move set_gdbarch_* calls that overlap with the
141 i386 target back into x86_64_gdbarch_init. Add some comments and
142 remove meaningless ones.
143
144 2002-10-25 Andrew Cagney <cagney@redhat.com>
145
146 * complaints.h (struct deprecated_complaint): Rename `struct
147 complaint'.
148 * complaints.c (complain): Update.
149 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete
150 incorrect comment indicating that "symfile.h" was being included
151 for the `struct complaint' definition.
152 * remote-vx.c: Update.
153 * objc-lang.c: Update.
154 * xcoffread.c: Update.
155 * hpread.c: Update.
156 * mdebugread.c: Update.
157 * stabsread.c: Update.
158 * dwarf2read.c: Update.
159 * dwarfread.c: Update.
160 * elfread.c: Update.
161 * coffread.c: Update.
162 * stabsread.h: Update.
163 * dbxread.c: Update.
164 * buildsym.c: Update.
165 * gdbtypes.c: Update.
166 * macrotab.c: Update.
167
168 2002-10-25 Mark Kettenis <kettenis@gnu.org>
169
170 * x86-64-tdep.c (x86_64_gdbarch_init): Make a bit more similar to
171 the version in i386-tdep.c. Move set_gdbarch_* calls out into...
172 (x86_64_init_abi): ...new function.
173
174 * Makefile.in (i386v-nat.o): Add $(i386_tdep_h).
175 * i386v-nat.c: Include "i386-tdep.h".
176
177 2002-10-25 Andrew Cagney <cagney@redhat.com>
178
179 * gdbtypes.c (address_space_name_to_int): Update.
180 (address_space_int_to_name): Update.
181 * gdbarch.sh (address_class_type_flags_to_name): Change to a pure
182 multi-arch predicate.
183 (address_class_name_to_type_flags): Ditto.
184 * gdbarch.h, gdbarch.c: Re-generate.
185
186 * MAINTAINERS: Check all warnings when h8300hms and alpha-elf.
187
188 2002-10-24 Martin M. Hunt <hunt@redhat.com>
189
190 * utils.c (string_to_core_addr): Revert patch from 11 Oct.
191
192 2002-10-24 Elena Zannoni <ezannoni@redhat.com>
193
194 * symtab.h (INIT_SAL): Delete macro.
195 (init_sal): Export.
196 * symtab.c (init_sal): New function.
197
198 * ada-lang.c (ada_finish_decode_line_1): Change INIT_SAL macro
199 to init_sal function call.
200 (find_sal_from_funcs_and_line): Ditto.
201 (all_sals_for_line): Ditto.
202 * breakpoint.c (create_internal_breakpoint): Ditto.
203 (create_fork_vfork_event_catchpoint): Ditto.
204 (create_exec_event_catchpoint): Ditto.
205 (parse_breakpoint_sals): Ditto.
206 (watch_command_1): Ditto.
207 (handle_gnu_4_16_catch_command): Ditto.
208 (clear_command): Ditto.
209 * hppa-tdep.c (child_enable_exception_callback): Ditto.
210 * infcmd.c (run_stack_dummy): Ditto.
211 * infrun.c (process_event_stop_test): Ditto.
212 (check_sigtramp2): Ditto.
213 (step_over_function): Ditto.
214 * linespec.c (decode_line_2): Ditto.
215 (decode_line_1): Ditto.
216 * source.c (line_info): Ditto.
217 * symtab.c (find_pc_sect_line): Ditto.
218
219 2002-10-24 Michal Ludvig <mludvig@suse.cz>
220
221 * dwarf2cfi.c (struct context)
222 (struct context_reg): Moved to dwarf2cfi.h
223 (context_alloc, frame_state_alloc, context_cpy):
224 Made extern instead of static, removed prototypes.
225 * dwarf2cfi.h (struct context)
226 (struct context_reg): New, moved from dwarf2cfi.c
227 (context_alloc, frame_state_alloc, context_cpy):
228 New prototypes.
229 * x86-64-linux-tdep.c (x86_64_linux_sigtramp_saved_pc):
230 Changed from static to extern.
231 (LINUX_SIGINFO_SIZE, LINUX_SIGCONTEXT_PC_OFFSET)
232 (LINUX_SIGCONTEXT_FP_OFFSET)
233 (LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Adjusted.
234 (x86_64_linux_in_sigtramp, x86_64_linux_frame_chain)
235 (x86_64_init_frame_pc, x86_64_init_extra_frame_info): New.
236 * x86-64-tdep.c (x86_64_gdbarch_init): Several
237 set_gdbarch_*() calls now use x86-64 specific functions
238 instead of DWARF2 CFI ones.
239 * x86-64-tdep.h (x86_64_linux_in_sigtramp)
240 (x86_64_linux_frame_chain, x86_64_init_frame_pc)
241 (x86_64_init_extra_frame_info): New prototypes.
242
243 2002-10-23 David Carlton <carlton@math.stanford.edu>
244
245 * linespec.c: #include "parser-defs.h".
246 Delete prototype for find_template_name_end.
247 * Makefile.in (linespec.o): Depend on $(parser_defs_h).
248
249 2002-10-23 Jeff Johnston <jjohnstn@redhat.com>
250
251 * NEWS: add recent mi fixes.
252 * varobj.c (struct varobj): Add new "updated" flag.
253 (new_variable): Default "updated" flag to 0.
254 (varobj_set_value): Set "updated" flag to 1 if value
255 changes.
256 (varobj_update): Check varobj "updated" flag before
257 comparing old and refreshed values. Fix for
258 PR gdb/702.
259
260 2002-10-23 David Carlton <carlton@math.stanford.edu>
261
262 * parse.c (parse_exp_1): Use BLOCK_START.
263 * x86-64-tdep.c (x86_64_skip_prologue): Use BLOCK_END,
264 SYMBOL_BLOCK_VALUE.
265 * objc-lang.c (find_methods): Use BLOCK_START, BLOCK_END.
266
267 2002-10-23 David Carlton <carlton@math.stanford.edu>
268
269 * symtab.c: Delete cplusplus_hint.
270 Delete prototype for find_template_name_end.
271
272 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
273
274 * symtab.h: Update comment.
275
276 2002-10-23 Michael Snyder <msnyder@redhat.com>
277
278 * printcmd.c (address_info): Restore quotes in output.
279 * valops.c (value_of_local): Restore quotes in error message.
280
281 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
282
283 * symtab.c (symbol_demangled_name): New function.
284 * symtab.h (SYMBOL_DEMANGLED_NAME): Simplify macro, by
285 turning most of it into a function.
286 (symbol_demangled_name): Export.
287
288 2002-10-23 Michael Snyder <msnyder@redhat.com>
289
290 * valops.c (value_of_local): Restore quotes in error message.
291
292 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
293
294 * symtab.c (symbol_init_language_specific): New function.
295 * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): Simplify macro, by
296 turning most of it into a function.
297 (symbol_init_language_specific): Export.
298
299 2002-10-23 David Carlton <carlton@math.stanford.edu>
300
301 * dwarf2read.c (dwarf_tag_name): Add DWARF 3 names.
302 (dwarf_attr_name): Ditto.
303 (dwarf_type_encoding_name): Ditto.
304 (scan_partial_symbols): Descend into DW_TAG_namespace entries.
305 (process_die): Handle DW_TAG_namespace,
306 DW_TAG_imported_declaration, DW_TAG_imported_module.
307 (read_namespace): New function.
308
309 2002-10-22 Joel Brobecker <brobecker@gnat.com>
310
311 * configure.in: Define NEW_PROC_API on Interix too.
312 * configure: Regenerate.
313
314 2002-10-21 Joel Brobecker <brobecker@gnat.com>
315
316 * configure: Regenerate using the proper version of autoconf.
317
318 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
319
320 * findvar.c (read_var_value): Temporarily disable TLS code, until
321 complete TLS support is added.
322
323 2002-10-21 Jim Blandy <jimb@redhat.com>
324 Elena Zannoni <ezannoni@redhat.com>
325
326 * symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC
327 for thread local storage locations.
328 (struct symbol): Add objfile field.
329 (SYMBOL_OBJFILE): Define.
330 * dwarf2read.c (is_thread_local): New static variable.
331 (new_symbol): If variable is in thread local fill in address class
332 and objfile appropriately.
333 (decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address
334 stack operation.
335 * printcmd.c (address_info): Print the information for thread
336 local storage variable.
337 * findvar.c (read_var_value): In case of thread local variable,
338 defer to the target vector code to compute address.
339
340 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
341
342 * solib-svr4.c (svr4_fetch_objfile_link_map): New function.
343 * solib-svr4.h (svr4_fetch_objfile_link_map): Export.
344
345 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
346
347 * symtab.h (address_class): Rename
348 LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC.
349 * hpread.c (hpread_process_one_debug_symbol): Ditto.
350 * printcmd.c (address_info): Ditto.
351 * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
352
353 2002-10-20 Mark Kettenis <kettenis@gnu.org>
354
355 * i386bsd-nat.c (i386bsd_dr_set, i386bsd_dr_get_status): Use
356 DBREG_DRX macro to acces debug registers.
357
358 * Makefile.in (i386obsd-tdep.o): New target.
359
360 * solib-sunos.c: Include "bcache.h" and "regcache.h".
361 * Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
362
363 * configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
364 * config/i386/obsd.mt: New file.
365 * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce
366 i386obsd_sc_pc_offset and i386obsd_sc_sp_offset;
367 * i386obsd-nat.c (_initialize_i386obsd_nat): Set
368 i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of
369 i386nbsd_sigtramp_start and i386nbsd_sigtramp_end.
370 * i386obsd-tdep.c: New file.
371
372 2002-10-19 Adam Fedor <fedor@gnu.org>
373
374 * objc-exp.y (name_not_typename): Fix invalid comment.
375
376 2002-10-20 Mark Kettenis <kettenis@gnu.org>
377
378 * solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
379 to allocate partial syms and macro byte caches.
380
381 2002-10-18 David Carlton <carlton@math.stanford.edu>
382
383 * symtab.h: Delete 'struct source' and 'struct sourcevector'.
384
385 2002-10-18 Adam Fedor <fedor@gnu.org>
386
387 * stabsread.c (find_name_end): New function.
388 (define_symbol): Use it.
389
390 2002-10-18 Daniel Jacobowitz <drow@mvista.com>
391
392 * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
393 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
394 * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
395 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
396
397 2002-10-17 David Carlton <carlton@math.stanford.edu>
398
399 * symfile.h: Add opaque declaration for struct obstack.
400 Declare obsavestring to take a const char *.
401 * symfile.c (obsavestring): Make first argument a const char *.
402
403 2002-10-16 Adam Fedor <fedor@gnu.org>
404
405 * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
406 names when matching breakpoints in current file.
407
408 2002-10-16 Kevin Buettner <kevinb@redhat.com>
409
410 * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
411 (read_tag_pointer_type): Add address class support.
412 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
413 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
414 New methods.
415 * gdbarch.h, gdbarch.c: Regenerate.
416 * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
417 (make_type_with_address_space, recursive_type_dump): Add address
418 class support.
419 * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
420 (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
421 (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
422
423 2002-10-16 Klee Dienes <kdienes@apple.com>
424
425 * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
426 to get the last character of a char[] buffer, not
427 name[sizeof(vptr_name)-1].
428
429 2002-10-14 Adam Fedor <fedor@gnu.org>
430
431 * symtab.h: New objc_specific struct.
432 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
433 (SYMBOL_DEMANGLED_NAME): Likewise.
434
435 2002-10-14 Adam Fedor <fedor@gnu.org>
436
437 * symfile.c (init_filename_language_table): Add ObjC file extension.
438
439 2002-10-14 Adam Fedor <fedor@gnu.org>
440
441 * utils.c (puts_filtered_tabular): New function.
442 (fprintf_symbol_filtered): Get ObjC demangled name.
443 * defs.h (puts_filtered_tabular): Declared.
444
445 2002-10-14 Kevin Buettner <kevinb@redhat.com>
446
447 * c-lang.h (c_type_print_varspec_prefix): Delete.
448 * c-typeprint.c (c_type_print_varspec_prefix): Make static. Add
449 ``need_post_space'' parameter. Adjust all callers.
450
451 2002-10-14 Daniel Jacobowitz <drow@mvista.com>
452
453 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
454 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
455 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
456 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
457
458 2002-10-13 Adam Fedor <fedor@gnu.org>
459
460 * source.c (print_source_lines): Update comments.
461
462 2002-10-13 Adam Fedor <fedor@gnu.org>
463
464 * valops.c (value_of_local): New function.
465 (value_of_this): Use it.
466 * value.h (value_of_local): Declared.
467
468 2002-10-13 Adam Fedor <fedor@gnu.org>
469
470 * parse.c: (length_of_subexp, prefixify_subexp): Handle
471 OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
472
473 2002-10-12 Adam Fedor <fedor@gnu.org>
474
475 * language.c (binop_result_type): Add language_objc to case.
476 (integral_type): Likewise.
477 (character_type): Likewise.
478 (string_type): Likewise.
479 (boolean_type): Likewise.
480 (structured_type): Likewise.
481 (binop_type_check): Likewise.
482
483 2002-10-11 Adam Fedor <fedor@gnu.org>
484
485 * printcmd.c (address_info): Print 'self' for ObjC.
486
487 2002-10-11 Adam Fedor <fedor@gnu.org>
488
489 * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
490 OP_SELF.
491
492 2002-10-11 Adam Fedor <fedor@gnu.org>
493
494 * language.h (CAST_IS_CONVERSION): Add language_objc.
495
496 2002-10-11 Adam Fedor <fedor@gnu.org>
497
498 * defs.h (enum language): Add language_objc.
499
500 2002-10-11 Klee Dienes <kdienes@apple.com>
501
502 * findvar.c (read_memory_typed_address): New function.
503 * gdbcore.h (read_memory_typed_address): Add prototype.
504 * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
505 to read a value destined for a CORE_ADDR, not read_memory_integer.
506 * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
507 (f77_get_dynamic_lowerbound): Ditto.
508
509 2002-10-11 Martin M. Hunt <hunt@redhat.com>
510
511 * utils.c (string_to_core_addr): After turning string into
512 a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
513 which will do necessary sign-extension, etc.
514
515 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
516
517 * c-exp.y (THIS): Delete token and grammar rule.
518 (yylex): Don't return THIS.
519 * cp-valprint.c (vtbl_ptr_name_old): Delete.
520 (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
521 * demangle.c (cplus_markers): Update comment. Put '$'
522 first. Remove CPLUS_MARKER.
523 (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
524 * jv-exp.y (THIS): Delete token and grammar rule.
525 (yylex): Don't return THIS.
526 * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
527 * objc-exp.y (THIS): Delete token and grammar rule.
528 (yylex): Don't return THIS.
529 * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
530 * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
531 (read_member_functions): Likewise for opname.
532 (read_tilde_fields): Use is_cplus_marker.
533
534 * defs.h (CPLUS_MARKER): Don't define.
535 * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
536 * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
537 * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
538 * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
539 * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
540
541 * config/i386/tm-i386v4.h: Delete file.
542 * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
543 * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
544 * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
545 * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
546 * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
547 * config/i386/i386sco5.mt (TM_FILE): Likewise.
548 * config/i386/i386v4.mt (TM_FILE): Likewise.
549 * config/i386/ncr3000.mt (TM_FILE): Likewise.
550
551 2002-10-10 Marko Mlinar <markom@opencores.org>
552
553 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
554 accidentially not commited 2002-10-09
555 * gdbarch.h, gdbarch.c: Re-generate.
556
557 2002-10-09 Marko Mlinar <markom@opencores.org>
558
559 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
560 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
561 * gdbarch.h, gdbarch.c: Re-generate.
562
563 2002-10-08 Petr Sorfa <petrs@caldera.com>
564
565 Revised and re-submitted by John Wolfe <jlw@caldera.com>
566
567 Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
568 so we can work on more than one compilation unit at a time. This
569 helps prepare GDB to handle inter-CU die references.
570 * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
571 the code to be defined before struct comp_unit_head.
572 (comp_unit_head): Added new members - offset, cu_head,
573 begin_die, next and dwarf2_abbrevs.
574 (dwarf2_abbrevs): Removed single static var; now member of
575 struct comp_unit_head.
576 dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
577 members.
578 (psymtab_to_symtab_1): Changed to work with the new
579 struct comp_unit_head.
580 (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
581 constructs the dwarf2_abbrevs[] inside the cu_header.
582 (dwarf2_empty_abbrev_table): Now expects a ptr to a
583 dwarf2_abbrev table to clean up.
584 (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
585 handling of dwarf2_abbrevs inside the cu_header.
586 (read_partial_die): Now supports the call to the new
587 dwarf2_lookup_abbrev.
588 (read_full_die): Now supports the call to the new
589 dwarf2_lookup_abbrev.
590
591 2002-10-06 Christopher Faylor <cgf@redhat.com>
592
593 * Makefile.in (install-gdbtk): Add missing continuation backslash to
594 insure that shell variables, such as "transformed_name" are propagated
595 to later shell statements in rule.
596
597 2002-10-06 Mark Kettenis <kettenis@gnu.org>
598
599 * config/i386/nm-i386sco.h: Add protection against
600 multiple-inclusion. Include "i386/nm-i386v.h".
601 (REGISTER_U_ADDR): Remove define.
602 (i386_register_u_addr): Remove prototype.
603
604 2002-10-04 Michael Snyder <msnyder@redhat.com>
605
606 * m32r-stub.c (handle_exception): Make sure exception is "trap"
607 before treating it as a single-step event.
608
609 2002-10-03 Adam Fedor <fedor@gnu.org>
610
611 * objc-lang.c: ARI fixes. Change string.h to gdb_string.h.
612 (objc_demangle): Remove assignment in if statements, Replace
613 free with xfree.
614 (add_msglist): Likewise.
615 (end_msglist): Likewise.
616 (complare_selectors): Likewise.
617 (selectors_info): Likewise.
618 (compare_classes): Likewise.
619 (classes_info): Likewise.
620 (print_object_command): Likewise.
621 (find_objc_msgcall_submethod): Replace PTR with void *.
622 * objc-lang.h: Remove check for __STDC__.
623
624 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
625
626 * ui-out.h (ui_out_field_fmt_int): New prototype.
627 * ui-out.c (ui_out_field_fmt_int): New function allowing specification
628 of field width and alignment.
629 * stack.c (print_frame_info_base): When printing frame level, use
630 ui_out_field_fmt_int with a width of 2 and left alignment. Fix for
631 PR gdb/192
632
633 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
634
635 * MAINTAINERS: Add self to Write After Approval list.
636
637 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
638
639 * infcmd.c (interrupt_target_command_wrapper): Delete.
640 (interrupt_target_command): Make non static.
641 (nofp_registers_info): Make static.
642 * stack.c (return_command_wrapper): Delete.
643 (return_command): Make non static.
644
645 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
646
647 * event-top.c (gdb_setup_readline): New function. Code moved from
648 _initialize_event_loop().
649 (_initialize_event_loop): Call gdb_setup_readline().
650
651 2002-10-02 Andrew Cagney <ac131313@redhat.com>
652
653 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
654 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
655 * gdbarch.h, gdbarch.c: Re-generate.
656
657 2002-10-02 Daniel Jacobowitz <drow@mvista.com>
658
659 Fix PR gdb/778
660 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
661 before recursing.
662 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
663 of fill_in_vptr_fieldno.
664
665 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
666
667 * inferior.h (registers_info, stepi_command, nexti_command,
668 continue_command, interrupt_target_command): Export from infcmd.c.
669 * frame.h (args_info, selected_frame_level_changed_hook,
670 return_command): Export from stack.c.
671 * v850ice.c (stepi_command, nexti_command, continue_command): use
672 prototypes from inferior.h.
673 * tracepoint.c (registers_info, args_info, locals_info): Use
674 prototypes from frame.h and inferior.h.
675 * Makefile.in (mi-main.o): Add dependency on frame.h.
676
677 2002-10-02 Andrew Cagney <ac131313@redhat.com>
678
679 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
680 value in register 3 adjusted by ppc_gp0_regnum.
681
682 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
683
684 2002-10-02 Marko Mlinar <markom@opencores.org>
685
686 * MAINTAINERS: Add myself to the Write After Approval list.
687
688 2002-10-01 Alexandre Oliva <aoliva@redhat.com>
689
690 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
691 of the section for the N64 ABI, fixed.
692
693 * config/mips/tm-irix6.h: Include solib.h.
694
695 2002-10-01 Elena Zannoni <ezannoni@redhat.com>
696
697 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
698 GNU operators.
699
700 2002-10-01 Andrew Cagney <ac131313@redhat.com>
701
702 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
703 and that "mi0" syntax has been removed.
704
705 2002-09-30 David Carlton <carlton@math.stanford.edu>
706
707 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
708 * ppc-sysv-tdep.c: #include "gdb_string.h".
709 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
710 pacify GCC.
711
712 2002-10-01 Andrew Cagney <ac131313@redhat.com>
713
714 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
715 "vrsave"'s register number.
716
717 2002-09-30 Andrew Cagney <ac131313@redhat.com>
718
719 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
720 use frame_unwind_signed_register to obtain the PC.
721 (mips_frame_chain): Handle a generic dummy frame.
722 (mips_init_extra_frame_info): When a generic dummy frame, don't
723 re-compute the frame base.
724 (mips_pop_frame): Handle generic dummy frames.
725 (mips_gdbarch_init): When generic dummy frames, set
726 use_generic_dummy_frames, push_dummy_frame to
727 generic_push_dummy_frame, pc_in_call_dummy to
728 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
729 generic_save_dummy_frame_tos.
730
731 2002-09-30 Andrew Cagney <ac131313@redhat.com>
732
733 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
734 against TOP when TOP was explictly set.
735 (generic_push_dummy_frame): Set TOP to zero.
736
737 2002-09-30 Elena Zannoni <ezannoni@redhat.com>
738
739 * event-loop.c (start_event_loop): Rename variable 'result' to
740 'gdb_result', to avoid conflicts with upcoming intepreters changes.
741
742 2002-09-30 Keith Seitz <keiths@redhat.com>
743
744 * gdb-events.sh (selected_thread_changed): New event.
745 * gdb-events.c: Regenerated.
746 * gdb-events.h: Regenerated.
747
748 2002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
749
750 * MAINTAINERS: Add self to Write After Approval list.
751
752 2002-09-30 Fernando Nasser <fnasser@redhat.com>
753
754 * disasm.c: New file.
755 * disasm.h: New file.
756 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
757 (compare_lines): Ditto.
758 (dump_insns): Ditto.
759 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
760 argument.
761 (do_assembly_only): Ditto.
762 (do_disassembly): Renamed to gdb_disassembly and moved to
763 disasm.c. Sdded uiout argument.
764 * Makefile.in: Add new files. Reorder SFILES list. Update
765 dependencies. Include libgdb.a later in the insight executable.
766
767 2002-09-29 Andrew Cagney <ac131313@redhat.com>
768
769 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
770 bfd/elf64-alpha-fbsd.c.
771
772 2002-09-29 Andrew Cagney <ac131313@redhat.com>
773
774 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
775 i386gnu-tdep.c.
776
777 2002-09-29 Andrew Cagney <ac131313@redhat.com>
778
779 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
780 __FUNCTION__.
781 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
782 function name.
783 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
784 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
785 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
786 (S_msg_sig_post_reply): Ditto.
787
788 2002-09-28 Corinna Vinschen <vinschen@redhat.com>
789
790 * sh-tdep.c (sh_use_struct_convention): Use definition according
791 to ABI.
792 (sh_push_arguments): Store in register with correct endianess.
793 (sh_default_store_return_value): Ditto.
794 (sh_gdbarch_init): Set sizeof long double to 8.
795
796 2002-09-27 Mark Kettenis <kettenis@gnu.org>
797
798 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
799 Fix some whitespace problems.
800
801 2002-09-27 David Carlton <carlton@math.stanford.edu>
802
803 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
804 (mcore-tdep.o): Ditto.
805 (ns32k-tdep.o): Ditto.
806 (ns32knbsd-tdep.o): Ditto.
807 (sh3-rom.o): Ditto.
808 (vax-tdep.o): Ditto.
809 * cris-tdep.c: #include "gdb_string.h"
810 * mcore-tdep.c: Ditto.
811 * ns32k-tdep.c: Ditto.
812 * ns32knbsd-tdep.c: Ditto.
813 * sh3-rom.c: Ditto.
814 * vax-tdep.c: Ditto.
815
816 2002-09-27 David Carlton <carlton@math.stanford.edu>
817
818 * config/djgpp/fnchange.lst: Add entries for
819 gdb/testsuite/gdb.c++/m-static files.
820
821 2002-09-27 Jim Wilson <wilson@redhat.com>
822
823 * MAINTAINERS: Add myself to the Write After Approval list.
824
825 2002-09-26 Martin M. Hunt <hunt@redhat.com>
826
827 * mips-tdep.c (find_proc_desc): Initialize startaddr.
828
829
830 2002-09-26 Andrew Cagney <ac131313@redhat.com>
831
832 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
833 frame.
834
835 2002-09-26 Andrew Cagney <ac131313@redhat.com>
836
837 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
838 (rs6000_struct_return_address): Delete variable.
839 (rs6000_store_struct_return): Update.
840 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
841 deprecated_extract_struct_value_address.
842 (rs6000_frame_align): New function.
843 (rs6000_gdbarch_init): Set frame_align.
844
845 2002-09-26 Andrew Cagney <ac131313@redhat.com>
846
847 From Grace Sainsbury <graces@redhat.com>:
848 * Makefile.in (gdbtk-main.o): New target.
849 (gdb.o): New target.
850 (main_h): Define.
851 (main.o): Update dependencies.
852 (gdb$(EXEEXT)): Add gdb.o.
853 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
854 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
855 (SUBDIR_GDBTK_CLEAN): Set.
856 (install-gdbtk): Install the insight binary.
857 (uninstall-gdbtk): New target.
858 (all-gdbtk, clean-gdbtk): New rule.
859 * top.c (use_windows): Default to zero.
860 * main.c: Include "main.h".
861 (main): Delete.
862 (struct captured_main_args): Delete.
863 (gdb_main): New function.
864 * main.h: New file.
865 * gdb.c: New File.
866
867 2002-09-25 Andrew Cagney <cagney@redhat.com>
868
869 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
870 (frame_map_regnum_to_name): New function.
871 (frame_map_name_to_regnum): New function.
872 * frame.h (frame_map_name_to_regnum): Declare.
873 (frame_map_regnum_to_name): Declare.
874 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
875 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
876 * parse.c: Do not include "builtin-regs.h".
877 (target_map_name_to_register): Delete function.
878 (write_dollar_variable): Use frame_map_name_to_regnum.
879 * parser-defs.h (target_map_name_to_register): Delete declaration.
880 * expprint.c: Include "frame.h".
881 (print_subexp): Use frame_map_regnum_to_name.
882 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
883 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
884
885 2002-09-25 Andrew Cagney <ac131313@redhat.com>
886
887 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
888 wasn't saved, and the next innermost frame is a dummy, return the
889 dummy frame's link register.
890
891 2002-09-24 Jim Blandy <jimb@redhat.com>
892
893 Fix from Paul Breed:
894 * main.c (captured_main): Add a `break' after the case for 'b'.
895
896 2002-09-24 Keith Seitz <keiths@redhat.com>
897
898 * varobj.c (c_type_of_child): Use get_target_type instead
899 of TYPE_TARGET_TYPE.
900
901 2002-09-22 Fernando Nasser <fnasser@redhat.com>
902
903 * source.c (get_current_or_default_source_symtab_and_line): Remove
904 function.
905 (set_default_source_symtab_and_line): New function. Attempts to
906 determine a source file to list lines from if one is not currently
907 defined.
908 (get_current_source_symtab_and_line): Initialize sal.pc and
909 sal.end fields.
910 (set_current_source_symtab_and_line): Mark argument as const.
911 * source.h: Update declarations and comments.
912 * linespec.c (decode_line_1): Replace call to removed routine above.
913 * stack.c (print_frame_info_base): Ditto.
914 * cli/cli-cmds.c (edit_command): Ditto.
915 (list_command): Ditto.
916
917 2002-09-22 Fernando Nasser <fnasser@redhat.com>
918
919 * source.c (get_current_or_default_source_symtab_and_line): Initialize
920 sal.pc and sal.end fields.
921 (get_current_or_default_source_symtab_and_line): Ditto.
922 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
923 so we do not cause a new source symtab to be searched for (reverting an
924 unintentional change from the 2002-09-20 patch).
925 * scm-lang.c (scm_unpac): Ditto.
926
927 2002-09-21 Andrew Cagney <cagney@redhat.com>
928
929 * complaints.c (symfile_explanations): Remove new-line from
930 ``isolated_message''.
931 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
932 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
933
934 2002-09-20 Nick Clifton <nickc@redhat.com>
935
936 * NEWS: Announce that V850EA ISA is no longer supported.
937 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
938
939 2002-09-20 David Carlton <carlton@math.stanford.edu>
940
941 * Makefile.in (c-lang.o): Correct dependencies.
942 (utils.o): Gather dependencies.
943 (charset.o): Move.
944 * c-lang.c: #include "gdb_string.h"
945
946 2002-09-20 Fernando Nasser <fnasser@redhat.com>
947
948 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
949 * cli/cli-cmds.c (list_command): New function. Implements the new
950 cli edit command.
951 (_init_cli_cmds): Add new command definition.
952 * gdb.1: Document edit command.
953 * doc/gdb.texinfo: Document edit command.
954
955 2002-09-20 Fernando Nasser <fnasser@redhat.com>
956
957 * source.c: Make global variables current_source_symtab and
958 current_source_line static.
959 (list_command): Moved to cli/cli-cmds.c.
960 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
961 (get_first_line_listed): New accessor function.
962 (get_lines_to_list): New accessor function.
963 (get_current_source_symtab_and_line): New function. Retrieves the
964 position in the source code that we consider current.
965 (get_current_or_default_source_symtab_and_line): New function.
966 Like the above but attempts to determine a default position if one
967 is not currently defined.
968 (set_current_source_symtab_and_line): New function. Sets the source
969 code position considered current and returns the previously set one.
970 (clear_current_source_symtab_and_line): Reset stored information about
971 a current source line.
972 (_initialize_source): Remove registration for the "list" command and
973 its alias.
974 * source.h: Add declarations for the new functions above.
975 * symtab.h: Remove declarations for the global variables mentioned
976 above.
977 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
978 obtain current source line.
979 * linespec.c (decode_line_1): Ditto.
980 * macroscope.c (default_macro_scope): Ditto.
981 * scm-lang.c (scm_unpac): Ditto.
982 * stack.c (print_frame_info_base): Ditto.
983 * symfile.c (clear_symtab_users): Ditto.
984 * symtab.c (decode_line_spec): Ditto.
985 * cli/cli-cmds.c (list_command): Moved here from source.c.
986 (ambiguous_line_spec): Moved here from source.c.
987 (_init_cli_cmds): Add definition for "list" and its alias.
988 * Makefile.in: Update dependencies.
989
990 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
991
992 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
993 with what gcc thinks is correct.
994
995 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
996
997 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
998 multiple register push instruction.
999
1000 2002-09-19 Jim Blandy <jimb@redhat.com>
1001
1002 Add support for distinct host and target character sets.
1003 * charset.c, charset.h: New files.
1004 * c-exp.y: #include "charset.h".
1005 (yylex): Convert character and string literals to the target
1006 character set, before returning them as the semantic value of the
1007 token.
1008 * c-lang.c: #include "charset.h".
1009 (c_emit_char): Use charset-specific methods to recognize
1010 characters with backslash escape forms, to decide which characters
1011 to print literally and which to print using numeric escape
1012 sequences, and to convert target characters to host characters
1013 before printing.
1014 * utils.c: #include "charset.h".
1015 (no_control_char_error): New function.
1016 (parse_escape): Use charset-specific methods to recognize
1017 backslash escapes, parse `control character' notation, and convert
1018 characters from the host character set to the target character set.
1019 * configure.in: Set the default host character set.
1020 Check where to find iconv, and what its argument types might be.
1021 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
1022 * Makefile.in (SFILES): List charset.c.
1023 (COMMON_OBS): List charset.o.
1024 (charset.o): New rule.
1025 (charset_h): New header dependency variable.
1026 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
1027 (LIBICONV): New variable, set by configure.
1028 (CLIBS): Include $(LIBICONV) here.
1029 * aclocal.m4, config.in, configure: Regenerated.
1030
1031 2002-09-19 Joel Brobecker <brobecker@gnat.com>
1032
1033 * ada-exp.y: Add missing semicolons to end rules. Fixes a
1034 bison 1.35 warning.
1035
1036 2002-09-19 Richard Earnshaw <rearnsha@arm.com>
1037
1038 * gdb_mbuild.sh: New file.
1039
1040 2002-09-19 Andrew Cagney <ac131313@redhat.com>
1041
1042 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
1043
1044 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1045
1046 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
1047 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
1048 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
1049 valops.c, value.h: Revert previous change.
1050
1051 2002-09-18 Michael Snyder <msnyder@redhat.com>
1052
1053 Preliminary support for Objective-C:
1054 * defs.h (language_objc): New enum value.
1055 (puts_filtered_tabular): Declaration only, exported from utils.c.
1056 (skip_quoted): Delete, declared in completer.h.
1057 * c-exp.y: Include completer.h.
1058 * p-exp.y: Ditto.
1059 * jv-exp.y: Ditto.
1060 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
1061 New operator enum values.
1062 * language.h (CAST_IS_CONVERSION): Test for language_objc.
1063 * language.c (binop_result_type): Handle language_objc case.
1064 (integral_type, character_type, string_type, boolean_type,
1065 structured_type, binop_type_check): Ditto.
1066 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
1067 (struct objc_specific): Add to general_symbol_info.
1068 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
1069 (SYMBOL_DEMANGLED_NAME): Handle objc case.
1070 * parser-defs.h (struct objc_class_str): New struct type.
1071 (start_msglist, end_msglist, add_msglist): Declaration only,
1072 exported from objc-lang.c.
1073 * value.h (value_of_local, value_nsstring,
1074 call_function_by_hand_expecting_type): Exported from valops.c.
1075 * valops.c (find_function_addr): Export.
1076 (call_function_by_hand_expecting_type): New function.
1077 (value_of_local): New function.
1078 * symfile.c (init_filename_language_table): Add ".m" extension
1079 for Objective-C.
1080 * utils.c (puts_filtered_tabular): New function.
1081 (fprintf_symbol_filtered): Add objc demangling support (disabled).
1082 (set/show demangle): Extend help-string to refer to ObjC.
1083 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
1084 * stabsread.c (symbol_reference_defined): Objective-C symbols
1085 may contain colons: make allowances when scanning stabs strings
1086 for colons.
1087 (objc_find_colon): New function.
1088 * printcmd.c (address_info): If language == objc then print
1089 "self" instead of "this".
1090 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
1091 OP_NSSTRING, and OP_SELF.
1092 (prefixify_subexp): Ditto.
1093 * source.c (print_source_lines): Mention objc in comment.
1094 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
1095 method names.
1096
1097 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1098
1099 * complaints.h: Update copyright.
1100 (struct complaints): Declare.
1101 (struct complaint): Make `message' constant.
1102 (internal_complaint): Declare.
1103 (complaint): Declare.
1104 (complaint_root): Delete declaration.
1105 (symfile_complaints): Delete declaration.
1106 (struct complaints): Add opaque declaration.
1107 (clear_complaints): Add a complaints parameter.
1108 * complaints.c: Update copyright.
1109 (enum complaint_series): Define.
1110 (complaint_root): Delete.
1111 (struct complaints): Define.
1112 (complaint_sentinel, symfile_complaint_book): New variables.
1113 (symfile_explanations, symfile_complaints): New variables.
1114 New variables.
1115 (get_complaints): New function.
1116 (vcomplaint): New function.
1117 (complaint): New function.
1118 (internal_complaint): New function.
1119 (complain): Call vcomplain with symfile_complaint.
1120 (clear_complaints): Rewrite.
1121 (_initialize_complaints): Use add_setshow_command.
1122 * Makefile.in (complaints.o): Update dependencies.
1123 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
1124 to call to clear_complaints.
1125 (new_symfile_objfile, reread_symbols): Ditto.
1126 (oldsyms_complaint): Delete.
1127 (empty_symtab_complaint, unknown_option_complaint): Delete.
1128 (free_named_symtabs): Use complaint instead of complain.
1129
1130 2002-09-18 Michael Snyder <msnyder@redhat.com>
1131
1132 Contributed by Apple Computer, Inc. Merged with current sources
1133 by Adam Fedor <fedor@doc.com> [cagney].
1134
1135 * objc-lang.c: First clean-up round: comments, indentation.
1136 * objc-lang.h: Ditto.
1137 * objc-lang.y: Ditto.
1138
1139 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1140
1141 * maint.c (maintenance_internal_error): Print the parameter as the
1142 error message.
1143 (maintenance_internal_warning): New function.
1144 (_initialize_maint_cmds): Add command `maint internal-warning'.
1145
1146 * defs.h (internal_warning, internal_vwarning): Declare.
1147 * utils.c (struct internal_problem): Define.
1148 (internal_vproblem): New function.
1149 (internal_warning): New function.
1150 (internal_vwarning): New function.
1151 (internal_warning_problem, internal_error_problem): New variables.
1152 (internal_verror): Just call internal_vproblem.
1153
1154 2002-09-18 Michael Snyder <msnyder@redhat.com>
1155
1156 * objc-lang.c: New file, support for Objective-C.
1157 Preliminary check-in, not yet integrated into gdb.
1158 * objc-lang.h: New file.
1159 * objc-exp.y: New file.
1160
1161 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1162
1163 * infrun.c (signal_stop_update): Convert definition to ISO C.
1164 (signal_print_update): Ditto.
1165 (signal_pass_update): Ditto.
1166 * inflow.c (terminal_save_ours): Ditto.
1167
1168 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
1169 comments.
1170
1171 * config/djgpp/fnchange.lst: Handle name clashes between
1172 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
1173 bfd/coff-tic80.c.
1174
1175 * i386-linux-tdep.h: Fix tipo.
1176
1177 2002-09-18 Adam Fedor <fedor@gnu.org>
1178
1179 * MAINTAINERS: Add myself to the Write After Approval list.
1180
1181 2002-09-18 Jim Blandy <jimb@redhat.com>
1182
1183 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
1184 texthigh and textlow to reader-specific structs caused
1185 objfile_relocate to miss them. This is fixable, but the work that
1186 the change was supposed to prepare GDB for never got done anyway.
1187
1188 2002-09-18 David Carlton <carlton@math.stanford.edu>
1189
1190 * MAINTAINERS: Alphabetize Write After Approval list.
1191
1192 2002-09-18 Daniel Jacobowitz <drow@mvista.com>
1193
1194 Fix PR gdb/709
1195 * values.c (value_static_field): Call read_var_value.
1196
1197 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1198
1199 * valops.c (hand_function_call): Align the initial stack pointer
1200 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
1201 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
1202 return value.
1203 * mips-tdep.c (mips_frame_align): New function.
1204 (mips_gdbarch_init): Set frame_align.
1205 * gdbarch.sh (FRAME_ALIGN): New method.
1206 * gdbarch.h, gdbarch.c: Re-generate.
1207
1208 2002-09-18 Michal Ludvig <mludvig@suse.cz>
1209
1210 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
1211 registers.
1212
1213 2002-09-17 Andrew Cagney <ac131313@redhat.com>
1214
1215 * NEWS: Mention that MIPS $fp behavior changed.
1216 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
1217 reference to FP_REGNUM.
1218 (mipsnbsd_cannot_store_register): Ditto.
1219 * mips-linux-nat.c: Update copyright.
1220 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
1221 (mips_linux_cannot_store_register): Ditto.
1222 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
1223 * config/mips/tm-mips.h: Update copyright.
1224 (FP_REGNUM): Delete macro.
1225 (MIPS_REGISTER_NAMES): Replace "fp" with "".
1226 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
1227 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
1228 (mips_r3041_reg_names, mips_r3051_reg_names)
1229 (mips_r3081_reg_names): Replace "fp" with "".
1230 Fix PR gdb/480.
1231
1232 2002-09-17 Theodore A. Roth <troth@verinet.com>
1233
1234 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
1235 generic_read_register_dummy() (PR gdb/703).
1236 (avr_push_return_address): #if 0 out unused vars.
1237 (avr_gdbarch_init): Enable use of avr_push_return_address().
1238
1239 2002-09-17 Michael Snyder <msnyder@redhat.com>
1240
1241 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
1242 RTE will take care of it.
1243
1244 2002-09-17 Andrew Cagney <ac131313@redhat.com>
1245
1246 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
1247 invalid, return SP_REGNUM.
1248
1249 2002-09-17 Michael Snyder <msnyder@redhat.com>
1250
1251 * mips-tdep.c (mips_pop_frame): Read saved values of floating
1252 point registers without sign extension.
1253
1254 2002-09-17 Andrew Cagney <cagney@redhat.com>
1255
1256 * blockframe.c (deprecated_read_register_dummy): Rename
1257 generic_read_register_dummy.
1258 * frame.c (frame_unwind_signed_register): New function.
1259 (frame_unwind_unsigned_register): New function.
1260 * frame.h (frame_unwind_signed_register): Declare.
1261 (frame_unwind_unsigned_register): Declare.
1262 (deprecated_read_register_dummy): Rename
1263 generic_read_register_dummy.
1264
1265 * h8300-tdep.c (h8300_frame_chain): Update.
1266 (h8300_frame_saved_pc): Update.
1267 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
1268 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
1269 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
1270 (s390_frame_chain): Update.
1271 * v850-tdep.c (v850_find_callers_reg): Update.
1272 (v850_frame_saved_pc): Update.
1273 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
1274 (m32r_find_callers_reg): Update.
1275 (m32r_frame_saved_pc): Update.
1276 * sh-tdep.c (sh_find_callers_reg): Update.
1277 (sh64_get_saved_pr): Update.
1278 (sh_init_extra_frame_info): Update.
1279 (sh_init_extra_frame_info): Update.
1280 (sh64_init_extra_frame_info): Update.
1281 (sh64_init_extra_frame_info): Update.
1282 * mcore-tdep.c (mcore_find_callers_reg): Update.
1283 (mcore_frame_saved_pc): Update.
1284 (mcore_init_extra_frame_info): Update.
1285 * i386-tdep.c (i386_frame_saved_pc): Update.
1286 * ia64-tdep.c (ia64_frame_saved_pc): Update.
1287 (ia64_init_extra_frame_info): Update.
1288 (ia64_init_extra_frame_info): Update.
1289 * d10v-tdep.c (d10v_frame_saved_pc): Update.
1290 * cris-tdep.c (cris_init_extra_frame_info): Update.
1291 * avr-tdep.c (avr_frame_chain): Update.
1292 (avr_init_extra_frame_info): Update.
1293 (avr_frame_saved_pc): Update.
1294 * arm-tdep.c (arm_find_callers_reg): Update.
1295 (arm_init_extra_frame_info): Update.
1296 (arm_frame_saved_pc): Update.
1297
1298 2002-09-17 Tom Tromey <tromey@redhat.com>
1299
1300 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
1301 is "'".
1302
1303 2002-09-17 Corinna Vinschen <vinschen@redhat.com>
1304
1305 * MAINTAINERS: Remove "non multi-arched" text from h8300.
1306 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
1307 NEXT_PROLOGUE_INSN.
1308 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
1309 NEXT_PROLOGUE_INSN.
1310
1311 2002-09-16 Joel Brobecker <brobecker@gnat.com>
1312
1313 * osfsolib.c: Remove file, replaced by solib-osf.c.
1314 * Makefile.in: Remove compilation rules for osfsolib.c.
1315
1316 2002-09-16 David Carlton <carlton@math.stanford.edu>
1317
1318 * cp-valprint.c (cp_print_class_method): Correct args to
1319 check_stub_method_group.
1320
1321 2002-09-16 Corinna Vinschen <vinschen@redhat.com>
1322
1323 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
1324 `set architecture'. Unify naming convention of functions.
1325 (h8300_skip_prologue): Improve prologue analysis.
1326 (h8300_push_arguments): Rewritten to more closely match GCC's
1327 bizarre argument-passing behavior, along with the comment describing
1328 said behavior.
1329 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
1330 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
1331 sim, remote-e7000.c, remote-hms.c and remote.c
1332
1333 2002-09-15 Mark Kettenis <kettenis@gnu.org>
1334
1335 * i386-tdep.c (gdb_print_insn_i386): Removed.
1336 (i386_print_insn): New function.
1337 (i386_gdbarch_init): Set print_insn to i386_print_insns.
1338 (_initialize_i386_tdep): Don't initialize tm_print_insn and
1339 tm_print_insn_info.
1340
1341 2002-09-14 Mark Kettenis <kettenis@gnu.org>
1342
1343 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
1344 zero.
1345
1346 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
1347
1348 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
1349 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
1350 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
1351
1352 2002-09-13 Christopher Faylor <cgf@redhat.com>
1353
1354 * win32-nat.c (child_create_inferior): Honor 'tty' command.
1355
1356 2002-09-13 Daniel Jacobowitz <drow@mvista.com>
1357
1358 * gdbtypes.c (check_stub_method): Make static.
1359 (check_stub_method_group): New function.
1360 * gdbtypes.h: Update prototypes.
1361 * cp-support.c: New file.
1362 * cp-support.h: New file.
1363
1364 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
1365 (update_method_name_from_physname): New function.
1366 (read_member_functions): Correct method names for operators
1367 and v3 constructors/destructors. Separate v2 constructors and
1368 destructors.
1369 * Makefile.in (stabsread.o): Update dependencies.
1370 (SFILES): Add cp-support.c.
1371 (COMMON_OBS): Add cp-support.o.
1372 (cp_support_h, cp-support.o): Add.
1373
1374 * cp-valprint.c (cp_print_class_method): Call
1375 check_stub_method_group instead of check_stub_method. Remove
1376 extraneous QUITs.
1377 * p-valprint.c (pascal_object_print_class_method): Likewise.
1378 * valops.c (search_struct_method): Likewise.
1379 (find_method_list, value_struct_elt_for_reference): Likewise.
1380
1381 2002-09-13 Andrew Cagney <cagney@redhat.com>
1382
1383 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
1384 * gdbarch.h, gdbarch.c: Regenerate.
1385
1386 2002-09-13 Andrew Cagney <ac131313@redhat.com>
1387
1388 * frame.c (find_saved_register): Delete function.
1389 * frame.h (find_saved_register): Delete declaration.
1390 Fix PR gdb/631.
1391
1392 Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
1393
1394 * mips-tdep.c (read_next_frame_reg): Re-hack using
1395 frame_register_unwind.
1396
1397 Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
1398
1399 * mips-tdep.c (mips_get_saved_register): Re-hack using
1400 frame_register_unwind.
1401
1402 2002-09-12 Joel Brobecker <brobecker@gnat.com>
1403
1404 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
1405 vector. Will be useful for Interix.
1406 * gdbarch.h, gdbarch.c: Regenerate.
1407
1408 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
1409 name of the malloc function by NAME_OF_MALLOC.
1410
1411 2002-09-12 Joel Brobecker <brobecker@gnat.com>
1412
1413 * value.h (find_function_in_inferior): Add const keyword to
1414 one of the parameters. Allows us to invoke this function with
1415 a const char *.
1416 * valops.c (find_function_in_inferior): Likewise.
1417
1418 2002-09-12 Joel Brobecker <brobecker@gnat.com>
1419
1420 * exec.c (xfer_memory): Fix compilation warning with old versions
1421 of GCC.
1422 * tracepoint.c (trace_find_tracepoint_command): Likewise.
1423
1424 2002-09-12 David Carlton <carlton@math.stanford.edu>
1425
1426 * symtab.h: Run through gdb_indent.h.
1427 Add 2002 to Copyright year list.
1428
1429 2002-09-12 Alan Modra <amodra@bigpond.net.au>
1430
1431 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
1432 mach constants.
1433 * MAINTAINERS: Add myself to write after approval list.
1434
1435 2002-09-11 J. Brobecker <brobecker@gnat.com>
1436
1437 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
1438
1439 2002-09-11 J. Brobecker <brobecker@gnat.com>
1440
1441 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
1442 Interix.
1443
1444 2002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
1445
1446 * procfs.c (do_detach): Clear current signal, not just fault.
1447 Corrects problem with breakpoint trap signal leaking to detached
1448 process on Tru64.
1449
1450 2002-09-10 Michael Snyder <msnyder@redhat.com>
1451
1452 * buildsym.c (finish_block): Protect against null pointer.
1453
1454 2002-09-10 Andrew Cagney <cagney@redhat.com>
1455
1456 * infcmd.c (default_print_registers_info): Send all output to
1457 ``file'' instead of ``gdb_stdout''.
1458
1459 2002-09-10 Michael Snyder <msnyder@redhat.com>
1460
1461 * mips-tdep.c (mips_extract_struct_value_address): Make val a
1462 LONGEST, and use signed register read (addresses are sign-
1463 extended for mips).
1464
1465 2002-09-10 Stephane Carrez <stcarrez@nerim.fr>
1466
1467 * event-loop.c (gdb_do_one_event): Make public.
1468 * event-loop.h (gdb_do_one_event): Declare.
1469
1470 2002-09-10 Jeff Law <law@redhat.com>
1471
1472 * infttrace.c (child_resume): Simplify and rework to avoid
1473 TT_PROC_CONTINUE.
1474
1475 2002-09-09 Fred Fish <fnf@intrinsity.com>
1476
1477 * printcmd.c (print_scalar_formatted): "len" is the number of
1478 target bytes, NOT the number of target bits.
1479
1480 2002-09-09 Elena Zannoni <ezannoni@redhat.com>
1481
1482 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
1483 * top.c (init_main): Set rl_terminal_name.
1484
1485 2002-09-08 Aidan Skinner <aidan@velvet.net>
1486
1487 * ada-lang.c (ada_array_bound, ada_type_match,
1488 _initialize_ada_language): Fix K&R definitions.
1489 * ada-tasks.c (get_current_task): Fix K&R definitions.
1490 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
1491
1492 2002-09-07 Christopher Faylor <cgf@redhat.com>
1493
1494 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
1495 Add XP.
1496
1497 2002-09-06 Mark Kettenis <kettenis@gnu.org>
1498
1499 * i386-tdep.c (i386_register_virtual_type,
1500 i386_register_convertible, i386_register_convert_to_virtual,
1501 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
1502 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
1503 (i386_gdbarch_init): Fix comment. Add comments on calls that set
1504 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
1505 Don't set push_arguments twice.
1506
1507 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
1508 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
1509 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
1510 sigtramp_end to NULL.
1511 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
1512 defines.
1513 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
1514
1515 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
1516 whitespace.
1517
1518 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
1519 * gdbarch.h, gdbarch.c: Re-generate.
1520 * blockframe.c (find_pc_sect_partial_function): Convert to use
1521 SIGTRAMP_START_P predicate.
1522
1523 2002-09-05 Michael Snyder <msnyder@redhat.com>
1524
1525 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
1526 generic_dummy_frame method and old method. Also distinguish
1527 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
1528 (arm_extract_return_value): Use new regcache method.
1529
1530 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
1531 adjustment that doesn't conform to the ABI.
1532 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
1533 saved regcache, not from current regcache.
1534
1535 2002-09-05 Andrew Cagney <ac131313@redhat.com>
1536
1537 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
1538 * README: Update.
1539
1540 2002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
1541
1542 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
1543 if arm_apcs_32 is false.
1544
1545 2002-09-04 Andrew Cagney <ac131313@redhat.com>
1546
1547 GDB 5.3 branch created.
1548
1549 2002-09-03 Theodore A. Roth <troth@verinet.com>
1550
1551 * gdb/avr-tdep.c (avr_gdbarch_init): Use
1552 generic_unwind_get_saved_register.
1553
1554 2002-09-03 David Carlton <carlton@math.stanford.edu>
1555
1556 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
1557 argument (PR gdb/653). Update call to smash_to_method_type.
1558 (read_structure_scope): Update call to dwarf2_add_member_fn.
1559
1560 2002-09-03 Michal Ludvig <mludvig@suse.cz>
1561
1562 * x86-64-linux-tdep.c: Include gdb_string.h
1563 * x86-64-linux-nat.c: Ditto.
1564
1565 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1566
1567 * ada-exp.y (yyname, yyrule): Remap global variables that appear
1568 when YYDEBUG is set to 1.
1569 * c-exp.y: Likewise.
1570 * f-exp.y: Likewise.
1571 * jv-exp.y: Likewise.
1572 * m2-exp.y: Likewise.
1573 * p-exp.y: Likewise.
1574
1575 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1576
1577 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
1578 dependency list.
1579 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
1580 solib_svr4_fetch_link_map_offsets to
1581 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
1582 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
1583 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
1584 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
1585 solib-svr4.o, and solib-legacy.o.
1586 * config/i386/tm-nbsd.h: Include solib.h.
1587
1588 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1589
1590 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
1591 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
1592 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
1593 comment noting that this needs its own target configuration.
1594 * config/i386/nbsd.mt: New file.
1595 * config/i386/nbsdaout.mt: Remove.
1596 * config/i386/nbsdelf.mt: Ditto.
1597 * config/i386/tm-nbsdaout.h: Ditto.
1598
1599 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1600
1601 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
1602 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
1603 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
1604 tdep->sigtramp_end.
1605 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
1606 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
1607 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
1608
1609 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1610
1611 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
1612 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
1613 * i386-tdep.h (i386bsd_init_abi): New prototype.
1614 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
1615 function declaration.
1616 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
1617 for NetBSD-a.out or NetBSD-ELF.
1618 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
1619 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
1620 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
1621 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
1622 and nbsd-tdep.h.
1623 (i386nbsd_pc_in_sigtramp): New function.
1624 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1625 i386nbsd_pc_in_sigtramp.
1626 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
1627 and i386nbsdelf_init_abi OS ABI handlers.
1628 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
1629 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
1630
1631 2002-09-02 Mark Kettenis <kettenis@gnu.org>
1632
1633 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
1634 registers if the target really has them.
1635
1636 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1637
1638 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
1639 than nbsd-tdep.h.
1640
1641 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1642
1643 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
1644 list.
1645 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
1646 (alphanbsd_skip_sigtramp_frame): New functions.
1647 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
1648 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
1649 to alphanbsd_sigcontext_addr.
1650
1651 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1652
1653 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
1654 list.
1655 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
1656 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
1657 nbsd_pc_in_sigtramp.
1658 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
1659 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
1660 * nbsd-tdep.c: Include gdb_string.h.
1661 (nbsd_pc_in_sigtramp): New function.
1662 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
1663 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
1664 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1665 ppcnbsd_pc_in_sigtramp.
1666 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
1667 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1668 shnbsd_pc_in_sigtramp.
1669 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
1670 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
1671 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
1672
1673 2002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
1674
1675 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
1676 watchpoints to NULL.
1677 (insert_breakpoints): set val field of watchpoints if NULL.
1678
1679
1680 2002-08-29 Jim Blandy <jimb@redhat.com>
1681
1682 * symtab.c (lookup_symbol_aux): In the cases where we find a
1683 minimal symbol of an appropriate name and use its address to
1684 select a symtab to read and search, use `name' (as passed to us)
1685 as the demangled name when searching the symtab's global and
1686 static blocks, not the minsym's name.
1687
1688 2002-08-29 Keith Seitz <keiths@redhat.com>
1689
1690 * stack.c (print_frame_info_base): Always set current_source_symtab
1691 and current_source_line.
1692
1693 2002-08-29 Donn Terry <donnte@microsoft.com>
1694
1695 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
1696
1697 2002-08-28 Keith Seitz <keiths@redhat.com>
1698
1699 * stack.c (select_frame): Add FIXME concerning selected-frame
1700 events.
1701 (select_frame_command): Send selected-frame-level-changed
1702 event notification, but only if the level actually changed.
1703 (up_silently_base): Add selected-frame-level-changed event
1704 notification.
1705 (down_silently_base): Likewise.
1706
1707 2002-08-28 Andrew Cagney <ac131313@redhat.com>
1708
1709 * Makefile.in: Update dependencies for all gdb/*.c files.
1710
1711 2002-08-27 Tom Tromey <tromey@redhat.com>
1712
1713 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
1714 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
1715 Update dependencies.
1716 * i387-tdep.c: Include gdb_string.h.
1717 * osabi.c: Likewise.
1718 * i386-linux-nat.c: Likewise.
1719 * lin-lwp.c: Likewise.
1720 * ax-gdb.c: Likewise.
1721 * signals/signals.c: Likewise.
1722 * jv-valprint.c: Likewise.
1723 * p-lang.c: Likewise.
1724 * c-valprint.c: Likewise.
1725 * cp-abi.c: Likewise.
1726
1727 2002-08-27 Elena Zannoni <ezannoni@redhat.com>
1728
1729 * cli/cli-script.h (copy_command_lines): Export.
1730 * breakpoint.c: Include cli/cli-script.h.
1731 * Makefile.in (breakpoint.o): Update dependencies.
1732
1733 2002-08-26 Michael Snyder <msnyder@redhat.com>
1734
1735 * breakpoint.c (insert_breakpoints): Protect all references
1736 to 'process_warning'. Shorten long lines.
1737
1738 2002-08-26 Joel Brobecker <brobecker@gnat.com>
1739
1740 * cli/cli-script.c (copy_command_lines): New function.
1741 * defs.h (copy_command_lines): Export.
1742 * testsuite/gdb.base/commands.exp: New tests for commands
1743 attached to a temporary breakpoint, and for commands that
1744 delete the breakpoint they are attached to.
1745
1746 2002-08-26 Michael Snyder <msnyder@redhat.com>
1747
1748 * breakpoint.c (bpstat_stop_status): Instead of copying the
1749 pointer to the breakpoint commands struct, make a new copy
1750 of the struct and point to that.
1751 (bpstat_clear): Free the commands struct.
1752 (bpstat_clear_actions): Free the commands struct.
1753 (bpstat_do_actions): Free the command actions. Also execute
1754 the local cleanups, instead of deleting them.
1755 (delete_breakpoint): Leave the commands field of the bpstat
1756 chain alone -- it will be freed later.
1757
1758 2002-08-26 Kevin Buettner <kevinb@redhat.com>
1759
1760 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
1761 deleted in 2002-08-20 commit. This function is still used by
1762 ppc-linux-nat.c.
1763
1764 2002-08-26 Keith Seitz <keiths@redhat.com>
1765
1766 * gdb-events.sh: Add selected-frame-level-changed event.
1767 * gdb-events.c: Regenerated.
1768 * gdb-events.h: Regenerated.
1769
1770 2002-08-26 Stephane Carrez <stcarrez@nerim.fr>
1771
1772 Fix PR gdb/393:
1773 * inflow.c (terminal_save_ours): New function to save terminal
1774 settings.
1775 * inferior.h (terminal_save_ours): Declare.
1776 * target.c (debug_to_terminal_save_ours): New function.
1777 (cleanup_target): Defaults to_terminal_save_ours.
1778 (update_current_target): Inherit to_terminal_save_ours.
1779 (setup_target_debug): Set to_terminal_save_ours.
1780 * target.h (target_terminal_save_ours): New to save terminal settings.
1781 (target_ops): New member to_terminal_save_ours.
1782 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
1783 * hpux-thread.c (init_hpux_thread_ops): Likewise.
1784 * inftarg.c (init_child_ops): Likewise.
1785 * m3-nat.c (init_m3_ops): Likewise.
1786 * procfs.c (init_procfs_ops): Likewise.
1787 * wince.c (init_child_ops): Likewise.
1788 * win32-nat.c (init_child_ops): Likewise.
1789 * sol-thread.c (init_sol_thread_ops): Likewise.
1790
1791 2002-08-26 Mark Kettenis <kettenis@gnu.org>
1792
1793 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
1794 use regcache_* functions.
1795 (i386_gdbarch_init): Set store_return_value instead of
1796 deprecated_store_return_value.
1797
1798 * regcache.c (regcache_raw_write_signed,
1799 regcache_raw_write_unsigned): New functions.
1800 * regcache.h (regcache_raw_write_signed,
1801 regcache_raw_write_unsigned): New prototypes.
1802
1803 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1804
1805 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
1806 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
1807 source file dependencies. Cleanup corresponding generator rules.
1808
1809 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1810
1811 * regcache.h (register_offset_hack): Declare.
1812 (regcache_cooked_read_using_offset_hack): Declare.
1813 (regcache_cooked_write_using_offset_hack): Declare.
1814
1815 * regcache.c (register_offset_hack): New function.
1816 (regcache_cooked_read_using_offset_hack): New function.
1817 (regcache_cooked_write_using_offset_hack): New function.
1818 (regcache_dump): Check that the registers, according to their
1819 offset, are packed hard against each other.
1820 (cooked_xfer_using_offset_hack): New function.
1821
1822 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1823
1824 * regcache.c (struct regcache_descr): Add field register_type.
1825 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
1826 in as a parameter
1827 (init_regcache_descr): Initialize register_type. Pass the descr
1828 to init_legacy_regcache_descr. Use register_type instead of
1829 REGISTER_VIRTUAL_TYPE.
1830 (register_type): New function.
1831 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
1832 * regcache.h (register_type): Declare.
1833
1834 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1835
1836 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
1837 instead of deprecated_store_return_value. Fix fallout from
1838 2002-08-23 Andrew Cagney <cagney@redhat.com>.
1839
1840 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1841
1842 * regcache.c (max_register_size): New function.
1843 (init_legacy_regcache_descr): Ensure that max_register_size is
1844 large enough for REGISTER_VIRTUAL_SIZE.
1845 * regcache.h (max_register_size): Declare.
1846
1847 2002-08-24 Andrew Cagney <ac131313@redhat.com>
1848
1849 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
1850 store_return_value.
1851 (e500_extract_return_value): Change type of valbuf pointer to
1852 void.
1853
1854 2002-08-24 Mark Kettenis <kettenis@gnu.org>
1855
1856 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
1857 workaround.
1858
1859 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
1860 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
1861 long long) to prevent compiler warning on 64-bit systems.
1862
1863 2002-08-23 Andrew Cagney <cagney@redhat.com>
1864
1865 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
1866 (DEPRECATED_STORE_RETURN_VALUE): New method.
1867 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
1868 * gdbarch.h, gdbarch.c: Re-generate.
1869
1870 * values.c (set_return_value): Pass current_regcache to
1871 STORE_RETURN_VALUE.
1872 * arch-utils.h (legacy_store_return_value): Declare.
1873 * arch-utils.c (legacy_store_return_value): New function.
1874 (legacy_extract_return_value): Update parameters.
1875
1876 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
1877 STORE_RETURN_VALUE.
1878 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1879 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1880 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1881 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1882 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1883 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1884 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1885 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1886 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1887 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1888
1889 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1890 * i386-tdep.c (i386_extract_return_value): Update.
1891 * arch-utils.c (legacy_extract_return_value): Update.
1892 * frv-tdep.c (frv_gdbarch_init): Update.
1893 * cris-tdep.c (cris_gdbarch_init): Update.
1894 * d10v-tdep.c (d10v_gdbarch_init): Update.
1895 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1896 * m68k-tdep.c (m68k_gdbarch_init): Update.
1897 * mcore-tdep.c (mcore_gdbarch_init): Update.
1898 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1899 * s390-tdep.c (s390_gdbarch_init): Update.
1900 * sparc-tdep.c (sparc_gdbarch_init): Update.
1901 * sh-tdep.c (sh_gdbarch_init): Update.
1902 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
1903 * v850-tdep.c (v850_gdbarch_init): Update.
1904 * avr-tdep.c (avr_gdbarch_init): Update.
1905 * ia64-tdep.c (ia64_gdbarch_init): Update.
1906 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1907 * vax-tdep.c (vax_gdbarch_init): Update.
1908 * alpha-tdep.c (alpha_gdbarch_init): Update.
1909 * arm-tdep.c (arm_gdbarch_init): Update.
1910 * mips-tdep.c (mips_gdbarch_init): Update.
1911 * i386-tdep.c (i386_gdbarch_init): Update.
1912
1913 2002-08-23 Andrew Cagney <ac131313@redhat.com>
1914
1915 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
1916 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
1917
1918 2002-08-24 Mark Kettenis <kettenis@gnu.org>
1919
1920 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
1921 problems.
1922
1923 2002-08-23 Joel Brobecker <brobecker@gnat.com>
1924
1925 * infrun.c (handle_inferior_event): Move a comment outside of a
1926 function call, in order to avoid indent reformatting this part
1927 of the code in an unreadable way.
1928
1929 2002-08-23 Grace Sainsbury <graces@redhat.com>
1930
1931 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
1932 when breakpoints fail. Move general breakpoint error messages to
1933 insert_breakpoints.
1934 * breakpoint.c (insert_breakpoints): Change warnings when
1935 breakpoints are nto inserted to specify the type. Remove call to
1936 memory_error when hardware breakpoints can't be inserted. Remove
1937 multiple calls to warning so all messages are sent to the user at
1938 once.
1939 (delete_breakpoints): Make insert error messsages more explicit.
1940
1941 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
1942
1943 * ChangeLog: Move gdbserver entries after GDB 5.2 to
1944 gdbserver/ChangeLog.
1945
1946 2002-08-23 Mark Kettenis <kettenis@gnu.org>
1947
1948 * i386-tdep.c: Include "objfiles.h".
1949 (i386_svr4_init_abi): Set in_solib_call_trampoline and
1950 skip_trampoline_code.
1951 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
1952 (CPLUS_MARKER): Define to '.'.
1953
1954 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
1955 member.
1956 (linux_corefile_thread_callback): Increase args->num_notes.
1957 (linux_make_note_section): Initialize thread_args.num_notes, and
1958 use it to determine whether notes for any threads were created.
1959
1960 2002-08-23 Donn Terry <donnte@microsoft.com>
1961
1962 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
1963 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
1964 and PCUNKILL.
1965 (write_with_trace): Conditionalize out the switch branch handling
1966 PCSHOLD if the corresponding macro is not defined. Likewise for
1967 PRSABORT and PRSTOP.
1968 This change will be needed by the Interix port.
1969
1970 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
1971
1972 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
1973 write_register wherever possible instead of manipulating the
1974 register bytes directly.
1975 Assign VALUE_CONTENTS to a variable and use that.
1976 The GPR numbers are now dependent on the architecture.
1977
1978 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
1979
1980 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
1981 ev_offset fields.
1982 (skip_prologue): Add support for BookE/e500 instructions.
1983 (e500_extract_return_value): New function.
1984 (frame_get_saved_regs): Add support for saving ev registers and
1985 pseudo gpr's.
1986 (e500_store_return_value): New function.
1987 (rs6000_gdbarch_init): Move up default intializations of
1988 deprecated_extract_return_value and store_return_value. Overwrite
1989 init of store_return_value with e500 specific version.
1990 Set extract_return_value for e500.
1991
1992 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
1993
1994 * blockframe.c (generic_call_dummy_register_unwind): Use
1995 regcache_cooked_read to catch cases in which the variable is
1996 stored in a pseudo register.
1997
1998 2002-08-22 Andrew Cagney <cagney@redhat.com>
1999
2000 * NEWS: Mention that the i960 has been made obsolete.
2001 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
2002 i960-tdep.c
2003 (remote-nrom.o): Obsolete target.
2004 (remote-nindy.o, i960-tdep.o): Ditto.
2005 * remote-nrom.c: Make file obsolete.
2006 * remote-nindy.c, remote-vx960.c: Ditto.
2007 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
2008 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
2009 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
2010 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
2011 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
2012 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
2013 i960-*-vxworks* obsolete.
2014 * MAINTAINERS: Note that the i960 is obsolete.
2015
2016 2002-08-21 Corinna Vinschen <vinschen@redhat.com
2017
2018 * aix-thread.c (aix_thread_detach): Disable thread debugging on
2019 detach to allow reinitialization.
2020
2021 2002-08-22 Andrew Cagney <ac131313@redhat.com>
2022
2023 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
2024 attempt).
2025
2026 2002-08-22 Jim Blandy <jimb@redhat.com>
2027
2028 * coffread.c (coff_symfile_read): Don't try to read the line
2029 number table from disk if the image file doesn't have a symbol
2030 table; we'll never actually look at the info anyway, and Windows
2031 ships DLL's with bogus file offsets for the line number data.
2032
2033 2002-08-21 Elena Zannoni <ezannoni@redhat.com>
2034
2035 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
2036 an e500 executable.
2037
2038 2002-08-21 Michael Snyder <msnyder@redhat.com>
2039
2040 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
2041 (MSYMBOL_SIZE): Replace macro with function.
2042 (DEFAULT_MIPS_TYPE): Delete unused macro.
2043 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
2044 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
2045
2046 2002-08-21 Jim Blandy <jimb@redhat.com>
2047
2048 * valops.c (value_cast): Simplify and correct logic for doing a
2049 static cast from a pointer to a base class to a pointer to a
2050 derived class.
2051
2052 2002-08-21 Andrew Cagney <ac131313@redhat.com>
2053
2054 * infcmd.c (default_print_registers_info): Replace
2055 do_registers_info.
2056 (registers_info): Use gdbarch_print_registers_info instead of
2057 DO_REGISTERS_INFO.
2058 * inferior.h (default_print_registers_info): Replace
2059 do_registers_info.
2060 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
2061 (DO_REGISTERS_INFO): Change to a predicate function.
2062 * gdbarch.h, gdbarch.c: Regenerate.
2063
2064 2002-08-21 Keith Seitz <keiths@redhat.com>
2065
2066 * gdb-events.sh: Add target-changed event.
2067 * gdb-events.c: Regenerated.
2068 * gdb-events.c: Regenerated.
2069 * valops.c (value_assign): Add target-changed event notification
2070 to inlval_register, lval_memory, and lval_reg_frame_relative.
2071
2072 2002-08-21 Joel Brobecker <brobecker@gnat.com>
2073
2074 * NEWS: Add an entry regarding the improvement of the next/step
2075 operation on Alpha Tru64 multi-processor machines.
2076
2077 2002-08-21 Andrew Cagney <ac131313@redhat.com>
2078
2079 * Makefile.in: Update dependencies for mi/ cli/ and tui/
2080 directores.
2081 * Makefile.in: Update all _h macro definitions.
2082 * Makefile.in (install-gdbtk): Move to install section.
2083 (rdi-share/libangsd.a): Move to end of file.
2084
2085 2002-08-19 Andrew Cagney <ac131313@redhat.com>
2086
2087 * frame.c (frame_register_unwind): When a register, set addrp to
2088 the register's byte.
2089
2090 2002-08-20 Michael Snyder <msnyder@redhat.com>
2091
2092 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
2093 used locally, so move them from the target machine header to here.
2094 (mips_set_processor_type, mips_register_name, mips32_next_pc,
2095 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
2096 Make static.
2097 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
2098
2099 2002-08-20 Andrew Cagney <cagney@redhat.com>
2100
2101 * NEWS: Mention that the Apollo line was made obsolete.
2102 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
2103 m68*-hp-hpux* obsolete.
2104 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
2105 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
2106 * buildsym.c (make_blockvector): Make static.
2107 * buildsym.h (make_blockvector): Make extern declaration obsolete.
2108 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
2109 (ALLDEPFILES): Remove dstread.c.
2110 (dstread.o): Obsolete make rule.
2111 * dstread.c: Makefile obsolete.
2112 * dst.h: Ditto.
2113 * config/m68k/hp300hpux.mt: Ditto.
2114 * config/m68k/hp300hpux.mh: Ditto.
2115 * config/m68k/hp300bsd.mt: Ditto.
2116 * config/m68k/hp300bsd.mh: Ditto.
2117 * config/m68k/apollo68b.mt: Ditto.
2118 * config/m68k/apollo68v.mh: Ditto.
2119 * config/m68k/apollo68b.mh: Ditto.
2120
2121 2002-08-20 Michael Snyder <msnyder@redhat.com>
2122
2123 * mips-tdep.c (mips_in_return_stub): Make static.
2124 (mips_gdbarch_init): Set in_solib_return_trampoline.
2125 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
2126
2127 2002-08-20 Michael Snyder <msnyder@redhat.com>
2128
2129 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
2130 * gdbarch.c, gdbarch.h: Regenerate.
2131 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
2132 Add.
2133 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
2134
2135 2002-08-20 Michael Snyder <msnyder@redhat.com>
2136
2137 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
2138 (mips_gdbarch_init): Set skip_trampoline_code,
2139 in_solib_call_trampoline.
2140 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
2141 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
2142
2143 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2144
2145 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
2146
2147 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
2148 vector type for ev registers.
2149 (e500_pseudo_register_read): New function.
2150 (e500_pseudo_register_write): New function.
2151 (e500_dwarf2_reg_to_regnum): New function.
2152 (PPC_UISA_NOFP_SPRS): New macro.
2153 (PPC_EV_REGS): New macro.
2154 (PPC_GPRS_PSEUDO_REGS): New macro.
2155 (registers_e500): New register set for e500.
2156 (variants): Add e500 variant.
2157 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
2158 before setting architectural dependent variations. Initialize ev
2159 registers numbers. Add case for e500 architecture. Set the
2160 number of pseudo registers.
2161
2162 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2163
2164 * rs6000-tdep.c: Clean up comments.
2165
2166 2002-08-20 Andrew Cagney <cagney@redhat.com>
2167
2168 * h8300-tdep.c: Re-indent file.
2169
2170 2002-08-20 Jim Blandy <jimb@redhat.com>
2171
2172 * Makefile.in (LDFLAGS): Allow the configure script to establish a
2173 default for this.
2174
2175 2002-08-20 Keith Seitz <keiths@redhat.com>
2176
2177 * breakpoints.c (watch_command_1): Use internal breakpoint
2178 when setting a watchpoint_scope breakpoint.
2179
2180 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2181
2182 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
2183 (build_builtin_type_vec64i): Ditto.
2184 (build_builtin_type_vec128): Ditto.
2185 (build_builtin_type_vec128i): Ditto.
2186
2187 2002-08-19 Michael Snyder <msnyder@redhat.com>
2188
2189 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
2190 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
2191 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
2192 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
2193 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
2194 CALL_DUMMY_ADDRESS): Delete.
2195 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
2196 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
2197 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
2198 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
2199 push_return_address.
2200 (mips_register_raw_size, mips_eabi_use_struct_convention,
2201 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
2202 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
2203 mips_init_extra_frame_info, mips_eabi_push_arguments,
2204 mips_n32n64_push_arguments, mips_push_return_address,
2205 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
2206 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
2207
2208 2002-08-19 Michael Snyder <msnyder@redhat.com>
2209
2210 * mips-tdep.c (mips_frame_num_args): New function.
2211 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
2212 frame_saved_pc, frame_args_address, frame_locals_address,
2213 frame_num_args, and frame_args_skip.
2214 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
2215 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
2216 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
2217 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
2218
2219 2002-08-20 Michael Snyder <msnyder@redhat.com>
2220
2221 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
2222 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
2223 * mips-tdep.c (mips_store_struct_return): New function.
2224 (mips_extract_struct_value_address): New function.
2225 (mips_gdbarch_init): Set store_struct_return and
2226 extract_struct_value_address.
2227
2228 2002-08-20 David Carlton <carlton@math.stanford.edu>
2229
2230 * dwarf2read.c (dwarf2_build_psymtabs): Check that
2231 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
2232 (read_file_scope): Check that line_header is nonzero before
2233 decoding macro information.
2234
2235 2002-08-20 Mark Kettenis <kettenis@gnu.org>
2236
2237 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
2238 flag the general-purpose registers as floating-point on targets
2239 that don't support the floating-point registers.
2240
2241 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2242
2243 * rs6000-tdep.c (altivec_register_p): Delete.
2244 (rs6000_do_altivec_registers): Delete.
2245 (rs6000_altivec_registers_info): Delete.
2246 (rs6000_do_registers_info): Delete.
2247 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
2248 (rs6000_gdbarch_init): Remove setting of do_registers_info.
2249
2250 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2251
2252 * infcmd.c (do_registers_info): Print vector registers in hex
2253 format only.
2254 (print_vector_info): Check that printing registers
2255 makes sense.
2256 (print_float_info): Ditto.
2257
2258 2002-08-20 Andrew Cagney <ac131313@redhat.com>
2259
2260 * mips-tdep.c (mips_gdbarch_init): Update.
2261 (mips_o32_extract_return_value): Rewrite.
2262 (mips_o32_store_return_value): Rewrite.
2263 (mips_o32_xfer_return_value): New function.
2264 (mips_xfer_register): Tweak debug print message. Allow for
2265 buf_offset when dumping the value transfered.
2266
2267 2002-08-20 Andrew Cagney <ac131313@redhat.com>
2268
2269 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
2270 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
2271 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
2272 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
2273 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
2274
2275 2002-08-14 Michael Snyder <msnyder@redhat.com>
2276
2277 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
2278
2279 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
2280
2281 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
2282 register.
2283 (P): New macro to define a register as a pseudo register.
2284 (R, R4, R8, R16, FR32, R64, R0): Updated.
2285 (struct variant): Add new fields for number of pseudo registers
2286 and number of total registers.
2287 (tot_num_registers): New macro replacing....
2288 (num_registers): ...deleted macro.
2289 (num_registers): New function.
2290 (num_pseudo_registers): New function.
2291 (variants): Update all variants to intialize new fields correctly.
2292 Postpone initialization of number of pseudo regs and real regs.
2293 (init_variants): New function.
2294 (rs6000_gdbarch_init): Initialize variants. Update calculation of
2295 registers offsets.
2296
2297 2002-08-19 David Carlton <carlton@math.stanford.edu>
2298
2299 * valops.c (search_struct_field): Change error message to treat
2300 return value of 0 from value_static_field as meaning that field is
2301 optimized out.
2302 (value_struct_elt_for_reference): Ditto.
2303 * values.c (value_static_field): Treat an unresolved location the
2304 same as a nonexistent symbol. Fix PR gdb/635.
2305 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
2306 enclosed. Fix PR gdb/574.
2307 * MAINTAINERS: Add self to Write After Approval list.
2308
2309 2002-08-19 Andrew Cagney <ac131313@redhat.com>
2310
2311 * mips-tdep.c (mips_xfer_register): New function.
2312 (mips_n32n64_extract_return_value): Rewrite.
2313 (mips_gdbarch_init): For N32 and N64, set extract_return_value
2314 instead of deprecated_extract_return_value.
2315
2316 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
2317
2318 * rs6000-tdep.c (TDEP): Delete macro.
2319 (branch_dest): Replace use of TDEP macro with its body.
2320 (rs6000_pop_frame): Ditto.
2321 (rs6000_push_arguments): Ditto.
2322 (rs6000_skip_trampoline_code): Ditto.
2323 (rs6000_frame_saved_pc): Ditto.
2324 (rs6000_frame_chain): Ditto.
2325 (rs6000_register_name): Ditto.
2326 (rs6000_register_byte): Ditto.
2327 (rs6000_register_raw_size): Ditto.
2328 (rs6000_register_virtual_type): Ditto.
2329 (rs6000_register_convertible): Ditto.
2330 (rs6000_convert_from_func_ptr_addr): Ditto.
2331
2332 2002-08-19 Daniel Jacobowitz <drow@mvista.com>
2333
2334 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
2335 conditionally.
2336 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
2337 MIPS_LINUX_JB_ELEMENT_SIZE.
2338 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
2339 for MAX_REGISTER_RAW_SIZE arrays.
2340 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
2341 MIPS_LINUX_JB_ELEMENT_SIZE.
2342
2343 2002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
2344
2345 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
2346
2347 2002-08-19 Aidan Skinner <aidan@velvet.net>
2348
2349 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
2350 ada-valprint.c ada-tasks.c.
2351 (YYFILES): Add ada-exp.y.
2352 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
2353 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
2354 (ada-exp.tab.o): New target.
2355
2356 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2357
2358 * regcache.c (regcache_xfer_part): New function.
2359 (regcache_raw_read_part): New function.
2360 (regcache_raw_write_part): New function.
2361 (regcache_cooked_read_part): New function.
2362 (regcache_cooked_write_part): New function.
2363 * regcache.h (regcache_raw_read_part): Declare.
2364 (regcache_raw_write_part): Declare.
2365 (regcache_cooked_read_part): Declare.
2366 (regcache_cooked_write_part): Declare.
2367
2368 2002-08-18 Daniel Jacobowitz <drow@mvista.com>
2369
2370 * remote.c (remote_open_1): Add async_p.
2371 (remote_async_open_1): Delete.
2372 (open_remote_target): Delete.
2373 (remote_open, extended_remote_open): Update calls to remote_open_1.
2374 (remote_async_open, extended_remote_async_open): Call
2375 remote_open_1 instead of remote_async_open_1.
2376
2377 2002-08-19 Mark Kettenis <kettenis@gnu.org>
2378
2379 * blockframe.c: Fix a few coding standard violations.
2380
2381 2002-08-19 Mark Kettenis <kettenis@gnu.org>
2382
2383 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
2384 here from ...
2385 * config/i386/tm-i386sco5.h: ... here. File removed.
2386 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
2387
2388 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
2389 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
2390 (TM_FILE): Set to tm-i386.h.
2391 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
2392 * config/i386/tm-i386v.h: Remove file.
2393 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
2394 instead of "i386/tm-i386v.h".
2395 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
2396 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
2397 "i386/tm-i386v.h".
2398 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
2399 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
2400 "i386/tm-i386.h".
2401
2402 2002-08-18 Mark Kettenis <kettenis@gnu.org>
2403
2404 * config/i386/nm-i386v.h: Add protection against
2405 multiple-inclusion.
2406 (i386_register_u_addr): Remove prototype.
2407 (register_u_addr): New prototype.
2408 (REGISTER_U_ADDR): Redefine accordingly.
2409 * i386v-nat.c: Improve several comments.
2410 (i386_register_u_addr): Change signature and rename to
2411 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
2412 ubase variable.
2413
2414 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2415
2416 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
2417 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
2418 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
2419 deprecated_extract_return_value.
2420 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
2421 rename mips_o32o64_push_arguments.
2422 (mips_gdbarch_init): Update.
2423 (mips_extract_return_value): Delete.
2424 (mips_o32_extract_return_value): Clone mips_extract_return_value.
2425 (mips_o64_extract_return_value): Clone mips_extract_return_value.
2426 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
2427 (mips_n32n64_extract_return_value): Clone
2428 mips_extract_return_value.
2429 (mips_store_return_value): Delete.
2430 (mips_o32_store_return_value): Clone mips_store_return_value.
2431 (mips_o64_store_return_value): Clone mips_store_return_value.
2432 (mips_eabi_store_return_value): Clone mips_store_return_value.
2433 (mips_n32n64_store_return_value): Clone mips_store_return_value.
2434
2435 2002-08-18 Aidan Skinner <aidan@velvet.net>
2436
2437 * ada-lang.c: Use gdb_string.h instead of <string.h>.
2438 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
2439
2440 2002-08-18 Aidan Skinner <aidan@velvet.net>
2441
2442 * ada-lang.c: Run through gdb_indent.sh.
2443 * ada-lang.h: Run through gdb_indent.sh.
2444 * ada-tasks.c: Run through gdb_indent.sh.
2445 * ada-typeprint.c: Run through gdb_indent.sh.
2446 * ada-valprint.c: Run through gdb_indent.sh.
2447
2448 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2449
2450 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
2451 ABI.
2452
2453 2002-08-18 Mark Kettenis <kettenis@gnu.org>
2454
2455 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
2456
2457 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
2458 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
2459
2460 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
2461 write_register_gen instead of write_register_bytes.
2462
2463 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
2464 i[3456]-*-osf1mk* configurations have been made obsolete.
2465 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
2466 i[3456]86-*-osf1mk* hosts obsolete.
2467 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
2468 targets obsolete.
2469 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
2470 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
2471 config/i386/i386m3.mt, config/i386/nm-m3.h,
2472 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
2473 config/i386/i386mk.mh, config/i386/i386mk.mt,
2474 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
2475 obsolete.
2476 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
2477 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
2478 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
2479
2480 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2481
2482 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
2483 (hppa_value_returned_from_stack): Declare.
2484 (hppa_extract_return_value): Declare.
2485 * config/pa/hppa.mt: New file.
2486 * configure.tgt: Recognize hppa*-*-*.
2487 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
2488
2489 2002-08-18 Mark Kettenis <kettenis@gnu.org>
2490
2491 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
2492 comment.
2493
2494 2002-08-17 Mark Kettenis <kettenis@gnu.org>
2495
2496 * top.c (gdb_rl_operate_and_get_next): Make sure
2497 operate-and-get-next functions correctly even when the history
2498 list is completely filled.
2499
2500 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2501
2502 * MAINTAINERS (Target Instruction Set Architectures): Rename
2503 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
2504 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
2505 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
2506 already listed under Host/Native.
2507
2508 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
2509 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
2510 mips*-*-*.
2511
2512 2002-08-17 Andrew Cagney <ac131313@redhat.com>
2513
2514 * config/ia64/ia64.mt: New file.
2515 * config/alpha/alpha.mt: New file.
2516 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
2517 ia64-linux-gnu. Mention that ia64-elf is broken.
2518 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
2519
2520 2002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
2521
2522 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
2523 generic_func_frame_valid instead of func_frame_valid.
2524
2525 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2526
2527 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
2528 procfs appears to be broken when debugging on multi-processor
2529 machines. So enable software single stepping in order to avoid
2530 using the procfs interface to do next/step operations, using
2531 internal breakpoints instead.
2532
2533 * infrun.c (handle_inferior_event): Readjust the stop_pc by
2534 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
2535 make this pc address equal to the value it would have if the
2536 system stepping capability was used. Also set a new flag used
2537 to ensure that we don't readjust the PC one more time later.
2538
2539 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
2540 address by DECR_PC_AFTER_BREAK when software single step is
2541 in use for this architecture, as this has already been taken
2542 care of in handle_inferior_event().
2543
2544 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2545
2546 * infrun.c (handle_inferior_event): Minor reformatting, to make
2547 a rather long condition expression easier to read.
2548
2549 2002-08-16 Andrew Cagney <ac131313@redhat.com>
2550
2551 * Makefile.in (gdbtk.o): Move to end of file.
2552 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
2553 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
2554 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
2555 (gdbtk-wrapper.o, gdbres.o): Ditto.
2556
2557 2002-08-16 Andrew Cagney <ac131313@redhat.com>
2558
2559 * Makefile.in (copying.o): Separate out compile rule.
2560 (hpux-thread.o, procfs.o, signals.o): Ditto.
2561 (v850ice.o, z8k-tdep.o): Ditto.
2562 (tui-file.o): Move to TUI section.
2563 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
2564 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
2565
2566 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2567
2568 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
2569 skip_trampoline_code, for better namespace-proofing.
2570
2571 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
2572
2573 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2574
2575 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
2576
2577 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2578
2579 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
2580 signal, check whether we hit a breakpoint before checking for a
2581 single step breakpoint. Otherwise, GDB fails to notice that a
2582 breakpoint has been hit when stepping onto a breakpoint.
2583
2584 2002-08-16 Keith Seitz <keiths@redhat.com>
2585
2586 * gdb-events.sh (clear_gdb_event_hooks): New function.
2587 * gdb-events.c: Regenerate.
2588 * gdb-events.h: Regenerate.
2589
2590 2002-08-16 Andrew Cagney <ac131313@redhat.com>
2591
2592 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
2593 not_a_sw_breakpoint.
2594 * breakpoint.h (bpstat_stop_status): Add parameter names.
2595
2596 2002-08-16 Grace Sainsbury <graces@redhat.com>
2597
2598 * remote.c (remote_insert_hw_breakpoint)
2599 (remote_remove_hw_breakpoint): Fix calculation of length field
2600 for Z-packet.
2601
2602 2002-08-15 Michael Snyder <msnyder@redhat.com>
2603
2604 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
2605 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
2606 (supply_fpregset): Ditto.
2607
2608 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
2609 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
2610 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
2611 (TARGET_READ_SP): Delete.
2612 (DO_REGISTERS_INFO): Delete.
2613 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
2614 Delete.
2615 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
2616 from macros to functions.
2617
2618 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
2619 (mips_register_convertible, mips_register_convert_to_virtual,
2620 mips_register_convert_to_raw): Make static.
2621 (mips_read_sp): New function.
2622 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
2623 (mips_do_registers_info): Make static.
2624 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
2625 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
2626 (mips_register_convert_from_type, mips_register_convert_to_type):
2627 New functions.
2628 (mips_gdbarch_init): Set up function_start_offset,
2629 register_virtual_size, pc_in_sigtramp.
2630
2631 2002-08-15 Andrew Cagney <ac131313@redhat.com>
2632
2633 * infcmd.c (vector_info): New function.
2634 (_initialize_infcmd): Add command "info vector".
2635 (print_vector_info): New function.
2636
2637 * gdbarch.sh (PRINT_VECTOR_INFO): New method
2638 * gdbarch.h, gdbarch.c: Regenerate.
2639
2640 2002-08-15 Andrew Cagney <ac131313@redhat.com>
2641
2642 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
2643 ``print_all''. Only print vector registers when ``print_all''.
2644
2645 2002-08-15 Andrew Cagney <ac131313@redhat.com>
2646
2647 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
2648 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
2649
2650 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
2651 Add `args' parameter.
2652 * gdbarch.h, gdbarch.c: Regenerate.
2653
2654 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
2655
2656 * infcmd.c (float_info): Call print_float_info.
2657 (print_float_info): New function. By default, print the
2658 floating-point registers.
2659
2660 * arch-utils.h (default_print_float_info): Delete declaration.
2661 * arch-utils.c (default_print_float_info): Delete function.
2662
2663 2002-08-16 Mark Kettenis <kettenis@gnu.org>
2664
2665 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
2666 out define.
2667
2668 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
2669 FRAME.
2670
2671 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
2672 * configure.host: Make i[3456]86-*-aix host obsolete.
2673 * configure.tgt: Make i[3456]86-*-aix target obsolete.
2674 * config/i386/i386aix.mh, config/i386/i386aix.mt,
2675 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
2676 config/i386/xm-i386aix.h: Make files obsolete.
2677 * i386aix-nat.c: Make file obsolete.
2678 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
2679 (i386aix-nat.o): Make target obsolete.
2680
2681 * config/i386/nm-gnu.h: Removed.
2682 * config/i386/nm-i386gnu.h: New file.
2683 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
2684 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
2685 Moved here from ...
2686 * config/i386/tm-i386gnu.h: ... here. Removed.
2687 * config/i386/xm-i386gnu.h: Removed.
2688 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
2689 (NAT_FILE): Set to nm-i386gnu.h.
2690 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
2691 * i386-tdep.c: New file.
2692 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
2693 (i386gnu-tdep.o): Specify dependencies.
2694
2695 2002-08-15 Mark Kettenis <kettenis@gnu.org>
2696
2697 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
2698 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
2699 Adjust a few comments to reflect reality a bit closer.
2700 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
2701 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
2702 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
2703 target_insert_watchpoint, target_remove_watchpoint):
2704 Move defines to ...
2705 * config/i386/nm-i386sco5.h: ... here.
2706 (kernel_u_size): Add prototype. Improve a few comments and add
2707 protection against multiple inclusion.
2708
2709 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
2710 out define.
2711
2712 * uw-thread.c (SP_ARG0): Define if not already defined.
2713 * config/i386/tm-i386.h (SO_ARG0): Remove define.
2714
2715 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
2716
2717 * config/i386/tm-i386.h: Don't include "regcache.h".
2718
2719 * i387-tdep.h (i387_print_float_info): New prototype.
2720 * i387-tdep.c (print_i387_value, print_i387_ext,
2721 print_i387_status_word, print_i387_control_word): Add `struct
2722 ui_file *' argument and use it for output.
2723 (i387_print_float_info): Renamed from i387_float_info. Add
2724 `struct gdbarch *' and `struct ui_file *' arguments and use the
2725 latter for output.
2726 * i386-tdep.c: Include "i387-tdep.h".
2727 (i386_gdbarch_init): Set print_float_info.
2728 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
2729 (FLOAT_INFO): Remove define.
2730
2731 2002-08-13 Michael Snyder <msnyder@redhat.com>
2732
2733 * mips-tdep.c (mips_push_arguments): Rename to
2734 mips_eabi_push_arguments, and tune for EABI.
2735 (MIPS_REGS_HAVE_HOME_P): Delete.
2736 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
2737 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
2738 Delete references to mips_regs_have_home_p.
2739
2740 2002-08-14 Keith Seitz <keiths@redhat.com>
2741
2742 * Makefile.in (install-gdbtk): Create insight plugin directory.
2743 Install plugins.tcl file.
2744
2745 2002-08-14 Keith Seitz <keiths@redhat.com>
2746
2747 * configure.in: Move SUBDIRS to near top of the file so that
2748 --enable options may add things to it.
2749 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
2750 * configure: Regenerate.
2751
2752 2002-08-13 Michael Snyder <msnyder@redhat.com>
2753
2754 * mips-tdep.c (mips_o32o64_push_arguments): New function,
2755 cloned from mips_push_arguments, tuned for o32/o64 ABI.
2756 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
2757
2758 2002-08-13 Andrew Cagney <ac131313@redhat.com>
2759
2760 * vax-tdep.c (vax_get_saved_register): Delete function.
2761 (vax_gdbarch_init): Update.
2762 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
2763 (ns32k_gdbarch_init): Update.
2764 * alpha-tdep.c (alpha_get_saved_register): Delete function.
2765 (alpha_gdbarch_init): Update.
2766
2767 2002-08-13 Andrew Cagney <cagney@redhat.com>
2768
2769 * regcache.c (init_regcache_descr): Overallocate the
2770 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
2771 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
2772 nr_raw_registers.
2773 (set_register_cached): Add range checking assertions. Use
2774 current_regcache.
2775
2776 2002-08-13 Mark Kettenis <kettenis@gnu.org>
2777
2778 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
2779 numbers for MMX registers.
2780
2781 2002-08-13 Andrew Cagney <cagney@redhat.com>
2782
2783 * i386-tdep.c (i386_gdbarch_init): Use
2784 generic_unwind_get_saved_register.
2785
2786 2002-08-13 Kevin Buettner <kevinb@redhat.com>
2787
2788 * procfs.c (procfs_can_use_hw_breakpoint): New function.
2789 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
2790 target vector.
2791 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
2792 Delete. Add comment regarding this now-deleted target method.
2793
2794 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2795
2796 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
2797 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
2798 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
2799 real PC and the page number (if it's within the memory bank window).
2800 (m68hc11_pseudo_register_write): Likewise when saving.
2801 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
2802 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
2803 (m68hc11_register_raw_size): And use 32-bit for it.
2804 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
2805 16K memory bank is used by the prog; also use the virtual pc.
2806
2807 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2808
2809 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
2810 (m68hc11_gdbarch_init): Install it in gdbarch.
2811 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
2812 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
2813 (MSYMBOL_SIZE): New for documentation.
2814 (insn_return_kind): Enum to specify how a function returns.
2815 (frame_extra_info): Cleanup and record the return mode.
2816 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
2817 register in address computation.
2818 (m68hc11_get_return_insn): New to obtain the return instruction used
2819 by the function.
2820 (m68hc11_frame_init_saved_regs): Take into account the return
2821 instruction used by the function for far and interrupt functions.
2822 (m68hc11_init_extra_frame_info): Take into account page register.
2823 (m68hc11_frame_args_address): Adjust according to the return mode.
2824 (show_regs): Print page register only when it's used.
2825
2826 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2827
2828 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
2829 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
2830 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
2831 registers.
2832 (m68hc11_register_raw_size): Likewise.
2833
2834 2002-08-13 Andrew Cagney <cagney@redhat.com>
2835
2836 * i386-tdep.c (i386_register_name): Handle mmx registers.
2837 (mmx_regnum_p): New function.
2838 (i386_mmx_names): New array.
2839 (mmx_num_regs): New variable.
2840 (i386_pseudo_register_read): New function.
2841 (i386_pseudo_register_write): New function.
2842 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
2843
2844 * regcache.c (regcache_raw_read_unsigned): New function.
2845 (regcache_raw_read_signed): New function.
2846 * regcache.h (regcache_raw_read_unsigned): Declare.
2847 (regcache_raw_read_signed): Declare.
2848
2849 2002-08-13 Andrew Cagney <cagney@redhat.com>
2850
2851 * regcache.c (regcache_raw_read_as_address): Delete function.
2852 (regcache_cooked_read_signed): New function.
2853 (regcache_cooked_read_unsigned): New function.
2854 * regcache.h (regcache_cooked_read_signed): Declare.
2855 (regcache_cooked_read_unsigned): Declare.
2856 (regcache_raw_read_as_address): Delete declaration.
2857
2858 * blockframe.c (generic_read_register_dummy): Use
2859 regcache_cooked_read_unsigned.
2860 * i386-tdep.c (i386_extract_struct_value_address): Use
2861 regcache_cooked_read_unsigned.
2862
2863 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2864
2865 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
2866 double sizes according to ELF ABI flags.
2867 (gdbarch_tdep): Record elf_flags.
2868
2869 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2870
2871 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
2872 (m6812_prolog): They can appear in 68HC12 function prologue.
2873 (m68hc11_frame_chain): Cleanup.
2874
2875 2002-08-12 Andrew Cagney <cagney@redhat.com>
2876
2877 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
2878 declarations.
2879 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
2880 (i386_linux_register_raw_size): Delete function.
2881 (i386_linux_init_abi): Update.
2882 * i386-tdep.c (i386_register_raw_size): Delete function.
2883 (i386_register_byte): Delete function.
2884 (i386_gdbarch_init): Update.
2885 (i386_register_size): Delete array.
2886 (i386_register_offset): Delete array.
2887
2888 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
2889 (REGISTER_RAW_SIZE): Delete macro.
2890 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
2891 (REGISTER_BYTE): Delete macro.
2892
2893 2002-08-11 Aidan Skinner <aidan@velvet.net>
2894
2895 * ada-lang.c (ada_lookup_partial_symbol)
2896 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
2897 prototype names so that grep ^func works properly.
2898
2899 * ada-lang.c (ada_array_element_type)
2900 (ada_lookup_partial_symbol): Fix typos in parameter list.
2901
2902 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
2903 Fix prototype names so that grep ^func works properly.
2904
2905 2002-08-10 Andrew Cagney <cagney@redhat.com>
2906 Elena Zannoni <ezannoni@redhat.com>
2907 Martin M. Hunt <hunt@redhat.com>
2908
2909 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
2910 (build_builtin_type_vec128i): Set the vector bit.
2911 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
2912 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
2913 (build_builtin_type_vec64): New function.
2914 (build_builtin_type_vec64i): New function.
2915 (build_gdbtypes): Initialize builtin_type_vec64 and
2916 builtin_type_vec64i.
2917
2918 2002-08-09 Andrew Cagney <cagney@redhat.com>
2919
2920 * regcache.c (regcache_dump): Compare the register offset
2921 with REGISTER_BYTE.
2922 * arch-utils.c (generic_register_byte): New function.
2923 * arch-utils.h (generic_register_byte): Declare.
2924 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
2925 * gdbarch.h, gdbarch.c: Regenerate.
2926
2927 2002-08-09 Andrew Cagney <cagney@redhat.com>
2928
2929 * regcache.c: Include "gdbcmd.h"
2930 (_initialize_regcache): Add commands "maintenance print
2931 registers", "maintenance print raw-registers" and "maintenance
2932 print cooked-registers".
2933 (enum regcache_dump_what): Define.
2934 (dump_endian_bytes): New function.
2935 (regcache_dump): New function.
2936 (regcache_print): New function.
2937 (maintenance_print_registers): New function.
2938 (maintenance_print_raw_registers): New function.
2939 (maintenance_print_cooked_registers): New function.
2940 * Makefile.in (regcache.o): Update dependencies.
2941
2942 2002-08-09 Michael Snyder <msnyder@redhat.com>
2943
2944 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
2945 (mips_push_arguments): Correct some comments. Use paddr_nz
2946 for printing addresses in debug output. Replace static
2947 allocation using MAX_REGISTER_RAW_SIZE with alloca.
2948 (mips_n32n64_push_arguments): New function, cloned from
2949 mips_push_arguments and tuned for the n32/n64 ABI.
2950 (mips_push_register): Buffer needs dynamic allocation.
2951 (mips_print_register): Ditto.
2952 (do_gp_register_row): Ditto.
2953 (mips_store_return_value): Ditto.
2954 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
2955
2956 2002-08-09 Don Howard <dhoward@redhat.com>
2957
2958 * memattr.c (mem_info_command): Print special case of upper bound
2959 as max CORE_ADDR + 1.
2960
2961 2002-08-08 Michael Snyder <msnyder@redhat.com>
2962
2963 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
2964 returns structs by ref if they're too big to fit in two registers.
2965
2966 2002-08-09 Kevin Buettner <kevinb@redhat.com>
2967
2968 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
2969 saved regs value.
2970 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
2971 mips_find_saved_regs().
2972 (mips_pop_frame): Likewise.
2973
2974 2002-08-09 Kevin Buettner <kevinb@redhat.com>
2975
2976 * blockframe.c (frame_saved_regs_register_unwind): Revise
2977 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
2978 frames are in use.
2979
2980 2002-08-09 Grace Sainsbury <graces@redhat.com>
2981
2982 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
2983 T-packets; the 'a' is not taken as a register number.
2984 (remote_check_watch_resources, remote_stopped_by_watchpoint)
2985 (remote_stopped_data_address): New functions; add to target
2986 vector.
2987 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
2988 prototypes to match other implementations of this
2989 function. replace integer argument with pointer -- the length
2990 field in the Z-packet is the length of what is pointed to or 1 if
2991 pointer is null. Add to target vector.
2992 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
2993 target vector.
2994
2995 From Mark Salter:
2996 * remote.c (remote_wait): Add support to extract optional
2997 watchpoint information from T-packet. Ignore unrecognized
2998 optional info in T-packet.
2999 (remote_async_wait): Ditto.
3000
3001 2002-08-09 Corinna Vinschen <vinschen@redhat.com>
3002
3003 * cli/cli-dump.c: Change fopen modes to use binary open modes
3004 as defined in include/fopen-bin.h throughout.
3005
3006 2002-08-08 Michael Snyder <msnyder@redhat.com>
3007
3008 * mips-tdep.c: Minor whitespace and indentation clean-ups.
3009
3010 2002-08-08 Kevin Buettner <kevinb@redhat.com>
3011
3012 * doublest.c (store_floating): Avoid floatformat_from_doublest()
3013 assertion failure by returning early after a warning.
3014
3015 2002-08-08 Kevin Buettner <kevinb@redhat.com>
3016
3017 * mips-tdep.c (mips_find_saved_regs): Make static.
3018 (mips_frame_init_saved_regs): New function.
3019 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
3020 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
3021 (mips_find_saved_regs): Delete declaration.
3022
3023 2002-08-08 Grace Sainsbury <graces@redhat.com>
3024
3025 * remote.c (remote_wait, remote_async_wait): Change
3026 thread_num from int to ULONGEST.
3027 (unpack_varlen_hex): Change result parameter from
3028 int * to ULONGEST *.
3029
3030 2002-08-08 Andrew Cagney <ac131313@redhat.com>
3031
3032 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
3033 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
3034 powerpc*-*-*.
3035 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
3036
3037 2002-08-08 Andrew Cagney <cagney@redhat.com>
3038
3039 * gcore.c (override_derive_stack_segment): Delete variable.
3040 (preempt_derive_stack_segment): Delete function.
3041 (derive_stack_segment): Delete function.
3042 (default_derive_stack_segment): Renamed to derive_stack_segment.
3043 (override_derive_heap_segment): Delete variable.
3044 (preempt_derive_heap_segment): Delete function.
3045 (derive_heap_segment): Delete function.
3046 (default_derive_heap_segment): Rename to derive_heap_segment.
3047
3048 2002-08-06 Michael Snyder <msnyder@redhat.com>
3049
3050 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
3051 * mips-tdep.c (mips_EABI_use_struct_convention,
3052 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
3053 New functions. (mips_use_struct_convention): Delete.
3054 (mips_gdbarch_init): set use_gdbarch_convention.
3055
3056 2002-08-06 Michael Snyder <msnyder@redhat.com>
3057
3058 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
3059 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
3060 mips_o32_reg_struct_has_addr): New functions.
3061 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
3062
3063 2002-08-07 Andrew Cagney <ac131313@redhat.com>
3064
3065 * regcache.c (pseudo_register): Delete function.
3066 (fetch_register): Delete function.
3067 (store_register): Delete function.
3068 (regcache_raw_read, legacy_read_register_gen): Use
3069 target_fetch_registers instead of fetch_register.
3070 (legacy_write_register_gen, regcache_raw_write): Use
3071 target_store_register instead of store_register.
3072 (write_register_bytes): Ditto.
3073
3074 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
3075 (STORE_PSEUDO_REGISTER): Delete.
3076 * gdbarch.h, gdbarch.c: Regenerate.
3077
3078 2002-08-06 Corinna Vinschen <vinschen@redhat.com>
3079
3080 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
3081 write dump file binary.
3082
3083 2002-08-05 Michael Snyder <msnyder@redhat.com>
3084
3085 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
3086 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
3087 (mips_gdbarch_init): Set N32 target to be mips64.
3088
3089 2002-08-06 Kevin Buettner <kevinb@redhat.com>
3090
3091 * frame.c (find_saved_register): Break out of loop once saved
3092 register address is found. Don't mention sparc in loop comment
3093 anymore.
3094
3095 2002-08-06 Kevin Buettner <kevinb@redhat.com>
3096
3097 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
3098 mips_default_saved_regsize to 8.
3099
3100 2002-08-06 Andrew Cagney <ac131313@redhat.com>
3101
3102 * gcore.c: Do not include <sys/procfs.h>.
3103 * Makefile.in (gcore.o): Update dependencies.
3104
3105 2002-08-06 Andrew Cagney <cagney@redhat.com>
3106
3107 * configure.tgt: Make arc-*-* obsolete.
3108 * NEWS: Mention that arc-*-* has been identifed as obsolete.
3109 * MAINTAINERS: Make arc-elf obsolete.
3110 * arc-tdep.c: Make file obsolete.
3111 * config/arc/arc.mt: Ditto.
3112 * config/arc/tm-arc.h: Ditto.
3113
3114 2002-08-05 Theodore A. Roth <troth@verinet.com>
3115
3116 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
3117
3118 2002-08-05 Andrew Cagney <ac131313@redhat.com>
3119
3120 * mcore-tdep.c (mcore_gdbarch_init): Use
3121 generic_unwind_get_saved_register instead of
3122 generic_get_saved_register.
3123 * v850-tdep.c (v850_gdbarch_init): Ditto.
3124 * frv-tdep.c (frv_gdbarch_init): Ditto.
3125 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3126 * s390-tdep.c (s390_gdbarch_init): Ditto.
3127 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3128 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
3129 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
3130
3131 2002-08-05 Joel Brobecker <brobecker@gnat.com>
3132
3133 * objfiles.h: Add missing #include "symfile.h"
3134
3135 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
3136
3137 2002-08-04 Andrew Cagney <ac131313@redhat.com>
3138
3139 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
3140 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
3141 of FIELD_BITSIZE.
3142
3143 2002-08-04 Daniel Jacobowitz <drow@mvista.com>
3144
3145 * NEWS: Cleanup and nitpick.
3146
3147 2002-08-03 Andrew Cagney <ac131313@redhat.com>
3148
3149 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
3150
3151 2002-08-03 Andrew Cagney <ac131313@redhat.com>
3152
3153 * Makefile.in (gdbtk-bp.o): Update dependencies.
3154 (gdbtk-register.o): Ditto.
3155 (gdbtk-varobj.o): Ditto.
3156
3157 2002-08-03 Andrew Cagney <cagney@redhat.com>
3158
3159 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
3160 m68hc11_fetch_pseudo_register.
3161 (m68hc11_pseudo_register_write): Replace
3162 m68hc11_store_pseudo_register.
3163 (m68hc11_gdbarch_init): Update.
3164
3165 Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
3166
3167 * gdbarch.sh: Include "gdb_string.h".
3168 * gdbarch.c: Regenerate.
3169
3170 * regcache.c: Include "gdb_string.h".
3171 * ax-general.c: Ditto.
3172 * varobj.c: Ditto.
3173 * std-regs.c: Ditto.
3174 * fbsd-proc.c: Ditto.
3175 * thread.c: Ditto.
3176
3177 * Makefile.in (regcache.o): Update dependencies.
3178 (thread.o, gdbarch.o): Ditto.
3179 (ax-general.o, gdbarch.o): Ditto.
3180 (varobj.o, std-regs.o): Ditto.
3181 (fbsd-proc.o): Specify dependencies.
3182
3183 2002-08-02 Andrew Cagney <cagney@redhat.com>
3184
3185 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
3186 regnum.
3187 (regcache_cooked_write): Ditto.
3188
3189 2002-08-02 Andrew Cagney <ac131313@redhat.com>
3190
3191 * regcache.c (regcache_cooked_read): New function.
3192 (regcache_cooked_write): New function.
3193 (read_register_gen): Rewrite using regcache_cooked_read.
3194 (write_register_gen): Rewrite using regcache_cooked_write.
3195
3196 * regcache.h (regcache_cooked_read, regcache_cooked_write):
3197 Declare.
3198
3199 2002-08-02 Andrew Cagney <cagney@redhat.com>
3200
3201 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
3202 Replace the architecture methods register_read and register_write.
3203 * gdbarch.h, gdbarch.c: Regenerate.
3204 * regcache.c (init_regcache_descr): Update.
3205 (read_register_gen): Update.
3206 (write_register_gen): Update.
3207 (supply_register): Update comment.
3208
3209 * sh-tdep.c (sh_gdbarch_init): Update.
3210 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
3211 `regcache' and `gdbarch' parameters. Make `buffer' a void
3212 pointer. Update code.
3213 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
3214 `regcache' and `gdbarch' parameters. Make `buffer' a constant
3215 void pointer. Update code.
3216 (sh64_register_write): Delete.
3217 (sh4_register_read): Delete.
3218 (sh64_register_read): Delete.
3219 (sh4_register_write): Delete.
3220 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
3221 void pointer, `to' parameter a void pointer.
3222 (sh_sh64_register_convert_to_raw): Ditto.
3223
3224 2002-08-01 Kevin Buettner <kevinb@redhat.com>
3225
3226 * mips-tdep.c (mips_register_virtual_type): Use architecture
3227 invariant return values.
3228
3229 2002-08-01 Andrew Cagney <cagney@redhat.com>
3230
3231 * linux-proc.c: Include "gdb_string.h".
3232 * Makefile.in (linux-proc.o): Update dependency list.
3233
3234 2002-08-01 Kevin Buettner <kevinb@redhat.com>
3235
3236 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
3237 comment.
3238
3239 2002-08-01 Grace Sainsbury <graces@redhat.com>
3240
3241 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3242 to_insert_watchpoint, to_remove_watchpoint,
3243 to_stopped_by_watchpoint, to_stopped_data_address,
3244 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
3245 target vecctor. Define their corresponding macros so they call
3246 them.
3247
3248 * target.c: Add default and debug versions of for
3249 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3250 to_insert_watchpoint, to_remove_watchpoint,
3251 to_stopped_by_watchpoint, to_stopped_data_address,
3252 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
3253
3254 2002-08-01 Kevin Buettner <kevinb@redhat.com>
3255
3256 * mips-tdep.c (mips_register_virtual_type): New function.
3257 (mips_gdbarch_init): Register mips_register_virtual_type()
3258 with gdbarch machinery.
3259 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
3260 this file instead of tm-bigmips.h.
3261 (MIPS_REGSIZE): Delete this macro.
3262 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
3263 multiarch version in mips-tdep.c will be found.
3264
3265 2002-08-01 Andrew Cagney <cagney@redhat.com>
3266
3267 * NEWS: Menion that CHILL has been made obsolete.
3268
3269 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
3270 * stabsread.c (read_range_type): Ditto.
3271 * gdbtypes.h: Ditto.
3272 * language.c (binop_type_check): Ditto.
3273 (binop_result_type): Ditto.
3274 (integral_type): Ditto.
3275 (character_type): Ditto.
3276 (string_type): Ditto.
3277 (boolean_type): Ditto.
3278 (structured_type): Ditto.
3279 (lang_bool_type): Ditto.
3280 (binop_type_check): Ditto.
3281 * language.h (_LANG_chill): Ditto.
3282 * dwarfread.c (set_cu_language): Ditto.
3283 * dwarfread.c (CHILL_PRODUCER): Ditto.
3284 * dwarfread.c (handle_producer): Ditto.
3285 * expression.h (enum exp_opcode): Ditto.
3286 * eval.c: Ditto for comments.
3287 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
3288 * expprint.c (print_subexp): Ditto.
3289 (print_subexp): Ditto.
3290 * valops.c (value_cast): Ditto.
3291 (search_struct_field): Ditto.
3292 * value.h (COERCE_VARYING_ARRAY): Ditto.
3293 * symfile.c (init_filename_language_table): Ditto.
3294 (add_psymbol_with_dem_name_to_list): Ditto.
3295 * valarith.c (value_binop): Ditto.
3296 (value_neg): Ditto.
3297 * valops.c (value_slice): Ditto.
3298 * symtab.h (union language_specific): Ditto.
3299 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
3300 (SYMBOL_DEMANGLED_NAME): Ditto.
3301 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
3302 * defs.h (enum language): Ditto.
3303 * symtab.c (got_symtab): Ditto.
3304 * utils.c (fprintf_symbol_filtered): Ditto.
3305
3306 * ch-typeprint.c: Make file obsolete.
3307 * ch-valprint.c: Make file obsolete.
3308 * ch-lang.h: Make file obsolete.
3309 * ch-exp.c: Make file obsolete.
3310 * ch-lang.c: Make file obsolete.
3311
3312 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
3313 CHILL_LIB.
3314 (TARGET_FLAGS_TO_PASS): Ditto.
3315 (CHILLFLAGS): Obsolete.
3316 (CHILL): Obsolete.
3317 (CHILL_FOR_TARGET): Obsolete.
3318 (CHILL_LIB): Obsolete.
3319 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
3320 ch-valprint.c.
3321 (HFILES_NO_SRCDIR): Remove ch-lang.h.
3322 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
3323 ch-lang.o.
3324 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
3325 targets.
3326
3327 2002-07-31 Joel Brobecker <brobecker@gnat.com>
3328
3329 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
3330 This does not change anything at the moment, but will be helpful
3331 later when full Ada support is integrated.
3332
3333 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3334
3335 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
3336 help message.
3337
3338 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3339
3340 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
3341 and save it in a local variable. Use variable in later test.
3342
3343 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3344
3345 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
3346 test. (Thanks to Daniel Jacobowitz.)
3347
3348 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3349
3350 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
3351 (mips_abi_strings): Add "n64".
3352 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
3353
3354 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3355
3356 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
3357 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
3358
3359 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3360
3361 * utils.c (host_pointer_to_address, address_to_host_pointer):
3362 Use gdb_assert() instead of explicit call to internal_error().
3363
3364 2002-07-30 Kevin Buettner <kevinb@redhat.com>
3365
3366 * Makefile.in (rs6000-nat.o): Update dependencies.
3367
3368 From Nicholas Duffek:
3369 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
3370 (aix-thread.o): New rule.
3371 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
3372 * config/powerpc/aix432.mh: New file.
3373
3374 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
3375
3376 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
3377 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
3378 (fetch_core_registers, ppc_linux_supply_gregset)
3379 (ppc_linux_supply_fpregset): New functions.
3380 (ppc_linux_regset_core_fns): New.
3381 (_initialize_ppc_linux_tdep): Call add_core_fns.
3382 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
3383 and ppc_linux_supply_gregset.
3384 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
3385 (supply_fpregset): Call ppc_linux_supply_fpregset.
3386 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
3387 corelow.o.
3388 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
3389
3390 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
3391
3392 * symtab.c (lookup_symbol): Demangle before lowercasing.
3393
3394 2002-07-30 Andrew Cagney <ac131313@redhat.com>
3395
3396 * symtab.h: Replace #include "gdb_obstack.h" with opaque
3397 declaration.
3398 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
3399 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
3400 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
3401 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
3402 "gdb_string.h".
3403 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
3404 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
3405 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
3406 (avr-tdep.o, mon960-rom.o): Ditto.
3407 (aout_stabs_gnu_h): Define.
3408 (symtab_h): Remove $(gdb_obstack_h).
3409
3410 2002-07-30 Jim Blandy <jimb@redhat.com>
3411
3412 Patch from David Carlton <carlton@math.stanford.edu>:
3413 * gdbinit.in: Move the `dir' commands that add GDB's own source
3414 directory to the search path to the end, so that the `gdb' source
3415 directory will be searched first.
3416
3417 2002-07-29 Andrew Cagney <ac131313@redhat.com>
3418
3419 * gdb_obstack.h: New file.
3420 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
3421 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
3422 * objfiles.h: Include "gdb_obstack.h".
3423 * Makefile.in (gdb_obstack_h): Define.
3424 (symtab_h): Add $(gdb_obstack_h).
3425 (objfiles_h): Add $(gdb_obstack_h).
3426
3427 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
3428 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
3429 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
3430 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
3431 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
3432 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
3433 * symfile.c, coffread.c, c-typeprint.c: Ditto.
3434 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
3435
3436 * Makefile.in (bcache.o): Update dependencies.
3437 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
3438 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
3439 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
3440 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
3441 (stabsread.o, symfile.o, symmisc.o): Ditto.
3442 (symtab.o, typeprint.o, macroexp.o): Ditto.
3443 (macrotab.o, mdebugread.o): Ditto.
3444 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
3445 (coff_ecoff_h, aout_aout64_h): Define.
3446 (aout_stabs_gnu_h, libaout_h): Define.
3447
3448 2002-07-29 Andrew Cagney <cagney@redhat.com>
3449
3450 * regcache.c (struct regcache_descr): Rename nr_registers to
3451 nr_cooked_registers. Revise comments describing the structure
3452 member fields.
3453 (init_regcache_descr): Update.
3454 (init_legacy_regcache_descr): Update.
3455 (read_register_gen, write_register_gen): When a cooked register in
3456 the raw register range, directly access the value from the raw
3457 register cache.
3458
3459 2002-07-29 Andrew Cagney <ac131313@redhat.com>
3460
3461 * z8k-tdep.c: Do not include "obstack.h".
3462 * h8300-tdep.c, h8500-tdep.c: Ditto.
3463 * m68hc11-tdep.c, sh-tdep.c: Ditto.
3464 * valprint.c, v850-tdep.c: Ditto.
3465 * d10v-tdep.c, mn10300-tdep.c: Ditto.
3466 * mn10200-tdep.c: Ditto.
3467
3468 * Makefile.in (z8k-tdep.o): Update dependencies.
3469 (m68hc11-tdep.o, valprint.o): Ditto.
3470 (v850-tdep.o, d10v-tdep.o): Ditto.
3471 (mn10300-tdep.o, sparc-tdep.o): Ditto.
3472 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
3473 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
3474 (sh_opc_h, gdb_sim_sh_h): Define.
3475 (elf_sh_h, elf_bfd_h): Define.
3476 (opcode_m68hc11_h): Define.
3477 (OPCODES_SRC, OPCODES_DIR): define.
3478 (OPCODES): Use $(OPCODES_DIR).
3479 (gdb_sim_d10v_h): Rename sim_d10v_h.
3480 (gdb_sim_arm_h): Rename sim_arm_h.
3481
3482 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3483
3484 * utils.c (host_pointer_to_address, address_to_host_pointer):
3485 Change internal_error() message to indicate function responsible
3486 for the error.
3487
3488 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3489
3490 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
3491 calls to local_hex_string_custom().
3492
3493 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3494
3495 * irix5-nat.c: Move IRIX shared library support from here...
3496 * solib-irix.c: ...to here. Revised substantially to work with
3497 generic solib framework.
3498
3499 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
3500 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
3501 * mips-irix-tdep.c: New file.
3502
3503 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
3504 (mips-irix-tdep.o, solib-irix.o): New rules.
3505 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
3506 solib-irix.o.
3507 * config/mips/irix6.mt (TDEPFILES): Likewise.
3508 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
3509
3510 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3511
3512 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
3513 disabled (via ``#if 0'') includes.
3514
3515 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3516
3517 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
3518 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
3519 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
3520 Add support for the fpscr register.
3521 * rs6000-nat.c (regmap, fetch_inferior_registers)
3522 (store_inferior_registers, fetch_core_registers): Likewise.
3523
3524 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3525
3526 * rs6000-nat.c (language.h): Include.
3527 (special_regs): Delete this array.
3528 (regmap): New function.
3529 (fetch_register, store_register): Use regmap() to map gdb
3530 register numbers to ptrace register numbers. Also, use
3531 outputs from regmap() to make decisions regarding type of
3532 ptrace() call to make. In particular, don't compare against
3533 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3534 (fetch_inferior_registers, store_inferior_registers): Where
3535 possible, obtain register numbers from tdep struct. Don't
3536 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3537 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
3538 (LAST_UISA_SP_REGNUM): Delete.
3539
3540 2002-07-25 Kevin Buettner <kevinb@redhat.com>
3541
3542 * rs6000-nat.c (ppc-tdep.h): Include.
3543 (fetch_registers, store_register, fetch_core_registers): Don't
3544 access registers[] directly. Instead, use supply_register() or
3545 regcache_collect() as appropriate.
3546 (find_toc_address): Format hex address with local_hex_string().
3547
3548 2002-07-25 Andrew Cagney <ac131313@redhat.com>
3549
3550 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
3551 bfd/elf32-frv.c.
3552
3553 2002-07-24 Tom Tromey <tromey@redhat.com>
3554
3555 * jv-exp.y: Marked all strings with _().
3556 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
3557 internal_error.
3558 (MethodInvocation, CastExpression, parse_number, yyerror,
3559 java_type_from_name, push_expression_name, yylex): Typo fixes.
3560
3561 2002-07-24 Daniel Jacobowitz <drow@mvista.com>
3562
3563 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
3564 (tee_file_flush, tee_file_write, tee_file_fputs)
3565 (tee_file_isatty): New.
3566 * ui-file.h (tee_file_new): Add prototype.
3567
3568 2002-07-24 Aidan Skinner <aidan@velvet.net>
3569
3570 * ada-lang.c: Change k&r style function definitions to prototyped
3571 form.
3572 * ada-typeprint.c: Change k&r style function definitions to prototyped
3573 form.
3574 * ada-valprint.c: Change k&r style function definitions to prototyped
3575 form.
3576
3577 2002-07-24 Andrew Cagney <cagney@redhat.com>
3578
3579 * README: Remove reference to remote-bug.
3580 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
3581 remote-bug.c.
3582 (m88k-nat.o): Delete rule.
3583 (m88k-tdep.o): Delete rule.
3584 (remote-bug.o): Delete rule.
3585 * MAINTAINERS: Mark as obsolete.
3586 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
3587 * m88k-tdep.c: Make file obsolete.
3588 * config/m88k/m88k.mh: Ditto.
3589 * config/m88k/delta88v4.mh: Ditto.
3590 * config/m88k/delta88v4.mt: Ditto.
3591 * config/m88k/delta88.mt: Ditto.
3592 * config/m88k/delta88.mh: Ditto.
3593 * remote-bug.c: Ditto.
3594 * config/m88k/tm-delta88.h: Ditto.
3595 * config/m88k/nm-delta88v4.h: Ditto.
3596 * config/m88k/xm-delta88.h: Ditto.
3597 * config/m88k/xm-dgux.h: Ditto.
3598 * config/m88k/tm-m88k.h: Ditto.
3599 * config/m88k/nm-m88k.h: Ditto.
3600 * config/m88k/tm-delta88v4.h: Ditto.
3601 * m88k-nat.c: Ditto.
3602 * cxux-nat.c: Ditto.
3603 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
3604 and m88*-*-* obsolete.
3605 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
3606 m88*-*-* obsolete.
3607
3608 2002-07-24 Andrew Cagney <cagney@redhat.com>
3609
3610 * findvar.c (extract_unsigned_integer): Make `addr' parameter
3611 constant. Same for local pointer variables.
3612 (extract_signed_integer): Ditto.
3613 * defs.h (extract_unsigned_integer): Update.
3614 (extract_signed_integer): Update.
3615
3616 2002-07-24 Andrew Cagney <cagney@redhat.com>
3617
3618 * regcache.c (regcache_raw_write): Change buf parameter to a
3619 constant void pointer.
3620 (regcache_raw_read): Change buf parameter to a void pointer.
3621 (legacy_write_register_gen): Change myaddr parameter a constant
3622 void pointer.
3623 (supply_register): Change val parameter to a const void pointer.
3624 * regcache.h (regcache_raw_write): Update declaration.
3625 (regcache_raw_read): Update declaration.
3626 (supply_register): Update declaration.
3627
3628 2002-07-24 Tom Tromey <tromey@redhat.com>
3629
3630 * defs.h (gdb_readline_wrapper): Declare.
3631 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
3632 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
3633 * top.c (gdb_readline_wrapper): New function.
3634 (command_line_input): Use it.
3635
3636 2002-07-24 Andrew Cagney <cagney@redhat.com>
3637
3638 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
3639 regcache_read and regcache_write.
3640 (regcache_raw_read_as_address): Replace regcache_read_as_address.
3641 * regcache.c: Update.
3642 * sh-tdep.c (sh64_push_arguments): Update comment.
3643 (sh_pseudo_register_read): Update.
3644 (sh_pseudo_register_write): Update.
3645 (sh4_register_read): Update.
3646 (sh4_register_write): Update.
3647 (sh64_pseudo_register_read): Update.
3648 (sh64_pseudo_register_write): Update.
3649 (sh64_register_read): Update.
3650 (sh64_register_write): Update.
3651 * i386-tdep.c (i386_extract_return_value): Update.
3652 (i386_extract_struct_value_address): Update.
3653 (i386_extract_return_value): Update.
3654 * blockframe.c (generic_read_register_dummy): Update.
3655 (generic_call_dummy_register_unwind): Update
3656 * infrun.c (write_inferior_status_register): Update.
3657
3658 2002-07-23 Jim Blandy <jimb@redhat.com>
3659
3660 * parser-defs.h (expression_context_pc): Make this extern.
3661 (Thanks to Michael Snyder.)
3662
3663 2002-07-23 Andrew Cagney <ac131313@redhat.com>
3664
3665 GDB 5.2.1 released from 5.2 branch.
3666 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
3667 * README: Update to mention 5.2.1.
3668
3669 2002-07-23 Mark Salter <msalter@redhat.com>
3670
3671 * remote.c (remote_read_bytes): Fix check for error.
3672
3673 2002-07-22 Kevin Buettner <kevinb@redhat.com>
3674
3675 * aix-thread.c (language.h): Include.
3676 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3677 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
3678 Print newlines at end of debug messages.
3679 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
3680 (pdc_write_data): Use local_hex_string() instead of %llx formats.
3681
3682 2002-07-22 Kevin Buettner <kevinb@redhat.com>
3683
3684 * aix-thread.c (ppc-tdep.h): Include.
3685 (special_register_p): New function.
3686 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
3687 (store_regs_user_thread): Use register number information from
3688 gdbarch_tdep struct instead of hardcoded offsets relative to
3689 FIRST_UISA_SP_REGNUM.
3690 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
3691 special_register_p() instead of using FPLAST_REGNUM and
3692 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
3693 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
3694 will be MQ's register number.
3695
3696 2002-07-22 Michael Snyder <msnyder@redhat.com>
3697
3698 * aix-thread.c (ops): Rename to aix_thread_ops.
3699 (base_ops): Rename to base_target.
3700 (ops_attach): Rename to aix_thread_attach.
3701 (ops_detach): Rename to aix_thread_detach.
3702 (ops_resume): Rename to aix_thread_detach.
3703 (ops_wait): Rename to aix_thread_wait.
3704 (ops_kill): Rename to aix_thread_kill.
3705 (init_ops): Rename to init_aix_thread_ops.
3706 (ops_fetch_register): Rename to aix_thread_fetch_register.
3707 (ops_store_register): Rename to aix_thread_store_register.
3708 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
3709 (ops_thread_alive): Rename to aix_thread_thread_alive.
3710 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
3711 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
3712 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
3713 (fetch_regs_lib): Rename to fetch_regs_user_thread.
3714 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
3715 (store_regs_lib): Rename to store_regs_user_thread.
3716 (store_regs_kern): Rename to store_regs_kernel_thread.
3717
3718 2002-07-22 Michael Snyder <msnyder@redhat.com>
3719
3720 * aix-thread.c (ops_prepare_to_store): Eliminate.
3721 (init_ops): Don't initialize ops.prepare_to_store.
3722 (store_regs_kern): Pre-fetch register buffers from child,
3723 because some registers may not be in the cache. Copy
3724 regs from register cache only if they are cached.
3725 (store_regs_lib): Copy regs from register cache only
3726 if they are cached.
3727 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
3728 fill_gprs64): Ditto.
3729
3730 2002-07-22 Kevin Buettner <kevinb@redhat.com>
3731
3732 * aix-thread.c (gdb_assert.h): Include.
3733 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
3734 register sizes (from register cache) match size of buffer holding
3735 register data.
3736 (fill_sprs32): Change parameter types to match those in the ptrace()
3737 buffer.
3738 (store_regs_lib): Likewise, but for 32-bit temporary variables.
3739 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
3740
3741 2002-07-22 Michael Snyder <msnyder@redhat.com>
3742
3743 * aix-thread.c (supply_sprs64): Cosmetic change.
3744 (supply_sprs32): Cosmetic change.
3745 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
3746 (fill_sprs64): Use regcache_collect instead of read_register.
3747 (store_regs_lib): Use regcache_collect instead of
3748 read_register. Use fill_sprs32 instead of fill_sprs64,
3749 if debugging a 32-bit architecture.
3750 (store_regs_kern): Use fill_gprs64 etc. to pull the values
3751 out of the register cache, instead of passing a pointer into
3752 the register cache directly to ptrace. Use regcache_collect
3753 insteaad of read_register.
3754 (ops_prepare_to_store): Use target_read_registers instead
3755 of read_register_bytes.
3756
3757 2002-07-20 Aidan Skinner <aidan@velvet.net>
3758
3759 * MAINTAINERS: Add self under write after approval.
3760
3761 2002-07-20 Aidan Skinner <aidan@velvet.net>
3762
3763 * ada-tasks.c: Change k&r style function definitions to prototyped
3764 form.
3765
3766 2002-07-19 Andrew Cagney <ac131313@redhat.com>
3767
3768 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
3769 * x86-64-tdep.c: Include "objfiles.h".
3770 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
3771 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
3772
3773 2002-07-17 Michal Ludvig <michal@suse.cz>
3774
3775 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
3776 (update_context): Initialise cfa variable.
3777
3778 2002-07-17 Michael Snyder <msnyder@redhat.com>
3779
3780 * aix-thread.c: Shorten some long lines.
3781 Bring comments into line with code spec.
3782
3783 2002-07-18 Joel Brobecker <brobecker@gnat.com>
3784
3785 * infrun.c: Re-indent using gdb_indent.sh.
3786
3787 2002-07-18 Joel Brobecker <brobecker@gnat.com>
3788
3789 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
3790 Leave the indentation temporarily untouched, to minimize the diffs.
3791
3792 2002-07-18 Elena Zannoni <ezannoni@redhat.com>
3793
3794 * stabsread.c: Make os9k sections of the code obsolete,
3795 for real this time.
3796 * stabsread.h: Make os9k sections of the code obsolete.
3797
3798 2002-07-18 Michal Ludvig <mludvig@suse.cz>
3799
3800 * linux-low.c (regsets_store_inferior_registers): Add free()
3801 at the end of a loop to prevent memory leak.
3802 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
3803 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
3804 * config/sparc/tm-sp64linux.h: Make the rest of #endif
3805 line a comment.
3806 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
3807
3808 2002-07-17 Jim Blandy <jimb@redhat.com>
3809
3810 * macrocmd.c (info_macro_command): Remove newline from error
3811 message.
3812
3813 2002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
3814
3815 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
3816 (sh_gdbarch_init): Use it for sh-dsp.
3817
3818 2002-07-16 Kevin Buettner <kevinb@redhat.com>
3819
3820 * dwarf2read.c (read_initial_length): Handle older, non-standard,
3821 64-bit DWARF2 format.
3822
3823 2002-07-16 Joel Brobecker <brobecker@gnat.com>
3824
3825 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
3826 <sys/proc.h> when not available.
3827
3828 2002-07-16 Andrew Cagney <ac131313@redhat.com>
3829
3830 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
3831 * stabsread.c: Make os9k sections of the code obsolete.
3832 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
3833 * config/i386/i386os9k.mt: Make file obsolete.
3834 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
3835 (COMMON_OBS): Remove os9kread.o
3836 (SFILES): Remove os9kread.c.
3837 (os9kread.o, remote-os9k.o): Make target obsolete.
3838 * remote-os9k.c: Make file obsolete.
3839 * os9kread.c: Make file obsolete.
3840 * Makefile.in
3841
3842 2002-07-16 Andrew Cagney <ac131313@redhat.com>
3843
3844 * NEWS: Mention that the FR30 has been made obsolete.
3845 * fr30-tdep.c: Make file obsolete.
3846 * config/fr30/tm-fr30.h: Ditto.
3847 * config/fr30/fr30.mt: Ditto.
3848 * configure.tgt: Make fr30-*-elf obsolete.
3849 * MAINTAINERS: Make fr30-elf obsolete.
3850
3851 2002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
3852
3853 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
3854 found is not inside a section.
3855
3856 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3857
3858 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
3859 strerror().
3860 (pdc_realloc): Use xrealloc() instead of realloc().
3861
3862 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3863
3864 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
3865 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
3866 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
3867 macros.
3868
3869 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3870
3871 * aix-thread.c (ptrace_check): Eliminate goto.
3872 (sync_threadlists): Eliminate gotos. Also, fix array overrun
3873 problem.
3874
3875 2002-07-15 Kevin Buettner <kevinb@redhat.com>
3876
3877 * aix-thread.c (gdbcmd.h): Include.
3878 (DEBUG, DBG, DBG2, dbg): Eliminate.
3879 (debug_aix_thread): New static global.
3880 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3881 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
3882 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
3883 invocations to DBG and DBG2 macros to test against
3884 ``debug_aix_thread'' and call fprintf_unfiltered().
3885 (_initialize_aix_thread): Add new command "set debug aix-thread".
3886
3887 2002-07-15 Andrew Cagney <ac131313@redhat.com>
3888
3889 From Gerhard Tonn <TON@de.ibm.com>:
3890 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
3891 instead of supply_register.
3892
3893 2002-07-15 Andrew Cagney <ac131313@redhat.com>
3894
3895 * dwarf2cfi.c: Include "gdb_assert.h".
3896 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
3897 non-NULL.
3898 (update_context): Do not use __func__. Add missing ``break''.
3899 (update_context): Do not use __func__.
3900
3901 2002-07-15 Elena Zannoni <ezannoni@redhat.com>
3902
3903 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
3904 and its setting. Set gdbarch instruction printing functions
3905 directly. For non-rs6000 case use new function
3906 gdb_print_insn_powerpc.
3907 (gdb_print_insn_powerpc): New function.
3908
3909 2002-07-13 Andrew Cagney <ac131313@redhat.com>
3910
3911 * NEWS: Mention that the d30v has been marked obsolete.
3912 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
3913 * configure.tgt: Mark d30v-*-* as obsolete.
3914 * d30v-tdep.c: Mark file as obsolete.
3915 * config/d30v/d30v.mt: Ditto.
3916 * config/d30v/tm-d30v.h: Ditto.
3917
3918 2002-07-13 Aidan Skinner <aidan@velvet.net>
3919
3920 * ada-tasks.c (add_task_entry): replace calls to
3921 malloc() with xmalloc
3922 * ada-tasks.c (init_task_list): replace calls to free with xfree()
3923
3924 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
3925 ada_finish_decode_line_1, all_sals_for_line
3926 ada_breakpoint_rewrite): replace calls to free() with xfree()
3927
3928 2002-07-12 Kevin Buettner <kevinb@redhat.com>
3929
3930 From Nicholas Duffek (with minor changes by Martin Hunt,
3931 Louis Hamilton, and Kevin Buettner):
3932 * aix-thread.c: New file.
3933
3934 2002-07-12 Petr Sorfa <petrs@caldera.com>
3935
3936 * dwarf2read.c (dwarf2_invalid_attrib_class): New
3937 complaint for invalid attribute class or form.
3938 (read_func_scope): DW_AT_frame_base
3939 better handling of DW_AT_block*.
3940 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
3941 better handling of DW_AT_block*.
3942 (read_common_block): DW_AT_location
3943 better handling of DW_AT_block*.
3944 (read_partial_die): DW_AT_location better handling
3945 of DW_AT_block*.
3946 (new_symbol): DW_AT_external better handling of
3947 DW_AT_block*. Proper initialization of variable
3948 "addr".
3949 (attr_form_is_block): New function that returns true
3950 if the attribute's form is of DW_FORM_block*.
3951
3952 2002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
3953
3954 * valops.c (find_method_list): Remove comment about
3955 removed STATIC_MEMFUNCP argument.
3956 (value_find_oload_method_list): Likewise.
3957
3958 2002-07-12 Kevin Buettner <kevinb@redhat.com>
3959
3960 From Nicholas Duffek:
3961 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
3962 target_new_objfile_hook.
3963
3964 2002-07-12 Kevin Buettner <kevinb@redhat.com>
3965
3966 From Nicholas Duffek:
3967 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
3968 csect.
3969
3970 2002-07-12 Andrew Cagney <cagney@redhat.com>
3971
3972 * MAINTAINERS: Mention --enable-sim-build-warnings.
3973 (m68hc11-elf): Disable sim build warnings.
3974 (m32r-elf): Mark as broken obsolete candidate.
3975 (x86_64-linux-gnu): Mark as buildable with -Werror.
3976 (arm-elf): Change -w to ``,'' which enables warnings but not
3977 -Werror.
3978
3979 2002-07-12 Andrew Cagney <ac131313@redhat.com>
3980
3981 * bcache.h: Update copyright.
3982 (struct bstring, struct bcache): Move definition to "bcache.c".
3983 Replaced by opaque declaration.
3984 (bcache_xfree): Replace free_bcache.
3985 (bcache_xmalloc, bcache_memory_used): Declare.
3986
3987 * bcache.c: Update copyright.
3988 (struct bstring, struct bcache): Moved to here from "bcache.h".
3989 Update comments.
3990 (bcache_xmalloc, bcache_memory_used): New functions.
3991 (bcache_xfree): Replace function free_bcache.
3992
3993 * Makefile.in (objfiles.o): Add $(bcache_h).
3994 (objfiles_h): Remove $(bcache_h).
3995 (symfile.o): Add $(bcache_h).
3996
3997 * symmisc.c: Update copyright.
3998 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
3999 (print_objfile_statistics): Use bcache_memory_used.
4000
4001 * symfile.c: Include "bcache.h".
4002 (reread_symbols): Use bcache_xfree.
4003 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
4004 (add_psymbol_to_list): Pass psymbol_cache by value.
4005 (add_psymbol_with_dem_name_to_list): Ditto.
4006
4007 * objfiles.h: Update copyright.
4008 (struct bcache): Declare opaque. Do not include "bcache.h".
4009 (struct objfile): Change psymbol_cache and macro_cache to ``struct
4010 bcache'' pointers.
4011 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
4012
4013 * objfiles.c: Include "bcache.h". Update copyright.
4014 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
4015 macro_cache.
4016 (free_objfile): Use bcache_xfree.
4017
4018 2002-07-11 Grace Sainsbury <graces@redhat.com>
4019
4020 * monitor.c (monitor_fetch_register): Make name a constant.
4021 (monitor_store_register): Same.
4022
4023 2002-07-11 Daniel Jacobowitz <drow@mvista.com>
4024
4025 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
4026 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
4027 (finish_block) For non-function blocks, hash the symbol table. For
4028 function blocks, mark the symbol table as unhashed.
4029 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
4030 (msymbol_hash_iw): Likewise.
4031 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
4032 value.
4033 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
4034 (lookup_minimal_symbol): Likewise for both.
4035 * symtab.h (struct block): Add `hashtable' flag. Comment the
4036 hashtable.
4037 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
4038 (ALL_BLOCK_SYMBOLS): Update.
4039 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
4040 (struct symbol): Add `hash_next' pointer.
4041 * symtab.c (lookup_block_symbol): Search using the hash table when
4042 possible.
4043 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
4044 (search_symbols, find_addr_symbol): Likewise.
4045
4046 * dstread.c (process_dst_block): Clear hashtable bit for new block.
4047 (read_dst_symtab): Likewise.
4048 * jv-lang.c (get_java_class_symtab): Likewise.
4049 * mdebugread.c: Include "gdb_assert.h".
4050 (shrink_block): Assert that the block being modified is not hashed.
4051 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
4052 * symmisc.c (free_symtab_block): Walk the hash table when freeing
4053 symbols.
4054 (dump_symtab): Recognize hashed blocks.
4055 * printcmd.c (print_frame_args): Assert that function blocks do not
4056 have hashed symbol tables.
4057 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
4058 (fill_in_ada_prototype, debug_print_block): Likewise.
4059 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
4060
4061 2002-07-11 Corinna Vinschen <vinschen@redhat.com>
4062
4063 * stack.c (print_frame): Use result of frame_address_in_block()
4064 instead of fi->pc when evaluating symbols.
4065 (backtrace_command_1): Ditto.
4066
4067 2002-07-11 Andrew Cagney <cagney@redhat.com>
4068
4069 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
4070 Make static.
4071
4072 * arm-tdep.c (arm_register_name): Make return type constant.
4073
4074 2002-07-10 Andrew Cagney <ac131313@redhat.com>
4075
4076 * win32-nat.c (has_detach_ability): Convert to strict ISO C
4077 prototype.
4078 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
4079 * s390-tdep.c (s390_fp_regnum): Ditto.
4080 (s390_read_fp): Ditto.
4081 (s390_pop_frame): Ditto.
4082 (_initialize_s390_tdep): Ditto.
4083 * remote.c (get_remote_state): Ditto.
4084 * procfs.c (mappingflags): Ditto.
4085 * memattr.c (_initialize_mem): Ditto.
4086 * mcore-tdep.c (mcore_pop_frame): Ditto.
4087 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
4088 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
4089 * language.c (set_case_str): Ditto.
4090 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
4091 * frv-tdep.c (new_variant): Ditto.
4092 (frv_stopped_data_address): Ditto.
4093 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
4094 (context_alloc): Ditto.
4095 (frame_state_alloc): Ditto.
4096 (unwind_tmp_obstack_init): Ditto.
4097 (unwind_tmp_obstack_free): Ditto.
4098 (cfi_read_fp): Ditto.
4099 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
4100 (cris_pop_frame): Ditto.
4101 * c-lang.c (scanning_macro_expansion): Ditto.
4102 (finished_macro_expansion): Ditto.
4103 (c_preprocess_and_parse): Ditto.
4104 * gdbarch.sh: Ditto.
4105 * gdbarch.h, gdbarch.c: Regenerate.
4106 * config/mn10200/tm-mn10200.h: Adjust indentation.
4107 * target.c: Adjust indentation.
4108 * symtab.h: Adjust indentation.
4109 * stabsread.h: Adjust indentation.
4110 * remote-es.c: Adjust indentation.
4111 * os9kread.c: Adjust indentation.
4112
4113 2002-07-10 Andrew Cagney <ac131313@redhat.com>
4114
4115 * wince.c (_initialize_wince): Rename _initialize_inftarg.
4116 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
4117
4118 2002-07-10 Grace Sainsbury <graces@redhat.com>
4119
4120 * NEWS: Mention m68k, mcore multi-arching.
4121 * MAINTAINERS: Change status of m68k, mcore to reflect
4122 multi-arching.
4123
4124 2002-07-10 Daniel Jacobowitz <drow@mvista.com>
4125
4126 * valops.c (find_overload_match): Free oload_syms.
4127
4128 2002-07-09 Joel Brobecker <brobecker@gnat.com>
4129
4130 Define HAVE_SYS_PROC_H if sys/proc.h exists
4131 * configure.in: Add check for sys/proc.h
4132 * config.in: Regenerate.
4133 * configure: Regenerate.
4134
4135 2002-07-09 Grace Sainsbury <graces@redhat.com>
4136
4137 * config/m68k/tm-m68k.h: Remove macros wrapped in
4138 #if !GDB_MULTI_ARCH.
4139
4140 2002-07-08 Andrew Cagney <ac131313@redhat.com>
4141
4142 * config.in, configure: Regenerate.
4143
4144 2002-07-08 Mark Kettenis <kettenis@gnu.org>
4145
4146 * dwarf2cfi.c: Include "gcore.h".
4147 (execute_stack_op): Fix implementation of the
4148 DW_OP_deref and DW_OP_deref_size operators by letting do their
4149 lookup in the target.
4150
4151 2002-07-07 Mark Kettenis <kettenis@gnu.org>
4152
4153 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
4154 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
4155 tdep->sc_sp_offset.
4156
4157 2002-07-05 Daniel Jacobowitz <drow@mvista.com>
4158
4159 Fix PR gdb/595, gdb/602
4160 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
4161 Don't call value_cast, just read the vtable pointer; update comments
4162 to match.
4163
4164 2002-07-05 Grace Sainsbury <graces@redhat.com>
4165
4166 * config/mcore/tm-mcore.h: Remove file.
4167 * config/mcore/mcore.mt: Remove definition of TM_FILE
4168 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
4169
4170 2002-07-05 Mark Kettenis <kettenis@gnu.org>
4171
4172 * i386bsd-tdep.c: Include "gdb_string.h".
4173
4174 2002-07-04 Grace Sainsbury <graces@redhat.com>
4175
4176 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
4177 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
4178 mcore-tdep.
4179 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
4180 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
4181 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
4182 (RETVAL_REGNUM): Move macros from tm-mcore.h
4183 (mcore_reg_struct_has_addr): New function.
4184 (mcore_gdbarch_init): Added initializations for the macros removed
4185 from tm-mcore.h.
4186
4187 2002-07-04 Mark Kettenis <kettenis@gnu.org>
4188
4189 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
4190 traditonal string branding within the ELF header.
4191
4192 2002-07-04 Daniel Jacobowitz <drow@mvista.com>
4193
4194 * symtab.c (remove_params): New function.
4195 (make_symbol_overload_list): Use it instead of cplus_demangle.
4196 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
4197
4198 2002-07-04 Mark Kettenis <kettenis@gnu.org>
4199
4200 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
4201
4202 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
4203 New variables.
4204 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
4205 and tdep->sigtramp_end.
4206 * i386obsd-nat.c: New file.
4207 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
4208
4209 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
4210 Don't call get_current_frame().
4211
4212 2002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
4213
4214 * i386-nat.c (child_post_startup_inferior): New function
4215 calling i386_cleanup_dregs if
4216 I386_USE_GENERIC_WATCHPOINTS is defined.
4217 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
4218 conditional to acknowledge that i386-nat.c has its
4219 own child_post_startup_inferior function.
4220
4221 2002-07-04 Mark Kettenis <kettenis@gnu.org>
4222
4223 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
4224 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
4225 instead of MAX_REGISTER_RAW_SIZE.
4226 (i386_extract_return_value, i386_extract_struct_value_address):
4227 Convert to use regcache.
4228 (i386_gdbarch_init): Set max_register_raw_size and
4229 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
4230 Set extract_return_value and extract_struct_value_address instead
4231 of their deprecated variants.
4232
4233 Convert i386 target to generic dummy frames.
4234 * i386-tdep.c: Include "symfile.h".
4235 (i386_frameless_signal_p): Consider a function to be frameless if
4236 the pc points at the first instruction of the function.
4237 (i386_frame_chain): Handle (generic) call dummies.
4238 (i386_frame_saved_pc): Likewise.
4239 (i386_frame_init_saved_regs): Remove code dealing with call
4240 dummies on the stack.
4241 (i386_push_dummy_frame): Removed.
4242 (i386_call_dummy_words): Removed.
4243 (i386_fix_call_dummy): Removed.
4244 (i386_push_return_address): New function.
4245 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
4246 parameter, and don't call get_current_frame.
4247 (i386_pop_frame): New function.
4248 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
4249 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
4250 entry_point_address, set call_dummy_breakpoint_offset to 0, set
4251 call_dummy_length to 0, set call_dummy_words to NULL, set
4252 sizeof_call_dummy_words to 0, set fix_call_dummy to
4253 generic_fix_call_dummy, set pc_in_call_dummy to
4254 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
4255 generic_push_dummy_frame, set push_return_address to
4256 i386_push_return_address and set frame_chain_valid to
4257 generic_file_frame_chain_valid.
4258
4259 2002-07-03 Andrew Cagney <ac131313@redhat.com>
4260
4261 * gdbarch.sh (struct regcache): Add opaque declaration.
4262 (EXTRACT_RETURN_VALUE): New architecture method.
4263 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
4264 * gdbarch.h, gdbarch.c: Regenerate.
4265 * arch-utils.c (legacy_extract_return_value): New function.
4266 * arch-utils.h (legacy_extract_return_value): Declare.
4267 * values.c (value_being_returned): Re-enable code handling
4268 EXTRACT_STRUCT_VALUE_ADDRESS. Move
4269 deprecated_grub_regcache_for_registers call to block handling
4270 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
4271 (EXTRACT_RETURN_VALUE): Do not define.
4272
4273 2002-07-03 Grace Sainsbury <graces@redhat.com>
4274
4275 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
4276 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
4277 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
4278 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
4279 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
4280 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
4281 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
4282 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
4283 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
4284 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
4285 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
4286 argument so the function fits the prototype in the architecture
4287 vector.
4288 (mcore_pop_frame): Remove argument so the function fits the
4289 prototype. Use get_current_frame instead of the argument.
4290 (mcore_push_arguments): Change type of struct_return so the
4291 function can be used in the architecture vector.
4292 (mcore_store_struct_return): Add.
4293 (mcore_frame_init_saved_regs): Add.
4294 (mcore_gdbarch_init): Add function calls to replace the macros
4295 removed from tm-mcore.h
4296
4297 2002-07-03 Andrew Cagney <ac131313@redhat.com>
4298
4299 * infcmd.c (print_return_value): Remove compatibility code calling
4300 deprecated_grub_regcache_for_registers.
4301
4302 * values.c: Include "regcache.h".
4303 (value_being_returned): Update. Use
4304 deprecated_grub_regcache_for_registers to extract the register
4305 buffer address.
4306 * value.h (value_being_returned): Change ``retbuf'' parameter to a
4307 ``struct regcache''.
4308 * Makefile.in (values.o): Add dependency on $(regcache_h).
4309
4310 * inferior.h (run_stack_dummy): Change type of second parameter to
4311 a ``struct regcache''.
4312 * valops.c (hand_function_call): Change type of retbuf to ``struct
4313 regcache''. Allocate using regcache_xmalloc, clean using
4314 make_cleanup_regcache_xfree.
4315 * infcmd.c (run_stack_dummy): Update. Use
4316 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
4317
4318 * regcache.c (do_regcache_xfree): New function.
4319 (make_cleanup_regcache_xfree): New function.
4320 * regcache.h (make_cleanup_regcache_xfree): Declare.
4321
4322 2002-07-03 Martin M. Hunt <hunt@redhat.com>
4323
4324 * event-top.c (command_line_handler): Don't read past
4325 beginning of buffer.
4326
4327 2002-07-03 Martin M. Hunt <hunt@redhat.com>
4328
4329 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
4330 struct frame_id.
4331 (varobj_create): Store frame_id for root.
4332 (varobj_gen_name): Use xasprintf.
4333 (varobj_update): Save and restore frame using get_frame_id() and
4334 frame_find_by_id().
4335 (create_child): Use xasprintf.
4336 (new_root_variable): Initialize frame_id.
4337 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
4338 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
4339 to prevent memory leak.
4340
4341 2002-07-03 Andrew Cagney <ac131313@redhat.com>
4342
4343 * valops.c (hand_function_call): Move declaration of retbuf to
4344 start of function, allocate using malloc, add a cleanup but before
4345 the inf_status cleanup, cleanup the buffer. Rename local variable
4346 old_chain to inf_status_cleanup.
4347
4348 2002-07-03 Martin M. Hunt <hunt@redhat.com>
4349
4350 * top.c (execute_command): Use cmd_func() and cmd_func_p().
4351
4352 * cli/cli-decode.c (cmd_func_p): New function.
4353 (cmd_func): New function.
4354
4355 * command.h: Add cmd_func() and cmd_func_p().
4356
4357 2002-07-03 Grace Sainsbury <graces@redhat.com>
4358
4359 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
4360 (REGISTER_SIZE): Remove.
4361 (MAX_REGISTER_RAW_SIZE): Remove.
4362 (REGISTER_VIRTUAL_TYPE): Remove.
4363 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
4364 (REGISTER_NAME): Remove.
4365 (USE_GENERIC_DUMMY_FRAMES): Remove.
4366 (CALL_DUMMY): Remove.
4367 (CALL_DUMMY_START_OFFSET): Remove.
4368 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
4369 (CALL_DUMMY_LOCATION): Remove.
4370 (FIX_CALL_DUMMY): Remove.
4371 (CALL_DUMMY_ADDRESS): Remove.
4372 (SIZEOF_CALL_DUMMY_WORDS): Remove.
4373 (SAVE_DUMMY_FRAME_TOS): Remove.
4374 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
4375 (mcore_register_virtual_type): New function.
4376 (mcore_register_byte): New function.
4377 (mcore_register_size): New function.
4378 (mcore_register_name): New function.
4379 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
4380 macros removed from tm-mcore.h.
4381 (mcore_dump_tdep): Add.
4382 (_initialize_mcore_tdep): Add gdbarch_register call.
4383
4384 2002-07-03 Mark Kettenis <kettenis@gnu.org>
4385
4386 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
4387 frameless_look_for_prologue, such that we actually call this
4388 function.
4389
4390 2002-07-02 Joel Brobecker <brobecker@gnat.com>
4391
4392 * frame.h (frame_address_in_block): New function.
4393
4394 * blockframe.c (frame_address_in_block): New function extracted
4395 from get_frame_block().
4396 (get_frame_block): Use frame_address_in_block().
4397 (block_innermost_frame): Use frame_address_in_block() to match
4398 the frame pc address against the block boundaries rather than
4399 the frame pc directly. This prevents a failure when a frame pc
4400 is actually a return-address pointing immediately after the end
4401 of the given block.
4402
4403 2002-07-02 Grace Sainsbury <graces@redhat.com>
4404
4405 * MAINTAINERS: Add self under write after approval.
4406
4407 2002-07-02 Grace Sainsbury <graces@redhat.com>
4408
4409 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
4410 used in architecture vector. The default is
4411 m68k_local_breakpoint_from_pc.
4412 (m68k_local_breakpoint_from_pc): Add.
4413 (enum): Add register numbers from tm-m68k.h.
4414 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
4415 vector.
4416 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
4417 GDB_MULTI_ARCH_PARTIAL.
4418 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
4419 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
4420 m68k-tdep.c.
4421 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
4422 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
4423 to enum in m68k-tdep.c
4424
4425 2002-07-02 Joel Brobecker <brobecker@gnat.com>
4426
4427 * solib-osf.c (open_map): Compute the list of shared libraries
4428 loaded by the inferior, rather than the list of libraries loaded
4429 by GDB itself. Otherwise, GDB ends up reading the symbols from
4430 the wrong shared libraries...
4431
4432 2002-07-02 Mark Kettenis <kettenis@gnu.org>
4433
4434 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
4435 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
4436 macros.
4437 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
4438 Remove functions.
4439 (FRAMELESS_SIGNAL): Remove function.
4440 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
4441 i386_linux_saved_pc_after_call): Removed.
4442 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
4443 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
4444 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
4445
4446 * i386-tdep.c (i386_frameless_signal_p): New function.
4447 (i386_frame_chain): Deal with frameless signals.
4448 (i386_sigtramp_saved_sp): New function.
4449 (i386_frame_saved_pc): Deal with frameless signals.
4450 (i386_saved_pc_after_call): Make sure the correct value is
4451 returned just after entry into a sigtramp.
4452 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
4453 i386fbsd4_sc_sp_offset): New variables.
4454 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
4455 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
4456 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
4457 similiar to what we already did for sc_pc_offset.
4458 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
4459 tdep->sc_sp_offset.
4460
4461 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
4462
4463 2002-07-02 Michal Ludvig <mludvig@suse.cz>
4464
4465 * config/i386/tm-x86-64linux.h: New.
4466 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
4467 definitions.
4468 * config/i386/nm-x86-64.h: Rename to ...
4469 * config/i386/nm-x86-64linux.h: ... this one.
4470 * config/i386/x86-64linux.mh: Reflect the above change.
4471
4472 2002-07-01 Mark Kettenis <kettenis@gnu.org>
4473
4474 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
4475 with sigcontext_addr. Add sc_sp_offset.
4476 (i386bsd_sigtramp_saved_pc): Remove prototype.
4477 (i386bsd_sicontext_addr): Add prototype.
4478 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
4479 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
4480 (i386_svr4_sigtramp_saved_pc): Removed.
4481 (i386_svr4_sigcontext_addr): New function.
4482 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4483 Initialize tdep->sigcontext_addr instead. Initialize
4484 tdep->sc_pc_offset and tdep->sc_sp_offset.
4485 (i386_gdbarch_init): Likewise.
4486 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
4487 any more.
4488 (i386bsd_sigtramp_saved_pc): Remove function.
4489 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4490 Initialize tdep->sigcontext_addr instead. Initialize
4491 tdep->sc_pc_offset.
4492 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
4493 of tdep->sigtramp_saved_pc.
4494 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
4495 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
4496 instead.
4497
4498 * i386-tdep.c (i386_frameless_function_invocation,
4499 i386_frame_num_args, i386_frame_init_saved_regs,
4500 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
4501 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
4502 i386_extract_return_value, i386_store_return_value,
4503 i386_extract_struct_value_address, i386_register_virtual_type,
4504 i386_register_convertible, i386_register_convert_to_virtual,
4505 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
4506 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
4507 static.
4508
4509 2002-07-01 Mark Kettenis <kettenis@gnu.org>
4510
4511 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
4512
4513 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
4514 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
4515 this macro. Include "value.h".
4516
4517 2002-06-30 Aidan Skinner <aidan@velvet.net>
4518
4519 * ada-exp.tab.c: remove as it's a generated file
4520 * ada-lex.c: remove as it's a generated file
4521
4522 2002-06-30 Mark Kettenis <kettenis@gnu.org>
4523
4524 * config/i386/tm-i386.h (struct frame_info, struct
4525 frame_saved_regs, struct value, struct type): Remove forward
4526 declarations.
4527
4528 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
4529 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
4530 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
4531 (FILL_FPXREGSET): Define.
4532
4533 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
4534
4535 * configure.tgt (i[3456]86-*-openbsd*): Fold into
4536 i[3456]86-*-netbsd* case.
4537 * config/i386/tm-obsd.h: Removed.
4538 * config/i386/obsd.mt: Removed.
4539 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
4540 core-aout.o.
4541 (MH_CFLAGS): Add -DYYDEBUG=0.
4542
4543 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
4544 i386nbsd_sc_pc_offset on OpenBSD too.
4545
4546 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
4547 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
4548 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
4549 define.
4550 * i386bsd-tdep.c: Include "arch-utils.h".
4551 (i386bsd_aout_in_solib_call_trampoline): New function.
4552 (i386bsd_init_abi): Set in_solib_call_trampoline to
4553 i386bsd_aout_in_solib_call_trampoline.
4554 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
4555 in_solib_call_trampoline to generic_in_solib_call_trampoline.
4556
4557 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4558
4559 * macrotab.h: Do not include "obstack.h" or "bcache.h".
4560 (struct obstack, struct bcache): Add opaque declarations.
4561 * Makefile.in (macrotab_h): Update
4562
4563 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4564
4565 * blockframe.c (generic_find_dummy_frame): Change return type to
4566 ``struct regcache''.
4567 (struct dummy_frame): Replace field ``registers'' with regcache, a
4568 struct regcache object.
4569 (generic_find_dummy_frame): Update.
4570 (generic_push_dummy_frame): Update. Use regcache_xfree,
4571 regcache_xmalloc and regcache_cpy.
4572 (generic_pop_dummy_frame): Update. Use regcache_cpy and
4573 regcache_xfree.
4574 (deprecated_generic_find_dummy_frame): Update.
4575 (generic_read_register_dummy): Update. Use
4576 regcache_read_as_address.
4577 (generic_call_dummy_register_unwind): Update. Use regcache_read.
4578 (generic_get_saved_register): Update. Use regcache_read.
4579
4580 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4581
4582 * Makefile.in (objfiles_h): Add $(bcache_h).
4583 * objfiles.h: Include "bcache.h".
4584
4585 * Makefile.in (symtab_h): Remove $(bcache_h).
4586 * symtab.h: Do not include "bcache.h".
4587
4588 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4589
4590 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
4591 generic_func_frame_chain_valid.
4592
4593 2002-06-28 David O'Brien <obrien@FreeBSD.org>
4594
4595 * config/i386/nm-fbsd.h: Include <sys/param.h>.
4596 * config/i386/tm-fbsd.h: Likewise.
4597
4598 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4599
4600 * rs6000-tdep.c (rs6000_gdbarch_init): Use
4601 generic_unwind_get_saved_register.
4602
4603 2002-06-27 Andrew Cagney <ac131313@redhat.com>
4604
4605 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
4606 * regcache.c (supply_register): Add missing argument to
4607 register_buffer call.
4608
4609 2002-06-27 Andrew Cagney <ac131313@redhat.com>
4610
4611 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
4612 Solaris /bin/grep does not not like it. From Peter Schauer.
4613
4614 2002-06-26 Tom Tromey <tromey@redhat.com>
4615
4616 * command.h (add_setshow_cmd): Declare.
4617 (add_setshow_cmd_full): Declare.
4618 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
4619 returns void. Use add_setshow_cmd_full.
4620 (add_setshow_cmd_full): New function.
4621 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
4622 (add_setshow_boolean_cmd): Likewise.
4623
4624 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4625
4626 * config/vax/tm-vax.h: Protect from multiple inclusion.
4627 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
4628 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
4629 * config/vax/tm-vaxbsd.h: ...here. New file.
4630 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
4631
4632 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4633
4634 * config/vax/tm-vax.h (BREAKPOINT): Remove.
4635 (BELIEVE_PCC_PROMOTION): Remove.
4636 (AP_REGNUM): Move to...
4637 * config/vax/nm-vax.h: ...here.
4638 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
4639 (vax_breakpoint_from_pc): New function.
4640 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
4641 and gdbarch_believe_pcc_promotion.
4642
4643 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4644
4645 * Makefile.in (vax_tdep_h): Define.
4646 (vax-tdep.o): Use $(vax_tdep_h).
4647 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
4648 (vax_dump_tdep): New function.
4649 (_initialize_vax_tdep): Register vax_dump_tdep.
4650 * vax-tdep.h: Include osabi.h.
4651 (struct gdbarch_tdep): New.
4652
4653 2002-06-26 Andrew Cagney <cagney@redhat.com>
4654
4655 * frame.h (deprecated_generic_find_dummy_frame): Rename
4656 generic_find_dummy_frame.
4657 * blockframe.c (generic_find_dummy_frame): Make static.
4658 (deprecated_generic_find_dummy_frame): New function.
4659 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
4660 generic_find_dummy_frame with deprecated_find_dummy_frame.
4661 (sh64_nofp_frame_init_saved_regs): Ditto.
4662 (sh_fp_frame_init_saved_regs): Ditto.
4663 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
4664 (s390_frame_chain): Ditto.
4665 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
4666
4667 2002-06-26 Grace Sainsbury <graces@redhat.com>
4668
4669 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
4670 gdbarch vector are at the top.
4671 (NUM_REGS): Remove.
4672 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
4673 (FRAME_ARGS_ADDRESS): Remove.
4674 (FRAME_LOCALS_ADDRESS): Remove.
4675 (FRAME_NUM_ARGS): Remove.
4676 (FRAME_ARGS_SKIP): Remove.
4677 * m68k-tdep.c (enum): Add eumeration of special register numbers.
4678 (m68k_gdbarch_init): Add gdbarch initializations for macros
4679 undefined in tm-m68k.h
4680
4681 2002-06-26 Grace Sainsbury <graces@redhat.com>
4682
4683 * monitor.h: Add the function regname to monitor_ops
4684 structure. This way NUM_REGS does not have to be a constant.
4685 * monitor.c (monitor_fetch_register): Added support for regname
4686 function. The function is called if the array regnames is NULL.
4687 (monitor_store_register): Same.
4688 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
4689 regnames array.
4690 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
4691 cpu32bug_cmds.regname to point to new function.
4692 * abug-rom.c (abug_regname): Same as above.
4693 (init_abug_cmds): Same.
4694 * dbug-rom.c (dbug_regname): Same as above.
4695 (init_dbug_cmds): Same.
4696 * remote-est.c (est_regname): Same.
4697 (init_est_cmds): Same.
4698 * rom68k-rom.c (rom68k_regname): Same.
4699 (init_rom68k_cmds): Same.
4700
4701 2002-06-25 Tom Tromey <tromey@redhat.com>
4702
4703 * breakpoint.c (delete_command): Don't repeat `delete' commands.
4704
4705 2002-06-25 Andrew Cagney <cagney@redhat.com>
4706
4707 * infrun.c (stop_registers): Change variable's type to ``struct
4708 regcache'''.
4709 (xmalloc_inferior_status): Delete function.
4710 (free_inferior_status): Delete function.
4711 (normal_stop): Use regcache_cpy.
4712 (struct inferior_status): Change type of fields ``stop_registers''
4713 and ``registers'' to ``struct regcache''.
4714 (write_inferior_status_register): Use regcache_write.
4715 (save_inferior_status): Instead of calling
4716 xmalloc_inferior_status, allocate the inf_status buffer directly.
4717 Use regcache_dup_no_passthrough and regcache_dup to save the
4718 buffers.
4719 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
4720 Replace the stop_registers regcache instead of overriding it. Use
4721 regcache_xfree. Instead of calling free_inferior_status, xfree
4722 the buffer directly.
4723 (discard_inferior_status): Use regcache_xfree. Instead of calling
4724 free_inferior_status, xfree the buffer directly.
4725 (build_infrun): Use regcache_xmalloc.
4726 (_initialize_infrun): Delete redundant call to build_infrun.
4727
4728 * Makefile.in (infcmd.o): Add $(regcache_h).
4729
4730 * infcmd.c: Include "regcache.h".
4731 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
4732 obtain the address of `stop_registers' register buffer.
4733 (print_return_value): Ditto.
4734
4735 * inferior.h (struct regcache): Add opaque declaration.
4736 (stop_registers): Change variable's declared type to ``struct
4737 regcache''.
4738
4739 2002-06-24 Tom Tromey <tromey@redhat.com>
4740
4741 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
4742 * target.c (initialize_targets): Fixed typo in
4743 trust-readonly-sections `show' documentation.
4744
4745 * main.c: Marked all strings with _().
4746
4747 2002-06-24 Don Howard <dhoward@redhat.com>
4748
4749 * memattr.c (create_mem_region): Treat hi == 0 as a special case
4750 that means max CORE_ADDR+1.
4751 (lookup_mem_region): Ditto.
4752 (mem_info_command): Ditto.
4753
4754 2002-06-24 Grace Sainsbury <graces@redhat.com>
4755
4756 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
4757 (REGISTER_BYTES_OK): Remove.
4758 (REGISTER_BYTES): Remove.
4759 (STORE_STRUCT_RETURN): Remove.
4760 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
4761 (STORE_RETURN_VALUE): Remove.
4762 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
4763 (FRAME_CHAIN): Remove.
4764 (FRAMELESS_FUNCTION_INVOCATION): Remove.
4765 (FRAME_SAVED_PC): Remove.
4766 * m68k-tdep.c (m68k_register_bytes_ok):Add.
4767 (m68k_store_struct_return): Add.
4768 (m68k_deprecated_extract_return_value): Add.
4769 (m68k_deprecated_extract_struct_value_address): Add.
4770 (m68k_store_return_value): Add.
4771 (m68k_frame_chain): Add.
4772 (m68k_frameless_function_invocation): Add.
4773 (m68k_frame_saved_pc): Add.
4774 (m68k_gdbarch_init): added set_gdbarch calls for new
4775 functions and deleted macros.
4776
4777 2002-06-23 Tom Tromey <tromey@redhat.com>
4778
4779 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
4780 (ALLDEPFILES): Likewise.
4781 (udiheaders): Removed.
4782 (udip2soc.o): Likewise.
4783 (udi2go32.o): Likewise.
4784 (udr.o): Likewise.
4785 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
4786
4787 2002-06-22 Andrew Cagney <ac131313@redhat.com>
4788
4789 * infrun.c (_initialize_infrun): Delete unnecessary call to
4790 build_infrun.
4791
4792 * regcache.h: Update comments describing the regcache_cpy family
4793 of functions.
4794 (regcache_save, regcache_restore): Delete declaration.
4795 (regcache_save_no_passthrough): Delete declaration.
4796 (regcache_restore_no_passthrough): Delete declaration.
4797 * regcache.c (regcache_save): Delete function.
4798 (regcache_save_no_passthrough): Delete function.
4799 (regcache_restore): Delete function.
4800 (regcache_restore_no_passthrough): Delete function.
4801
4802 2002-06-21 Andrew Cagney <ac131313@redhat.com>
4803
4804 * config/m68k/tm-m68k.h: Fix typo.
4805 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
4806 (m68k_frame_init_saved_regs): Declare.
4807
4808 2002-06-21 Jim Blandy <jimb@redhat.com>
4809
4810 Remove some vestiges of Harris 88k support.
4811 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
4812 register numbering quirk.
4813 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
4814 odd symbols occurring in Harris 88k ELF targets.
4815
4816 2002-06-21 Tom Tromey <tromey@redhat.com>
4817
4818 * gdb_locale.h: New file.
4819 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
4820 (defs_h): Added gdb_locale.h.
4821 * configure, config.in: Rebuilt.
4822 * configure.in (PACKAGE): Define.
4823 * defs.h: Include gdb_locale.h.
4824 * main.c (captured_main): Call setlocale, bindtextdomain,
4825 textdomain.
4826
4827 2002-06-21 Dave Brolley <brolley@redhat.com>
4828
4829 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
4830 * config/frv/frv.mt: New file.
4831 * config/frv/tm-frv.h: New file.
4832 * configure.tgt: Support frv-*-*.
4833 * Makefile.in (frv-tdep.o): New target.
4834 * frv-tdep.c: New file.
4835 * NEWS: Mention frv.
4836
4837 2002-06-21 Dave Brolley <brolley@redhat.com>
4838
4839 * MAINTAINERS: Add self to "Write After Approval" list.
4840
4841 2002-06-21 Grace Sainsbury <graces@redhat.com>
4842
4843 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
4844 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
4845 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
4846 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
4847 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
4848
4849 * m68k-tdep.c: Include arch-utils.h
4850 (m68k_register_raw_size): Add.
4851 (m68k_register_virtual_size): Add.
4852 (m68k_register_virtual_type): Add.
4853 (m68k_register_name): Add.
4854 (m68k_stack_align): Add.
4855 (m68k_register_byte): Add.
4856 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
4857 tm-m68k.h.
4858
4859 2002-06-21 Grace Sainsbury <graces@redhat.com>
4860
4861 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
4862 m68k_find_saved_regs.
4863 (m68k_pop_frame): Removed saved_regs structure, and replaced
4864 references to it with frame->saved_regs.
4865 (m68k_gdbarch_init): Added function calls to initialize the
4866 gdbarch structure.
4867 (m68k_fix_call_dummy): Add.
4868 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
4869 (CALL_DUMMY): Remove.
4870 (CALL_DUMMY_LENGTH): Remove.
4871 (CALL_DUMMY_START_OFFSET): Remove.
4872 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
4873 (FIX_CALL_DUMMY): Remove.
4874 (PUSH_DUMMY_FRAME): Remove.
4875 (POP_FRAME): Remove.
4876
4877 2002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
4878
4879 * parse.c (parse_fprintf): New function used to avoid calls to
4880 fprintf in bison parser generated debug code.
4881 * parser-defs.h: Declaration of new parse_fprintf function.
4882 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
4883 Set YYDEBUG to 1 by default.
4884 Set YYFPRINTF as parse_fprintf.
4885
4886 2002-06-21 Michal Ludvig <mludvig@suse.cz>
4887
4888 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
4889 encoding anymore.
4890 (pointer_encoding, enum ptr_encoding): New.
4891 (execute_cfa_program): Take care about pointer encoding.
4892 (dwarf2_build_frame_info): Only call parse_frame_info for
4893 .debug_frame and .eh_frame.
4894 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
4895 fixed augmentation handling, added relative addressing,
4896 ignore duplicate FDEs. Added comments.
4897 * dwarf2cfi.c: Reindented.
4898
4899 2002-06-20 Elena Zannoni <ezannoni@redhat.com>
4900
4901 * event-top.c (command_handler): Don't use space_at_cmd_start
4902 unless there is sbrk() on the host. Assign time and space data
4903 to union fields of the appropriate length.
4904
4905 2002-06-20 Michal Ludvig <mludvig@suse.cz>
4906
4907 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
4908 x86_64_register_name. Return type changed to 'const char *'.
4909 (x86_64_register_name2nr): Rename to x86_64_register_number.
4910 (x86_64_gdbarch_init): Update to reflect the change.
4911 * x86-64-tdep.h: Ditto.
4912 * x86-64-linux-nat.c (x86_64_fxsave_offset)
4913 (supply_fpregset): Ditto.
4914
4915 2002-06-19 Andrew Cagney <cagney@redhat.com>
4916
4917 * regcache.h: Update copyright.
4918 (struct regcache, struct gdbarch): Add opaque declarations.
4919 (current_regcache): Declare global variable.
4920 (regcache_read, regcache_write): Add gdbarch parameter.
4921 (regcache_save, regcache_save_no_passthrough)
4922 (regcache_restore, regcache_restore_no_passthrough)
4923 (regcache_dup, regcache_dup_no_passthrough)
4924 (regcache_cpy, regcache_cpy_no_passthrough)
4925 (deprecated_grub_regcache_for_registers)
4926 (deprecated_grub_regcache_for_register_valid)
4927 (regcache_valid_p): Add function declarations.
4928
4929 * regcache.c: Update copyright.
4930 (regcache_descr_handle): New global variable.
4931 (struct regcache_descr): Define.
4932 (init_legacy_regcache_descr, init_regcache_descr): New functions.
4933 (regcache_descr, xfree_regcache_descr): New functions.
4934 (struct regcache): Define.
4935 (regcache_xmalloc, regcache_xfree): New functions.
4936 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
4937 (regcache_dup, regcache_dup_no_passthrough): New functions.
4938 (regcache_valid_p, regcache_read_as_address): New functions.
4939 (deprecated_grub_regcache_for_registers): New function.
4940 (deprecated_grub_regcache_for_register_valid): New function.
4941 (current_regcache): New global variable.
4942 (register_buffer): Add regcache parameter. Update calls.
4943 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
4944 (read_register_gen, write_register_gen): Update register_buffer
4945 call. Test for legacy_p instead of gdbarch_register_read_p or
4946 gdbarch_register_write_p.
4947 (regcache_collect): Update register_buffer call.
4948 (build_regcache): Rewrite. Use deprecated grub functions.
4949 (regcache_save, regcache_save_no_passthrough): New functions.
4950 (regcache_restore, regcache_restore_no_passthrough): New
4951 functions.
4952 (_initialize_regcache): Create the regcache_data_handle. Swap
4953 current_regcache global variable.
4954
4955 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
4956 parameter to regcache_read and regcache_write calls.
4957 (sh4_register_read): Ditto.
4958 (sh64_pseudo_register_read): Ditto.
4959 (sh64_register_read): Ditto.
4960 (sh_pseudo_register_write): Ditto.
4961 (sh4_register_write): Ditto.
4962 (sh64_pseudo_register_write): Ditto.
4963 (sh64_register_write): Ditto.
4964
4965 * defs.h (XCALLOC): Define.
4966
4967 2002-06-19 Grace Sainsbury <graces@redhat.com>
4968
4969 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
4970 * m68k-tdep.c (m68k_gdbarch_init): Added.
4971 (m68k_dump_tdep): Added.
4972
4973 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
4974
4975 * ada-lang.c (fill_in_ada_prototype): Update comment.
4976
4977 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
4978
4979 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
4980 MIPS_ABI_LAST.
4981 (mips_abi_string, mips_abi_strings): New.
4982 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
4983 (mips_gdbarch_init): Set tdep->found_abi. Don't set
4984 tdep->mips_abi_string. Honor mips_abi_string. Default to
4985 O32 if no ABI is found.
4986 (mips_dump_tdep): Use mips_abi_strings.
4987 (mips_abi_update): New function.
4988 (_initialize_mips_tdep): Initialize mips_abi_string. Add
4989 ``set mips abi'' and ``show mips abi''. Check the size of
4990 mips_abi_strings.
4991
4992 2002-06-19 Andrew Cagney <cagney@redhat.com>
4993
4994 * i386-linux-tdep.c (i386_linux_register_name): Make return type
4995 constant.
4996
4997 2002-06-18 Joel Brobecker <brobecker@gnat.com>
4998
4999 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
5000 current frame using only the first stack size adjustment. All
5001 subsequent size adjustments are not considered to be part of
5002 the "static" part of the current frame.
5003 Compute the address of the saved registers relative to the
5004 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
5005 in use in this frame.
5006
5007 2002-06-18 Don Howard <dhoward@redhat.com>
5008
5009 * valops.c (value_ind): Use value_at_lazy() when dereferencing
5010 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
5011 suggesting this solution.
5012
5013 2002-06-18 Andrew Cagney <ac131313@redhat.com>
5014
5015 * config/romp/xm-rtbsd.h: Delete file.
5016 * config/romp/rtbsd.mh: Delete file.
5017
5018 2002-06-18 Keith Seitz <keiths@redhat.com>
5019
5020 * breakpoint.c (condition_command): Post breakpoint_modify
5021 when a condition is added to an existing breakpoint.
5022 (commands_command): Likewise for commands.
5023 (set_ignore_count): Likewise for ignore counts.
5024 If no tty, do not simply return, still need to send event
5025 notification.
5026 (ignore_command): Only print a newline if the command came
5027 from a tty.
5028 Don't call breakpoints_changed, since this is now properly
5029 handled by set_ignore_count.
5030
5031 2002-06-18 Andrew Cagney <cagney@redhat.com>
5032
5033 * MAINTAINERS: Note that cris-elf target can be compiled with
5034 -Werror.
5035 * cris-tdep.c (cris_register_name): Make return type constant.
5036 (cris_breakpoint_from_pc): Ditto.
5037
5038 2002-06-18 Michal Ludvig <mludvig@suse.cz>
5039
5040 * frame.h (struct frame_info): Change type of context to
5041 'struct context'.
5042
5043 2002-06-17 Andrew Cagney <cagney@redhat.com>
5044
5045 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
5046 pointer.
5047 * gdbarch.h, gdbarch.c: Regenerate.
5048 * config/mips/tm-mips.h (mips_register_name): Update.
5049 * i386-tdep.h (i386_register_name): Update.
5050 * mips-tdep.c (mips_register_name): Update
5051 * alpha-tdep.c (alpha_register_name): Update.
5052 * arch-utils.c (legacy_register_name): Update.
5053 * arch-utils.h (legacy_register_name): Update.
5054 * avr-tdep.c (avr_register_name): Update.
5055 * ia64-tdep.c (ia64_register_name): Update.
5056 * i386-tdep.c (i386_register_name): Update.
5057 * sparc-tdep.c (sparc32_register_name): Update.
5058 (sparc64_register_name): Update.
5059 (sparclite_register_name): Update.
5060 (sparclet_register_name): Update.
5061 * sh-tdep.c (sh_generic_register_name): Update.
5062 (sh_sh_register_name): Update.
5063 (sh_sh3_register_name): Update.
5064 (sh_sh3e_register_name): Update.
5065 (sh_sh_dsp_register_name): Update.
5066 (sh_sh3_dsp_register_name): Update.
5067 (sh_sh4_register_name): Update.
5068 (sh_sh64_register_name): Update.
5069 * s390-tdep.c (s390_register_name): Update.
5070 * rs6000-tdep.c (rs6000_register_name): Update.
5071 * ns32k-tdep.c (ns32k_register_name_32082): Update.
5072 (ns32k_register_name_32382): Update.
5073 * d10v-tdep.c (d10v_ts2_register_name): Update.
5074 (d10v_ts3_register_name): Update.
5075 * xstormy16-tdep.c (xstormy16_register_name): Update.
5076 * vax-tdep.c (vax_register_name): Update.
5077 * v850-tdep.c (v850_register_name): Update.
5078 * m68hc11-tdep.c (m68hc11_register_name): Update.
5079 * mn10300-tdep.c (mn10300_generic_register_name): Update.
5080 (am33_register_name): Update.
5081
5082 2002-06-17 Grace Sainsbury <graces@redhat.com>
5083
5084 * m68k-tdep.c: Reindented.
5085
5086 2002-06-17 Andrew Cagney <ac131313@redhat.com>
5087
5088 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
5089 list of predefined types.
5090
5091 2002-06-16 Mark Kettenis <kettenis@gnu.org>
5092
5093 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
5094 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
5095 REGISTER_CONVERT_TO_RAW): Remove defines.
5096 (i386_register_virtual_type, i386_register_convertible,
5097 i386_register_convert_to_virtual, i386_register_convert_to_raw):
5098 Remove prototypes.
5099 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5100 macros mentioned above.
5101
5102 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
5103 (i386lynx_saved_pc_after_call): Remove prototype.
5104 * i386ly-tdep.c: Include "i386-tdep.h".
5105 (i386lynx_saved_pc_after_call): Make static. Use
5106 read_memory_nobpt instead of read_memory. Use
5107 read_memory_unsigned_integer instead of read_memory_integer.
5108 (i386lynx_init_abi): New function.
5109 (i386lynx_coff_osabi_sniffer): New function.
5110 (_initialize_i386bsd_tdep): New function.
5111
5112 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
5113 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
5114 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
5115 (i386_fix_call_dummy): Remove prototype.
5116 * i386-tdep.c (i386_call_dummy_words): New variable.
5117 (i386_gdbarch_init): Adjust for removal of the
5118 macros mentioned above.
5119
5120 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5121
5122 * command.h (add_setshow_auto_boolean_cmd): Replace
5123 add_set_auto_boolean_cmd.
5124 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
5125 add_set_auto_boolean_cmd.
5126 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
5127 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
5128 mask-address'' command.
5129 (show_mask_address): Add cmd parameter.
5130 * remote.c (add_packet_config_cmd): Update. Change type of
5131 set_func and show_func to cmd_sfunc_ftype.
5132 (_initialize_remote): Update `set remote Z-packet'
5133 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
5134 (show_remote_protocol_e_packet_cmd): Ditto.
5135 (show_remote_protocol_E_packet_cmd): Ditto.
5136 (show_remote_protocol_P_packet_cmd): Ditto.
5137 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
5138 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
5139 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
5140 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
5141 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
5142 (show_remote_protocol_Z_packet_cmd): Ditto.
5143 (show_remote_protocol_binary_download_cmd): Ditto.
5144 (show_remote_cmd): Pass NULL to all of above.
5145
5146 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5147
5148 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
5149 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
5150 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
5151 POP_FRAME): Remove defines.
5152 (i386_push_arguments, i386_store_struct_return,
5153 i386_extract_return_value, i386_store_return_value,
5154 i386_extract_struct_value_address, i386_push_dummy_frame,
5155 i386_pop_frame): Renove prototypes.
5156 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5157 macros mentioned above.
5158
5159 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5160
5161 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
5162 add_set_boolean_cmd.
5163 (add_setshow_cmd): New function.
5164 * command.h (add_setshow_boolean_cmd): Replace
5165 add_set_boolean_cmd.
5166 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
5167 and ``set rdiromatzero''.
5168 * maint.c (_initialize_maint_cmds): Update commented out code.
5169 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
5170 * target.c (initialize_targets): Update `set
5171 trust-readonly-sections'.
5172 * remote.c (_initialize_remote): Update `set remotebreak'.
5173
5174 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5175
5176 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
5177 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
5178 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
5179 fit into multi-arch framework.
5180 (i386_breakpoint_from_pc): New function.
5181 (i386_gdbarch_init): Adjust for removal of the macros mentioned
5182 above.
5183
5184 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
5185 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
5186 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
5187 (i386_frameless_function_invocation, i386_frame_num_args,
5188 i386_frame_init_saved_regs): Remove prototypes.
5189 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5190 macros mentioned above.
5191
5192 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5193
5194 * cli/cli-decode.c (set_cmd_cfunc): Update.
5195 (set_cmd_sfunc): Update.
5196 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
5197 (set_cmd_sfunc, set_cmd_cfunc): Update.
5198 * cli/cli-decode.h: Update.
5199
5200 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5201
5202 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
5203 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
5204
5205 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5206
5207 * defs.h (auto_boolean): Declare enum.
5208 * command.h (cmd_auto_boolean): Delete enum.
5209 * mips-tdep.c (mask_address_var): Update.
5210 (mips_mask_address_p): Update.
5211 (show_mask_address): Update.
5212 * remote.c (struct packet_config): Update.
5213 (update_packet_config): Update.
5214 (show_packet_config_cmd): Update.
5215 (packet_ok): Update.
5216 (add_packet_config_cmd): Update.
5217 (_initialize_remote):
5218 * command.h: Update.
5219 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
5220 (do_setshow_command): Update.
5221 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
5222 * cli/cli-decode.h: Update.
5223
5224 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5225
5226 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
5227 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
5228 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
5229 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
5230 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
5231 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
5232
5233 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
5234 list of DJGPP COFF targets.
5235
5236 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
5237 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
5238 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
5239 (FP0_REGNUM): Remove define.
5240 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
5241 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
5242 (i386_register_virtual_size): Remove protoype.
5243 * i386-tdep.c (i386_register_virtual_size): Removed.
5244 (i386_extract_return_value, i386_store_return_value): Use
5245 FP0_REGNUM instead of NUM_FREGS to determine whether the
5246 floating-point registers are available.
5247 (i386_gdbarch_init): Tweak FIXME about FPU registers.
5248 Adjust for removal of macros mentioned above.
5249
5250 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5251
5252 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
5253 comments.
5254 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
5255 Remove prototypes.
5256 (supply_gregset, fill_gregset): Remove use of register keyword and
5257 remove declaration for regmap. Use I386_NUM_GREGS instead of
5258 NUM_REGS and NUM_FREGS.
5259 (FPREGSET_FSAVE_OFFSET): Remove.
5260 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
5261 NUM_FREGS to determine whether the floating-point registers are
5262 available.
5263
5264 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
5265 gnu_store_registers): Replace usage of NUM_GREGS with
5266 I386_NUM_GREGS.
5267
5268 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
5269 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
5270 usage of NUM_GREGS with I386_NUM_GREGS.
5271
5272 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
5273
5274 * i386bsd-nat.c: Include "i386-tdep.h".
5275 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
5276 I386_NUM_GREGS.
5277
5278 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
5279 and associated comment. They no longer make any sense, since we
5280 don't use this file anymore on Linux.
5281
5282 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
5283 * i386-tdep.c (i386_register_offset, i386_register_size): Use
5284 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
5285 elements in these arrays.
5286 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
5287 MAX_NUM_REGS.
5288
5289 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5290
5291 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
5292 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
5293
5294 2002-06-14 Andrew Cagney <cagney@redhat.com>
5295
5296 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
5297 EXTRACT_RETURN_VALUE.
5298 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
5299 EXTRACT_STRUCT_VALUE_ADDRESS.
5300 * gdbarch.h, gdbarch.c: Regenerate.
5301
5302 * values.c (value_being_returned): Handle
5303 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5304 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
5305
5306 * arm-linux-tdep.c (arm_linux_init_abi): Update.
5307 * arm-tdep.c (arm_gdbarch_init): Update.
5308 * avr-tdep.c (avr_gdbarch_init): Update.
5309 * cris-tdep.c (cris_gdbarch_init): Update.
5310 * d10v-tdep.c (d10v_gdbarch_init): Update.
5311 * ia64-tdep.c (ia64_gdbarch_init): Update.
5312 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5313 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5314 * s390-tdep.c (s390_gdbarch_init): Update.
5315 * sh-tdep.c (sh_gdbarch_init): Update.
5316 * s390-tdep.c (s390_gdbarch_init): Update.
5317 * sparc-tdep.c (sparc_gdbarch_init): Update.
5318 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5319 * v850-tdep.c (v850_gdbarch_init): Update.
5320 * vax-tdep.c (vax_gdbarch_init): Update.
5321 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
5322 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5323
5324 * config/arc/tm-arc.h: Update.
5325 * config/d30v/tm-d30v.h: Update.
5326 * config/fr30/tm-fr30.h: Update.
5327 * config/h8300/tm-h8300.h: Update.
5328 * config/h8500/tm-h8500.h: Update.
5329 * config/i386/tm-i386.h: Update.
5330 * config/i386/tm-ptx.h: Update.
5331 * config/i386/tm-symmetry.h: Update.
5332 * config/i960/tm-i960.h: Update.
5333 * config/m32r/tm-m32r.h: Update.
5334 * config/m68k/tm-delta68.h: Update.
5335 * config/m68k/tm-linux.h: Update.
5336 * config/m68k/tm-m68k.h: Update.
5337 * config/m88k/tm-m88k.h: Update.
5338 * config/mcore/tm-mcore.h: Update.
5339 * config/mips/tm-mips.h: Update.
5340 * config/mn10200/tm-mn10200.h: Update.
5341 * config/pa/tm-hppa.h: Update.
5342 * config/pa/tm-hppa64.h: Update.
5343 * config/sparc/tm-sp64.h: Update.
5344 * config/sparc/tm-sparc.h: Update.
5345 * config/sparc/tm-sparclet.h: Update.
5346 * config/z8k/tm-z8k.h: Update.
5347
5348 2002-06-14 Andrew Cagney <cagney@redhat.com>
5349
5350 * Makefile.in (i386_linux_tdep_h): Define.
5351 (i386_tdep_h, i387_tdep_h): Define.
5352 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
5353 $(i386_tdep_h) and $(i387_tdep_h).
5354 * i386-linux-nat.c: Include "i386-linux-tdep.h".
5355
5356 2002-06-14 Mark Kettenis <kettenis@gnu.org>
5357
5358 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
5359 Already covered by the default.
5360
5361 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
5362 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
5363 (i386_gdbarch_init): Initialize long_double_format and long_double
5364 bit.
5365
5366 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
5367 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
5368 Move these to ...
5369 * config/i386/i386sol2.mh: ... here.
5370 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
5371 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
5372 (SIGCONTEXT_PC_OFFSET): Remove define.
5373 (IN_SIGTRAMP): Remove define.
5374 * i386-sol2-tdep.c: New file.
5375
5376 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
5377 * config/i386/tm-i386nw.h: Removed.
5378
5379 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
5380 USE_STRUCT_CONVENTION): Remove defines.
5381 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5382 (get_longjmp_target): Remove prototype.
5383 (IN_SIGTRAMP): Remove define.
5384 (i386bsd_in_sigtramp): Remove prototype.
5385 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
5386 function. Update comment accordingly
5387 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
5388 (FRAME_SAVED_PC): Remove define.
5389 (i386bsd_frame_saved_pc): Remove prototype.
5390 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
5391 GET_LONGJMP_TARGET): Remove defines.
5392 (get_longjmp_target): Remove prototype.
5393 (IN_SIGTRAMP): Remove define.
5394 (i386bsd_in_sigtramp): Remove prototype.
5395 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
5396 function. Update comment accordingly
5397 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
5398 (FRAME_SAVED_PC): Remove define.
5399 (i386bsd_frame_saved_pc): Remove prototype.
5400 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
5401 Remove prototype.
5402 (USE_STRUCT_CONVENTION): Remove prototype.
5403 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
5404 declaration.
5405 (_initialize_i386bsd_nat): Revise logic to determine some
5406 constants at compile time when compiling a native GDB. Warn if
5407 things don't match up with what we expect.
5408 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
5409 Remove variables.
5410 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
5411 to use date stored in `struct gdbarch_tdep'.
5412 (i386bsd_sigcontext_offset): Remove varaible.
5413 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
5414 stored in `struct gdbarch_tdep'.
5415 (i386bsd_frame_saved_pc): Make static.
5416 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
5417 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
5418 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
5419 i386fbsd4_sc_pc_offset): New variables.
5420 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
5421 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
5422 functions.
5423 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
5424 functions.
5425 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
5426 Modify the value of i386fbsd_sigtramp_start and
5427 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
5428 i386fbsd_sigtramp_end.
5429 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
5430 function.
5431
5432 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
5433 define to i386-linux-tdep.h.
5434 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
5435 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
5436 defines.
5437 (i386_linux_register_name, i386_linux_register_byte,
5438 i386_linux_register_raw_size): Remove prototypes.
5439 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
5440 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
5441 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
5442 TARGET_WRITE_PC): Remove defines.
5443 (i386_linux_in_sigtramp, i386_linux_frame_chain,
5444 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
5445 i386_linux_write_pc): Remove prototypes.
5446 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5447 (get_longjmp_target): Remove prototype.
5448 * i386-linux-tdep.h: New file.
5449 * i386-linux-nat.c: Include "i386-linux-tdep.h".
5450 * i386-linux-tdep.c: Include "i386-tdep.h" and
5451 "i386-linux-tdep.h".
5452 (i386_linux_register_name, i386_linux_register_byte,
5453 i386_linux_register_raw_size, i386_linux_in_sigtramp,
5454 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
5455 Make static.
5456 (i386_linux_init_abi): New function.
5457 (_initialize_i386_linux_tdep): New function.
5458
5459 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
5460 (i386_saved_pc_after_call): Remove prototype.
5461 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
5462 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
5463 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
5464 (i386_register_name, i386_stab_reg_to_regnum,
5465 i386_dwarf_reg_to_regnum): Remove prototypes.
5466 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
5467 SIZEOF_SSE_REGS): Remove defines.
5468 (REGISTER_BYTES): Remove define.
5469 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
5470 (i386_register_byte, i386_register_raw_size): Remove prototypes.
5471 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
5472 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
5473 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
5474 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
5475 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
5476 (get_longjmp_target): Remove prototype.
5477 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
5478 (sigtramp_saved_pc): Remove define.
5479 (i386v4_sigtramp_saved_pc): Remove prototype.
5480 * config/i386/tm-go32.h (FRAME_CHAIN,
5481 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
5482 (i386go32_frame_saved_pc): Remove prototype.
5483 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5484 (get_longjmp_target): Remove prototype.
5485 * i386-tdep.h: Include "osabi.h".
5486 (enum i386_abi): Removed.
5487 (enum struct_return): New enum.
5488 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
5489 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
5490 sc_pc_offset members.
5491 (i386_gdbarch_register_os_abi): Remove prototype.
5492 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
5493 I386_SSE_NUM_REGS): New defines.
5494 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
5495 I386_SSE_SIZEOF_REGS): New defines.
5496 (i386_register_name, i386_register_byte, i386_register_raw_size):
5497 New prototypes.
5498 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
5499 (i386bsd_sigtramp_saved_pc): New prototype.
5500 * i386-tdep.c: Don't include "elf-bfd.h".
5501 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
5502 i386_frame_chain, i386_saved_pc_after_call): Make static.
5503 (i386_frame_saved_pc): Rewrite to call architecture dependent
5504 function to deal with signal handlers. Make static.
5505 (i386go32_frame_saved_pc): Removed.
5506 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
5507 Removed.
5508 (i386_get_longjmp_target): New function.
5509 (default_struct_convention, pcc_struct_convention,
5510 reg_struct_convention, valid_conventions, struct_convention): New
5511 variables.
5512 (i386_use_struct_convention): New function.
5513 (i386v4_sigtramp_saved_pc): Renamed to
5514 i386_svr4_sigtramp_saved_pc. Made static. Moved.
5515 (i386_pc_in_sigtramp): New function.
5516 (i386_abi_names): Removed.
5517 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
5518 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
5519 Removed.
5520 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
5521 i386_gdbarch_register_os_abi): Removed.
5522 (struct i386_abi_handler): Removed.
5523 (i386_abi_handler_list): Removed.
5524 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
5525 functions.
5526 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
5527 i386_nw_init_abi): New functions.
5528 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
5529 Use set_gdbarch_xxx() calls instead of relying on macros for a
5530 number of calls.
5531 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
5532 (_initialize_i386_tdep): Add new 'struct-convcention' command.
5533 Register the various architecture variants defined in this file.
5534
5535 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
5536
5537 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
5538 (struct main_type): Remove arg_types member. Update comments for
5539 struct field.
5540 (TYPE_ARG_TYPES): Remove.
5541 (TYPE_FN_FIELD_ARGS): Update.
5542 (smash_to_method_type): Update prototype.
5543
5544 * c-typeprint.c (cp_type_print_method_args): Take method type
5545 instead of argument list. Use new argument layout. Simplify.
5546 (c_type_print_args): Use new argument layout. Simplify.
5547 (c_type_print_base): Update call to cp_type_print_method_args.
5548 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
5549 argument; use die->type instead. Update call to
5550 smash_to_method_type.
5551 (read_structure_scope): Update call to dwarf2_add_member_fn.
5552 * gdbtypes.c (allocate_stub_method): Update comment.
5553 (smash_to_method_type): Take new NARGS and VARARGS arguments.
5554 Use new argument layout.
5555 (check_stub_method): Use new argument layout. Don't count
5556 void as an argument.
5557 (print_arg_types): Update comments. Use new argument layout.
5558 (recursive_dump_type): Don't print arg_types member.
5559 * hpread.c (hpread_read_struct_type): Use new argument layout.
5560 (fixup_class_method_type): Likewise.
5561 (hpread_type_lookup): Likewise.
5562 * stabsread.c (read_type): Update calls to read_args and
5563 smash_to_method_type.
5564 (read_args): Use new argument layout. Simplify.
5565 * valops.c (typecmp): Use new argument layout. Update parameters
5566 and comments. Simplify.
5567 (hand_function_call): Use new argument layout.
5568 (search_struct_method): Update call to typecmp.
5569 (find_overload_match): Use new argument layout.
5570
5571 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
5572
5573 * NEWS: Mention multithreaded debug support for gdbserver.
5574
5575 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
5576
5577 * MAINTAINERS: Mention NEWS.
5578
5579 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
5580
5581 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
5582 (struct mips_objfile_private, compare_pdr_entries): New.
5583 (non_heuristic_proc_desc): Read the ".pdr" section if it
5584 is present.
5585
5586 2002-06-12 Andrew Cagney <ac131313@redhat.com>
5587
5588 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
5589 (arm_debug): New static variable.
5590 (_initialize_arm_tdep): Add ``set debug arm'' command.
5591
5592 2002-06-12 Andrew Cagney <ac131313@redhat.com>
5593
5594 * Makefile.in (sim_arm_h): Define.
5595 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
5596 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
5597 (arm_register_sim_regno): New function, map an internal REGNUM
5598 onto a simulator register number.
5599 (arm_gdbarch_init): Set register_sim_regno.
5600
5601 2002-06-09 Aldy Hernandez <aldyh@redhat.com>
5602
5603 * MAINTAINERS: Add self.
5604
5605 2002-06-11 Jim Blandy <jimb@redhat.com>
5606
5607 * source.c (source_info): Mention whether the symtab has
5608 information about preprocessor macros.
5609
5610 Call the command `info macro', not `show macro'.
5611 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
5612 Fix error message.
5613 (_initialize_macrocmd): Register `info_macro_command' in
5614 `infolist', not `showlist'.
5615
5616 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
5617
5618 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
5619 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
5620 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
5621 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
5622 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
5623 unconditionally.
5624 (set_mipsfpu_single_command, set_mipsfpu_double_command)
5625 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
5626 (_initialize_mips_tdep): Remove dead code.
5627 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
5628 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5629 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
5630 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5631 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
5632 MIPS_LAST_FP_ARG_REGNUM): Remove.
5633
5634 2002-06-11 Michal Ludvig <mludvig@suse.cz>
5635
5636 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
5637 (unwind_tmp_obstack_free, parse_frame_info)
5638 (update_context, cfi_read_fp, cfi_write_fp)
5639 (cfi_frame_chain, cfi_init_extra_frame_info)
5640 (cfi_virtual_frame_pointer): Use the above function.
5641 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
5642
5643 2002-06-11 Corinna Vinschen <vinschen@redhat.com>
5644
5645 * v850-tdep.c (v850_type_is_scalar): New function.
5646 (v850_use_struct_convention): Match current gcc implementation
5647 as close as possible.
5648 (v850_push_arguments): Fix stack_offset handling. Don't write
5649 struct_addr into register. This is done by v850_store_struct_return.
5650 (v850_extract_return_value): Care for structs.
5651 (v850_store_return_value): Ditto.
5652 (v850_store_struct_return): Actually write address.
5653
5654 2002-06-11 Michal Ludvig <mludvig@suse.cz>
5655
5656 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
5657 without debug information too.
5658
5659 2002-06-10 Andrew Cagney <ac131313@redhat.com>
5660
5661 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
5662 Make multi-arch pure.
5663 * gdbarch.h, gdbarch.c: Re-generate.
5664 * arm-tdep.c (arm_print_float_info): Update.
5665 * arch-utils.h (default_print_float_info): Update.
5666 * arch-utils.c (default_print_float_info): Update.
5667 * infcmd.c (float_info): Update call.
5668
5669 2002-06-10 Andrew Cagney <ac131313@redhat.com>
5670
5671 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
5672 the front of the initialize list.
5673
5674 2002-06-10 Andrew Cagney <ac131313@redhat.com>
5675
5676 * infrun.c (struct inferior_status): Replace fields
5677 selected_frame_address and selected_level with field
5678 selected_frame_id.
5679 (save_inferior_status): Update. Use get_frame_id.
5680 (struct restore_selected_frame_args): Delete.
5681 (restore_selected_frame): Update. Use frame_find_by_id.
5682 (restore_inferior_status): Update.
5683
5684 * breakpoint.h (struct breakpoint): Change type of
5685 watchpoint_frame to frame_id.
5686 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
5687 call to get_current_frame.
5688 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
5689 get_current_frame.
5690 (watchpoint_check): Use frame_find_by_id.
5691
5692 * frame.h (record_selected_frame): Delete declaration.
5693 * stack.c (record_selected_frame): Delete function.
5694
5695 * frame.h (struct frame_id): Define.
5696 (get_frame_id): Declare.
5697 (frame_find_by_id): Declare.
5698 * frame.c (frame_find_by_id): New function.
5699 (get_frame_id): New function.
5700
5701 2002-06-10 Andrey Volkov <avolkov@transas.com>
5702
5703 * ser-e7kpc.c: Fix duplicated define and call of
5704 _initialize_ser_e7000pc
5705
5706 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
5707
5708 * signals/signals.c (target_signal_from_host): Fix #ifdef
5709 SIGRTMIN case.
5710 (do_target_signal_to_host): Likewise.
5711
5712 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
5713
5714 * mips-tdep.c (mips_find_abi_section): New function.
5715 (mips_gdbarch_init): Call it.
5716
5717 2002-06-09 Mark Kettenis <kettenis@gnu.org>
5718
5719 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
5720 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
5721 after Andrew's 2002-06-08 gdbarch change.
5722
5723 2002-06-09 Mark Kettenis <kettenis@gnu.org>
5724
5725 * i386-linux-nat.c (suppy_gregset): Don't supply
5726 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
5727 register cache.
5728 (fill_gregset): Don't fetch it under the same circumstances.
5729
5730 2002-06-09 Andrew Cagney <cagney@redhat.com>
5731
5732 * Makefile.in (callback_h): Define.
5733 (remote_sim_h): Update path to remote-sim.h.
5734 (remote-rdp.o): Add $(callback_h).
5735 (remote-sim.o): Use $(callback_h).
5736 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
5737 * remote-rdp.c: Include "gdb/callback.h".
5738
5739 2002-06-09 Mark Kettenis <kettenis@gnu.org>
5740
5741 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
5742 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
5743
5744 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5745
5746 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
5747 * rdi-share/serpardr.c: Ditto.
5748 * rdi-share/unixcomm.c: Ditto.
5749 * rdi-share/serdrv.c: Ditto.
5750 * rdi-share/hostchan.h: Ditto.
5751 * rdi-share/hostchan.c: Ditto.
5752 * rdi-share/host.h: Ditto.
5753 * rdi-share/devsw.c: Ditto.
5754
5755 * objfiles.h: Change type of obj_private to void pointer.
5756 * pa64solib.c: Update copyright. Don't include "assert.h", use
5757 strcmp instead of STREQ, use LONGEST, do not use PTR
5758 * somsolib.c: Ditto.
5759
5760 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
5761 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
5762 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
5763
5764 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5765
5766 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
5767 (default_get_saved_register): Delete function.
5768 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
5769 generic_unwind_get_saved_register.
5770 * gdbarch.h, gdbarch.c: Re-generate.
5771
5772 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5773
5774 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
5775 generic_func_frame_chain_valid.
5776 * gdbarch.h, gdbarch.c: Re-generate.
5777 * blockframe.c (generic_func_frame_chain_valid): Only check
5778 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
5779 passing FP to PC_IN_CALL_DUMMY.
5780 Fix PR gdb/360.
5781
5782 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5783
5784 * gdbarch.sh (struct gdbarch_data): Add field init_p.
5785 (register_gdbarch_data): Initialize init_p.
5786 (gdbarch_data): Initialize data pointer using the init function.
5787 (init_gdbarch_data): Delete function.
5788 (gdbarch_update_p): Update.
5789 (initialize_non_multiarch): Update.
5790 (struct gdbarch): Add field initialized_p.
5791 * gdbarch.h, gdbarch.c: Re-generate.
5792
5793 2002-06-07 Michal Ludvig <mludvig@suse.cz>
5794
5795 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
5796 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
5797 better do the things actually here.
5798 * x86-64-tdep.c (x86_64_register_name2nr): New.
5799 (x86_64_register_name): Renamed to x86_64_register_nr2name.
5800 (x86_64_gdbarch_init): Respect the above change.
5801 * x86-64-tdep.h (x86_64_register_name2nr)
5802 (x86_64_register_nr2name): Add prototypes.
5803 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
5804
5805 2002-06-06 Michael Snyder <msnyder@redhat.com>
5806
5807 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
5808 Delete extra braces and re-indent.
5809 (d10v_store_return_value): Char return values
5810 must be shifted over by one byte in R0.
5811 (d10v_extract_return_value): Delete extra braces, re-indent.
5812
5813 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
5814
5815 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
5816 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
5817 (d10v_integer_to_address): Rewrite.
5818 (d10v_frame_init_saved_regs): When reading fp and sp registers use
5819 the d10v specific functions which take care of converting to the
5820 correct space.
5821
5822 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
5823
5824 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
5825 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
5826
5827 2002-06-02 Andrew Cagney <ac131313@redhat.com>
5828
5829 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
5830 includes.
5831 * config/tm-linux.h: Ditto.
5832 * config/alpha/tm-alphalinux.h: Ditto.
5833 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
5834 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
5835 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
5836 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
5837 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
5838 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
5839 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
5840 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
5841 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
5842 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
5843 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
5844 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
5845 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
5846 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
5847 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
5848 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
5849 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
5850 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
5851 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
5852 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
5853 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
5854 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
5855 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
5856 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
5857 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
5858 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
5859 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
5860 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
5861 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
5862 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
5863 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
5864 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
5865 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
5866 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
5867 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
5868 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
5869 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
5870
5871 2002-05-04 Aidan Skinner <aidan@velvet.net>
5872
5873 * ada-exp.tab.c: New file
5874 * ada-exp.y: New file
5875 * ada-lang.c: New file
5876 * ada-lang.h: New file
5877 * ada-lex.c: New file
5878 * ada-lex.l: New file
5879 * ada-tasks.c: New file
5880 * ada-typeprint.c: New file
5881 * ada-valprint.c: New file
5882
5883 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
5884
5885 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
5886 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
5887
5888 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
5889
5890 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
5891 insetead of ppc-linux-tdep.o.
5892 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
5893 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
5894
5895 2002-06-02 Andrew Cagney <ac131313@redhat.com>
5896
5897 2002-05-07 Christian Groessler <chris@groessler.org>
5898 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
5899 bit register contents for little endian hosts.
5900
5901 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5902
5903 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
5904 any maintainer.
5905
5906 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5907
5908 * gdbarch.h: Regenerate.
5909
5910 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5911
5912 * MAINTAINERS: Add everyone to write-after-approval list.
5913
5914 2002-06-01 Andrew Cagney <ac131313@redhat.com>
5915
5916 * stack.c (frame_info): Use frame_register_unwind instead of
5917 saved_regs. Mention when the SP is on the stack or in a register.
5918
5919 * frame.h (frame_register_unwind_ftype): Define. Document.
5920 (struct frame_info): Add field register_unwind and
5921 register_unwind_cache.
5922 (frame_register_unwind): Declare.
5923 (generic_unwind_get_saved_register): Declare.
5924
5925 * frame.c (frame_register_unwind): New function.
5926 (generic_unwind_get_saved_register): New function.
5927
5928 * blockframe.c (generic_call_dummy_register_unwind): New function.
5929 (frame_saved_regs_register_unwind): New function.
5930 (set_unwind_by_pc): New function.
5931 (create_new_frame): New function.
5932 (get_prev_frame): New function.
5933
5934 2002-05-30 Andrew Cagney <ac131313@redhat.com>
5935
5936 * a29k-share/: Delete directory.
5937 * remote-vx29k.c: Delete file.
5938
5939 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5940
5941 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
5942 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
5943
5944 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5945
5946 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
5947 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
5948 (sparc64nbsd-nat.o)
5949 (sparcnbsd-nat.o)
5950 (sparcnbsd-tdep.o): New dependency lists.
5951 * NEWS: Note new UltraSPARC NetBSD native configuration.
5952 * configure.host (sparc64-*-netbsd*): New host.
5953 * configure.tgt (sparc-*-netbsdelf*)
5954 (sparc-*-netbsd*): Set gdb_target to nbsd.
5955 (sparc64-*-netbsd*): New target.
5956 * sparc64nbsd-nat.c: New file.
5957 * sparcnbsd-nat.c: New file.
5958 * sparcnbsd-tdep.c: New file.
5959 * sparcnbsd-tdep.h: New file.
5960 * config/sparc/nbsd.mt: New file.
5961 * config/sparc/nbsd64.mh: New file.
5962 * config/sparc/nbsd64.mt: New file.
5963 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
5964 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
5965 (HOST_IPC): Remove.
5966 * config/sparc/nbsdaout.mt: Remove.
5967 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
5968 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
5969 (HOST_IPC): Remove.
5970 * config/sparc/nbsdelf.mt: Remove.
5971 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
5972 sparc-nat.c compatiblity defines.
5973 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
5974 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
5975 * config/sparc/tm-nbsd64.h: New file.
5976 * config/sparc/tm-nbsdaout.h: Remove.
5977 * config/sparc/xm-nbsd.h: Remove.
5978
5979 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5980
5981 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
5982 * sparc-tdep.c: Include osabi.h.
5983 (gdbarch_tdep): Add osabi member.
5984 (_initialize_sparc_tdep): Use gdbarch_register.
5985 (sparc_gdbarch_init): Use generic OS ABI framework.
5986 (sparc_dump_tdep): New function.
5987
5988 2002-05-30 Kevin Buettner <kevinb@redhat.com>
5989
5990 * corefile.c (do_captured_read_memory_integer): Return non-zero
5991 result.
5992 (safe_read_memory_integer): Copy result of memory read when
5993 status is non-zero. Also, add comments.
5994
5995 2002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
5996
5997 * Makefile.in (ppc_tdep_h): Define.
5998 (ppc-linux-nat.o)
5999 (ppc-linux-tdep.o)
6000 (rs6000-tdep.o): Use $(ppc_tdep_h).
6001 (ppc-sysv-tdep.o)
6002 (ppcnbsd-nat.o)
6003 (ppcnbsd-tdep.o): New dependency lists.
6004 * ppc-tdep.h: Use generic OS ABI framework.
6005 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
6006 (ppc_linux_init_abi): New functions.
6007 (ppc_sysv_abi_broken_use_struct_convention)
6008 (ppc_sysv_abi_use_struct_convention)
6009 (ppc_sysv_abi_push_arguments): Move to...
6010 * ppc-sysv-tdep.c: ...here.
6011 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
6012 * rs6000-tdep.c (process_note_abi_tag_sections)
6013 (get_elfosabi): Remove.
6014 (rs6000_gdbarch_init): Use generic OS ABI framework.
6015 (rs6000_dump_tdep): New function.
6016 (_initialize_rs6000_tdep): Use gdbarch_register.
6017 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
6018 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
6019 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
6020 of ppc-linux-tdep.o.
6021 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
6022 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
6023 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
6024 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
6025 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
6026 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
6027
6028 2002-05-29 Jim Blandy <jimb@redhat.com>
6029
6030 * macroscope.c (default_macro_scope): Put `void' in empty argument
6031 list.
6032
6033 2002-05-29 Andrew Cagney <ac131313@redhat.com>
6034
6035 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
6036 * arch-utils.c: Include "sim-regno.h".
6037 * gdbarch.sh: Don't include "sim-regno.h".
6038 * gdbarch.h, gdbarch.c: Regenerate.
6039 * sim-regno.h (legacy_register_sim_regno): Move declaration from
6040 here.
6041 * arch-utils.h (legacy_register_sim_regno): To here.
6042 * remote-sim.c (legacy_register_sim_regno): Move function from
6043 here.
6044 * arch-utils.c (legacy_register_sim_regno): To here.
6045
6046 2002-05-28 Andrew Cagney <ac131313@redhat.com>
6047
6048 * sim-regno.h: New file.
6049 * Makefile.in (sim_regno_h): Define.
6050 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
6051 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
6052 (legacy_register_sim_regno): New function.
6053 (one2one_register_sim_regno): New function.
6054 (gdbsim_fetch_register): Rewrite.
6055 (gdbsim_store_register): Only store a register when
6056 REGISTER_SIM_REGNO is valid.
6057 * d10v-tdep.c: Include "sim-regno.h".
6058 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
6059 (d10v_ts3_register_sim_regno): Ditto.
6060 * gdbarch.sh: Include "sim-regno.h".
6061 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
6062 * gdbarch.h, gdbarch.c: Regenerate.
6063 * arch-utils.h (default_register_sim_regno): Delete declaration.
6064 * arch-utils.c (default_register_sim_regno): Delete function.
6065
6066 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
6067
6068 * ppcnbsd-nat.c: Rewrite.
6069 * ppcnbsd-tdep.c: New file.
6070 * ppcnbsd-tdep.h: New file.
6071 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
6072 solib.o, and solib-svr4.o.
6073 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
6074 nbsd-tdep.o, and corelow.o.
6075
6076 2002-05-28 Andrew Cagney <ac131313@redhat.com>
6077
6078 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
6079 `tr' and `sed'. Mention that `broken' targets are not expected to
6080 build.
6081
6082 2002-05-27 Michal Ludvig <mludvig@suse.cz>
6083
6084 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
6085 Let PC point right after the prologue before looking up symbols.
6086
6087 2002-05-27 Martin M. Hunt <hunt@redhat.com>
6088
6089 * i386-tdep.c (i386_register_virtual_type): Return
6090 builtin_type_vec128i for SSE registers.
6091
6092 * gdbtypes.h (builtin_type_vec128i): Declare.
6093
6094 * gdbtypes.c (build_builtin_type_vec128i): New function.
6095 (builtin_type_v2_double, builtin_type_v4_int64): New types.
6096 (builtin_type_vec128i): New type for SSE2 128-bit registers.
6097 (build_gdbtypes): Initialize new builtin vector types.
6098 (_initialize_gdbtypes): Register new vector types with gdbarch.
6099
6100 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6101
6102 * MAINTAINERS: ns32k is not longer an obsolete candidate,
6103 since it has been multi-arch'd.
6104 * NEWS: Note that ns32k-*-* is now partial multi-arch.
6105 Move Alpha and VAX multi-arch news entries to same section
6106 as other multi-arch news.
6107
6108 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6109
6110 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
6111 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
6112 static. Rename some register numbers to put them in ns32k-tdep
6113 private namespace.
6114 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
6115 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
6116 functions.
6117 (_initialize_ns32k_tdep): Use gdbarch_register.
6118 * ns32k-tdep.h: New file.
6119 * ns32knbsd-tdep.c: New file.
6120 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
6121 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
6122 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
6123 REGISTER_BYTES, REGISTER_BYTE): Remove.
6124 * config/ns32k/tm-ns32k.h: New file.
6125 * config/ns32k/tm-umax.h: Remove.
6126
6127 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6128
6129 * ns32k-tdep.c (ns32k_saved_pc_after_call,
6130 ns32k_store_struct_return, ns32k_extract_return_value,
6131 ns32k_store_return_value, ns32k_extract_struct_value_address): New
6132 functions.
6133 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
6134 ns32k_saved_pc_after_call.
6135 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
6136 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
6137 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
6138 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
6139 ns32k_extract_struct_value_address.
6140
6141 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6142
6143 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
6144 ns32k_fix_call_dummy): New.
6145 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
6146 ns32k_call_dummy_words.
6147 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
6148 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
6149 CALL_DUMMY_NARGS): Remove.
6150 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
6151
6152 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6153
6154 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
6155 ns32k_frame_saved_pc, ns32k_frame_args_address,
6156 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
6157 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
6158 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
6159 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
6160 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
6161 (BREAKPOINT): Remove..
6162 (FRAME_CHAIN): Define as ns32k_frame_chain.
6163 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
6164 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
6165 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
6166 (FRAME_FIND_SAVED_REGS): Remove.
6167 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
6168 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
6169 (POP_FRAME): Define as ns32k_pop_frame.
6170
6171 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6172
6173 * ns32k-tdep.c (ns32k_register_byte_32082,
6174 ns32k_register_byte_32382, ns32k_register_raw_size,
6175 ns32k_register_virtual_size, ns32k_register_virtual_type): New
6176 functions.
6177 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
6178 ns32k_register_byte_32382.
6179 * config/ns32k/tm-umax.h: Update copyright years.
6180 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
6181 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
6182 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
6183 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
6184 (ns32k_get_enter_addr): Fix prototype.
6185
6186 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6187
6188 * ns32k-tdep.c: Update copyright years.
6189 (ns32k_register_name_32082): New function.
6190 (ns32k_register_name_32382): Ditto.
6191 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
6192 (REGISTER_NAME): Define as ns32k_register_name_32382.
6193 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
6194 (REGISTER_NAME): Define as ns32k_register_name_32082.
6195
6196 2002-05-24 Jim Blandy <jimb@redhat.com>
6197
6198 * dwarf2read.c (free_line_header): Use xfree, not free.
6199
6200 2002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
6201
6202 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
6203 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
6204
6205 2002-05-23 Andrew Cagney <ac131313@redhat.com>
6206
6207 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
6208
6209 2002-05-23 Andrew Cagney <ac131313@redhat.com>
6210
6211 From Ross Alexander at NEC Europe:
6212 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
6213
6214 2002-05-23 Michael Snyder <msnyder@redhat.com>
6215
6216 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
6217 for input, rather than parse_and_eval_address.
6218
6219 2002-05-23 Andrew Cagney <ac131313@redhat.com>
6220
6221 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
6222 * Makefile.in (sim_d10v_h): Update definition.
6223
6224 2002-05-24 Andrew Cagney <cagney@redhat.com>
6225
6226 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
6227 change `2002-05-22 Michael Snyder' below.
6228 (d10v_push_arguments): Ditto.
6229 (d10v_extract_return_value): Ditto.
6230
6231 2002-05-23 Jim Blandy <jimb@redhat.com>
6232
6233 * macrotab.c (check_for_redefinition): Don't complain if the new
6234 definition is the same as the previous one. Take more arguments
6235 to allow the comparison.
6236 (macro_define_object, macro_define_function): Pass more arguments
6237 to check_for_redefinition.
6238
6239 2002-05-22 Michael Snyder <msnyder@redhat.com>
6240
6241 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
6242 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
6243 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
6244 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
6245 Don't bail if return_pc is PC_IN_CALL_DUMMY.
6246 Add a temp variable to save a call (and a memory read).
6247 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
6248 if possible (so that PC_IN_CALL_DUMMY will work).
6249
6250 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
6251
6252 * MAINTAINERS: Remove status `OBSOLETE' from v850.
6253
6254 2002-05-22 Michal Ludvig <mludvig@suse.cz>
6255
6256 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
6257 fde->cie_ptr.
6258 (dwarf2_build_frame_info): Corrected handling of eh_frame.
6259 (dwarf2_build_frame_info): Add offset to fde->initial_location
6260 so that frames of shared libraries are mapped correctly.
6261 (execute_stack_op): Change type of 'result' from ULONGEST to
6262 CORE_ADDR.
6263
6264 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6265
6266 * config/alpha/tm-nbsd.h: Include solib.h.
6267
6268 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6269
6270 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
6271 assumptions about the host's byte order.
6272
6273 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6274
6275 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
6276 to dependency list.
6277 * alphanbsd-tdep.c: Include solib-svr4.h.
6278 * shnbsd-tdep.c: Ditto.
6279
6280 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6281
6282 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
6283 nbsd-tdep.h to dependency list.
6284 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
6285 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
6286 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
6287 nbsdaout.mh and nbsdelf.mh consistently.
6288 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
6289 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
6290 nbsdaout.mt and nbsdelf.mh consistently.
6291 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
6292 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
6293 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
6294 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
6295 a.out shared library stuff from here...
6296 * config/nm-nbsdaout.h: ...to here.
6297 * config/tm-nbsd.h: Remove.
6298 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
6299 * config/arm/nbsd.mh: Remove.
6300 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
6301 nbsd-tdep.o.
6302 * config/arm/nbsdaout.mh: New file.
6303 * config/arm/nbsdelf.mh: New file.
6304 * config/arm/nm-nbsdaout.h: New file.
6305 * config/i386/nbsd.mh: Remove.
6306 * config/i386/nbsd.mt: Remove.
6307 * config/i386/nbsdaout.mh: New file.
6308 * config/i386/nbsdaout.mt: New file.
6309 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
6310 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
6311 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
6312 i386_register_u_addr): Remove.
6313 * config/i386/nm-nbsdaout.h: New file.
6314 * config/i386/nm-nbsdelf.h: Remove.
6315 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
6316 (USE_STRUCT_CONVENTION): Remove.
6317 * config/i386/tm-nbsdaout.h: New file.
6318 * config/i386/tm-nbsdelf.h: Remove.
6319 * config/m68k/nbsd.mh: Remove.
6320 * config/m68k/nbsd.mt: Remove.
6321 * config/m68k/nbsdaout.mh: New file.
6322 * config/m68k/nbsdaout.mt: New file.
6323 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
6324 * config/m68k/nm-nbsdaout.h: New file.
6325 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
6326 (IN_SOLIB_CALL_TRAMPOLINE): Define.
6327 * config/ns32k/nbsd.mh: Remove.
6328 * config/ns32k/nbsd.mt: Remove.
6329 * config/ns32k/nbsdaout.mh: New file.
6330 * config/ns32k/nbsdaout.mt: New file.
6331 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
6332 * config/ns32k/nm-nbsdaout.h: New file.
6333 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
6334 (IN_SOLIB_CALL_TRAMPOLINE): Define.
6335 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
6336 (SVR4_SHARED_LIBS): Remove.
6337 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
6338 * config/sparc/nbsd.mh: Remove.
6339 * config/sparc/nbsd.mt: Remove.
6340 * config/sparc/nbsdaout.mh: New file.
6341 * config/sparc/nbsdaout.mt: New file.
6342 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
6343 * config/sparc/nbsdelf.mt: New file.
6344 * config/sparc/nm-nbsdaout.h: New file.
6345 * config/sparc/nm-nbsdelf.h: Remove.
6346 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
6347 * config/sparc/tm-nbsdaout.h: New file.
6348
6349 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6350
6351 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
6352 mipsnbsd-tdep.c
6353 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
6354
6355 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6356
6357 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
6358 shnbsd-nat.c.
6359 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
6360
6361 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6362
6363 * NEWS: Note new MIPS NetBSD native configuration.
6364 * configure.host (mips*-*-netbsd*): New host.
6365 * configure.tgt (mips*-*-netbsd*): New target.
6366 * mipsnbsd-nat.c: New file.
6367 * mipsnbsd-tdep.c: New file.
6368 * mipsnbsd-tdep.h: New file.
6369 * config/mips/nbsd.mh: New file.
6370 * config/mips/nbsd.mt: New file.
6371 * config/mips/nm-nbsd.h: New file.
6372 * config/mips/tm-nbsd.h: New file.
6373
6374 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6375
6376 * Makefile.in (SFILES): Add osabi.c.
6377 (COMMON_OBS): Add osabi.o.
6378 (osabi.o): New dependency list.
6379 * osabi.c: New file.
6380 * osabi.h: New file.
6381 * doc/gdbint.texinfo: Document new generic OS ABI framework.
6382
6383 * Makefile.in (alpha_tdep_h): Define and use instead of
6384 alpha-tdep.h.
6385 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
6386 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
6387 Remove.
6388 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
6389 * alpha-tdep.h: Include osabi.h.
6390 (alpha_abi): Remove.
6391 (gdbarch_tdep): Use generic OS ABI framework.
6392 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
6393 gdbarch_register_osabi.
6394 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
6395 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
6396 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
6397
6398 * Makefile.in (sh_tdep_h): Add osabi.h.
6399 * sh-tdep.h (sh_osabi): Remove.
6400 (gdbarch_tdep): Use generic OS ABI framework.
6401 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
6402 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
6403 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
6404 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
6405
6406 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
6407 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
6408 gdbarch_register_osabi.
6409 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
6410 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
6411 (get_elfosabi): Rename to...
6412 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
6413 ABI framework support routines.
6414 (arm_gdbarch_init): Use generic OS ABI framework.
6415 (arm_dump_tdep): Likewise.
6416 (_initialize_arm_tdep): Likewise.
6417 * arm-tdep.h: Include osabi.h.
6418 (arm_abi): Remove.
6419 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
6420 osabi member.
6421 (arm_gdbarch_register_os_abi): Remove prototype.
6422 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
6423 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
6424
6425 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
6426 * mips-tdep.c: Include osabi.h.
6427 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
6428 OS ABI framework.
6429
6430 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
6431
6432 * h8300-tdep.c: Fix formatting.
6433
6434 2002-05-20 Elena Zannoni <ezannoni@redhat.com>
6435
6436 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
6437 printing vector registers.
6438
6439 2002-05-19 Andrew Cagney <ac131313@redhat.com>
6440
6441 From Fernando Nasser:
6442 * remote.c (remote_async_open_1): Re-throw the exception when the
6443 connection fails.
6444 (remote_cisco_open): Ditto.
6445 (remote_open_1): Ditto.
6446
6447 2002-05-19 Andrew Cagney <ac131313@redhat.com>
6448
6449 * remote.c (remote_start_remote_dummy): Add uiout parameter.
6450 (remote_start_remote): Add uiout parameter. Pass through to
6451 remote_start_remote_dummy.
6452 (remote_open_1): Use catch_exception instead of catch_errors.
6453 (remote_async_open_1): Ditto.
6454 (remote_cisco_open): Ditto.
6455
6456 2002-05-19 Andrew Cagney <ac131313@redhat.com>
6457
6458 * remote.c (remote_start_remote): Replace PTR with void pointer.
6459 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
6460 static.
6461
6462 2002-05-18 Andrew Cagney <ac131313@redhat.com>
6463
6464 * gdb_indent.sh: Allow the script to be run in the sim directory.
6465
6466 2002-05-18 Mark Kettenis <kettenis@gnu.org>
6467
6468 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
6469 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
6470
6471 * corelow.c (core_open): Only call set_gdbarch_from_file if
6472 exec_bfd is NULL.
6473
6474 2002-05-17 Andrey Volkov <avolkov@transas.com>
6475
6476 * h8300-tdep.c: Add support of EXR register
6477 * config/h8300/tm-h8300.h: Ditto.
6478
6479 2002-05-17 Andrey Volkov <avolkov@transas.com>
6480
6481 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
6482
6483 2002-05-17 Andrey Volkov <avolkov@transas.com>
6484
6485 * h8300-tdep.c: Change literal regnums to REGNO.
6486
6487 2002-05-17 Jim Blandy <jimb@redhat.com>
6488
6489 * NEWS: Note addition of macro support.
6490
6491 Expand preprocessor macros in C expressions.
6492 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
6493 (scan_macro_expansion, scanning_macro_expansion,
6494 finished_macro_expansion): New function declarations.
6495 (expression_macro_lookup_func, expression_macro_lookup_baton): New
6496 variable declarations.
6497 * parser-defs.h (expression_context_pc): New declaration.
6498 * parse.c (expression_context_pc): New variable.
6499 (parse_exp_1): Set expression_context_pc, as well as
6500 expression_context_block.
6501 * c-exp.y (yylex): If we're not already reading the result of a
6502 macro expansion, try to macro-expand the next token. When we're
6503 done scanning a macro expansion, switch back to the mainline text.
6504 Commas and `if's in a macro's expansion don't terminate the input.
6505 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
6506 (macro_original_text, macro_expanded_text,
6507 expression_macro_lookup_func, expression_macro_lookup_baton): New
6508 variables.
6509 (scan_macro_expansion, scanning_macro_expansion,
6510 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
6511 c_preprocess_and_parse): New functions.
6512 (c_language_defn, cplus_language_defn, asm_language_defn): Call
6513 c_preprocess_and_parse, instead of c_parse.
6514 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
6515 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
6516
6517 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
6518
6519 * sh-tdep.c (gdb_print_insn_sh64): Delete.
6520 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
6521 (sh_gdbarch_init): Always use gdb_print_insn_sh.
6522
6523 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
6524
6525 * NEWS: Add section for multi-arched targets. Add v850 to that section.
6526
6527 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
6528
6529 * Makefile.in (sh_tdep_h): Define and use.
6530 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
6531 register enum): Move to...
6532 * * sh-tdep.h: ...here.
6533 * sh-tdep.c: Include sh-tdep.h.
6534 * sh3-rom.c: Likewise.
6535 * shnbsd-tdep.c: Likewise.
6536
6537 2002-05-16 Michael Snyder <msnyder@redhat.com>
6538
6539 * arm-tdep.c: Spelling fix in comment.
6540
6541 2002-05-16 Jim Blandy <jimb@redhat.com>
6542
6543 Add commands for manually expanding macros and showing their
6544 definitions.
6545 * macrocmd.c, macroscope.c, macroscope.h: New files.
6546 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
6547 (macroscope_h): New variable.
6548 (HFILES_NO_SRCDIR): Add macroscope.h.
6549 (COMMON_OBS): Add macrocmd.o, macroscope.o.
6550 (macroscope.o, macrocmd.o): New rules.
6551
6552 Teach the Dwarf 2 reader to read macro information.
6553 * dwarf2read.c: #include "macrotab.h".
6554 (dwarf_macinfo_buffer): New variable.
6555 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
6556 dwarf_macinfo_size.
6557 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
6558 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
6559 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
6560 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
6561 dwarf2_macro_spaces_in_definition): New complaints.
6562 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
6563 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
6564 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
6565 the partial symbol table.
6566 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
6567 from what's recorded in the partial symbol table.
6568 (read_file_scope): If the compilation unit has a
6569 `DW_AT_macro_info' attribute, read its macro information.
6570 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
6571
6572 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
6573
6574 Fix PR gdb/546
6575 * ser-tcp.c: Don't include <netinet/udp.h>.
6576
6577 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
6578
6579 * MAINTAINERS: Update my email address.
6580
6581 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
6582
6583 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
6584 include file of the same name.
6585
6586 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6587
6588 * configure.tgt: Mark v850 as multi-arched.
6589 * config/v850/tm-v850.h: Remove file.
6590 * config/v850/v850.mt: Eliminate TM_FILE.
6591
6592 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6593
6594 * v850-tdep.c: Full multi-arch.
6595 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
6596 Define GDB_MULTI_ARCH to 2.
6597
6598 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
6599
6600 * p-exp.y (current_type): New static variable.
6601 Carries the type of the expression at the position that is parsed.
6602 (push_current_type, pop_current_type): Two new functions. Used
6603 to store/restore current_type in expression on specific tokens.
6604 (search_field): New static variable. Set to one after parsing a point
6605 as at that point only a FIELDNAME token should be searched.
6606 (FIELDNAME): New token. After a point only a token belonging to
6607 current_type type definition is allowed.
6608 (all over token rules): reset and change current_type according
6609 to rules.
6610 (exp '[' rule): insert implicit array index field if
6611 exp is a pascal string type.
6612
6613 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6614
6615 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
6616 frame info. Use frame_info's saved_regs instead of matching member
6617 in extra_frame_info throughout.
6618 (v850_frame_init_saved_regs): New function.
6619 (v850_init_extra_frame_info): Move most functionality into
6620 v850_frame_init_saved_regs().
6621 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
6622 (v850_frame_find_saved_regs): Remove declaration.
6623 (FRAME_FIND_SAVED_REGS): Remove definition.
6624 (v850_frame_init_saved_regs): Add declaration.
6625 (FRAME_INIT_SAVED_REGS): Add definition.
6626
6627 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6628
6629 * v850-tdep.c: Begin multi-arch'ing v850.
6630 (v850_target_architecture_hook): Remove function.
6631 (v850_gdbarch_init): New function. Add code previously in
6632 v850_target_architecture_hook().
6633 (_initialize_v850_tdep): Don't set target_architecture_hook.
6634 Call register_gdbarch_init() instead.
6635
6636 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
6637
6638 * gdbtypes.h (struct cplus_struct_type): Remove args field.
6639 * hpread.c (hpread_read_struct_type): Remove assignments to args.
6640 (fixup_class_method_type): Likewise.
6641
6642 2002-05-15 Jim Blandy <jimb@redhat.com>
6643
6644 Add macro structures to GDB's symbol tables. Nobody puts anything
6645 in them yet.
6646 * symtab.h (struct symtab): New member: `macro_table'.
6647 * buildsym.h (pending_macros): New global variable.
6648 * buildsym.c: #include "macrotab.h".
6649 (buildsym_init): Initialize `pending_macros'.
6650 (end_symtab): If we found macro information while reading a CU's
6651 debugging info, do build a symtab structure for it. Make the
6652 symtab point to the macro information, and clear the
6653 `pending_macros' pointer which held it while we were reading the
6654 debug info.
6655 (really_free_pendings): Free any pending macro table.
6656 * objfiles.h (struct objfile): New member: `macro_cache'.
6657 * objfiles.c (allocate_objfile): Set allocate and free functions
6658 for the macro cache's objstack.
6659 (free_objfile): Empty the macro cache's obstack.
6660 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
6661 set new allocate and free functions for it.
6662 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
6663 free functions for the macro cache's objstack. (Why is this
6664 function building its own objfile?)
6665 * symmisc.c (print_objfile_statistics): Print statistics on the
6666 macro bcache.
6667 * Makefile.in: Note that buildsym.o depends on macrotab.h.
6668
6669 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
6670
6671 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
6672 (REGISTER_U_ADDR): Delete definition.
6673 (arm_register_u_addr): Delete declaration.
6674
6675 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
6676
6677 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
6678 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
6679
6680 2002-05-14 Andrew Cagney <ac131313@redhat.com>
6681
6682 * regcache.c (register_valid): Revise comments refering to "Not
6683 available" and "unavailable".
6684 * frame.c (frame_register_read): Ditto.
6685 * findvar.c (value_of_register): Ditto.
6686
6687 2002-05-15 Andrew Cagney <cagney@redhat.com>
6688
6689 * Makefile.in (remote_sim_h): Replace remote-sim_h.
6690 (remote-sim.o): Update dependencies.
6691 (d10v-tdep.o): Specify dependencies.
6692 (sim_d10v_h): Define.
6693
6694 2002-05-14 Jim Blandy <jimb@redhat.com>
6695
6696 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
6697 * macrotab.c (macro_lookup_inclusion, find_definition,
6698 new_macro_table): Same.
6699
6700 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
6701 not `! strcmp ()'. This is a dubious improvement.
6702 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
6703
6704 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
6705 although it's not necessary, to avoid a warning.
6706
6707 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
6708
6709 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
6710 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
6711 TYPE_INSTANCE_FLAGS.
6712 (struct main_type): New.
6713 (struct type): Move most members to struct main_type. Change
6714 cv_type and as_type to new type_chain member. Add instance_flags.
6715 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
6716 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
6717 (finish_cv_type): Remove prototype.
6718 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
6719 Set TYPE_CHAIN.
6720 (alloc_type_instance): New function.
6721 (smash_type): New function.
6722 (make_pointer_type, make_reference_type, make_function_type)
6723 (smash_to_member_type, smash_to_method_type): Call smash_type.
6724 (make_qualified_type): New function.
6725 (make_type_with_address_space): Call make_qualified_type.
6726 (make_cv_type): Likewise.
6727 (finish_cv_type): Remove unnecessary function.
6728 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
6729 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
6730 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
6731 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
6732 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
6733 * hpread.c (hpread_read_struct_type): Likewise.
6734 * stabsread.c (read_struct_type): Likewise.
6735
6736 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
6737
6738 * configure.tgt: Add a catch all sh* target, for cases like
6739 sh[2,3,4]-elf and sh-hms.
6740
6741 2002-05-14 Keith Seitz <keiths@redhat.com>
6742
6743 * event-loop.c (create_file_handler): Don't do anything but
6744 update data when we are given a fd which we are already
6745 monitoring.
6746
6747 2002-05-14 Michal Ludvig <mludvig@suse.cz>
6748
6749 * dwarf2cfi.c (context_cpy): Copy registers correctly.
6750 (update_context): Use __func__ in warnings.
6751
6752 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
6753
6754 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
6755 and tcp_close to net_open and net_close.
6756 (net_open): Accept "udp:" and "tcp:" specifications. Connect
6757 using UDP if requested. Don't try to disable Nagle on UDP
6758 sockets.
6759 * remote.c (remote_serial_open): New function. Warn about UDP.
6760 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
6761
6762 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
6763
6764 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
6765
6766 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
6767
6768 * configure.tgt: Remove sh-hms target.
6769 * MAINTAINERS: Don't list sh-hms as a separate target.
6770
6771 2002-05-13 Jim Blandy <jimb@redhat.com>
6772
6773 Add first preprocessor macro-expansion files.
6774 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
6775 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
6776 (splay_tree_h, macroexp_h, macrotab_h): New variable.
6777 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
6778 (COMMON_OBS): Add macrotab.o, macroexp.o.
6779 (macroexp.o, macrotab.o): New rules.
6780
6781 2002-05-13 Andrew Cagney <ac131313@redhat.com>
6782
6783 * config/m88k/tm-m88k.h: Update copyright.
6784 (m88k_target_write_pc): Declare
6785 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
6786 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
6787 (SHIFT_INST_REGS): Update definition.
6788 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
6789 using old definition of TARGET_WRITE_PC.
6790 * regcache.c (generic_target_write_pc): Delete code handling
6791 NNPC_REGNUM.
6792 * gdbarch.sh (NNPC_REGNUM): Delete.
6793 * gdbarch.h, gdbarch.c: Regenerate.
6794
6795 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
6796
6797 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
6798 builtin reg number.
6799
6800 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
6801
6802 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
6803 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
6804 (gen_address_of, gen_struct_ref, gen_repeat): Use type
6805 access macros.
6806 * c-typeprint.c (cp_type_print_method_args): Likewise.
6807 (c_type_print_args): Likewise.
6808 * d10v-tdep.c (d10v_push_arguments): Likewise.
6809 (d10v_extract_return_value): Likewise.
6810 * expprint.c (print_subexp): Likewise.
6811 * gdbtypes.c (lookup_primitive_typename): Likewise.
6812 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
6813 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
6814 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
6815 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
6816 (TYPE_VECTOR): Likewise.
6817 * hpread.c (hpread_read_struct_type)
6818 (fix_static_member_physnames, fixup_class_method_type)
6819 (hpread_type_lookup): Likewise.
6820 * mdebugread.c (parse_symbol, parse_type): Likewise.
6821 * p-lang.c (is_pascal_string_type): Likewise.
6822 * valops.c (hand_function_call): Likewise.
6823 * x86-64-tdep.c (classify_argument): Likewise.
6824
6825 * hpread.c (hpread_read_function_type)
6826 (hpread_read_doc_function_type): Call replace_type.
6827 * dstread.c (create_new_type): Delete.
6828 (decode_dst_structure, process_dst_function): Call alloc_type.
6829 Use type access macros.
6830
6831 2002-05-12 Mark Kettenis <kettenis@gnu.org>
6832
6833 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
6834 the're not supported by the current architecture.
6835 (i387_fill_fxsave): Likewise.
6836
6837 2002-05-12 Fred Fish <fnf@redhat.com>
6838
6839 * symfile.c (default_symfile_offsets): Arrange for uninitialized
6840 sect_index_xxx members to index the first slot in section_offsets
6841 if all of the section_offsets are zero.
6842
6843 2002-05-12 Mark Kettenis <kettenis@gnu.org>
6844
6845 * configure.tgt (sparc-*openbsd): Remove entry accidentially
6846 checked in with last change.
6847
6848 2002-05-12 Mark Kettenis <kettenis@gnu.org>
6849
6850 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
6851 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
6852 config.sub.
6853
6854 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
6855
6856 * Makefile.in: Update dependencies.
6857
6858 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6859
6860 * language.c (local_hex_string_custom): Simplify. Do not depend
6861 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
6862
6863 * memattr.c (mem_info_command): Replace calls to
6864 longest_local_hex_string and longest_local_hex_string_custom.
6865 * buildsym.c (make_blockvector): Ditto.
6866 * solib.c (info_sharedlibrary_command): Ditto.
6867 * tracepoint.c (tracepoints_info): Ditto.
6868 * symtab.c (print_msymbol_info): Ditto.
6869
6870 * language.c (local_hex_string): Delete.
6871 (local_hex_string_custom): Delete.
6872 (longest_local_hex_string): Rename to local_hex_string.
6873 (longest_local_hex_string_custom): Rename to
6874 local_hex_string_custom.
6875 * language.h (local_hex_string): Change parameter type to LONGEST.
6876 (local_hex_string_custom): Ditto.
6877 (longest_local_hex_string): Delete declaration.
6878 (longest_local_hex_string_custom): Ditto.
6879
6880 * solib.c: Update copyright.
6881 * memattr.c: Update copyright.
6882
6883 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6884
6885 * arch-utils.h (legacy_register_to_value): Declare.
6886 (legacy_value_to_register): Declare.
6887 (legacy_convert_register_p): Declare.
6888 * arch-utils.c (legacy_register_to_value): New function.
6889 (legacy_value_to_register): New function.
6890 (legacy_convert_register_p): New function.
6891
6892 * gdbarch.sh (REGISTER_TO_VALUE): Define.
6893 (VALUE_TO_REGISTER): Define.
6894 (CONVERT_REGISTER_P): Define.
6895 * gdbarch.h, gdbarch.c: Regenerate.
6896
6897 * valops.c (value_assign): Use CONVERT_REGISTER_P and
6898 VALUE_TO_REGISTER.
6899 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
6900 CONVERT_REGISTER_P.
6901
6902 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
6903 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6904
6905 * Makefile.in: Update dependencies for valops.c.
6906 * valops.c: Include "gdb_assert.h".
6907 (typecmp): Skip THIS parameter to methods.
6908 (find_method_list): Remove static_memfuncp argument,
6909 update callers. Check for stub methods.
6910 (find_value_oload_method_list): Don't set *static_memfuncp.
6911 (find_overload_match): Don't check for stub methods. Assert
6912 that methods are not stubbed. Handle static methods.
6913 (value_find_oload_method_list): Remove static_memfuncp argument.
6914 * gdbtypes.c (check_stub_method): Do not add THIS pointer
6915 to the argument list for static stub methods.
6916 * value.h (value_find_oload_method_list): Update prototype.
6917
6918 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6919
6920 * arch-utils.h (generic_register_size): Declare.
6921 (generic_register_raw_size, generic_register_virtual_size): Delete
6922 declarations.
6923 * arch-utils.c (generic_register_raw_size): Delete.
6924 (generic_register_size): New function.
6925 (generic_register_virtual_size): Delete.
6926
6927 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
6928 default generic_register_size.
6929 * gdbarch.h, gdbarch.c: Re-generate.
6930
6931 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
6932 register_virtual_size.
6933 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
6934 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6935
6936 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6937
6938 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
6939 * gdbarch.h, gdbarch.c: Regenerate.
6940 * gnu-v3-abi.c: Update copyright.
6941 (vtable_address_point_offset): Update.
6942 (gnuv3_rtti_type): Update.
6943 (gnuv3_baseclass_offset): Update.
6944 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
6945 (init_fetch_link_map_offsets): Update.
6946 * remote.c (get_remote_state): Update.
6947
6948 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
6949
6950 * TODO: Remove value_headof/value_from_vtable_info comment.
6951 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
6952 * values.c (value_headof, value_from_vtable_info): Delete.
6953 * value.h (value_from_vtable_info): Delete prototype.
6954
6955 2002-05-11 Andrew Cagney <ac131313@redhat.com>
6956
6957 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
6958 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
6959 $(gdb_regex_h).
6960 (gdb_assert_h): Define.
6961 (gdb_wait_h): Define.
6962 (gdb_regex_h): Define.
6963
6964 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
6965
6966 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
6967 * linespec.c (find_methods): Handle GCC 3.x template constructors.
6968
6969 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6970
6971 * nbsd-tdep.c: Fix comment.
6972
6973 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6974
6975 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
6976 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
6977 (nbsd-tdep.o): New dependency list.
6978 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
6979 nbsd-tdep.h.
6980 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
6981 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
6982 * nbsd-tdep.c: New file.
6983 * nbsd-tdep.h: New file.
6984 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
6985 nbsd-tdep.h.
6986 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
6987 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
6988 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
6989 * config/sh/nbsd.mt (TDEPFILES): Ditto.
6990
6991 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6992
6993 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
6994 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
6995 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
6996 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
6997 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
6998 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
6999
7000 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7001
7002 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
7003 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7004 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
7005 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
7006 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
7007 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
7008 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
7009
7010 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7011
7012 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
7013 fetch_elfcore_registers to...
7014 * i386nbsd-tdep.c: ...here.
7015 (i386nbsd_use_struct_convention): Rename to...
7016 (i386nbsd_aout_use_struct_convention): ...this.
7017 (i386nbsd_supply_reg): New function.
7018 (i386nbsd_fill_reg): New function.
7019 (fetch_core_registers): Use i386nbsd_supply_reg.
7020 (fetch_elfcore_registers): Likewise.
7021 (_initialize_i386nbsd_tdep): New function.
7022 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
7023 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7024 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
7025 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
7026 (i386nbsd_aout_use_struct_convention): ...this.
7027
7028 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7029
7030 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
7031 (store_inferior_registers): Use shnbsd_fill_reg.
7032 * shnbsd-tdep.c (sh_nbsd_supply_registers,
7033 sh_nbsd_supply_register): Collapse into...
7034 (shnbsd_supply_reg): ...this.
7035 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
7036 (shnbsd_fill_reg): ...this.
7037 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
7038 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
7039 (fetch_core_registers): Use shnbsd_supply_reg.
7040 (fetch_elfcore_registers): Use shnbsd_supply_reg.
7041 (sh_nbsd_core_fns): Rename to...
7042 (shnbsd_core_fns): ...this.
7043 (sh_nbsd_elfcore_fns): Rename to...
7044 (shnbsd_elfcore_fns): ...this.
7045 (sh_nbsd_init_abi): Rename to...
7046 (shnbsd_init_abi): ...this.
7047 (_initialize_sh_nbsd_tdep): Rename to...
7048 (_initialize_shnbsd_tdep): ...this.
7049 * shnbsd-tdep.h (sh_nbsd_supply_registers,
7050 sh_nbsd_supply_register, sh_nbsd_fill_registers,
7051 sh_nbsd_fill_register): Remove prototypes.
7052 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
7053
7054 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7055
7056 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
7057 (i387-nat.o): Delete dependency list.
7058 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
7059 (x86-64-linux-nat.o): Likewise.
7060 * i387-nat.c: Delete file, moving contents to...
7061 * i387-tdep.c: ...here.
7062 * i387-nat.h: Rename...
7063 * i387-tdep.h: ...to this.
7064 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
7065 * i386-linux-nat.c: Likewise.
7066 * i386bsd-nat.c: Likewise.
7067 * i386gnu-nat.c: Likewise.
7068 * i386nbsd-nat.c: Likewise.
7069 * i386v4-nat.c: Likewise.
7070 * x86-64-linux-nat.c: Likewise.
7071 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
7072 * config/i386/go32.mh (NATDEPFILES): Likewise.
7073 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
7074 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
7075 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
7076 * config/i386/linux.mh (NATDEPFILES): Likewise.
7077 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
7078 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7079 * config/i386/obsd.mh (NATDEPFILES): Likewise.
7080 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
7081
7082 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7083
7084 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
7085 (alphanbsd-nat.o): Remove dependency list.
7086 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
7087 * alphanbsd-nat.c: Delete. Contents moved to...
7088 * alphanbsd-tdep.c: ...here.
7089 (_initialize_alphanbsd_tdep): Register core functions.
7090 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
7091
7092 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7093
7094 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
7095 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
7096 (alphanbsd-nat.o): Likewise.
7097 (alphabsd-tdep.o): New dependency list.
7098 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
7099 (fill_gregset): Use alphabsd_fill_reg.
7100 (supply_fpregset): Use alphabsd_supply_fpreg.
7101 (fill_fpregset): Use alphabsd_fill_fpreg.
7102 (fetch_inferior_registers): Use struct reg and struct fpreg
7103 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
7104 and alphabsd_supply_fpreg.
7105 (store_inferior_registers): Use struct reg and struct fpreg
7106 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
7107 and alphabsd_fill_fpreg.
7108 * alphabsd-tdep.c: New file.
7109 * alphabsd-tdep.h: New file.
7110 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
7111 (fetch_elfcore_registers): Use alphabsd_supply_reg and
7112 alphabsd_supply_fpreg.
7113 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
7114 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
7115
7116 2002-05-11 Eric Christopher <echristo@redhat.com>
7117
7118 * mips-tdep.c (mips_double_register_type): Fix thinko.
7119 (mips_single_register_type): Ditto.
7120 * MAINTAINERS: Add self.
7121
7122 2002-05-11 Mark Kettenis <kettenis@gnu.org>
7123
7124 * i387-nat.c (i387_supply_register, i387_fill_fsave,
7125 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
7126 right thing on architectures with different endianness and/or
7127 integer sizes.
7128
7129 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
7130
7131 From Christian Limpach <chris@Pin.LU>
7132 * configure.in: Change sed expression which comments out
7133 NATDEPFILES to also comment out continuation lines.
7134 * configure: Regenerate.
7135
7136 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7137
7138 * sh-tdep.c: Clean up code erroneously reintroduced by previous
7139 big patch.
7140
7141 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7142
7143 * sh-tdep.c: Include correct file.
7144
7145 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7146
7147 New support for sh64-elf (sh5) target.
7148
7149 * configure.tgt: For sh64-elf target, default to sh-elf.
7150
7151 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
7152 (struct gdbarch_tdep): Add new fields for new registers and ABI
7153 info.
7154
7155 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
7156 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
7157 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
7158 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
7159 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
7160 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
7161 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
7162 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
7163 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
7164 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
7165 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
7166 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
7167 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
7168 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
7169 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
7170 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
7171 sh64_get_gdb_regnum, sh64_media_reg_base_num,
7172 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
7173 sign_extend, sh64_nofp_frame_init_saved_regs,
7174 sh64_init_extra_frame_info, sh64_get_saved_register,
7175 sh64_extract_struct_value_address, sh64_pop_frame,
7176 sh64_push_arguments, sh64_extract_return_value,
7177 sh64_store_return_value, sh64_show_media_regs,
7178 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
7179 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
7180 sh_sh64_register_virtual_type,
7181 sh_sh64_register_convert_to_virtual,
7182 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
7183 sh64_register_read, sh64_pseudo_register_write,
7184 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
7185 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
7186 sh64_do_pseudo_register, sh_compact_do_registers_info,
7187 sh64_do_registers_info, sh_gdbarch_init): New functions.
7188
7189 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7190
7191 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
7192
7193 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
7194
7195 * linespec.c (decode_line_1): Check for a double quote after
7196 a filename correctly.
7197
7198 2002-05-10 Jim Blandy <jimb@redhat.com>
7199
7200 Properly track the size of the current objfile's .debug_line section.
7201 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
7202 (DWARF_LINE_SIZE): New macro.
7203 (dwarf2_build_psymtabs_hard): Record the line section's size in
7204 the partial symbol table.
7205 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
7206 symbol table.
7207
7208 2002-05-10 Petr Sorfa <petrs@caldera.com>
7209
7210 * ia64-tdep.c: Handle breakpoints on L instruction type
7211 in MLX instruction bundle by moving the breakpoint to
7212 the third slot (X instruction type) as L holds only data.
7213
7214 2002-05-10 Kevin Buettner <kevinb@redhat.com>
7215
7216 * dbxread.c (discarding_local_symbols_complaint): New complaint.
7217 (process_one_symbol): Complain about discarding local symbols
7218 due to a misplaced N_LBRAC entry.
7219
7220 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
7221
7222 From Daniel Berlin <dan@cgsoftware.com>
7223 * linespec.c (find_toplevel_char): '<' and '>' also increase and
7224 decrease the depth we are at, in the case of templates.
7225
7226 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
7227
7228 * mips-tdep.c (mips_float_register_type): New function.
7229 (mips_double_register_type): New function.
7230 (mips_print_register): Use them.
7231 (do_fp_register_row): Likewise.
7232
7233 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
7234
7235 * signals/signals.c (signals): Remove conditional compilation around
7236 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
7237 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
7238
7239 2002-05-09 Michael Snyder <msnyder@redhat.com>
7240
7241 * remote-rdp.c (remote_rdp_can_run): Remove.
7242
7243 2002-05-09 Tom Tromey <tromey@redhat.com>
7244
7245 * jv-valprint.c (java_val_print): Handle `char' as a special case
7246 of TYPE_CODE_INT.
7247
7248 2002-05-09 Michael Snyder <msnyder@redhat.com>
7249
7250 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
7251 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
7252 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
7253 str r(0123),[sp,#nn].
7254 (arm_skip_prologue): Ditto. Also make disassembly
7255 order-independent by placing it in a loop.
7256
7257 2002-05-06 Michael Snyder <msnyder@redhat.com>
7258
7259 * stabsread.c (read_type): Add recognition for new attribute:
7260 "@V;" means that an array type is actually a vector.
7261 This is analogous to the vector flag that's been added to dwarf2.
7262
7263 2002-05-09 Mark Kettenis <kettenis@gnu.org>
7264
7265 * i386-tdep.h (i386_abi): New enum.
7266 (struct gdbarch_tdep): Replace os_ident member with abi.
7267 (i386_gdbarch_register_os_abi): New prototype.
7268 * i386-tdep.c (i386_abi_names): New array.
7269 (process_note_abi_tag_sections): Removed.
7270 (process_note_sections): New function.
7271 (i386_elf_abi_from_note, i386_elf_abi): New functions.
7272 (struct i386_abi_handler): New struct.
7273 (i386_abi_handler_list): New variable.
7274 (i386_gdbarch_register_os_abi): New function.
7275 (i386_gdbarch_init): Adapt for the changes given above.
7276
7277 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
7278
7279 * gregset.h: Say "GNU/Linux".
7280
7281 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
7282
7283 * gdbtypes.c : Add new builtin type for 64 bit vectors.
7284 (build_gdbtypes): Build builtin_type_v2_float.
7285 (_initialize_gdbtypes): Register new builtin type.
7286
7287 2002-05-08 Andrew Cagney <ac131313@redhat.com>
7288
7289 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
7290 (clear_gdbarch_swap): New function.
7291 (initialize_non_multiarch): Call.
7292 (gdbarch_update_p): Before calling init(), swap out and clear the
7293 existing architecture.
7294 * gdbarch.c: Regenerate.
7295
7296 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7297
7298 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
7299 alphanbsd-tdep.c.
7300
7301 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7302
7303 * sh-nbsd-nat.c: Rename to...
7304 * shnbsd-nat.c: ...this.
7305 * sh-nbsd-tdep.c: Rename to...
7306 * shnbsd-tdep.c: ...this.
7307 * sh-nbsd-tdep.h: Rename to...
7308 * shnbsd-tdep.h: ...this.
7309 * config/sh/nbsd.mh: Use shnbsd-nat.o.
7310 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
7311
7312 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
7313
7314 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
7315 concatenation for command help messages.
7316
7317 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7318
7319 * NEWS: Note new sh*-*-netbsdelf* configuration.
7320 * configure.host: Set gdb_host_cpu to sh for all sh*.
7321 (sh*-*-netbsdelf*): New host.
7322 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
7323 (sh*-*-netbsdelf*): New target.
7324 * sh-nbsd-nat.c: New file.
7325 * sh-nbsd-tdep.c: New file.
7326 * sh-nbsd-tdep.h: New file.
7327 * config/sh/nbsd.mh: New file.
7328 * config/sh/nbsd.mt: New file.
7329 * config/sh/nm-nbsd.h: New file.
7330 * config/sh/tm-nbsd.h: New file.
7331
7332 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7333
7334 * sh-tdep.c (sh_osabi_names): Declare.
7335 (process_note_abi_tag_sections): New function.
7336 (get_elfosabi): Ditto.
7337 (sh_gdbarch_register_os_abi): Ditto.
7338 (sh_dump_tdep): Ditto.
7339 _initialize_sh_tdep): Use gdbarch_register to register
7340 sh_gdbarch_init and sh_dump_tdep.
7341 * config/sh/tm-sh.h (sh_osabi): Declare.
7342 (gdbarch_tdep): Add sh_osabi and osabi_name members.
7343
7344 2002-05-07 Andrew Cagney <ac131313@redhat.com>
7345
7346 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
7347 (thumb_scan_prologue): Ditto.
7348 (arm_find_callers_reg): Ditto.
7349 (arm_frame_chain): Ditto.
7350 (arm_init_extra_frame_info): Ditto.
7351 (arm_frame_saved_pc): Ditto.
7352 (arm_pop_frame): Ditto.
7353 (arm_push_return_address): New function.
7354 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
7355 call_dummy_location, call_dummy_breakpoint_offset_p,
7356 call_dummy_breakpoint_offset, call_dummy_p,
7357 call_dummy_stack_adjust_p, call_dummy_words,
7358 sizeof_call_dummy_words, call_dummy_start_offset,
7359 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
7360 call_dummy_address, push_return_address and push_dummy_frame for
7361 generic dummy frames.
7362
7363 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
7364
7365 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
7366 size computation for alloca.
7367 (sh_fp_frame_init_saved_regs): Likewise.
7368
7369 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
7370
7371 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
7372 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
7373 * arm-tdep.c (arm_store_return_value): Use them.
7374 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
7375 * remote-rdp.c (remote_rdp_fetch_register): Use
7376 ARM_MAX_REGISTER_RAW_SIZE.
7377 (remote_rdp_store_register): Likewise.
7378
7379 2002-05-07 Michal Ludvig <mludvig@suse.cz>
7380
7381 * dwarf2cfi.c: Code cleanup, removed unused variables,
7382 added default labels to switch {} statements.
7383 * x86-64-tdep.c: Ditto.
7384 * x86-64-linux-nat.c: Ditto.
7385
7386 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
7387
7388 * solib.h: Protect against multiple inclusion.
7389
7390 2002-05-06 Jim Blandy <jimb@redhat.com>
7391
7392 Add first preprocessor macro-expansion files.
7393 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7394 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7395 (splay_tree_h, macroexp_h, macrotab_h): New variable.
7396 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7397 (COMMON_OBS): Add macrotab.o, macroexp.o.
7398 (macroexp.o, macrotab.o): New rules.
7399
7400 Separate the job of reading the line number info statement program
7401 header (...expialidocious) out into its own function.
7402 * dwarf2read.c (struct line_head, struct filenames, struct
7403 directories): Replace with...
7404 (struct line_header): New structure, containing the full
7405 contents of the statement program header, including the
7406 include directory and file name tables.
7407 (read_file_scope): If we have line number info, instead of just
7408 calling dwarf_decode_lines to do all the work, call
7409 dwarf_decode_line_header first to get a `struct line_header'
7410 containing the data in the statement program header, and then
7411 pass that to dwarf_decode_lines, which will pick up where that
7412 left off. Be sure to clean up the `struct line_header' object.
7413 (dwarf_decode_line_header, free_line_header, add_include_dir,
7414 add_file_name): New functions.
7415 (dwarf_decode_lines): Move all the code to read the statement
7416 program header into dwarf_decode_line_header. Take the line
7417 header it built as the first argument, instead of the offset to
7418 the compilation unit's line number info. Use the new `struct
7419 line_header' type instead of the old structures. No need to do
7420 cleanups here now, since we don't allocate anything.
7421 (dwarf2_statement_list_fits_in_line_number_section,
7422 dwarf2_line_header_too_long): New complaints.
7423
7424 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
7425
7426 * gdbtypes.c (init_vector_type): New function.
7427 (build_builtin_type_vec128): Simplify the representation of SIMD
7428 registers.
7429 (build_gdbtypes): Initialize new builtin vector types.
7430 (_initialize_gdbtypes): Register new vector types with gdbarch.
7431 (builtin_type_v4_float, builtin_type_v4_int32,
7432 builtin_type_v8_int16, builtin_type_v16_int8,
7433 builtin_type_v2_int32, builtin_type_v4_int16,
7434 builtin_type_v8_int8): New (renamed) SIMD types.
7435
7436 2002-05-06 Mark Kettenis <kettenis@gnu.org>
7437
7438 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
7439 (i387_fill_fxsave): Likewise.
7440
7441 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
7442
7443 * alpha-tdep.c (alpha_extract_return_value): Don't use
7444 non-constant array size in prototype.
7445
7446 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7447
7448 From Brian Taylor <briant at model dot com>:
7449 * ui-out.c (ui_out_field_core_addr): Use the function
7450 longest_local_hex_string_custom'to format addresses > 32 bits
7451 wide.
7452
7453 * ui-out.c (ui_out_field_core_addr): Update comment.
7454
7455 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7456
7457 * stack.c (select_and_print_frame): Make static. Delete the
7458 parameter `level'.
7459 (func_command): Update call.
7460 (select_frame_command): Delete code computing the frame level.
7461 * frame.h (select_and_print_frame): Delete declaration.
7462
7463 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7464
7465 * sparc-tdep.c (sparc_get_saved_register): Comment why
7466 get_prev_frame call is safe.
7467
7468 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7469
7470 * frame.h (select_frame): Delete level parameter.
7471 * stack.c (select_frame): Update. Use frame_relative_level to
7472 obtain the frame's level.
7473 (select_and_print_frame): Update call.
7474 (select_frame_command): Ditto.
7475 (up_silently_base): Ditto.
7476 (down_silently_base): Ditto.
7477 * ocd.c (ocd_start_remote): Ditto.
7478 * remote-rdp.c (remote_rdp_open): Ditto.
7479 * remote-mips.c (mips_initialize): Ditto.
7480 (common_open): Ditto.
7481 * remote-e7000.c (e7000_start_remote): Ditto.
7482 * m3-nat.c (select_thread): Ditto.
7483 * hppa-tdep.c (child_get_current_exception_event): Ditto.
7484 (child_get_current_exception_event): Ditto.
7485 * varobj.c (varobj_create): Ditto.
7486 (varobj_update): Ditto.
7487 (c_value_of_root): Ditto.
7488 * tracepoint.c (finish_tfind_command): Ditto.
7489 * corelow.c (core_open): Ditto.
7490 * arch-utils.c (generic_prepare_to_proceed): Ditto.
7491 * thread.c (info_threads_command): Ditto.
7492 (switch_to_thread): Ditto.
7493 * infrun.c (normal_stop): Ditto.
7494 (restore_selected_frame): Ditto.
7495 (restore_inferior_status): Ditto.
7496 * breakpoint.c (insert_breakpoints): Ditto.
7497 (watchpoint_check): Ditto.
7498 (bpstat_stop_status): Ditto.
7499 (do_enable_breakpoint): Ditto.
7500 * blockframe.c (flush_cached_frames): Ditto.
7501 (reinit_frame_cache): Ditto.
7502
7503 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7504
7505 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
7506 maintainer.
7507
7508 2002-05-04 Jim Blandy <jimb@redhat.com>
7509
7510 * gdbtypes.c (replace_type): Doc fix.
7511
7512 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7513
7514 * valprint.c (strcat_longest): Delete commented out function.
7515 Update copyright.
7516
7517 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7518
7519 * MAINTAINERS: Mark a29k as deleted.
7520 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
7521 Move new configurations to the top.
7522 * configure.tgt: Remove a29k.
7523 * config/a29k/tm-vx29k.h: Delete.
7524 * config/a29k/vx29k.mt: Delete.
7525 * config/a29k/tm-a29k.h: Delete.
7526 * config/a29k/a29k-udi.mt: Delete.
7527 * config/a29k/a29k.mt: Delete.
7528 * a29k-tdep.c: Delete.
7529 * remote-udi.c: Delete.
7530 * remote-mm.c: Delete.
7531 * remote-eb.c: Delete.
7532 * remote-adapt.c: Delete.
7533 * Makefile.in: Remove obsolete code.
7534 * config/s390/s390x.mt: Ditto.
7535 * config/s390/s390.mt: Ditto.
7536 * config/sparc/sparclynx.mh: Ditto.
7537 * config/sparc/linux.mh: Ditto.
7538 * config/pa/hppaosf.mh: Ditto.
7539 * config/pa/hppabsd.mh: Ditto.
7540 * config/ns32k/nbsd.mt: Ditto.
7541 * config/mips/vr5000.mt: Ditto.
7542 * config/m68k/sun3os4.mh: Ditto.
7543 * config/m68k/nbsd.mt: Ditto.
7544 * config/m68k/m68klynx.mh: Ditto.
7545 * config/m32r/m32r.mt: Ditto.
7546 * config/i386/x86-64linux.mt: Ditto.
7547 * config/i386/nbsdelf.mt: Ditto.
7548 * config/i386/nbsd.mt: Ditto.
7549 * config/i386/i386lynx.mh: Ditto.
7550
7551 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7552
7553 * target.c (debug_print_register): New function. Handle oversize
7554 registers.
7555 (debug_to_fetch_registers): Call.
7556 (debug_to_store_registers): Call.
7557
7558 2002-05-03 Jim Blandy <jimb@redhat.com>
7559
7560 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
7561 (read_type): Doc fix.
7562 * gdbtypes.c (replace_type): Doc fix.
7563
7564 * stabsread.c (multiply_defined_struct): New complaint.
7565 (read_struct_type): If the type we were passed isn't empty, or
7566 incomplete, don't read the new struct type into it; complain,
7567 and return the original type unchanged. Take a new `type_code'
7568 argument, which is the type code for the new type.
7569 (read_type): Rather than storing the type's type code here, pass
7570 it as an argument to read_struct_type, and let that take care of
7571 storing it. That way, we don't overwrite the original type code,
7572 so read_struct_type can use it to decide whether we're overwriting
7573 something we shouldn't.
7574 (complain_about_struct_wipeout): New function.
7575
7576 2002-05-03 Andrew Cagney <ac131313@redhat.com>
7577
7578 * gdbarch.sh: Assert that gdbarch is non-NULL.
7579 * gdbarch.c: Regenerate.
7580
7581 2002-05-03 Jason Merrill <jason@redhat.com>
7582
7583 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
7584 and return NULL.
7585
7586 2002-05-03 Michal Ludvig <mludvig@suse.cz>
7587
7588 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
7589 (x86_64_dwarf2gdb_regno_map_length),
7590 (x86_64_dwarf2_reg_to_regnum): Added.
7591 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
7592 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
7593 (_initialize_x86_64_tdep): Synced with the change above.
7594 (x86_64_skip_prologue): Reformulated message.
7595
7596 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
7597
7598 * f-exp.y: Also use new prev_lexptr variable
7599 to improve error reporting. Based on Michael Snyder
7600 2002-04-24 dated patch to c-exp.y.
7601 * jv-exp.y: Likewise.
7602 * m2-exp.y: Likewise.
7603
7604 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
7605
7606 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
7607 we are dealing with vectors.
7608
7609 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7610
7611 * config/m68k/tm-nbsd.h: Obvious fix,
7612 correct machine name.
7613
7614 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7615
7616 * p-typeprint.c (pascal_type_print_base): Add support
7617 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
7618
7619 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7620
7621 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
7622 for fondamental pascal 'char' type.
7623
7624 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7625
7626 * p-lang.h (is_pascal_string_type): Declaration changed,
7627 new sixth argument of type char ** added.
7628 * p-lang.c (is_pascal_string_type): Implementation
7629 changed. Args length_pos, length_size, string_pos, char_size
7630 can now be NULL. New argument arrayname set to the field
7631 name of the char array. Return value set to char array
7632 field index plus one.
7633 * p-valprint.c (pascal_val_print): Adapt to new declaration of
7634 is_pascal_string_type function.
7635
7636 2002-05-02 Andrew Cagney <cagney@redhat.com>
7637
7638 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
7639 <cagney@redhat.com> change.
7640 * gdbarch.c: Regenerate.
7641
7642 2002-05-02 Andrew Cagney <cagney@redhat.com>
7643
7644 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
7645 before probing for a new one. Detect errorenous gdbarch_init
7646 functions.
7647 * gdbarch.c: Regenerate.
7648
7649 2002-05-01 Andrew Cagney <cagney@redhat.com>
7650
7651 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
7652 * config/mcore/tm-mcore.h: Ditto. Update copyright.
7653 * config/v850/tm-v850.h: Ditto. Update copyright.
7654
7655 2002-04-30 Andrew Cagney <ac131313@redhat.com>
7656
7657 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
7658 current_gdbarch.
7659
7660 2002-04-30 Michael Snyder <msnyder@redhat.com>
7661
7662 * arm-tdep.c: Whitespace clean-ups.
7663 (arm_skip_prologue): Fix thinko; two lines
7664 should have been removed as part of 4/24 change.
7665
7666 2002-04-30 Kevin Buettner <kevinb@redhat.com>
7667
7668 * rs6000-tdep.c: Added comment describing how fpscr register
7669 numbers were chosen.
7670
7671 2002-04-30 Michael Snyder <msnyder@redhat.com>
7672
7673 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
7674
7675 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
7676
7677 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
7678 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
7679 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
7680
7681 2002-04-29 Kevin Buettner <kevinb@redhat.com>
7682
7683 From Louis Hamilton <hamilton@redhat.com>:
7684 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
7685 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
7686 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
7687 not bfd-private xcoff data, to determine wordsize.
7688 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
7689
7690 2002-04-29 Andrew Cagney <ac131313@redhat.com>
7691
7692 GDB 5.2 released from 5.2 branch.
7693
7694 2002-04-29 Michal Ludvig <mludvig@suse.cz>
7695
7696 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
7697 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
7698 (x86_64_register_info_table): Added comments with register numbers.
7699
7700 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
7701
7702 * rs6000-tdep.c (rs6000_extract_return_value,
7703 rs6000_store_return_value): Handle returning vectors.
7704 (rs6000_gdbarch_init): Use
7705 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
7706 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
7707 New function.
7708 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
7709 vectors.
7710 (ppc_sysv_abi_push_arguments): Handle vector parameters.
7711 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
7712
7713 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
7714
7715 * hpread.c (hpread_psymtab_to_symtab_1,
7716 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
7717 with fprintf_unfiltered (gdb_stderr,...).
7718
7719 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
7720
7721 * remote-array.c (printf_monitor, write_monitor,
7722 array_insert_breakpoint, array_remove_breakpoint ):
7723 Replace fprintf (stderr,...
7724 with fprintf_unfiltered (gdb_stderr,....
7725 * remote-es.c: Likewise.
7726 * remote-os9k.c: Likewise.
7727 * remote-st.c: Likewise.
7728
7729 2002-04-28 Andreas Schwab <schwab@suse.de>
7730
7731 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
7732 linux-proc.o and gcore.o.
7733
7734 2002-04-26 Michal Ludvig <mludvig@suse.cz>
7735
7736 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
7737 code without frame pointers.
7738
7739 2002-04-26 Andrew Cagney <ac131313@redhat.com>
7740
7741 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
7742 ON_STACK is needed.
7743
7744 2002-04-26 Ben Elliston <bje@redhat.com>
7745
7746 * target.c (do_xfer_memory): Correct reference to the new option
7747 "trust-readonly-sections".
7748
7749 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
7750
7751 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
7752 * gdbtypes.c (recursive_dump_type): Output the vector flag.
7753 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
7754 vectors.
7755 (read_array_type): Record the fact that this array type is really a
7756 vector (i.e. are passed in by value).
7757
7758 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
7759
7760 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
7761 * alpha-tdep.c (alpha_sigcontext_addr): New function.
7762 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
7763 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
7764 * alpha-linux-tdep.c: Include frame.h.
7765 (alpha_linux_sigcontext_addr): New function.
7766 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
7767 alpha_linux_sigcontext_addr.
7768 * alpha-osf1-tdep.c: Include gdbcore.h.
7769 (alpha_osf1_sigcontext_addr): New function.
7770 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
7771 alpha_osf1_sigcontext_addr.
7772 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
7773 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
7774
7775 2002-04-26 Andrew Cagney <ac131313@redhat.com>
7776
7777 * stack.c (selected_frame_level):
7778 (select_frame): Do not set selected_frame_level.
7779 * frame.h (selected_frame_level): Delete declaration.
7780
7781 2002-04-26 Andrew Cagney <ac131313@redhat.com>
7782
7783 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
7784 convert_from_func_ptr-addr when AIX / PowerOpen.
7785
7786 2002-04-25 Andrew Cagney <ac131313@redhat.com>
7787
7788 * valops.c (hand_function_call): Call
7789 generic_save_call_dummy_addr.
7790 * frame.h (generic_save_call_dummy_addr): Declare.
7791 * blockframe.c (struct dummy_frame): Add fields call_lo and
7792 call_hi.
7793 (generic_find_dummy_frame): Check for PC in range call_lo to
7794 call_hi instead of entry_point_address.
7795 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
7796 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
7797 (generic_save_call_dummy_addr): New function.
7798
7799 2002-04-24 David S. Miller <davem@redhat.com>
7800
7801 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
7802 sparc_skip_prologue.
7803 (sparc_skip_prologue): Kill frameless_p arg, and use line number
7804 information to find prologue when possible.
7805 (sparc_prologue_frameless_p): Call examine_prologue directly.
7806 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
7807 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
7808 second argument.
7809 (SKIP_PROLOGUE): Likewise.
7810
7811 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7812
7813 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
7814 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
7815 indicate that the condition it was testing is always true.
7816 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
7817 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7818 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7819
7820 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7821
7822 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
7823 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
7824 tdep->jb_pc and tdep->jb_elt_size.
7825 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
7826 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
7827 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
7828 * alpha-nat.c (get_longjmp_target): Remove.
7829 (JB_ELEMENT_SIZE): Ditto.
7830 (JB_PC): Ditto.
7831 * alpha-tdep.c (alpha_get_longjmp_target): New function.
7832 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
7833 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
7834 to alpha_get_longjmp_target.
7835 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
7836 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
7837 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
7838
7839 2002-04-25 Andrew Cagney <ac131313@redhat.com>
7840
7841 * README: Update to GDB 5.2.
7842
7843 2002-04-25 Andrew Cagney <ac131313@redhat.com>
7844
7845 * gdbarch.sh (LC_ALL): Set to `c'.
7846
7847 2002-04-25 Theodore A. Roth <troth@verinet.com>
7848
7849 * avr-tdep.c: Ran through gdb_indent.sh.
7850
7851 2002-04-25 Theodore A. Roth <troth@verinet.com>
7852
7853 * MAINTAINERS: Add myself as AVR maintainer.
7854 * NEWS: Note new target avr.
7855
7856 2002-04-25 Theodore A. Roth <troth@verinet.com>
7857
7858 * Makefile.in: Add support for AVR target.
7859 * configure.tgt: Add support for AVR target.
7860 * avr-tdep.c: New file
7861 * config/avr/avr.mt: New file.
7862
7863 2002-04-25 Theodore A. Roth <troth@verinet.com>
7864
7865 * MAINTAINERS: Add myself to write-after-approval.
7866
7867 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
7868
7869 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
7870 with fprintf_unfiltered (gdb_stderr,....
7871
7872 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
7873
7874 Fix PR gdb/508.
7875 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
7876
7877 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
7878
7879 * p-exp.y: Also use new prev_lexptr variable
7880 to improve error reporting. Based on Michael Snyder
7881 2002-04-24 dated patch to c-exp.y.
7882
7883 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7884
7885 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
7886 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
7887 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
7888 to 0.
7889 * config/alpha/tm-alpha.h: Remove forward decls of struct type
7890 and struct value.
7891 (FUNCTION_START_OFFSET): Remove.
7892 (BREAKPOINT): Ditto.
7893
7894 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7895
7896 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
7897 * NEWS: Ditto.
7898
7899 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7900
7901 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
7902 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
7903 alpha_linux_pc_in_sigtramp.
7904 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
7905 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
7906 alpha_osf1_pc_in_sigtramp.
7907 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
7908 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
7909 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
7910 alphafbsd_pc_in_sigtramp.
7911 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
7912 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
7913 alphanbsd_pc_in_sigtramp.
7914 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
7915 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
7916
7917 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7918
7919 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
7920
7921 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7922
7923 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
7924 alphanbsd-tdep.c.
7925 (alphanbsd-nat.o): New dependency list.
7926 (alphanbsd-tdep.o): Ditto.
7927 * NEWS: Note new native NetBSD/alpha configuration.
7928 * alphanbsd-nat.c: New file.
7929 * alphanbsd-tdep.c: Ditto.
7930 * configure.host (alpha*-*-netbsd*): New host.
7931 * configure.tgt (alpha*-*-netbsd*): New target.
7932 * config/alpha/nbsd.mh: New file.
7933 * config/alpha/nbsd.mt: Ditto.
7934 * config/alpha/nm-nbsd.h: Ditto.
7935 * config/alpha/tm-nbsd.h: Ditto.
7936
7937 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7938
7939 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
7940 (alpha-osf1-tdep.o): New dependency list.
7941 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
7942 and skip_sigtramp_frame members.
7943 * alpha-linux-tdep.c: Include gdbcore.h.
7944 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
7945 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
7946 * alpha-osf1-tdep.c: New file.
7947 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
7948 alpha-osf1-dep.c.
7949 (alpha_frame_past_sigtramp_frame): New function.
7950 (alpha_dynamic_sigtramp_offset): Ditto.
7951 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
7952 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
7953 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
7954 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
7955 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
7956 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
7957 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
7958 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
7959 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
7960 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
7961 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
7962 to find_solib_trampoline_target.
7963 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
7964 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
7965 (SKIP_TRAMPOLINE_CODE): Remove.
7966 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7967 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7968 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
7969 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
7970 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
7971 (PROC_SIGTRAMP_MAGIC): Ditto.
7972 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7973 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7974 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7975 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
7976 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
7977
7978 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7979
7980 * NEWS: Note that Alpha targets are now multi-arch.
7981
7982 2002-04-24 Michael Snyder <msnyder@redhat.com>
7983
7984 * parser-defs.h (prev_lexptr): New external variable.
7985 * parse.c (parse_exp_1): Set prev_lexptr to null before
7986 calling the language-specific parser.
7987 * c-exp.y (yylex): Set prev_lexptr to start of current token.
7988 (yyerror): Use prev_lexptr in error reporting.
7989
7990 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
7991
7992 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
7993 * gregset.h: If FILL_FPXREGSET is defined, provide
7994 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
7995 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
7996 is defined, call fill_fpxregset.
7997
7998 2002-04-24 Roland McGrath <roland@frob.com>
7999
8000 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
8001 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
8002 (supply_gregset, supply_fpregset): New functions.
8003
8004 * gnu-nat.c (gnu_find_memory_regions): New function.
8005 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
8006 (gnu_xfer_memory): Add a cast.
8007
8008 2002-04-24 Michael Snyder <msnyder@redhat.com>
8009
8010 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
8011 loop. Add handling for "str lr, [sp, #-4]!" and for saves
8012 of argument regs ("str r(0123), [r11, #-nn"]).
8013 (arm_skip_prologue): Better handling for frameless functions.
8014 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
8015 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
8016
8017 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
8018
8019 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
8020 NUM_PSEUDO_REGS can be used.
8021
8022 2002-04-24 Andrew Cagney <ac131313@redhat.com>
8023
8024 * arch-utils.h: Update copyright.
8025
8026 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
8027 * gdbarch.h, gdbarch.c: Re-generate.
8028
8029 * inferior.h (IN_SIGTRAMP): Delete definition.
8030 * arch-utils.c (legacy_pc_in_sigtramp): New function.
8031 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
8032
8033 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
8034 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
8035 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
8036 (find_proc_framesize): Ditto.
8037 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
8038 (alpha_init_extra_frame_info): Ditto.
8039 * infrun.c (handle_inferior_event): Ditto.
8040 (handle_inferior_event): Ditto.
8041 (check_sigtramp2): Ditto.
8042 * blockframe.c (create_new_frame): Ditto.
8043 (get_prev_frame): Ditto.
8044 * ppc-linux-tdep.c: Update comments.
8045 * i386-linux-tdep.c: Update comments.
8046 * breakpoint.c (bpstat_what): Update comment.
8047
8048 2002-04-24 David S. Miller <davem@redhat.com>
8049
8050 * i960-tdep.c (register_in_window_p): New function.
8051 (i960_find_saved_register): Use it instead of
8052 REGISTER_IN_WINDOW_P.
8053 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
8054
8055 * symtab.h (find_stab_function_addr): Kill extern.
8056 * minsyms.c (find_stab_function_addr): Remove from here...
8057 * dbxread.c: ... to here, and mark it static.
8058
8059 2002-04-20 David S. Miller <davem@redhat.com>
8060
8061 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
8062 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
8063
8064 2002-04-21 David S. Miller <davem@redhat.com>
8065
8066 * remote-vxsparc.c (vx_read_register): Fix typo, we want
8067 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
8068 (vx_write_register): Likewise.
8069
8070 2002-04-23 J. Brobecker <brobecker@gnat.com>
8071
8072 * source.c (is_regular_file): New function.
8073 (openp): Check wether file to open is a regular file
8074 to avoid opening directories.
8075
8076 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8077
8078 * findvar.c (extract_signed_integer): Cast printf argument
8079 to suppress format warning.
8080 (extract_unsigned_integer): Likewise.
8081 * infcmd.c (registers_info): Likewise.
8082 * top.c (get_prompt_1): Likewise.
8083 * valops.c (value_assign): Likewise.
8084 * valprint.c (print_decimal): Likewise.
8085
8086 2002-04-22 H.J. Lu (hjl@gnu.org)
8087
8088 * c-exp.y (typebase): Support
8089
8090 [long|long long|short] [signed|unsigned] [int|]
8091
8092 and
8093
8094 signed [long|long long|short] int
8095
8096 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8097
8098 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
8099 and vax-tdep.h.
8100 * vax-tdep.h: New file.
8101 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
8102 Make several routines static.
8103 (vax_get_saved_register): New function.
8104 (vax_gdbarch_init): New function.
8105 (_initialize_vax_tdep): Register vax_gdbarch_init.
8106 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
8107 Remove macros now under the control of gdbarch.
8108
8109 2002-04-22 Michael Snyder <msnyder@redhat.com>
8110
8111 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
8112 Some whitespace and coding standards tweaks.
8113
8114 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8115
8116 * vax-tdep.c: Include regcache.h.
8117 (vax_call_dummy_words): New.
8118 (sizeof_vax_call_dummy_words): New.
8119 (vax_fix_call_dummy): New function.
8120 (vax_saved_pc_after_call): Ditto.
8121 * config/vax/tm-vax.h: Don't include regcache.h.
8122 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
8123 (CALL_DUMMY): Remove.
8124 (CALL_DUMMY_WORDS): Define.
8125 (SIZEOF_CALL_DUMMY_WORDS): Define.
8126 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
8127
8128 2002-04-18 Michael Snyder <msnyder@redhat.com>
8129
8130 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
8131
8132 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8133
8134 * vax-tdep.c (vax_frame_chain): New function.
8135 (vax_push_dummy_frame): Ditto.
8136 (vax_pop_frame): Ditto.
8137 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
8138 (FRAMELESS_FUNCTION_INVOCATION): Use
8139 generic_frameless_function_invocation_not.
8140 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
8141 (POP_FRAME): Use vax_pop_frame.
8142
8143 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8144
8145 * vax-tdep.c (vax_store_struct_return): New function.
8146 (vax_extract_return_value): Ditto.
8147 (vax_store_return_value): Ditto.
8148 (vax_extract_struct_value_address): Ditto.
8149 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
8150 vax_store_struct_return.
8151 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
8152 (STORE_RETURN_VALUE): Use vax_store_return_value.
8153 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
8154
8155 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8156
8157 * vax-tdep.c (vax_frame_saved_pc): New function.
8158 (vax_frame_args_address_correct): Ditto.
8159 (vax_frame_args_address): Ditto.
8160 (vax_frame_locals_address): Ditto.
8161 (vax_frame_num_args): Move code to be in proximity to
8162 other frame-related functions.
8163 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
8164 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
8165 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
8166 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
8167 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
8168
8169 2002-04-22 H.J. Lu (hjl@gnu.org)
8170
8171 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
8172 includedir.
8173
8174 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8175
8176 * vax-tdep.c (vax_frame_init_saved_regs): New function.
8177 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
8178 (FRAME_INIT_SAVED_REGS): New macro.
8179
8180 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8181
8182 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
8183
8184 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8185
8186 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
8187 where needed.
8188 (fetch_osf_core_registers): Likewise.
8189 (supply_gregset): Likewise.
8190
8191 2002-04-22 J. Brobecker <brobecker@gnat.com>
8192
8193 * symfile.h (get_section_index): Define.
8194 * symfile.c (get_section_index): New function.
8195 * mdebugread.c (SC_IS_SBSS): New macro.
8196 (SC_IS_BSS): Return true for the scBss storage class only, as
8197 the scSBss storage class refers to the .sbss section.
8198 (parse_partial_symbols): Discard the symbols which associated
8199 section does not exist.
8200 Make sure to use the .sbss section index for symbols which
8201 storage class is scBss, rather than using the .bss section index.
8202
8203 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8204
8205 * vax-tdep.c: Update copyright years.
8206 (vax_register_name): New function.
8207 (vax_register_byte): Ditto.
8208 (vax_register_raw_size): Ditto.
8209 (vax_register_virtual_size): Ditto.
8210 (vax_register_virtual_type): Ditto.
8211 * config/vax/tm-vax.h: Update copyright years.
8212 (REGISTER_NAMES): Remove.
8213 (REGISTER_NAME): Define.
8214 (REGISTER_BYTE): Use vax_register_byte.
8215 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
8216 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
8217 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
8218
8219 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8220
8221 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
8222 declaration
8223 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
8224
8225 2002-04-21 David S. Miller <davem@redhat.com>
8226
8227 * arch-utils.c (generic_prologue_frameless_p): Kill
8228 SKIP_PROLOGUE_FRAMELESS_P code.
8229 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8230 references.
8231 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
8232 * arc-tdep.c (arc_prologue_frameless_p): Implement.
8233 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8234 references.
8235 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
8236 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
8237 (sparc_gdbarch_init): Pass it to
8238 set_gdbarch_prologue_frameless_p.
8239
8240 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8241
8242 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
8243 (alphabsd-nat.o): New dependency list.
8244
8245 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8246
8247 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
8248 alphafbsd-tdep.c.
8249 (alpha-linux-tdep.o): New dependency list.
8250 (alphafbsd-tdep.o): Likewise.
8251
8252 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8253
8254 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
8255 to here...
8256 * alpha-tdep.c: ...from here.
8257 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
8258
8259 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8260
8261 * config/alpha/tm-alpha.h: Move alpha_software_single_step
8262 prototype from here...
8263 * alpha-tdep.h: ...to here.
8264
8265 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8266
8267 * frame.h (selected_frame_level): Document as deprecated.
8268 (frame_relative_level): Declare.
8269 * stack.c (frame_relative_level): New function.
8270 (selected_frame_level): Document as deprecated.
8271 (select_frame): Do not set the selected_frame_level.
8272
8273 * stack.c (frame_info, record_selected_frame): Update.
8274 (frame_command, current_frame_command): Update.
8275 (up_silently_base, up_command, down_silently_base): Update.
8276 (down_command): Update.
8277 * inflow.c (kill_command): Update.
8278 * tracepoint.c (finish_tfind_command): Update.
8279 * corelow.c (core_open): Update.
8280 * thread.c (info_threads_command): Update.
8281 (do_captured_thread_select): Update.
8282 * infcmd.c (finish_command): Update.
8283 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
8284
8285 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8286
8287 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
8288
8289 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8290
8291 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
8292 type const.
8293
8294 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8295
8296 * alphafbsd-tdep.c: Update copyright years. Include
8297 alpha-tdep.h.
8298 (alphafbsd_use_struct_convention): Make static.
8299 (alphafbsd_init_abi): New function.
8300 (_initialize_alphafbsd_tdep): New function.
8301 * config/alpha/tm-fbsd.h: Update copyright years.
8302 (USE_STRUCT_CONVENTION): Remove.
8303
8304 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8305
8306 * alpha-tdep.c (alpha_abi_handler): New structure to describe
8307 an Alpha ABI variant.
8308 (alpha_abi_handler_list): Declare.
8309 (alpha_gdbarch_register_os_abi): New function.
8310 (alpha_gdbarch_init): Give registered ABI variant handlers a
8311 chance to tweak the gdbarch once we have set up defaults.
8312 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
8313
8314 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8315
8316 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
8317 to standard_coerce_float_to_double.
8318 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
8319
8320 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8321
8322 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
8323 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
8324 from gdbarch_tdep rather than a constant.
8325 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
8326 the default text address for all Alpha Unix ABIs.
8327 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
8328 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
8329
8330 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8331
8332 * alpha-tdep.h: New file. Includes several Alpha target constants
8333 taken from...
8334 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
8335 let gdbarch deal with.
8336 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
8337 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
8338 to dependency list.
8339 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
8340 Alpha target register names.
8341 * alphabsd-nat.c: Likewise.
8342 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
8343 Alpha target register names. Make serveral routines static.
8344 (alpha_get_saved_register): New function.
8345 (alpha_abi_names): New.
8346 (process_note_abi_tag_sections): New function.
8347 (get_elfosabi): New function.
8348 (alpha_gdbarch_init): New function.
8349 (alpha_dump_tdep): New function.
8350 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
8351
8352 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8353
8354 * frame.c (find_saved_register): Delete #ifdef
8355 HAVE_REGISTER_WINDOWS code.
8356 * config/sparc/tm-sparc.h: Update comments.
8357 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
8358
8359 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8360
8361 * i960-tdep.c (i960_find_saved_register): New function.
8362 (i960_get_saved_register): New function.
8363 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
8364 (i960_get_saved_register): Declare.
8365 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
8366
8367 2002-04-20 David S. Miller <davem@redhat.com>
8368
8369 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
8370
8371 2002-04-20 Andrew Cagney <ac131313@redhat.com>
8372
8373 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
8374 instead of NUM_PSEUDO_REGS.
8375
8376 2002-04-20 David S. Miller <davem@redhat.com>
8377
8378 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
8379 GDB_MULTI_ARCH_PARTIAL
8380 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
8381 define, let tm-sp64.h do it.
8382
8383 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
8384
8385 * frame.c (find_saved_register): Avoid a NULL pointer
8386 dereference and actually walk the frame list.
8387
8388 2002-04-20 Andrew Cagney <ac131313@redhat.com>
8389
8390 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
8391 sorted in most most-recent-used order. Document.
8392 * gdbarch.h, gdbarch.c: Regenerate.
8393
8394 2002-04-19 Andrew Cagney <ac131313@redhat.com>
8395
8396 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
8397 instead of ->prev.
8398 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
8399 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
8400 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
8401 instead of ->prev.
8402
8403 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
8404
8405 Fix PR gdb/471.
8406 * gdbtypes.c (init_simd_type): Rewrite using new functions.
8407 (build_builtin_type_vec128): Ditto.
8408 (append_composite_type_field): Fix calculation of type length in
8409 union case.
8410
8411 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
8412
8413 * config/djgpp/README: Update.
8414
8415 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
8416 compiler warnings.
8417
8418 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
8419
8420 * alpha-tdep.c (setup_arbitrary_frame): Rename...
8421 (alpha_setup_arbitrary_frame): ...to this.
8422 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
8423 for alpha_setup_arbitrary_frame.
8424
8425 2002-04-18 Andrew Cagney <cagney@redhat.com>
8426
8427 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
8428 * gdbarch.h, gdbarch.c: Regenerate.
8429
8430 * defs.h (breakpoint_from_pc_fn): Delete type definition.
8431 * target.h (memory_breakpoint_from_pc): Update declaration.
8432 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
8433
8434 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
8435 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
8436 * mem-break.c (memory_breakpoint_from_pc): Ditto.
8437 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
8438 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
8439 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
8440 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
8441 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
8442 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
8443 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
8444 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
8445 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
8446
8447 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
8448 const pointer.
8449 * monitor.c (monitor_insert_breakpoint): Ditto.
8450 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
8451
8452 * config/mcore/tm-mcore.h: Update copyright.
8453 * mem-break.c: Ditto.
8454 * xstormy16-tdep.c: Ditto.
8455
8456 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
8457
8458 * p-exp.y: Add precedence rule for '^' token.
8459 This removes the shift/reduce conflicts.
8460 Remove the comment concerning these shift/reduce conflicts.
8461
8462 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
8463
8464 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
8465 (registers_powerpc_nofp): New register set for processors
8466 without floating point unit.
8467
8468 2002-04-18 David S. Miller <davem@redhat.com>
8469
8470 * MAINTAINERS: Add myself to write-after-approval.
8471
8472 2002-04-17 Michael Snyder <msnyder@redhat.com>
8473
8474 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
8475
8476 2002-04-17 Andrew Cagney <ac131313@redhat.com>
8477
8478 * rs6000-tdep.c (frame_initial_stack_address): Use
8479 frame_register_read to read the alloca_reg.
8480
8481 2002-04-17 Andrew Cagney <ac131313@redhat.com>
8482
8483 * frame.c (find_saved_register): Find saved registers in the next
8484 not prev frame.
8485 Fix PR gdb/365.
8486
8487 2002-04-17 Andrew Cagney <ac131313@redhat.com>
8488
8489 * gdbarch.sh (LANG): Set to ``c''.
8490
8491 2002-04-15 Andrew Cagney <ac131313@redhat.com>
8492
8493 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
8494
8495 2002-04-15 Andrew Cagney <ac131313@redhat.com>
8496
8497 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
8498 Update copyright.
8499
8500 * hpread.c (hpread_get_lntt): Add declaration.
8501 Also fix PR gdb/391.
8502
8503 2002-04-14 Andrew Cagney <ac131313@redhat.com>
8504
8505 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
8506 * aclocal.m4, configure: Re-generate.
8507 Fix PR gdb/391.
8508
8509 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
8510
8511 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
8512 instead of tm_print_insn.
8513
8514 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
8515
8516 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
8517
8518 2002-04-14 Andrew Cagney <ac131313@redhat.com>
8519
8520 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
8521 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
8522 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
8523
8524 2002-04-12 Don Howard <dhoward@redhat.com>
8525
8526 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
8527 max_user_call_depth.
8528 (init_cmd_lists): Initialize the new value;
8529 * cli/cli-script.c (execute_user_command): Limit the call depth of
8530 user defined commands. This avoids a core-dump when user commands
8531 are infinitly recursive.
8532
8533 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8534
8535 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
8536 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
8537 from tdep struct instead of DEFAULT_LR_SAVE.
8538 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
8539 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
8540 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
8541
8542 2002-04-12 Michael Snyder <msnyder@redhat.com>
8543
8544 * Remote.c: Spelling fix.
8545 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
8546 If no symbol found for "sbrk", try "_sbrk".
8547 (make_output_phdrs): Use bfd_section_name.
8548 (gcore_copy_callback): Use bfd_section_name.
8549 * eval.c: Indentation fix-ups.
8550 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
8551 in case it gets applied to an address that is already
8552 in the instruction space.
8553 * cli/cli-decode.c (help_list): Allow long lines to wrap.
8554 * symfile.c: Fix indentation, long lines.
8555 * source.c: White space fix-up.
8556
8557 2002-04-12 Andrew Cagney <cagney@redhat.com>
8558
8559 * defs.h (read_relative_register_raw_bytes): Delete declaration.
8560 * frame.c (frame_register_read): New function. Return non-zero on
8561 success.
8562 (read_relative_register_raw_bytes_for_frame): Delete.
8563 (read_relative_register_raw_bytes): Delete.
8564 * frame.h (frame_register_read): Declare.
8565 * d30v-tdep.c: Update Copyright. Use frame_register_read.
8566 * sh-tdep.c: Ditto.
8567 * infcmd.c (do_registers_info): Ditto.
8568 * hppa-tdep.c: Ditto.
8569 * rs6000-tdep.c: Ditto.
8570 * h8500-tdep.c: Ditto.
8571 * mips-tdep.c: Ditto.
8572 * h8300-tdep.c: Ditto.
8573 * z8k-tdep.c: Ditto.
8574
8575 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8576
8577 From Jimi X <jimix@watson.ibm.com>:
8578 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
8579 64-bit SysV ABI.
8580
8581 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8582
8583 From Jimi X <jimix@watson.ibm.com>:
8584 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
8585 bfd info.
8586
8587 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8588
8589 From Jimi X <jimix@watson.ibm.com>:
8590 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
8591 register sets for these processor variants.
8592
8593 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
8594
8595 * regformats/reg-ppc.dat: Support FPSCR.
8596
8597 2002-04-11 Kevin Buettner <kevinb@redhat.com>
8598
8599 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
8600 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
8601 Add fpscr as an invalid/unfetchable register.
8602 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
8603 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
8604 (fill_fpregset): Add support for register fpscr.
8605 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
8606 (fill_gregset): Account for the fact that register ``mq'' might
8607 not exist.
8608 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
8609 (registers_power): Add fpscr to register set at slot 71.
8610 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
8611 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
8612
8613 2002-04-11 Michael Snyder <msnyder@redhat.com>
8614
8615 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
8616 * configure: Regenerate.
8617 * config.in: Regenerate.
8618 * acconfig.h: Add define for _SYSCALL32.
8619 * core-sol2.c: Remove #define _SYSCALL32.
8620 * solib-legacy.c: Remove #define _SYSCALL32.
8621
8622 2002-04-10 Andrew Cagney <ac131313@redhat.com>
8623
8624 * stack.c (select_frame): Cleanup internal error message, do not
8625 use %p.
8626
8627 2002-04-10 Andrew Cagney <ac131313@redhat.com>
8628
8629 * stack.c (select_frame): Check that selected_frame and the
8630 specified level are as expected.
8631 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
8632 Update copyright.
8633 * frame.h (struct frame_info): Add field `level'. Update
8634 copyright.
8635 Work-in-progress PR gdb/464.
8636
8637 2002-04-10 Andrew Cagney <ac131313@redhat.com>
8638
8639 * maint.c (maint_print_section_info): Rename print_section_info.
8640 (print_bfd_section_info, print_objfile_section_info): Update.
8641 * inferior.h (struct gdbarch): Add opaque declaration.
8642 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
8643 * gdbarch.h: Regenerate.
8644
8645 2002-04-10 Michal Ludvig <mludvig@suse.cz>
8646
8647 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
8648 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
8649 (kernel_u_size): Added.
8650 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
8651 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
8652
8653 2002-04-04 Jim Ingham <jingham@apple.com>
8654
8655 * valarith.c (find_size_for_pointer_math): New function, either returns
8656 the size for a pointer's target, returns 1 for void *, or errors for
8657 incomplete types.
8658 (value_add, value_sub): use find_size_for_pointer_math.
8659
8660 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
8661
8662 * linux-low.c (linux_look_up_symbols): New hook.
8663 (linux_target_ops): Add linux_look_up_symbols.
8664 * remote-utils.c (decode_address): New function.
8665 (look_up_one_symbol): New function.
8666 * server.c (handle_query): Call target look_up_symbols hook.
8667 * server.h (look_up_one_symbol): Add prototype.
8668 * target.h (struct target_ops): Add look_up_symbols hook.
8669
8670 2002-04-09 Andrew Cagney <ac131313@redhat.com>
8671
8672 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
8673 override FP_REGNUM with frame->fp. Update copyright.
8674 * parse.c (num_std_regs, std_regs): Delete.
8675 (target_map_name_to_register): Do not search std_regs. Update
8676 function description.
8677 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
8678 declarations. Update copyright.
8679 Fix PR gdb/251.
8680
8681 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
8682
8683 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
8684 after the last symbol in a block.
8685
8686 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
8687
8688 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
8689 is non zero as a found symbol.
8690
8691 2002-04-08 Andrew Cagney <ac131313@redhat.com>
8692
8693 * findvar.c: Include "builtin-regs.h".
8694 (value_of_register): Call value_of_builtin_reg when applicable.
8695 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
8696 (target_map_name_to_register): Call
8697 builtin_reg_map_name_to_regnum.
8698 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
8699 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
8700 (builtin_regs_h): Define.
8701 (builtin-regs.o): New target.
8702 (findvar.o): Add $(builtin_regs_h).
8703 * builtin-regs.c, builtin-regs.h: New files.
8704 * std-regs.c: New file.
8705 Partial fix for PR gdb/251.
8706
8707 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8708
8709 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
8710 it's no longer required.
8711
8712 2002-04-08 Andrew Cagney <ac131313@redhat.com>
8713
8714 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
8715
8716 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8717
8718 From Jimi X <jimix@watson.ibm.com>:
8719 * rs6000-tdep.c (rs6000_software_single_step): Use
8720 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
8721 and size. Use target_insert_breakpoint() and
8722 target_remove_breakpoint() to insert and remove breakpoints
8723 instead of explicit memory reads and writes.
8724
8725 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8726
8727 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
8728 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
8729 ELF_OBJECT_FORMAT ifdef.
8730
8731 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8732
8733 From Jimi X <jimix@watson.ibm.com>:
8734 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
8735
8736 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8737
8738 From Jimi X <jimix@watson.ibm.com>:
8739 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
8740 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
8741
8742 2002-04-07 Mark Kettenis <kettenis@gnu.org>
8743
8744 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
8745 s/asprintf/xasprintf/.
8746 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
8747
8748 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8749
8750 I believe Jeff Law denies responsability for this one:
8751 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
8752 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
8753 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
8754 Work-around for PR gdb/366.
8755
8756 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
8757
8758 * remote-e7000.c (write_small, e7000_read_inferior_memory,
8759 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
8760 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
8761
8762 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
8763
8764 * sh-tdep.c (sh_fp_frame_init_saved_regs,
8765 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
8766 information.
8767
8768 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8769
8770 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
8771 maintainer.
8772
8773 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8774
8775 * README (Reporting Bugs in GDB): Document the bug web page as the
8776 prefered way of submitting bugs.
8777 Fix PR gdb/402.
8778
8779 2002-04-06 Andrew Cagney <ac131313@redhat.com>
8780
8781 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
8782 -1. Update comment.
8783 * gdbarch.h, gdbarch.c: Re-generate.
8784
8785 2002-04-07 Andreas Schwab <schwab@suse.de>
8786
8787 * m68klinux-nat.c (fill_fpregset): Properly pass address of
8788 buffer to regcache_collect.
8789
8790 2002-04-06 Andrew Cagney <ac131313@redhat.com>
8791
8792 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
8793 * gdbarch.c, gdbarch.h: Re-generate.
8794
8795 2002-04-06 Andrew Cagney <ac131313@redhat.com>
8796
8797 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
8798 declaration. Fix -Werror.
8799
8800 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
8801
8802 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
8803 * gdbarch.c: Regenerate.
8804
8805 2002-04-05 Michael Snyder <msnyder@redhat.com>
8806
8807 * breakpoint.c (clear_command): Rewrite middle section to
8808 combine two loops with identical control conditions.
8809 Add a cleanup to eliminate a memory leak.
8810 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
8811
8812 2002-04-05 H.J. Lu (hjl@gnu.org)
8813
8814 * solib-svr4.c (bkpt_names): Add "__start".
8815
8816 2002-04-04 Andrew Cagney <ac131313@redhat.com>
8817
8818 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
8819 as test for 64 bit target.
8820
8821 2002-04-05 Andrew Cagney <ac131313@redhat.com>
8822
8823 * h8500-tdep.c (h8500_write_fp): Delete function.
8824 * dwarf2cfi.c (cfi_write_fp): Document as not used.
8825 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
8826 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
8827 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
8828 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
8829 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
8830 (s390_write_fp):
8831 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
8832 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
8833 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
8834 (d10v_write_fp): Delete function.
8835 * inferior.h (write_fp, generic_target_write_fp): Delete
8836 declarations.
8837 * regcache.c (generic_target_write_fp): Delete function.
8838 (write_fp): Delete function.
8839 * gdbarch.sh (TARGET_WRITE_FP): Delete.
8840 * gdbarch.h, gdbarch.c: Regenerate.
8841 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
8842 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
8843 (sparc64_write_fp): Delete declaration.
8844 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
8845 (h8500_write_fp): Delete declaration.
8846
8847 2002-04-04 Andrew Cagney <ac131313@redhat.com>
8848
8849 * sparc-tdep.c (sparc64_write_fp): Delete.
8850 (sparc_push_dummy_frame): Replace write_fp call with code to store
8851 the FP directly.
8852 (sparc_gdbarch_init): Do not initialize write_fp.
8853
8854 2002-04-05 Kevin Buettner <kevinb@redhat.com>
8855
8856 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
8857 clause.
8858
8859 2002-03-29 Jim Blandy <jimb@redhat.com>
8860
8861 * stack.c (get_selected_block): Add new argument `addr_in_block',
8862 used to return the exact code address we used to select the block,
8863 not just the block.
8864 * blockframe.c (get_frame_block, get_current_block): Same.
8865 * frame.h (get_frame_block, get_current_block,
8866 get_selected_block): Update declarations.
8867 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
8868 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
8869
8870 2002-04-05 Michael Snyder <msnyder@redhat.com>
8871
8872 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
8873 warning message.
8874
8875 2002-04-05 J. Brobecker <brobecker@gnat.com>
8876
8877 * utils.c (xfullpath): New function.
8878 * defs.h (xfullpath): Add declaration.
8879 * source.c (openp): Use xfullpath in place of gdb_realpath to
8880 avoid resolving the basename part of filenames when the
8881 associated file is a symbolic link. This fixes a potential
8882 inconsistency between the filenames known to GDB and the
8883 filenames it prints in the annotations.
8884 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
8885 to be able to match a filename with either the real filename, or
8886 the name of any symbolic link to this file.
8887 (lookup_partial_symtab): Ditto.
8888
8889 2002-04-04 Michael Snyder <msnyder@redhat.com>
8890
8891 * breakpoint.c: Add support for hardware breakpoints in overlays.
8892 (overlay_events_enabled): New state variable.
8893 (insert_breakpoints): Use overlay_events_enabled to decide
8894 whether to attempt to set a breakpoint at the overlay load addr.
8895 Handle bp_hardware_breakpoint as well as bp_breakpoint.
8896 (remove_breakpoint): Use overlay_events_enabled to decide
8897 whether breakpoints need to be removed from overlay load addr.
8898 Handle bp_hardware_breakpoint as well as bp_breakpoint.
8899 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
8900 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
8901 disable_overlay_breakpoints): Update overlay_events_enabled.
8902
8903 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
8904
8905 * dwarf2read.c (struct function_range): New.
8906 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
8907 (check_cu_functions): New.
8908 (read_file_scope): Initialize global function lists.
8909 Call dwarf_decode_line after processing children.
8910 (read_func_scope): Add to global function list.
8911 (dwarf_decode_lines): Call check_cu_functions everywhere
8912 record_line is called. Call record_line with a linenumber
8913 of 0 to mark sequence ends.
8914
8915 2002-04-04 Michal Ludvig <mludvig@suse.cz>
8916
8917 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
8918 change sync with glibc.
8919
8920 2002-04-03 Jim Blandy <jimb@redhat.com>
8921
8922 * configure.in: Call AC_C_INLINE.
8923 * configure: Regenerated.
8924
8925 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
8926
8927 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
8928 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
8929
8930 2002-03-31 Mark Kettenis <kettenis@gnu.org>
8931
8932 * NEWS: Mention gcore support on FreeBSD/i386.
8933
8934 * fbsd-proc.c: New file.
8935 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
8936 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
8937
8938 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
8939 while statement.
8940
8941 2002-03-29 Jim Blandy <jimb@redhat.com>
8942
8943 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
8944 unescaped newlines in string literals, but newer ones don't. So
8945 escape them.
8946
8947 2002-03-26 Michael Snyder <msnyder@redhat.com>
8948 Andrew Cagney <cagney@redhat.com>
8949
8950 * cli/cli-dump.c: New file. Dump memory to file,
8951 restore file to memory.
8952 * cli/cli-dump.h: New file.
8953 * Makefile.in: Add rules, dependencies for cli-dump.o.
8954 * NEWS: Mention new commands.
8955
8956 2002-03-28 Michael Snyder <msnyder@redhat.com>
8957
8958 * symfile.c (symbol_file_add): Move test for null symbols to later.
8959
8960 2002-03-27 Andrew Cagney <ac131313@redhat.com>
8961
8962 From veksler at il.ibm.com:
8963 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
8964 the xstrduped original path.
8965 Fix PR gdb/417.
8966
8967 2002-03-27 Michael Snyder <msnyder@redhat.com>
8968
8969 * breakpoint.c (_initialize_breakpoint): Clean up help string.
8970 * infcmd.c (_initialize_infcmd): Ditto.
8971 * language.c (_initialize_language): Ditto.
8972 * symfile.c (_initialize_symfile): Ditto.
8973 * top.c (_init_main): Ditto.
8974 * cli/cli-cmds.c (init_cli_cmds): Ditto.
8975
8976 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
8977
8978 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
8979 vector registers handling.
8980 (skip_prologue): Handle new AltiVec instructions. Fill in new
8981 fields of frame data.
8982 (frame_get_saved_regs): Fill in information for AltiVec registers.
8983
8984 2002-03-27 Jim Blandy <jimb@redhat.com>
8985
8986 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
8987 a function; leave this macro here to invoke that function.
8988 (symbol_init_mangled_name): Declaration for that function.
8989 * symtab.c (symbol_init_mangled_name): New function.
8990
8991 2002-03-27 Andrew Cagney <ac131313@redhat.com>
8992
8993 * valarith.c: Replace strerror with safe_strerror.
8994 * tracepoint.c: Ditto.
8995 * lin-lwp.c: Ditto.
8996 * go32-nat.c: Ditto.
8997 * inflow.c: Ditto.
8998 * gnu-nat.c: Ditto.
8999
9000 2002-03-27 Andreas Schwab <schwab@suse.de>
9001
9002 * event-top.c (command_line_handler): Remove useless if.
9003
9004 2002-03-27 Andreas Jaeger <aj@suse.de>
9005
9006 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
9007 comment.
9008
9009 2002-03-27 Michal Ludvig <mludvig@suse.cz>
9010
9011 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
9012 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
9013 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
9014 (x86_64_linux_dr_get_status, supply_gregset),
9015 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
9016 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
9017 (x86_64_register_info_table): Add.
9018 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
9019 (x86_64_register_raw_size, x86_64_register_virtual_type),
9020 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
9021 general x86_64_register_info_table.
9022 (i386_gdbarch_init): gdbarch_register_bytes is now set
9023 dynamicaly during initialization.
9024 * regformats/reg-x86-64.dat: Synced with changes to registers above.
9025 * gdbserver/linux-x86-64-low.c: Ditto.
9026
9027 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
9028
9029 * gdbserver/server.c (main): Call target_signal_to_host_p
9030 and target_signal_to_host on signals received from the remote.
9031 * gdbserver/remote-utils.c (prepare_resume_reply): Call
9032 target_signal_from_host on signals sent to the remote.
9033 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
9034 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
9035
9036 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
9037
9038 * signals/signals.c: Include "server.h" in gdbserver build.
9039 (target_signal_from_name): Don't use STREQ.
9040 (_initialize_signals): Likewise. Don't include function in
9041 gdbserver build.
9042
9043 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
9044
9045 * signals.c: Moved to...
9046 * signals/signals.c: Here.
9047 * Makefile (signals.o): Update.
9048
9049 2002-03-26 Jeff Law (law@redhat.com)
9050
9051 * somread.c (som_symtab_read): Remove some commented out code and
9052 updated related comments. Do not set the minimal symbol table to
9053 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
9054 in a dynamic executable.
9055 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
9056 where we are unable to find the minimal symbol for the given
9057 PC value.
9058
9059 2002-03-25 Jeff Law (law@redhat.com)
9060
9061 * linux-proc.c (read_mapping): Scan up to end of line for filename.
9062
9063 2002-03-25 Michal Ludvig <mludvig@suse.cz>
9064
9065 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
9066
9067 2002-03-23 Andrew Cagney <ac131313@redhat.com>
9068
9069 * command.h: Update copyright.
9070 (struct cmd_list_element): Replace definition with opaque
9071 declaration.
9072 (enum cmd_types): Document that it will eventually be moved to
9073 cli/cli-decode.h
9074 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
9075 (MALLOCED_REPLACEMENT): Delete macro.
9076 * Makefile.in (cli_decode_h): Add $(command_h).
9077 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
9078 * top.c: Include "cli/cli-decode.h".
9079 * completer.c: Include "cli/cli-decode.h".
9080 * maint.c: Include "cli/cli-decode.h".
9081 * cli/cli-decode.h: Include "command.h".
9082 (enum command_class): Delete.
9083 (enum cmd_types): Comment out.
9084 (enum cmd_auto_boolean): Delete.
9085 (enum var_types): Delete.
9086
9087 2002-03-23 Andrew Cagney <ac131313@redhat.com>
9088
9089 * cli/cli-decode.c: Include "gdb_assert.h".
9090 (add_set_or_show_cmd): New static function.
9091 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
9092 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
9093 all fields, such as func, from the set command.
9094
9095 2002-03-23 Andrew Cagney <ac131313@redhat.com>
9096
9097 * MAINTAINERS (sh-elf): Change warning flag to -w.
9098
9099 2002-03-23 Andrew Cagney <cagney@redhat.com>
9100
9101 * defs.h (error): Add printf format attribute.
9102 * thread-db.c (thread_from_lwp): Fix error format string.
9103 * stack.c (parse_frame_specification): Ditto.
9104 * cli/cli-decode.c (undef_cmd_error): Ditto.
9105 * scm-lang.c (scm_lookup_name): Ditto.
9106 * tracepoint.c (trace_error): Ditto.
9107 * remote-utils.c (usage): Ditto.
9108 * remote.c (compare_sections_command): Ditto.
9109 Fix PR gdb/328.
9110
9111 2002-03-22 Andrew Cagney <ac131313@redhat.com>
9112
9113 * gdbtypes.c (append_composite_type_field): New function.
9114 (init_composite_type): New function.
9115 * gdbtypes.h (append_composite_type_field): Declare.
9116 (init_composite_type): Ditto.
9117
9118 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
9119
9120 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
9121 function.
9122 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
9123 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
9124 structure returning convention for SYSV ABI case, but not
9125 for GNU/Linux, FreeBSD, or NetBSD.
9126
9127 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
9128
9129 * symtab.h (lookup_block_symbol): Add mangled_name argument
9130 to prototype.
9131
9132 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
9133 with new mangled_name argument.
9134 * linespec.c (decode_line_1): Likewise.
9135 * valops (value_of_this): Likewise.
9136 * symtab.c (lookup_transparent_type): Likewise.
9137 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
9138 (lookup_symbol): If we are given a mangled name, pass it down
9139 to lookup_symbol_aux.
9140 (lookup_block_symbol): If we are given a mangled name to check
9141 against, only return symbols which match it.
9142
9143 2002-03-22 Christopher Faylor <cgf@redhat.com>
9144
9145 * win32-nat.c (child_create_inferior): Check for proper shell to use
9146 here, in case the user changes it on the fly.
9147 (_initialize_inftarg): Remove shell path considerations.
9148
9149 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
9150
9151 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
9152 for gdbarch_max_register_raw_size and max_register_virtual_size.
9153 Adjust copyright year.
9154
9155 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
9156
9157 * dbxread.c (process_one_symbol): Extend the first N_SLINE
9158 in a function to cover the entire beginning of the function
9159 as well if it does not already.
9160
9161 2002-03-21 Tom Rix <trix@redhat.com>
9162
9163 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
9164 (rs6000_ptrace64): Renamed from ptrace64.
9165
9166 2002-03-20 Martin M. Hunt <hunt@redhat.com>
9167
9168 * gdbserver/remote-utils.c (remote_open): Don't call
9169 getprotobyname, we're all using TCP here so just use
9170 IPPROTO_TCP.
9171 * gdbserver/gdbreplay.c (remote_open): Ditto.
9172
9173 2002-03-20 Martin M. Hunt <hunt@redhat.com>
9174
9175 * regcache.c (_initialize_regcache): No need to call
9176 build_regcache() at this time; it gets called whenever
9177 the gdbarch changes.
9178
9179 2002-03-20 David O'Brien <obrien@FreeBSD.org>
9180
9181 * sparc-nat.c: Include sys/param.h where possible.
9182
9183 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
9184
9185 Fix PR gdb/422.
9186 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
9187 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
9188 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
9189 complex types.
9190 * stabsread.c (rs6000_builtin_type): Likewise.
9191 (read_sun_floating_type): Likewise.
9192
9193 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9194
9195 * stabsread.c (read_member_functions): Remove skip code for duplicate
9196 constructor/destructor methods. Use standard parsing for these
9197 methods and just do not chain them to the list of methods after
9198 parsing.
9199
9200 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
9201
9202 * coffread.c: Remove redundant static declarations. Replace
9203 occurrences of `PTR' with `void *'.
9204 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
9205 * top.h (quit_cover): Likewise.
9206 * defs.h (catch_errors): Likewise.
9207
9208 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9209
9210 * defs.h (XMALLOC): Define.
9211 * gdb-events.sh (XMALLOC): Delete macro.
9212 * gdb-events.c, gdb-events.h: Regenerate.
9213 * gdbarch.sh (XMALLOC): Delete macro.
9214 * gdbarch.c: Regenerate.
9215 * serial.c (XMALLOC): Delete macro.
9216 * ui-file.c (XMALLOC): Ditto.
9217 * ser-unix.h (XMALLOC): Ditto.
9218 * sh-tdep.c (XMALLOC): Ditto.
9219 * ui-out.c (XMALLOC): Ditto.
9220 * utils.c (XMALLOC): Ditto.
9221 * i386-tdep.c (XMALLOC): Ditto.
9222 * gdb-events.c (XMALLOC): Ditto.
9223 * d10v-tdep.c (XMALLOC): Ditto.
9224 * cli-out.c (XMALLOC): Ditto.
9225
9226 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
9227 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
9228 * ui-file.c, ui-out.c: Ditto.
9229
9230 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9231
9232 * command.h (struct cmd_list_element): Add field context.
9233 (set_cmd_context, get_cmd_context): Declare.
9234 * cli/cli-decode.h: Ditto.
9235 * cli/cli-decode.c (get_cmd_context): New function.
9236 (set_cmd_context): New function.
9237 (add_cmd): Initialize context.
9238 Part of fixing PR gdb/145 and PR gdb/146.
9239
9240 2002-03-17 Andrew Cagney <ac131313@redhat.com>
9241
9242 * cli/cli-decode.c (cmd_type): New function.
9243 * command.h (cmd_type): Declare.
9244 * infrun.c (set_schedlock_func): Call function cmd_type.
9245 * kod.c (kod_set_os): Call cmd_type.
9246 * cris-tdep.c (cris_version_update): Use function cmd_type.
9247 (cris_mode_update, cris_abi_update): Ditto.
9248
9249 * command.h: (execute_cmd_post_hook): Declare.
9250 (execute_cmd_pre_hook): Declare.
9251 * cli/cli-script.c (clear_hook_in_cleanup): New function.
9252 (execute_cmd_post_hook, execute_cmd_pre_hook): New
9253 functions. Execute pre/post hook while ensuring that afterwords
9254 hook_in is cleared.
9255 * top.c (execute_command): Use execute_cmd_post_hook, and
9256 execute_cmd_pre_hook to execute pre/post commands.
9257 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
9258 hook_stop_stub.
9259 (hook_stop_stub): Call execute_cmd_pre_hook.
9260
9261 2002-03-17 Andrew Cagney <ac131313@redhat.com>
9262
9263 * kod.c (kod_set_os): Revert previous change. Is called by ``info
9264 set'' and this leads to a core dump. Move xstrdup of
9265 operating_system to after check that it is not NULL.
9266
9267 2002-03-17 Andrew Cagney <ac131313@redhat.com>
9268
9269 * kod.c (kod_set_os): Remove unnecessary check that
9270 ``command->type'' is set_cmd.
9271
9272 * valprint.c (set_input_radix): Use input_radix.
9273 (set_output_radix): Use output_radix.
9274 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
9275 isn't reverted.
9276
9277 2002-03-16 Andrew Cagney <ac131313@redhat.com>
9278
9279 * value.h (struct value): Delete field ``substring_addr''. Change
9280 aligner fields to force_doublest_align, force_longest_align,
9281 force_core_addr_align and force_pointer_aligh.
9282
9283 * value.h (struct value): Fix typo in above change.
9284
9285 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9286
9287 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
9288 to fix internal_error from ``maintenance print architecture''.
9289
9290 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9291
9292 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
9293 for gcc versions after gcc-2.8.1.
9294
9295 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9296
9297 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
9298 for method resolution. Restore adjustment of ``this'' pointer after
9299 calling value_struct_elt, which was accidentally removed during the
9300 HP merge.
9301
9302 2002-03-15 Andrew Cagney <ac131313@redhat.com>
9303
9304 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
9305 value_of_register.
9306 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
9307 get_saved_register.
9308 * value.h (value_of_register): Update.
9309
9310 2002-03-14 Richard Henderson <rth@redhat.com>
9311
9312 * configure.in: Detect declaration for canonicalize_file_name.
9313 * utils.c (canonicalize_file_name): Declare, if needed.
9314 (gdb_realpath): Prefer realpath if available and usable.
9315 * config.in, configure: Rebuild.
9316
9317 2002-03-14 Richard Henderson <rth@redhat.com>
9318
9319 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
9320 a constant array bound.
9321
9322 * MAINTAINERS: Add myself to write-after-approval.
9323
9324 2002-03-14 Michael Snyder <msnyder@redhat.com>
9325
9326 * symfile.c (syms_from_objfile): Return immediately if no syms.
9327 (symbol_file_add): Return immediately if no syms.
9328 (find_sym_fns): Return immediately if no syms.
9329
9330 2002-03-13 Michal Ludvig <mludvig@suse.cz>
9331
9332 * gdbserver/remote-util.c (remote_open): Print remote-side's
9333 IP address when remote debugging over the network.
9334
9335 2002-03-12 David O'Brien <obrien@FreeBSD.org>
9336
9337 * config/sparc/fbsd.mh: Fix copyright.
9338 * config/sparc/fbsd.mt: Likewise.
9339
9340 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
9341
9342 * MAINTAINERS: Fix typo in name of gdb warnings option.
9343 (x86-64): Fix formating so that this can be parsed by awk.
9344
9345 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
9346
9347 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
9348 * defs.h: Include "gdb/signals.h".
9349 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
9350
9351 2002-03-10 Michal Ludvig <mludvig@suse.cz>
9352
9353 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
9354 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
9355 from x86-64-tdep.h
9356
9357 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
9358 Don Howard <dhoward@redhat.com>
9359
9360 * mips-tdep.c (ST0_FR): Define.
9361 (mips2_fp_compat): New function, temporarily disabled.
9362 (mips_read_fp_register_single): New function.
9363 (mips_read_fp_register_double): New function.
9364 (mips_print_register): Use them.
9365 (do_fp_register_row): Likewise.
9366
9367 2002-03-09 Andrew Cagney <ac131313@redhat.com>
9368
9369 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
9370 approval''.
9371
9372 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9373
9374 * stabsread.c (read_member_functions): Fix is_stub test for
9375 static member functions, improve comment.
9376
9377 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
9378
9379 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
9380 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
9381 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
9382 commands that set boolean values.
9383 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
9384 (arm_rdi_resume): Always initialize PC.
9385 (arm_rdi_open): Don't use rslt as a boolean.
9386 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
9387 (arm_rdi_fetch_registers, arm_rdi_store_registers)
9388 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
9389 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
9390
9391 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
9392
9393 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
9394 * configure: Rebuilt.
9395
9396 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9397
9398 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
9399 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
9400
9401 2002-03-06 Andrew Cagney <ac131313@redhat.com>
9402
9403 * cli/cli-decode.c (set_cmd_completer): New function.
9404 * command.h (set_cmd_completer): Declare.
9405 * cli/cli-decode.h (set_cmd_completer): Ditto.
9406
9407 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
9408 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9409 * win32-nat.c (_initialize_inftarg): Ditto.
9410 * remote-rdi.c (_initialize_remote_rdi): Ditto.
9411 * proc-api.c (_initialize_proc_api): Ditto.
9412 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
9413 * source.c (_initialize_source): Ditto.
9414 * exec.c (_initialize_exec): Ditto.
9415 * solib.c (_initialize_solib): Ditto.
9416 * top.c (init_main): Ditto.
9417 * tracepoint.c (_initialize_tracepoint): Ditto.
9418 * symfile.c (_initialize_symfile): Ditto.
9419 * printcmd.c (_initialize_printcmd): Ditto.
9420 * infcmd.c (_initialize_infcmd): Ditto.
9421 * corefile.c (_initialize_core): Ditto.
9422
9423 2002-03-05 Andrew Cagney <ac131313@redhat.com>
9424
9425 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
9426
9427 2002-03-05 Andrew Cagney <ac131313@redhat.com>
9428
9429 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
9430
9431 2002-03-05 Andrew Cagney <ac131313@redhat.com>
9432
9433 * NEWS: Update headings, 5.2 has branched.
9434
9435 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
9436
9437 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
9438 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
9439 (register_addr, REGISTER_RAW_SIZE): Likewise.
9440 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
9441 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
9442
9443 2002-03-03 Michal Ludvig <mludvig@suse.cz>
9444
9445 * MAINTAINERS (x86-64): Add myself.
9446 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
9447 changed value_ptr -> struct value *
9448
9449 2002-03-01 David O'Brien <obrien@FreeBSD.org>
9450
9451 * configure.host (sparc64-*-freebsd): Add.
9452 * configure.tgt: Likewise.
9453 * config/sparc/fbsd.mh: New file.
9454 * config/sparc/fbsd.mt: Likewise.
9455 * config/sparc/nm-fbsd.h: Likewise.
9456 * config/sparc/tm-fbsd.h: Likewise.
9457
9458 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
9459
9460 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
9461 regformats/reg-s390x.dat.
9462
9463 2002-03-01 Andrew Cagney <ac131313@redhat.com>
9464
9465 * utils.c: Add FIXME explaining true/false problem.
9466
9467 2002-02-28 Andrew Cagney <ac131313@redhat.com>
9468
9469 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
9470
9471 2002-02-28 Michael Chastain <mec@shout.net>
9472
9473 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
9474
9475 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
9476
9477 * gdbserver/linux-s390-low.c: New file.
9478 * regformats/reg-s390.dat: New file.
9479 * regformats/reg-s390x.dat: New file.
9480 * gdbserver/configure.srv: Add S/390.
9481 * gdbserver/Makefile.in: Add S/390.
9482 * configure.tgt: Enable gdbserver for S/390.
9483
9484 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
9485
9486 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
9487 first line of the doc string for "info dos", except at the end of
9488 the sentence, since the short help stops at the first period.
9489
9490 2002-02-28 Jason Merrill <jason@redhat.com>
9491
9492 * dwarf2read.c (dwarf_cfi_name): Add new codes.
9493
9494 2002-02-27 Fred Fish <fnf@redhat.com>
9495
9496 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
9497 comment (dumy -> dummy).
9498
9499 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9500
9501 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
9502
9503 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
9504
9505 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
9506
9507 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
9508
9509 * gdbserver/acconfig.h: New file.
9510 * gdbserver/i387-fp.c: New file.
9511 * gdbserver/i387-fp.h: New file.
9512 * gdbserver/linux-x86-64.c: New file.
9513 * regformats/reg-x86-64.dat: New file.
9514 * configure.tgt: Add x86_64-*-linux* gdbserver support.
9515 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
9516 * gdbserver/configure.in: Add support for regsets.
9517 * gdbserver/config.in: Regenerate.
9518 * gdbserver/configure: Regenerate.
9519 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
9520 * gdbserver/linux-low.h: New file.
9521 * gdbserver/linux-low.c: Include "linux-low.h". Add support
9522 for regsets.
9523 * gdbserver/linux-arm-low.c: Include "linux-low.h".
9524 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
9525 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
9526 * gdbserver/linux-mips-low.c: Include "linux-low.h".
9527 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
9528 * gdbserver/linux-sh-low.c: Include "linux-low.h".
9529 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
9530 "i387-fp.h". Add PTRACE_GETREGS and friends.
9531 * gdbserver/regcache.c (supply_register): New function.
9532 (supply_register_by_name): New function.
9533 (collect_register): New function.
9534 (collect_register_by_name): New function.
9535
9536 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
9537
9538 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
9539 (config.status): Add configure.srv dependency.
9540 (server_h): Add config.h dependency.
9541
9542 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
9543
9544 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
9545 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
9546 * gdbserver/configure.srv: Change i386-*-linux* to use
9547 reg-i386-linux.o.
9548
9549 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9550
9551 * x86-64-tdep.c: Re-indent. Update copyright date.
9552
9553 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9554
9555 From Michal Ludvig <mludvig@suse.cz>:
9556 * x86-64-tdep.c (value.h): Delete.
9557 (gdb_assert.h): Include.
9558 (x86_64_register_convert_to_virtual,
9559 x86_64_register_convert_to_raw ): Add check which lets only
9560 floating-point values to be converted.
9561 (value_push): Delete.
9562 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
9563 (i386_gdbarch_init): Number of register_bytes fixed.
9564
9565 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9566
9567 * MAINTAINERS: Add x86-64 target.
9568
9569 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9570
9571 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
9572 * osfsolib.c (solib_map_sections): Ditto.
9573 * irix5-nat.c (solib_map_sections): Ditto.
9574 * corelow.c (gdb_check_format): Ditto.
9575 * symfile.c (symfile_bfd_open): Ditto.
9576 * solib.c (solib_map_sections): Ditto.
9577 Fix PR gdb/354.
9578
9579 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9580
9581 * remote.c (_initialize_remote): By default, disable ``e'' and
9582 ``E'' step out-of-range packets.
9583
9584 2002-02-26 Andreas Schwab <schwab@suse.de>
9585
9586 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
9587 m68k_linux_frame_saved_pc.
9588 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
9589 in_sigtramp.
9590 (SIGCONTEXT_PC_OFFSET): Remove.
9591 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
9592 m68k_linux_sigtramp_saved_pc): New functions.
9593 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
9594 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
9595 (UCONTEXT_PC_OFFSET): Define.
9596 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
9597 non-RT and RT signal trampolines.
9598
9599 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
9600
9601 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
9602 (TARGET_NBPG, STACK_END_ADDR): Delete
9603 (VARIABLES_INSIDE_BLOCK): Delete.
9604
9605 2002-02-25 Andrew Cagney <ac131313@redhat.com>
9606
9607 * utils.c (perror_with_name): Make string parameter constant.
9608 (print_sys_errmsg): Ditto.
9609 (query): Ditto.
9610 * defs.h (perror_with_name): Update.
9611 (print_sys_errmsg): Update.
9612 (query): Update.
9613
9614 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
9615
9616 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
9617 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
9618
9619 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9620
9621 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
9622 if it already matches the current architecture from the exec file.
9623 Include arch-utils.h for gdbarch_info_init prototype.
9624 * Makefile.in (rs6000-nat.o): Update dependencies.
9625
9626 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
9627
9628 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
9629 list of exported variables.
9630
9631 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
9632
9633 * gdbserver/configure.srv: New file.
9634 * gdbserver/configure.in: Use configure.srv instead
9635 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
9636 from it.
9637 * gdbserver/configure: Regenerated.
9638 * gdbserver/terminal.h: New file.
9639 * gdbserver/Makefile.in: Update for configure changes. Remove
9640 more unneeded include paths.
9641
9642 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9643
9644 From wiz at danbala:
9645 * config/sparc/tm-sp64.h: Fix grammar and typos.
9646 Fix PR gdb/287.
9647
9648 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9649
9650 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
9651 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
9652 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
9653 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
9654 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
9655 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
9656 * s390-tdep.c: Ditto.
9657 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
9658 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
9659 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
9660 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
9661 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
9662 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
9663 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
9664 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
9665 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
9666 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
9667 Fix PR gdb/378.
9668
9669 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9670
9671 * lin-thread.c: Delete file.
9672 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
9673 to gdb_proc_service.h.
9674 * configure: Re-generate.
9675
9676 * ocd.c (ocd_open): Do not try to open the "ocd" device.
9677 * serial.c (serial_open): Delete check for "ocd".
9678 Fix PR gdb/349.
9679
9680 * Makefile.in (linux-thread.o): Delete target.
9681 * linux-thread.c: Delete file.
9682
9683 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
9684 renamed SH files to be consistent.
9685
9686 * symtab.c (sort_search_symbols): Use xfree.
9687
9688 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
9689
9690 * arm-linux-tdep.c (arm_linux_init_abi): Register
9691 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
9692 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
9693 definition with undef, since we don't want the sysvr4 definition.
9694 (SKIP_TRAMPOLINE_CODE): Likewise.
9695
9696 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9697
9698 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
9699
9700 * configure.in: (AC_CHECK_FUNCS) Added test for
9701 canonicalize_file_name Regenerated.
9702 * config.in, configure: Regenerated.
9703 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
9704 defined use canonicalize_file_name.
9705
9706 2002-02-23 Michael Chastain <mec@shout.net>
9707
9708 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
9709
9710 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9711
9712 * README: Remove references to cygnus.com.
9713 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
9714 dot com'' form. Remove references to cygnus.com and sourceware.
9715
9716 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9717
9718 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
9719 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
9720 1003.1-2001 no longer allows "head -1".
9721 * gdb/Makefile.in (version.c): Likewise.
9722 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
9723 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
9724 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
9725
9726 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9727
9728 * cli/cli-decode.c (cmd_cfunc_eq): New function.
9729 * command.h (cmd_cfunc_eq): Declare.
9730 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
9731
9732 * cli/cli-cmds.h (is_complete_command): Change parameter to a
9733 ``struct cmd_list_element *''.
9734 * cli/cli-cmds.c (is_complete_command): Update. Use
9735 cmd_cfunc_eq.
9736 * top.c (execute_command): Pass the command to
9737 is_complete_command.
9738 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
9739
9740 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9741
9742 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
9743 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
9744 architecture defines.
9745 * s390-tdep.c (s390_gdbarch_init): Likewise.
9746
9747 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
9748
9749 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
9750 (arm_linux_push_arguments): Likewise.
9751 (arm_linux_init_abi): Register them. Also register linux-specific
9752 call_dummy_words.
9753 (find_minsym_and_objfile): Use strcmp, not STREQ.
9754 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
9755 (arm_linux_call_dummy_words): Delete declaration.
9756 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
9757 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
9758 declarations.
9759 (LOWEST_PC): Delete.
9760
9761 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9762
9763 * maint.c (print_section_info): Do not prepend `0x' to filepos
9764 output, it will be handled by local_hex_string_custom.
9765
9766 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
9767
9768 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
9769 (store_newfpe_double, store_newfpe_extended, store_fpregister)
9770 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
9771
9772 2002-02-22 Jim Blandy <jimb@redhat.com>
9773
9774 Indicate that the bcache functions don't change the strings
9775 they're passed.
9776 * bcache.h (bcache, hash): Add `const' keywords to declarations.
9777 * bcache.c (bcache, hash): Add `const' keywords to definitions.
9778
9779 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
9780
9781 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
9782
9783 2002-02-21 Christopher Faylor <cgf@redhat.com>
9784
9785 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
9786 find the complete path to a loaded DLL.
9787
9788 2002-02-21 Fred Fish <fnf@redhat.com>
9789
9790 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
9791 that marks the end of the range of a function, enter a line number
9792 entry that has a line number of zero and a PC offset that matches
9793 the end of the function. This starts a range of PC's for which no
9794 line number information is known.
9795 * symtab.c (find_pc_sect_line): If our best fit is in a range of
9796 PC's for which no line number info is found (line number is zero)
9797 then we didn't find any valid line information.
9798 * symtab.h: Document use of zero line number entry.
9799
9800 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
9801
9802 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
9803 (have_ptrace_getvrregs): Define for run time checks.
9804 (gdb_vrregset_t): New type for Altivec register handling.
9805 (fetch_register, store_register): Fetch/store altivec register
9806 when needed.
9807 (fetch_altivec_register, store_altivec_register): New functions.
9808 (supply_vrregset, fill_vrregset): New functions.
9809 (fetch_altivec_registers, store_altivec_registers): New functions.
9810 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
9811 registers as well.
9812
9813 2002-02-21 Jiri Smid <smid@suse.cz>
9814
9815 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
9816
9817 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
9818
9819 * Makefile.in (armnbsd-nat.o): Update dependencies.
9820 * armnbsd-nat.c (supply_gregset): New function. Common code to
9821 supply the integer register set.
9822 (supply_fparegset): New function. Similar for FPA registers.
9823 (fetch_regs, fetch_fp_regs): Use them.
9824 (fetch_core_registers): Likewise.
9825 (fetch_elfcore_registers): New function.
9826 (arm_netbsd_elfcore_fns): New core-file type specification.
9827 (_initialize_arm_netbsd_nat): Register it.
9828
9829 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
9830
9831 * armnbsd-nat.c: Include gdbcore.h.
9832 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
9833 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
9834 'void' to declaration, to shut up ARI.
9835 (fetch_core_registers): Make static. Rewrite using supply_register.
9836 (arm_netbsd_core_fns): New core-file type specification.
9837 (_initialize_arm_netbsd_nat): New function.
9838
9839 2002-02-21 Christopher Faylor <cgf@redhat.com>
9840
9841 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
9842 value.
9843
9844 2002-02-20 Christopher Faylor <cgf@redhat.com>
9845
9846 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
9847 fails.
9848
9849 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9850
9851 * jv-exp.y (parse_number): Change type of implicit longs
9852 to builtin_type_uint64.
9853
9854 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9855
9856 * gdbserver/linux-low.c (mywait): Change argument to waitpid
9857 to be an integer instead of a `union wait'.
9858
9859 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9860
9861 * mips-linux-nat.c: Call the operating system GNU/Linux.
9862 * mips-linux-tdep.c: Likewise.
9863 * mips-tdep.c: Likewise.
9864
9865 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9866
9867 Fix PR gdb/265.
9868 * jv-exp.y (parse_number): Handle 64-bit integers.
9869
9870 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9871
9872 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
9873 AC_STDC_HEADERS to AC_HEADER_STDC.
9874 * gdbserver/configure: Regenerated.
9875
9876 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
9877
9878 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
9879 is defined.
9880 * sparc-tdep.c (get_longjmp_target): Likewise.
9881
9882 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
9883
9884 * News: Add news about ARM and Multi-arch. Mention the new target
9885 arm*-*-netbsd*.
9886
9887 2002-02-19 Jim Blandy <jimb@redhat.com>
9888
9889 * stabsread.c (error_type_complaint): Improve error message.
9890
9891 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
9892
9893 * gdbserver/README: Update documentation.
9894 * gdbserver/configure.in: Update configury to match documentation.
9895 * gdbserver/Makefile.in: Likewise.
9896 * gdbserver/configure: Regenerated.
9897 * gdbserver/aclocal.m4: New file, generated by aclocal.
9898 * gdbserver/config.in: New file, generated by autoheader.
9899
9900 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9901
9902 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
9903 armnbsd-nat.c.
9904
9905 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9906
9907 * arm-tdep.h (enum arm_float_model): New enum.
9908 (struct gdbarch_tdep): Add fp_model.
9909 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
9910 up floating-point conversions until we know the floating-point model
9911 in use by the inferior. Don't complain about being unable to
9912 determine the ABI of the inferior when we don't have one.
9913 (arm_extract_return_value): Support different floating-point models.
9914 (arm_store_return_value): Likewise.
9915 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
9916 ARM_FLOAT_SOFT.
9917 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
9918
9919 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9920
9921 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
9922 of ``current_gdbarch''.
9923
9924 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9925
9926 * armnbsd-nat.c : ANSIfy all function declarations.
9927 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
9928 (fetch_inferior_registers): Re-implement in terms of above.
9929 (store_register, store_regs, store_fp_register, store_fp_regs): New.
9930 (store_inferior_registers): Re-implement in terms of above.
9931
9932 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9933
9934 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
9935 kernel.
9936 * arm-linux-tdep.c: Likewise.
9937 * config/arm/tm-linux.h: Likewise.
9938
9939 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9940
9941 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
9942 * config/arm/nbsd.mt (TM_FILE): Delete.
9943 * config/arm/tm-nbsd.h: Delete.
9944
9945 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9946
9947 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
9948 Initialize CALL_DUMMY_LENGTH.
9949
9950 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
9951
9952 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
9953 function.
9954 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
9955 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
9956 defines one thing and that is incorrect for this port.
9957 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
9958
9959 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9960
9961 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
9962
9963 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9964
9965 * win32-nat.c (display_selector): New function. Displays information
9966 about the information returned by GetThreadSelectorEntry API function.
9967 (display_selectors): New function. Displays the infomation of
9968 the selector given as argument, or of CS, DS ans FS selectors
9969 if no argument is given.
9970 ( _initialize_inftarg): Add "w32" as info prefix command.
9971 Add "info w32 selector" as command calling display_selectors.
9972
9973 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9974
9975 * i386-tdep.c (get_longjmp_target): Fix compilation failure
9976 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
9977 if not defined.
9978
9979 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9980
9981 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
9982
9983 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
9984
9985 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
9986 (arm_fix_call_dummy): Call it.
9987 (arm_call_dummy_breakpoint_offset): Delete.
9988 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
9989 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
9990
9991 2002-02-18 Andrew Cagney <ac131313@redhat.com>
9992
9993 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
9994 Default to func_frame_chain_valid.
9995 * gdbarch.h, gdbarch.c: Re-generate.
9996 * frame.h (FRAME_CHAIN_VALID): Delete definition.
9997
9998 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
9999
10000 * ppc-linux-nat.c: Update copyright.
10001 (fetch_register, store_register): Add tid parameter, don't compute
10002 tid here.
10003 (fetch_ppc_registers, store_ppc_registers): Add tid
10004 parameter. Pass it along to callees.
10005 (fetch_inferior_registers, store_inferior_registers): Compute tid
10006 here, and pass it to calleed functions.
10007 (fill_gregset, supply_fpregset): Clean up formatting.
10008
10009 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10010
10011 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
10012 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
10013
10014 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10015
10016 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
10017 * gdbarch.c gdbarch.h: Regenerate.
10018 * breakpoint.c (create_longjmp_breakpoint): Always compile this
10019 function.
10020 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
10021 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
10022 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
10023
10024 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
10025 * arm-tdep.c (arm_get_longjmp_target): New function.
10026 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
10027 this to a positive value register arm_get_longjmp_target as the
10028 longjmp handler.
10029 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
10030 (arm_linux_init_abi): Set up longjmp description in tdep.
10031 * armnbsd-nat.c (get_longjmp_target): Delete.
10032 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
10033 description in tdep.
10034 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
10035 (get_longjmp_target): Delete declaration.
10036 (GET_LONGJMP_TARGET): Delete.
10037 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
10038 (GET_LONGJMP_TARGET): Delete.
10039
10040 2002-02-17 Kevin Buettner <kevinb@redhat.com>
10041
10042 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
10043 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
10044 of ``current_gdbarch''.
10045
10046 2002-02-17 Tom Tromey <tromey@redhat.com>
10047
10048 * cli/cli-cmds.c (compare_strings): New function.
10049 (complete_command): Only print each unique item once.
10050 * completer.h (complete_line): Declare.
10051 * completer.c (complete_line): New function.
10052 (line_completion_function): Use it.
10053
10054 2002-02-16 Andrew Cagney <ac131313@redhat.com>
10055
10056 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
10057 * gdbarch.h, gdbarch.c: Re-generate.
10058
10059 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
10060
10061 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
10062
10063 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
10064
10065 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
10066 * valops.c (value_arg_coerce): Don't take the address of a reference
10067 to convert an argument to a reference.
10068
10069 2002-02-15 Christopher Faylor <cgf@redhat.com>
10070
10071 * win32-nat.c (get_image_name): New function.
10072 (handle_load_dll): Use get_image_name function.
10073 (get_child_debug_event): Avoid registering debug events until possibly
10074 execed process is started.
10075 (child_create_inferior): Allow invocation via shell so that command
10076 line redirection, etc. works ok.
10077 (_initialize_inftarg): Add new command: "set shell" to control whether
10078 a shell is used to start a process.
10079
10080 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
10081
10082 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
10083 instead of find_register_by_number.
10084 (cannot_store_register): Likewise.
10085
10086 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
10087
10088 * dwarf2read.c: Replace fprintf (stderr, ...) by
10089 fprintf_unfiltered (gdb_stderr, ...).
10090
10091 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
10092
10093 * gdbserver/gdbserver.1: Document --attach.
10094
10095 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
10096
10097 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
10098 descriptions.
10099 * arm-tdep.c (arm_default_arm_le_breakpoint)
10100 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
10101 (arm_default_thumb_be_breakpoint): New. Initialize them from
10102 traditional breakpoint defines.
10103 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
10104 (arm_gdbarch_init): Initialize new breakpoint variables.
10105 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
10106 (arm_linux_init_abi): Initialize linux-specific breakpoint.
10107 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
10108 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
10109 code out to ...
10110 (arm_netbsd_init_abi_common): ... here; new function.
10111 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
10112 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
10113 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
10114 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
10115
10116 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
10117
10118 * arm-tdep.h (enum arm_abi): New enum.
10119 (struct gdbarch_tdep): New structure.
10120 (LOWEST_PC): Provide a default.
10121 (arm_gdbarch_register_os_abi): Declare new function.
10122 * arm-tdep.c (arm_abi_names): New array.
10123 (process_note_abi_tag_sections): New function.
10124 (get_elfosabi): New function.
10125 (arm_gdbarch_register_os_abi): New function.
10126 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
10127 support for that ABI has been built in, then call the appropriate
10128 configuration routine. Use gdbarch_num_regs() to get the number
10129 of registers.
10130 (arm_dump_tdep): New function.
10131 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
10132 place-holder functions.
10133 (_initialize_arm_tdep): Register them.
10134 * config/arm/tm-arm.h (LOWEST_PC): Delete.
10135
10136 * armnbsd-tdep.c: New file.
10137 * Makefile.in (armnbsd-tdep.o): Add dependencies.
10138 * config/arm/nbsd.mt (TDEPFILES): Add it.
10139 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
10140
10141 * armnbsd-nat.c: Include regcache.h.
10142 * Makefile.in (armnbsd-nat.o): Update dependency list.
10143
10144 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
10145
10146 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10147
10148 * gdbserver/Makefile.in: Fix typos in target rules.
10149
10150 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10151
10152 Fix part of PR gdb/267.
10153 * linespec.c (find_methods): Handle constructors specially for now.
10154
10155 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
10156
10157 * arm-tdep.c (arm_push_arguments): Eliminate special float type
10158 handling.
10159 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
10160 standard_coerce_float_to_double().
10161
10162 2002-02-14 Christopher Faylor <cgf@redhat.com>
10163
10164 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
10165 GDBINIT_FILENAME.
10166
10167 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
10168
10169 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
10170 find_variant_by_name, because it confuses the multiarch
10171 framework. Return NULL if there isn't an architecture with the
10172 user supplied name, instead of forcing a different one without
10173 recording the change with the multiarch machinery.
10174 (find_variant_by_name): Delete.
10175
10176 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10177
10178 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
10179 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
10180
10181 2002-02-13 Martin M. Hunt <hunt@redhat.com>
10182
10183 * stack.c (print_frame_info_base): When calling
10184 print_frame_info_listing_hook, set current_source_symtab.
10185
10186 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10187
10188 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
10189 and remove unused $(INCLUDE_DIR).
10190 Add regcache.c to OBS.
10191 Add generated register protocol files to clean target.
10192 Update dependencies for new objects, obsolete old target code.
10193
10194 * gdbserver/linux-low.c: Remove all platform-specific code to
10195 new files. Remove various dead code. Update to use regcache
10196 functionality.
10197 * gdbserver/remote-utils.c (fromhex): Add return statement
10198 to quiet warning.
10199 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
10200 constant.
10201 (input_interrupt): Add integer parameter to match prototype
10202 of a signal handler.
10203 (outreg): Use register_data ().
10204 (prepare_resume_reply): Use gdbserver_expedite_regs.
10205 * gdbserver/server.c (main): Dynamically allocate own_buf because
10206 PBUFSIZ is no longer constant. Use registers_to_string () and
10207 registers_from_string ().
10208 * gdbserver/server.h: No longer include "defs.h". Add prototypes
10209 for error (), fatal (), and warning (). Update definition of
10210 PBUFSIZ to use regcache functionality. Add include guard.
10211 * gdbserver/utils.c (fatal): Add missing ``const''.
10212 (warning): New function.
10213
10214 * regformats/regdat.sh: Include "regcache.h" in generated files.
10215 Provide init_registers () function.
10216 * regformats/regdef.h: Add prototype for set_register_cache ().
10217 Add include guard.
10218
10219 * gdbserver/linux-arm-low.c: New file.
10220 * gdbserver/linux-i386-low.c: New file.
10221 * gdbserver/linux-ia64-low.c: New file.
10222 * gdbserver/linux-m68k-low.c: New file.
10223 * gdbserver/linux-mips-low.c: New file.
10224 * gdbserver/linux-ppc-low.c: New file.
10225 * gdbserver/linux-sh-low.c: New file.
10226
10227 * gdbserver/regcache.c: New file.
10228 * gdbserver/regcache.h: New file.
10229
10230 * gdbserver/low-linux.c: Removed obsolete file.
10231
10232 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10233
10234 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
10235 * config/i386/linux.mt: Likewise.
10236 * config/ia64/linux.mt: Likewise.
10237 * config/m68k/linux.mh: Likewise.
10238 * config/powerpc/linux.mh: Likewise.
10239 * config/mips/linux.mt: Likewise.
10240
10241 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
10242
10243 * config/i386/i386lynx.mh: Mark gdbserver variables
10244 as (currently) obsolete for this target.
10245 * config/i386/nbsd.mt: Likewise.
10246 * config/i386/nbsdelf.mt: Likewise.
10247 * config/m32r/m32r.mt: Likewise.
10248 * config/m68k/m68klynx.mh: Likewise.
10249 * config/m68k/nbsd.mt: Likewise.
10250 * config/m68k/sun3os4.mh: Likewise.
10251 * config/mips/vr5000.mt: Likewise.
10252 * config/ns32k/nbsd.mt: Likewise.
10253 * config/pa/hppabsd.mh: Likewise.
10254 * config/pa/hppaosf.mh: Likewise.
10255 * config/powerpc/nbsd.mt: Likewise.
10256 * config/rs6000/rs6000lynx.mh: Likewise.
10257 * config/s390/s390.mt: Likewise.
10258 * config/s390/s390x.mt: Likewise.
10259 * config/sparc/sparclynx.mh: Likewise.
10260 * config/sparc/sun4os4.mh: Likewise.
10261 * config/i386/x86-64linux.mt: Likewise.
10262 * config/sparc/linux.mh: Likewise.
10263
10264 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10265
10266 * configure.tgt: Configure gdbserver only for known working
10267 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
10268 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
10269 SUBDIRS if it is configured. Update comment for ${nativefile}.
10270 * configure: Regenerated.
10271
10272 2002-02-13 Michael Snyder <msnyder@redhat.com>
10273
10274 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
10275
10276 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
10277 (default_gcore_mach): Just return 0, work around a problem in bfd.
10278 (default_gcore_target): OK to return NULL if exec_bfd is null.
10279 (make_mem_sec): Use a cast, avoid a warning.
10280
10281 * procfs.c (find_memory_regions_callback): Use a cast instead of
10282 calling host_pointer_to_address (which complains if
10283 sizeof (host pointer) != sizeof (target pointer)).
10284 (procfs_make_note_section): Avoid overflow in psargs string.
10285
10286 * procfs.c (procfs_make_note_section): Make the default
10287 implementation return an error.
10288
10289 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
10290
10291 * procfs.c (procfs_make_note_section): Provide a default definition
10292 (for alpha-dec-osf4.0f). Fix typos.
10293
10294 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
10295
10296 * linux-proc.c: Add include of regcache.h.
10297 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
10298
10299 2002-02-13 Andrew Cagney <ac131313@redhat.com>
10300
10301 From 2002-01-18 Greg McGary <greg@mcgary.org>:
10302 * memattr.c (create_mem_region): Disallow useless empty region.
10303 Regions are half-open intervals, so allow [A..B) [B..C) as
10304 non-overlapping.
10305
10306 2002-02-13 Michael Chastain <mec@shout.net>
10307
10308 * defs.h: Kill CONST_PTR.
10309 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
10310 * c-lang.c (c_builtin_types): Likewise.
10311 * ch-lang.c (ch_builtin_types): Likewise.
10312 * f-lang.c (f_builtin_types): Likewise.
10313 * language.c (unknown_builtin_types): Likewise.
10314 * m2-lang.c (m2_builtin_types): Likewise.
10315 * p-lang.c (pascal_builtin_types): Likewise.
10316 * scm-lang.c (c_builtin_types): Likewise.
10317
10318 2002-02-13 Keith Seitz <keiths@redhat.com>
10319
10320 * arm-tdep.h (arm_get_next_pc): Add declaration.
10321
10322 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
10323
10324 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
10325 with other related struct-returning functions.
10326 (arm_extract_struct_value_address): New function.
10327 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
10328 initialize float_format, double_format and long_double_format as
10329 appropriate to the endianness of the target.
10330 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
10331 (arm_use_struct_convention): Delete declaration.
10332 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
10333
10334 2002-02-13 Keith Seitz <keiths@redhat.com>
10335
10336 * defs.h (core_addr_to_string_nz): New function.
10337
10338 2002-02-13 Mark Kettenis <kettenis@gnu.org>
10339
10340 Apply missing bits of 2002-01-15 patch.
10341 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
10342 (fill_fpregset): Use i387_fill_fsave.
10343
10344 2002-02-12 Keith Seitz <keiths@redhat.com>
10345
10346 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
10347 (core_addr_to_string_nz): New function.
10348
10349 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
10350
10351 * arm-linux-nat.c: Really include arm-tdep.h.
10352 * config/arm/tm-linux.h (struct type, struct value): Declare.
10353
10354 2002-02-11 Michael Snyder <msnyder@redhat.com>
10355
10356 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
10357 (gcore section): Ifdef for Solaris and Unixware only.
10358 (procfs_do_thread_registers): Unixware needs one lwpstatus
10359 per thread (not one prstatus or pstatus).
10360 (procfs_make_note_section): Iterate only over kernel threads (lwps),
10361 not over all gdb threads. For unixware, call elfcore_write_pstatus
10362 once before iterating over threads.
10363
10364 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
10365
10366 * arm-tdep.h: New file.
10367 * arm-tdep.c: Include arm-tdep.h.
10368 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
10369 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
10370 (arm_print_float_info, arm_register_type, convert_to_extended)
10371 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
10372 (arm_extract_return_value, arm_register_name): Make static.
10373 (arm_software_single_step): Similarly. Fix types in declaration.
10374 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
10375 (arm_store_return_value, arm_store_struct_return): New functions.
10376 (arm_gdbarch_init): Register the above functions. Also register
10377 call_dummy_start_offset, sizeof_call_dummy_words,
10378 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
10379 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
10380 max_register_virtual_size, register_size. Set up
10381 prologue_cache.saved_regs here, rather than ...
10382 (_initialize_arm_tdep): ... here.
10383 * config/arm/tm-arm.h (struct type, struct value): Delete forward
10384 declarations.
10385 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
10386 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
10387 (arm_print_float_info, arm_register_type, convert_to_extended)
10388 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
10389 (arm_extract_return_value, arm_register_name): Delete declarations.
10390 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
10391 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
10392 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
10393 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
10394 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
10395 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
10396 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
10397 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
10398 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
10399 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
10400 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
10401 (arm_get_next_pc): No-longer static -- these are needed by the RDI
10402 interface.
10403 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
10404 * remote-rdi.c remote-rdp.c: Likewise.
10405 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
10406 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
10407 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
10408 definition.
10409
10410 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
10411 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
10412 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
10413 from non-ARM_ prefixed definitions.
10414 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
10415 all uses of above.
10416 * remote-rdi.c remote-rdp.c: Likewise.
10417 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
10418
10419 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
10420
10421 * arm-tdep.c (arm_frameless_function_invocation)
10422 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
10423 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
10424 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
10425 (arm_pop_frame, arm_get_next_pc): Make static.
10426 (arm_gdbarch_init): Register above in gdbarch structure.
10427 (arm_read_fp): Renamed from arm_target_read_fp.
10428 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
10429 * config/arm/tm-arm.h (arm_frameless_function_invocation)
10430 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
10431 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
10432 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
10433 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
10434 (arm_pc_is_thumb_dummy): Delete declarations.
10435 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
10436 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
10437 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
10438 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
10439
10440 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
10441
10442 * symtab.c (compare_search_syms): New function.
10443 (sort_search_symbols): New function.
10444 (search_symbols): Sort symbols after searching rather than
10445 before.
10446
10447 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10448
10449 * NEWS: Linux -> GNU/Linux.
10450
10451 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10452
10453 * gdbarch.sh: For for level one methods, disallow a definition
10454 when partially multi-arched. Add comments explaining rationale.
10455 * gdbarch.h: Re-generate.
10456
10457 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10458
10459 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
10460 multi-arch partial.
10461
10462 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10463
10464 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
10465 field. Use diff -u.
10466 * gdbarch.c: Re-generate.
10467
10468 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10469
10470 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
10471 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
10472 partial.
10473
10474 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10475
10476 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
10477 multi-arch partial.
10478 (PUSH_ARGUMENTS): Switch to using predefault.
10479 * gdbarch.c: Regenerate.
10480
10481 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10482
10483 * valops.c (PUSH_ARGUMENTS): Delete definition.
10484 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
10485 partial. Default to default_push_arguments.
10486 * gdbarch.h, gdbarch.c: Regenerate.
10487
10488 2002-02-09 Andrew Cagney <ac131313@redhat.com>
10489
10490 * defs.h (throw_exception): Rename return_to_top_level. Update
10491 comments.
10492 * utils.c (error_stream, internal_verror, quit): Ditto.
10493 * top.c (throw_exception, catcher): Ditto.
10494 * sparclet-rom.c (sparclet_load): Ditto.
10495 * remote.c (interrupt_query, minitelnet): Ditto.
10496 * remote-sds.c (interrupt_query): Ditto.
10497 * remote-mips.c (mips_error, mips_kill): Ditto.
10498 * ocd.c (interrupt_query): Ditto.
10499 * monitor.c (monitor_interrupt_query): Ditto.
10500 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
10501 * target.h: Update comment.
10502
10503 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
10504
10505 2002-02-09 Andrew Cagney <ac131313@redhat.com>
10506
10507 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
10508 default_double_format.
10509 * gdbarch.h, gdbarch.c: Re-generate.
10510 * findvar.c (floatformat_unknown): Delete variable definition.
10511 * doublest.h (floatformat_unknown): Delete variable declaration.
10512
10513 2002-02-09 Jim Blandy <jimb@redhat.com>
10514
10515 * stabsread.c (read_type): Add code to parse Sun's syntax for
10516 prototyped function types.
10517
10518 2002-02-09 Andrew Cagney <ac131313@redhat.com>
10519
10520 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
10521 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
10522
10523 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10524
10525 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
10526 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
10527 now _initialize_xcoffsolib gets called again and overrides the
10528 commands from solib.c in a native configuration.
10529
10530 2002-02-09 Mark Kettenis <kettenis@gnu.org>
10531
10532 * doublest.c (store_typed_floating): Don't try to return a value.
10533 Fixes PR gdb/290.
10534
10535 2002-02-08 Jim Blandy <jimb@redhat.com>
10536
10537 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
10538 is prototyped and has no arguments, print its argument list as
10539 `(void)'.
10540
10541 2002-02-08 Chris Demetriou <cgd@broadcom.com>
10542
10543 * MAINTAINERS (write-after-approval): Add myself.
10544 (paper-trail): I've escaped!
10545
10546 2002-02-08 Christopher Faylor <cgf@redhat.com>
10547
10548 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
10549 changes.
10550 (_initialize_check_for_gdb_ini): Ditto.
10551
10552 2002-02-08 Martin M. Hunt <hunt@redhat.com>
10553
10554 * win32-nat.c (cygwin_pid_to_str): Fix typo.
10555 xaprintf -> xasprintf.
10556
10557 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
10558
10559 * win32-nat.c: Remove use of printf and sprintf functions.
10560
10561 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
10562
10563 * arm-tdep.c (arm_frame_chain_valid): Make static.
10564 (arm_push_arguments): Likewise.
10565 (arm_gdbarch_init): New function.
10566 (_initialize_arm_tdep): Call it.
10567 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
10568 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
10569 (FRAME_CHAIN_VALID): Delete.
10570 (arm_frame_chain_valid): Delete declaration.
10571 (PUSH_ARGUMENTS): Delete.
10572 (arm_push_arguments): Delete declaration.
10573 (CALL_DUMMY_P): Delete.
10574
10575 2002-02-08 Andrew Cagney <ac131313@redhat.com>
10576 Corinna Vinschen <vinschen@redhat.com>
10577
10578 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
10579 on builtin float types.
10580
10581 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
10582
10583 * utils.c: Include <curses.h> before "bfd.h".
10584 * tui/tui-hooks.c: Likewise.
10585 * tui/tui.c: Likewise.
10586 * tui/tuiCommand.c: Likewise.
10587 * tui/tuiData.c: Likewise.
10588 * tui/tuiDataWin.c: Likewise.
10589 * tui/tuiDisassem.c: Likewise.
10590 * tui/tuiGeneralWin.c: Likewise.
10591 * tui/tuiIO.c: Likewise.
10592 * tui/tuiLayout.c: Likewise.
10593 * tui/tuiRegs.c: Likewise.
10594 * tui/tuiSource.c: Likewise.
10595 * tui/tuiSourceWin.c: Likewise.
10596 * tui/tuiStack.c: Likewise.
10597 * tui/tuiWin.c: Likewise.
10598
10599 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
10600
10601 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
10602 to include space for pseudoregs as well. Update loops accordingly.
10603 (sh_fp_frame_init_saved_regs): Ditto.
10604 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
10605
10606 2002-02-07 Andrew Cagney <ac131313@redhat.com>
10607
10608 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
10609 Add Richard Earnshaw to Arm maintainers.
10610
10611 2002-02-07 Andrew Cagney <ac131313@redhat.com>
10612
10613 * defs.h (warning_begin): Delete declaration.
10614
10615 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
10616 Delete macro.
10617
10618 2002-02-07 Michael Snyder <msnyder@redhat.com>
10619
10620 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
10621 Logic bug, remove misplaced else.
10622
10623 2002-02-07 Klee Dienes <klee@apple.com>
10624
10625 * fork-inferior.c (fork_inferior): Add '!' to the list of
10626 characters that need to be quoted when building a string for the
10627 shell. Quote '!' specifically with a backslash, since CSH chokes
10628 when trying to evaluate "str!str".
10629
10630 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
10631
10632 * rdi-share/host.h: Only provide a typedef for bool if it is not
10633 defined.
10634
10635 2002-02-04 Michael Snyder <msnyder@redhat.com>
10636
10637 * breakpoint.h (enum bptype): Add new overlay event bp type.
10638 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
10639
10640 * breakpoint.c (create_internal_breakpoint): New function.
10641 (internal_breakpoint_number): Moved into create_internal_breakpoint.
10642 (create_longjmp_breakpoint): Use create_internal_breakpoint.
10643 (create_thread_event_breakpoint): Ditto.
10644 (create_solib_event_breakpoint): Ditto.
10645 (create_overlay_event_breakpoint): New function.
10646 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
10647 (update_breakpoints_after_exec): Delete and re-initialize
10648 overlay event breakpoints after an exec. Add FIXME comment
10649 about longjmp breakpoint.
10650 (print_it_typical): Ignore overlay event breakpoints.
10651 (print_one_breakpoint): Ditto.
10652 (mention): Ditto.
10653 (bpstat_what): Do not stop for overlay event breakpoints.
10654 (delete_breakpoint): Don't delete overlay event breakpoints.
10655 (breakpoint_re_set_one): Delete the overlay event breakpoint.
10656 (breakpoint_re_set): Re-create overlay event breakpoint.
10657
10658 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
10659 (overlay_manual_command): Disable overlay breakpoints.
10660 (overlay_off_command): Disable overlay breakpoints.
10661
10662 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10663
10664 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
10665 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
10666 to here from config/tm-arm.h.
10667 (coff_sym_is_thumb): Make static.
10668 (arm_elf_make_msymbol_special): New function.
10669 (arm_coff_make_msymbol_special): New function.
10670 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
10671 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
10672 (coff_sym_is_thumb): Delete declaration.
10673 (arm_elf_make_msymbol_special): Declare.
10674 (arm_coff_make_msymbol_special): Declare.
10675 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
10676 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
10677
10678 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10679
10680 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
10681
10682 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10683
10684 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
10685 * gdbarch.c gdbarch.h: Regenerate.
10686 * arch-utils.c (default_print_float_info): New function.
10687 * arch-utils.h (default_print_float_info): Prototype it.
10688 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
10689 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
10690 (PRINT_FLOAT_INFO): Document it.
10691
10692 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
10693 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
10694 (PRINT_FLOAT_INFO): Define.
10695
10696 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
10697
10698 * win32-nat.c (_initialize_check_for_gdb_ini):
10699 Add typecast to sprintf argument to suppress a warning.
10700
10701 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
10702
10703 * win32-nat.c (last_sig): Changed type of variable to target_signal,
10704 to allow easier handling of pass state.
10705 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
10706 that gives exception name and address.
10707 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
10708 and set last_sig value to ourstatus->value.sig. Some missing
10709 exceptions added.
10710 (child_continue): Correctly report continue_status.
10711 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
10712 TARGET_SIGNAL_0 (new default value).
10713 (child_resume): consider sig argument passed to decide if
10714 the exception should be passed to debuggee or not.
10715
10716 2002-02-05 Michael Snyder <msnyder@redhat.com>
10717
10718 * regcache.c (fetch_register): Call target_fetch_register
10719 only if we don't call FETCH_PSEUDO_REGISTER.
10720 (store_register): Call target_store_register only if we
10721 don't call STORE_PSEUDO_REGISTER.
10722
10723 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
10724
10725 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
10726 ELF_MAKE_MSYMBOL_SPECIAL.
10727 * gdbarch.c, gdbarch.h: Regenerate.
10728 * arch-utils.c (default_make_msymbol_special): New function.
10729 * arch-utils.h (default_make_msymbol_special): Export.
10730 * elfread.c (elf_symtab_read): Compile use of
10731 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
10732 multiarched.
10733 * coffread.c (coff_symtab_read): Ditto, for
10734 COFF_MAKE_MSYMBOL_SPECIAL.
10735
10736 2002-02-05 Jim Blandy <jimb@redhat.com>
10737
10738 * solib-svr4.c (svr4_truncate_ptr): New function.
10739 (svr4_relocate_section_addresses): Do the address arithmetic with
10740 the appropriate truncation for target addresses, even when
10741 CORE_ADDR is larger than a target address.
10742
10743 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10744
10745 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
10746 to (int *).
10747
10748 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10749
10750 * gdbserver/linux-low.c (kill_inferior): Remove commented out
10751 code.
10752
10753 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10754
10755 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
10756
10757 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10758
10759 * gdbserver/linux-low.c: Remove unused include files.
10760
10761 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10762
10763 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
10764 (read_inferior_memory): Use it.
10765 (write_inferior_memory): Likewise.
10766
10767 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10768
10769 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
10770 grubbing through sys_errlist.
10771
10772 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10773
10774 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
10775
10776 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
10777 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
10778
10779 2002-02-04 Andrew Cagney <ac131313@redhat.com>
10780
10781 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
10782 (do_sfunc, set_cmd_sfunc): New functions.
10783
10784 * command.h (struct cmd_list_element): Add field func.
10785 * cli/cli-decode.h (struct cmd_list_element): Ditto.
10786 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
10787 * cli/cli-decode.h: Ditto.
10788
10789 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
10790 (help_all, help_cmd_list): Ditto.
10791 (find_cmd, complete_on_cmdlist): Ditto.
10792 * top.c (execute_command): Ditto.
10793
10794 * cli/cli-setshow.c (do_setshow_command): Call func instead of
10795 function.sfunc.
10796
10797 * infcmd.c (notice_args_read): Fix function signature.
10798
10799 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
10800 * cli/cli-decode.c (add_set_cmd): Ditto.
10801 * utils.c (initialize_utils): Ditto.
10802 * maint.c (_initialize_maint_cmds): Ditto.
10803 * infrun.c (_initialize_infrun): Ditto.
10804 * demangle.c (_initialize_demangler): Ditto.
10805 * remote.c (add_packet_config_cmd): Ditto.
10806 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10807 * cris-tdep.c (_initialize_cris_tdep): Ditto.
10808 * proc-api.c (_initialize_proc_api): Ditto.
10809 * kod.c (_initialize_kod): Ditto.
10810 * valprint.c (_initialize_valprint): Ditto.
10811 * top.c (init_main): Ditto.
10812 * infcmd.c (_initialize_infcmd): Ditto.
10813 * corefile.c (_initialize_core): Ditto.
10814 * arm-tdep.c (_initialize_arm_tdep): Ditto.
10815 * arch-utils.c (initialize_current_architecture): Ditto.
10816 (_initialize_gdbarch_utils): Ditto.
10817 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
10818
10819 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
10820 * wince.c (_initialize_inftarg): Ditto.
10821 * symfile.c (_initialize_symfile): Ditto.
10822 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10823 * language.c (_initialize_language): Ditto.
10824 * arc-tdep.c (_initialize_arc_tdep): Ditto.
10825
10826 2002-02-04 Michael Snyder <msnyder@redhat.com>
10827
10828 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
10829
10830 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
10831
10832 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
10833 Add rules for building the register data files.
10834
10835 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
10836
10837 * regformats/regdat.sh: Add braces to the definition of
10838 expedite_regs_${arch}.
10839
10840 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
10841
10842 * regformats/regdef.h (struct reg): Add comment describing the
10843 requirements for offset and size fields.
10844
10845 2002-02-04 Andreas Schwab <schwab@suse.de>
10846
10847 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
10848 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
10849
10850 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
10851
10852 * gdbarch.sh (copyright): Update years in generated header.
10853 (SMASH_TEXT_ADDRESS): Add rule.
10854 * gdbarch.h, gdbarch.c: Re-generate.
10855 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
10856 * dbxread.c: Likewise.
10857 * dwarfread.c: Likewise.
10858 * elfread.c: Likewise.
10859 * somread.c: Likewise.
10860
10861 * arm-tdep.c (arm_smash_text_address): New function.
10862 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
10863
10864 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
10865
10866 Add support for hardware watchpoints on win32 native.
10867 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
10868 CONTEXT_DEBUG_REGISTERS.
10869 (dr variable): New variable. Static array containing a local copy
10870 of debug registers.
10871 (debug_registers_changed): New variable. Reflects when debug registers
10872 are changed and need to be written to inferior.
10873 (debug_registers_used): New variable. Reflects when any debug register
10874 was set, used when new threads are created.
10875 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
10876 i386-nat code.
10877 (thread_rec): Set dr array if id is the thread of current_event .
10878 (child_continue, child_resume): Change the debug registers for all
10879 threads if debug_registers_changed.
10880 (child_add_thread): Change the debug registers if debug_registers_used.
10881 * config/i386/cygwin.mh: Add use of i386-nat.o file.
10882 Link nm.h to new nm-cygwin.h file.
10883 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
10884 of hardware registers.
10885
10886 2002-02-03 Andrew Cagney <ac131313@redhat.com>
10887
10888 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
10889 Restore behavour broken by 2002-01-20 Andrew Cagney
10890 <ac131313@redhat.com> IEEE_FLOAT removal.
10891
10892 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10893
10894 * c-valprint.c (c_val_print): Pass a proper valaddr to
10895 cp_print_class_method.
10896 * valops.c (search_struct_method): If there is only one method
10897 and args is NULL, return that method.
10898
10899 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10900
10901 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
10902 accessing tag_name directly.
10903
10904 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10905
10906 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
10907 of accessing tag_name directly.
10908
10909 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
10910
10911 PR gdb/280
10912 * gdbtypes.c (replace_type): New function.
10913 * gdbtypes.h (replace_type): Add prototype.
10914 * stabsread.c (read_type): Use replace_type.
10915
10916 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
10917
10918 * Makefile.in (memattr.o): Add missing dependencies rule.
10919
10920 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10921
10922 * breakpoint.c (break_at_finish_command): Really export.
10923 (break_at_finish_at_depth_command): Ditto.
10924 (tbreak_at_finish_command): Ditto.
10925 * hppa-tdep.c: Include completer.h.
10926 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
10927 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
10928
10929 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10930
10931 * utils.c (do_write): New function.
10932 (error_stream): Rewrite combining the code from error_begin and
10933 verror.
10934 (verror): Rewrite using error_stream.
10935 (error_begin): Delete function.
10936
10937 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10938
10939 * utils.c (error_begin): Make static.
10940 * defs.h (error_begin): Delete declaration.
10941
10942 * linespec.c (cplusplus_error): Replace cplusplus_hint.
10943 (decode_line_1): Use cplusplus_error instead of error_begin,
10944 cplusplus_hint and return_to_top_level.
10945 * coffread.c (coff_symfile_read): Use error instead of error_begin
10946 and return_to_top_level.
10947 * infrun.c (default_skip_permanent_breakpoint): Ditto.
10948
10949 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10950
10951 * language.h (type_error, range_error): Make string parameter
10952 constant.
10953 * language.c (warning_pre_print): Delete extern declaration.
10954 * dwarfread.c (warning_pre_print): Ditto.
10955 * language.c (type_error, range_error): Rewrite to use verror and
10956 vwarning instead of warning_begin.
10957
10958 2002-02-01 Michael Snyder <msnyder@redhat.com>
10959
10960 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
10961 (set_ignore_count): Move misplaced comment back where it belongs.
10962
10963 2002-02-01 Andrew Cagney <ac131313@redhat.com>
10964
10965 * command.h (NO_FUNCTION): Delete macro.
10966 * cli/cli-decode.h (NO_FUNCTION): Ditto.
10967 * top.c (execute_command): Replace NO_FUNCTION with NULL.
10968 * tracepoint.c (_initialize_tracepoint): Ditto.
10969 * cli/cli-decode.c (add_set_cmd): Ditto.
10970 * cli/cli-cmds.c (init_cli_cmds): Ditto.
10971
10972 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
10973
10974 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
10975 Update ``this'' pointer when calling virtual functions.
10976
10977 2002-02-01 Michael Snyder <msnyder@redhat.com>
10978
10979 * breakpoint.c (create_temp_exception_breakpoint): Delete.
10980 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
10981
10982 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
10983
10984 * regformats/reg-arm.dat: New file.
10985 * regformats/reg-i386.dat: New file.
10986 * regformats/reg-ia64.dat: New file.
10987 * regformats/reg-m68k.dat: New file.
10988 * regformats/reg-mips.dat: New file.
10989 * regformats/reg-ppc.dat: New file.
10990 * regformats/reg-sh.dat: New file.
10991 * regformats/regdef.h: New file.
10992 * regformats/regdat.sh: New file.
10993
10994 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
10995
10996 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
10997 (arm_frame_args_address, arm_frame_locals_address): New functions.
10998 (arm_frame_num_args): New function.
10999 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
11000 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
11001 (FRMA_NUM_ARGS): Call arm_frame_num_args.
11002
11003 2002-01-31 Michael Snyder <msnyder@redhat.com>
11004
11005 * breakpoint.c (break_at_finish_command): Export.
11006 (break_at_finish_at_depth_command): Export.
11007 (tbreak_at_finish_command): Export.
11008 (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
11009 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
11010 "txbreak" commands, which are HPPA specific.
11011
11012 * printcmd.c (disassemble_command): Remove an ancient
11013 artifact of an old merge.
11014
11015 * symfile.h (enum overlay_debugging_state):
11016 Define enum constant values for overlay mode.
11017 * symfile.c (overlay_debugging): Use enums instead of literals.
11018 (overlay_is_mapped, overlay_auto_command,
11019 overlay_manual_command): Ditto.
11020
11021 * breakpoint.c (insert_breakpoints, remove_breakpoint,
11022 breakpoint_here_p, breakpoint_inserted_here_p,
11023 breakpoint_thread_match, bpstat_stop_status,
11024 describe_other_breakpoints, check_duplicates, clear_command):
11025 Coding standard fixes.
11026
11027 * target.c (target_xfer_memory): Add spaces, coding standard.
11028 (do_xfer_memory): Add missing line to trust-readonly
11029 code: check bfd SEC_READONLY flag for section.
11030
11031 2002-01-31 Andrew Cagney <ac131313@redhat.com>
11032
11033 * PROBLEMS: Fix typo, 5.1->5.1.1.
11034
11035 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
11036
11037 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
11038 data symbols, since we search based on textlow and texthigh.
11039 (find_pc_sect_symtab): Likewise.
11040
11041 2002-01-30 Andrew Cagney <ac131313@redhat.com>
11042
11043 * defs.h (vwarning): Declare.
11044 * utils.c (vwarning): New function.
11045 (warning): Call vwarning.
11046 (warning_begin): Delete function.
11047
11048 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
11049 the warning message.
11050 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
11051 warning_begin.
11052
11053 2002-01-30 Michael Snyder <msnyder@redhat.com>
11054
11055 * NEWS: Mention "set trust-readonly-sections" command.
11056 Mention generate-core-file command.
11057
11058 2002-01-15 Michael Snyder <msnyder@redhat.com>
11059
11060 * target.c: New command, "set trust-readonly-sections on".
11061 (do_xfer_memory): Honor the suggestion to trust readonly sections
11062 by reading them from the object file instead of from the target.
11063 (initialize_targets): Register command "set trust-readonly-sections".
11064
11065 2002-01-29 Andrew Cagney <ac131313@redhat.com>
11066
11067 * parse.c (target_map_name_to_register): Simplify, search regs and
11068 pseudo-regs using a single loop.
11069
11070 2002-01-30 Andrew Cagney <ac131313@redhat.com>
11071
11072 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
11073
11074 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
11075
11076 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
11077 * config/i386/i386v42mp.mh: Add i387-nat.o .
11078 * i386v4-nat.c: Include i387-nat.h.
11079 (supply_fpregset): Use i387_supply_fsave.
11080 (fill_fpregset): Use i387_fill_fsave.
11081
11082 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
11083
11084 * arm-tdep.c (arm_call_dummy_words): Define.
11085 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
11086 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
11087 (CALL_DUMMY_WORDS): Define.
11088 (arm_call_dummy_words): Declare.
11089 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
11090 (arm_linux_call_dummy_words): Declare.
11091
11092 2002-01-30 Andreas Schwab <schwab@suse.de>
11093
11094 * m68klinux-nat.c: Fix last change to use regcache_collect
11095 instead of referencing registers[] directly.
11096
11097 2002-01-29 Andrew Cagney <ac131313@redhat.com>
11098
11099 * parse.c (target_map_name_to_register): Delete code wrapped in
11100 #ifdef REGISTER_NAME_ALIAS_HOOK.
11101
11102 2002-01-28 Michael Snyder <msnyder@redhat.com>
11103
11104 * regcache.c (legacy_read_register_gen): Need to be able to
11105 read pseudo-register as well as real register.
11106 (legacy_write_register_gen): Ditto.
11107
11108 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11109
11110 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11111 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
11112 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
11113 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
11114 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
11115 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
11116 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
11117 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
11118 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
11119 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11120 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
11121 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
11122 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
11123 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
11124 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
11125 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
11126 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
11127 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
11128 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
11129 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
11130
11131 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11132
11133 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
11134 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
11135 (initialize_current_architecture): Update target_byte_order using
11136 information from BFD.
11137 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
11138 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
11139
11140 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11141
11142 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
11143 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
11144
11145 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
11146 #ifdef INVALID_FLOAT.
11147 * infcmd.c (do_registers_info): Ditto.
11148 * values.c (unpack_double): Ditto. Add comment.
11149
11150 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
11151 already commented out.
11152
11153 2002-01-26 Andreas Schwab <schwab@suse.de>
11154
11155 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
11156 * m68klinux-nat.c: Update ptrace interface for fetching/storing
11157 registers and add support for PTRACE_GETREGS.
11158
11159 2002-01-24 Andrew Cagney <ac131313@redhat.com>
11160
11161 GDB 5.1.1 released from 5.1 branch.
11162 * NEWS: Add 5.1.1 news.
11163 * README: Sync with 5.1 branch.
11164
11165 2002-01-23 Fred Fish <fnf@redhat.com>
11166
11167 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
11168 stabstring on initial malloc. Reallocing will copy it for us,
11169 if necessary.
11170
11171 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
11172
11173 * Makefile.in (hpread_h): Delete.
11174 (HFILES_NO_SRCDIR): Remove hpread.h.
11175 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
11176 (hpread.o): Update dependencies.
11177 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
11178
11179 * hp-psymtab-read.c: Remove file.
11180 * hp-symtab-read.c: Remove file.
11181 * hpread.h: Remove file.
11182
11183 * hpread.c: Merge all contents of hp-psymtab-read.c,
11184 hp-symtab-read.c and hpread.h into this file, as it was prior to
11185 January 1999.
11186
11187 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
11188 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
11189 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
11190 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
11191
11192 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
11193
11194 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
11195 fill_gregset): Call gdbarch_tdep() just once, assign result to
11196 variable and use that, instead of calling the function several
11197 times.
11198
11199 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
11200
11201 * configure.host: Accept sparcv9 as alias for sparc64.
11202 * configure.tgt: Likewise.
11203
11204 2002-01-22 Kevin Buettner <kevinb@redhat.com>
11205
11206 * solib-aix5.c (build_so_list_from_mapfile)
11207 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
11208 arguments is not reversed.
11209 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
11210 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
11211
11212 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
11213
11214 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
11215 modified version of obsolete sh_fetch_pseudo_register.
11216 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
11217 (sh4_register_read): New function.
11218 (sh_pseudo_register_write): New function. Renamed and modified
11219 version of obsolete sh_store_pseudo_register.
11220 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
11221 (sh4_register_write): New function.
11222 (sh_gdbarch_init): Remove setting of gdbarch function
11223 fetch_pseudo_register and store_pseudo_register. Remove setting of
11224 register_convert_to_raw, register_convert_to_virtual,
11225 register_convertible.
11226 (sh_sh4_register_convertible): Delete. No longer needed. All is
11227 taken care by architecture specific functions
11228 register_read/register_write.
11229 (sh_sh4_register_convert_to_virtual): Make static.
11230 (sh_sh4_register_convert_to_raw): Ditto.
11231
11232 2002-01-22 Andrew Cagney <ac131313@redhat.com>
11233
11234 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
11235 (floatformat_is_nan, floatformat_mantissa): Ditto.
11236
11237 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
11238 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
11239 builtin_type_ieee_double_little,
11240 builtin_type_ieee_double_littlebyte_bigword,
11241 builtin_type_m68881_ext, builtin_type_i960_ext,
11242 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
11243 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
11244 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
11245 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
11246
11247 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
11248
11249 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
11250 parameter. Set frameless flag if it exists and depended of
11251 whether the scanned function is frameless or not.
11252 (xstormy16_skip_prologue): If function is frameless, return
11253 result of xstormy16_scan_prologue().
11254 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
11255 call.
11256
11257 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
11258
11259 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
11260 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
11261 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
11262 sh_sh4_register_byte, sh_sh4_register_raw_size,
11263 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
11264 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
11265 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
11266 sh_store_pseudo_register, sh_do_pseudo_register): Call
11267 gdbarch_tdep() just once, assign result to variable and use that,
11268 instead of calling the function several times.
11269
11270 2002-01-20 Mark Kettenis <kettenis@gnu.org>
11271
11272 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
11273 macros instead of LAST_FPU_CTRL_REGNUM.
11274 (store_register): Likewise.
11275
11276 2002-01-21 Jim Blandy <jimb@redhat.com>
11277
11278 * infcmd.c (run_command): Check that the `exec' target layer's BFD
11279 is up-to-date before running the program, not just when a program
11280 exits.
11281
11282 2002-01-21 Fred Fish <fnf@redhat.com>
11283
11284 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
11285 when we have found all instructions we are looking for.
11286
11287 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
11288
11289 * arm-tdep.c (arm_register_name): New function.
11290 (arm_registers_names): Make static.
11291 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
11292 (arm_register_name): Declare.
11293 (REGISTER_NAME): Use it.
11294
11295 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
11296 Kevin Buettner <kevinb@redhat.com>
11297
11298 Convert arm targets to new FRAME interface.
11299 * arm-tdep.c (struct frame_extra_info): Remove fsr.
11300 (arm_frame_find_save_regs): Delete.
11301 (arm_frame_init_saved_regs): New.
11302 (arm_init_extra_frame_info): Alloacte saved_regs as required.
11303 Allocate extra_info as required. Convert all uses of fsr.regs
11304 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
11305 to use extra_info.
11306 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
11307 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
11308 (check_prologue_cache, save_prologue_cache): Likewise.
11309 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
11310 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
11311 (FRAME_FIND_SAVED_REGS): Delete.
11312 (arm_frame_find_saved_regs): Delete prototype.
11313 (arm_frame_init_saved_regs): New prototype.
11314 (FRAME_INIT_SAVED_REGS): Define.
11315
11316 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11317
11318 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
11319
11320 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11321
11322 From Jeff Law <law@redhat.com>:
11323 * infttrace.c: Include <sys/pstat.h>.
11324 (child_pid_to_exec_file): Revamp. Use pstat call to get the
11325 exec file if the ttrace equivalent fails.
11326
11327 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11328
11329 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
11330 (closeLogFile): Ditto.
11331
11332 2002-01-20 Michael Chastain <mec@shout.net>
11333
11334 * top.c (print_gdb_version): Bump copyright year to 2002.
11335
11336 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11337
11338 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
11339 Zannoni and Eli Zaretskii.
11340
11341 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11342
11343 * buildsym.c: Update copyright years.
11344 * c-typeprint.c: Likewise.
11345 * dwarf2read.c: Likewise.
11346 * f-typeprint.c: Likewise.
11347 * gdbtypes.c: Likewise.
11348 * gdbtypes.h: Likewise.
11349 * hp-symtab-read.c: Likewise.
11350 * hpread.c: Likewise.
11351 * mdebugread.c: Likewise.
11352 * p-typeprint.c: Likewise.
11353
11354 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11355
11356 * remote-sim.c (gdbsim_open): Simplify code testing the macro
11357 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
11358 byte-order selectable.
11359 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
11360 * arch-utils.c: Ditto.
11361 (set_endian): Ditto.
11362 (set_endian_from_file): Ditto.
11363 * gdbserver/low-sim.c (create_inferior): Ditto.
11364 * gdbarch.sh: Ditto.
11365 * gdbarch.h: Re-generate.
11366 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11367 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
11368 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
11369 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11370 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11371 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11372 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
11373 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
11374 macro definition.
11375 * config/mips/tm-wince.h: Remove #undef of macro
11376 TARGET_BYTE_ORDER_SELECTABLE.
11377 * config/sh/tm-wince.h: Ditto.
11378
11379 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11380
11381 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
11382 member function fields. Add accessor macro
11383 TYPE_FN_FIELD_ARTIFICIAL.
11384 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
11385 * c-typeprint.c (c_type_print_base): Skip artificial member
11386 functions.
11387
11388 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11389
11390 * f-typeprint.c: Delete unused function f_type_print_args.
11391 * p-typeprint.c: Delete unused function pascal_type_print_args.
11392
11393 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11394
11395 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
11396 comment. Add ``artificial'' to ``union field_location''.
11397
11398 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
11399
11400 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
11401 * mdebugread.c (parse_symbol): Likewise.
11402 * stabsread.c (define_symbol): Likewise.
11403 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
11404 initializing TYPE_FIELD_BITPOS to n (obsolete).
11405 (hpread_doc_function_type): Likewise.
11406 * hpread.c (hpread_function_type): Likewise.
11407
11408 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11409
11410 * configure.in (host_makefile_frag): Only require a host makefile
11411 fragment when a native build.
11412 * configure: Re-generate.
11413
11414 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11415
11416 * doublest.h (floatformat_from_type): Declare.
11417 * doublest.c (floatformat_from_type): New function.
11418 (convert_typed_floating): Use.
11419
11420 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
11421 call to function floatformat_from_type.
11422
11423 * gdbarch.sh (IEEE_FLOAT): Delete.
11424 * gdbarch.h, gdbarch.c: Re-generate.
11425 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
11426 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
11427 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
11428 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
11429 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
11430 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
11431 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
11432 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
11433 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
11434 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
11435 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
11436 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
11437
11438 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
11439 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
11440 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11441 * sh-tdep.c (sh_gdbarch_init): Ditto.
11442 * mips-tdep.c (mips_gdbarch_init): Ditto.
11443 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11444 * cris-tdep.c (cris_gdbarch_init): Ditto.
11445
11446 2002-01-20 Jiri Smid <smid@suse.cz>
11447
11448 * configure.host, configure.tgt: Support x86-64.
11449 * NEWS: Note new target x86-64.
11450
11451 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
11452 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
11453 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
11454 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
11455 x86-64-linux-nat.o): Fix dependencies.
11456
11457 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11458
11459 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
11460 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
11461 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
11462 * config/sparc/xm-sun4os4.h: Delete file.
11463 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
11464
11465 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11466
11467 * config/sparc/sparclynx.mh (XM_FILE): Delete.
11468 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
11469 * config/m68k/m68klynx.mh (XM_FILE): Delete.
11470 * config/i386/i386lynx.mh (XM_FILE): Delete.
11471 * config/rs6000/xm-rs6000ly.h: Delete file.
11472 * config/sparc/xm-sparclynx.h: Delete file.
11473 * config/m68k/xm-m68klynx.h: Delete file.
11474 * config/i386/xm-i386lynx.h: Delete file.
11475 * config/xm-lynx.h: Delete file.
11476 * config/djgpp/fnchange.lst: Update.
11477
11478 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11479
11480 * alpha-tdep.c (alpha_register_byte): New function.
11481 (alpha_register_raw_size): Ditto.
11482 (alpha_register_virtual_size): Ditto.
11483 (alpha_skip_prologue_internal): Renamed from
11484 alpha_skip_prologue.
11485 (alpha_skip_prologue): New version that calls
11486 alpha_skip_prologue_internal.
11487 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
11488 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
11489 second argument from alpha_skip_prologue.
11490 (REGISTER_BYTE): Use alpha_register_byte.
11491 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
11492 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
11493 (FRAMELESS_FUNCTION_INVOCATION): Use
11494 generic_frameless_function_invocation_not.
11495 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
11496 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
11497
11498 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11499
11500 * config/mips/xm-news-mips.h: Delete file.
11501 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
11502
11503 * config/m88k/xm-m88k.h: Delete file.
11504 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
11505 * config/m88k/xm-delta88v4.h: Ditto.
11506 * config/m88k/xm-delta88.h: Ditto.
11507
11508 * config/alpha/xm-fbsd.h: Delete file.
11509 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
11510
11511 * config/sparc/xm-sparc.h: Delete file.
11512 * Makefile.in (xm-sun4os4.h): Delete dependency.
11513 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
11514 * config/sparc/xm-sun4os4.h: Ditto.
11515 * config/sparc/xm-linux.h: Ditto.
11516
11517 * config/i386/xm-windows.h: Delete file.
11518
11519 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11520
11521 * utils.c: Include <sys/param.h> for MAXPATHLEN.
11522 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
11523
11524 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11525
11526 * alpha-tdep.c (alpha_call_dummy_words): New.
11527 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
11528 (CALL_DUMMY_P): Define.
11529 (CALL_DUMMY_WORDS): Define.
11530 (SIZEOF_CALL_DUMMY_WORDS): Define.
11531
11532 2002-01-19 Per Bothner <per@bothner.com>
11533
11534 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
11535 isn't NULL, which can happen with some gcj-3.x-produced code.
11536
11537 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11538
11539 * alpha-tdep.c (alpha_register_virtual_type): New function.
11540 (alpha_init_frame_pc_first): Ditto.
11541 (alpha_fix_call_dummy): Ditto.
11542 (alpha_store_struct_return): Ditto.
11543 (alpha_extract_struct_value_address): Ditto.
11544 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
11545 alpha_register_virtual_type.
11546 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
11547 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
11548 alpha_extract_struct_value_address.
11549 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
11550 (INIT_FRAME_PC): Use init_frame_pc_noop.
11551 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
11552
11553 2002-01-19 Mark Kettenis <kettenis@gnu.org>
11554
11555 * i386gnu-nat.c: Include "i386-tdep.h".
11556 (fetch_fpregs): Simplify code dealing with uninitialized floating
11557 point states such that it doesn't require FP7_REGNUM.
11558
11559 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11560
11561 * alpha-tdep.c (frame_extra_info): New.
11562 (alpha_find_saved_regs): Make static. Use
11563 frame->extra_info.
11564 (alpha_frame_init_saved_regs): New function.
11565 (alpha_frame_saved_pc): Use frame->extra_info.
11566 (temp_saved_regs): Don't declare as struct frame_saved_regs.
11567 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
11568 (init_extra_frame_info): Rename to...
11569 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
11570 (alpha_print_extra_frame_info): New function.
11571 (alpha_frame_locals_address): Ditto.
11572 (alpha_frame_args_address): Ditto.
11573 (alpha_pop_frame): Use frame->extra_info.
11574 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
11575 alpha_frame_args_address.
11576 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
11577 (alpha_find_saved_regs): Remove prototype.
11578 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
11579 (EXTRA_FRAME_INFO): Remove.
11580 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
11581 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
11582
11583 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11584
11585 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
11586 (alpha_cannot_fetch_register): Ditto.
11587 (alpha_cannot_store_register): Ditto.
11588 (alpha_register_convertible): Ditto.
11589 (alpha_use_struct_convention): Ditto.
11590 * config/alpha/tm-alpha.h: Update copyright years.
11591 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
11592 (INNER_THAN): Use core_addr_lessthan.
11593 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
11594 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
11595 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
11596 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
11597 (FRAME_CHAIN): Remove unnecessary cast.
11598
11599 2002-01-18 Andrew Cagney <ac131313@redhat.com>
11600
11601 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
11602 obsolete.
11603
11604 2002-01-18 Andrew Cagney <ac131313@redhat.com>
11605
11606 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
11607 * monitor.c, remote-array.c, remote-bug.c: Ditto.
11608 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
11609 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
11610 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
11611 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
11612 * x86-64-linux-nat.c: Ditto.
11613
11614 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11615
11616 * alpha-tdep.c (alpha_register_name): New function.
11617 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
11618 (REGISTER_NAME): Define.
11619
11620 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11621
11622 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
11623
11624 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11625
11626 * alpha-tdep.c: Update copyright years.
11627 (alpha_next_pc): New function.
11628 (alpha_software_single_step): Ditto.
11629 * config/alpha/tm-alpha.h: Add prototype for
11630 alpha_software_single_step.
11631
11632 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11633
11634 * alphabsd-nat.c: Update copyright years.
11635 (fill_gregset): Use regcache_collect.
11636 (fill_fpregset): Likewise.
11637 (fetch_inferior_registers): Only fetch integer registers
11638 if requested to do so.
11639 (store_inferior_registers): Only store integer registers
11640 if requested to do so.
11641
11642 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11643
11644 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
11645 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
11646 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
11647 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
11648 * config/alpha/fbsd.mh (XDEPFILES): Delete.
11649 * config/arm/linux.mh (XDEPFILES): Delete.
11650 * config/arm/nbsd.mh (XDEPFILES): Delete.
11651 * config/i386/i386dgux.mh (XDEPFILES): Delete.
11652 * config/i386/i386sol2.mh (XDEPFILES): Delete.
11653 * config/i386/i386m3.mh (XDEPFILES): Delete.
11654 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
11655 * config/i386/i386gnu.mh (XDEPFILES): Delete.
11656 * config/i386/fbsd.mh (XDEPFILES): Delete.
11657 * config/i386/i386bsd.mh (XDEPFILES): Delete.
11658 * config/i386/i386sco5.mh (XDEPFILES): Delete.
11659 * config/i386/i386v4.mh (XDEPFILES): Delete.
11660 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
11661 * config/i386/i386sco4.mh (XDEPFILES): Delete.
11662 * config/i386/i386aix.mh (XDEPFILES): Delete.
11663 * config/i386/go32.mh (XDEPFILES): Delete.
11664 * config/i386/cygwin.mh (XDEPFILES): Delete.
11665 * config/i386/i386lynx.mh (XDEPFILES): Delete.
11666 * config/i386/i386mach.mh (XDEPFILES): Delete.
11667 * config/i386/i386v32.mh (XDEPFILES): Delete.
11668 * config/i386/linux.mh (XDEPFILES): Delete.
11669 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
11670 * config/i386/ncr3000.mh (XDEPFILES): Delete.
11671 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
11672 * config/i386/i386sco.mh (XDEPFILES): Delete.
11673 * config/i386/i386v.mh (XDEPFILES): Delete.
11674 * config/i386/nbsd.mh (XDEPFILES): Delete.
11675 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
11676 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
11677 * config/i386/symmetry.mh (XDEPFILES): Delete.
11678 * config/i386/obsd.mh (XDEPFILES): Delete.
11679 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
11680 * config/ia64/linux.mh (XDEPFILES): Delete.
11681 * config/ia64/aix.mh (XDEPFILES): Delete.
11682 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
11683 * config/m68k/dpx2.mh (XDEPFILES): Delete.
11684 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
11685 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
11686 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
11687 * config/m68k/linux.mh (XDEPFILES): Delete.
11688 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
11689 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
11690 * config/m68k/nbsd.mh (XDEPFILES): Delete.
11691 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
11692 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
11693 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
11694 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
11695 * config/m88k/delta88.mh (XDEPFILES): Delete.
11696 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
11697 * config/m88k/m88k.mh (XDEPFILES): Delete.
11698 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
11699 * config/mips/linux.mh (XDEPFILES): Delete.
11700 * config/mips/irix6.mh (XDEPFILES): Delete.
11701 * config/mips/irix5.mh (XDEPFILES): Delete.
11702 * config/mips/irix4.mh (XDEPFILES): Delete.
11703 * config/mips/irix3.mh (XDEPFILES): Delete.
11704 * config/mips/decstation.mh (XDEPFILES): Delete.
11705 * config/mips/mipsm3.mh (XDEPFILES): Delete.
11706 (NATDEPFILES): Move core-aout.o to here.
11707 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
11708 * config/pa/hpux1020.mh (XDEPFILES): Delete.
11709 * config/pa/hppabsd.mh (XDEPFILES): Delete.
11710 * config/pa/hppahpux.mh (XDEPFILES): Delete.
11711 * config/pa/hpux11w.mh (XDEPFILES): Delete.
11712 * config/pa/hppaosf.mh (XDEPFILES): Delete.
11713 * config/pa/hpux11.mh (XDEPFILES): Delete.
11714 * config/powerpc/aix.mh (XDEPFILES): Delete.
11715 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
11716 * config/powerpc/linux.mh (XDEPFILES): Delete.
11717 * config/romp/rtbsd.mh: Rename XDEPFILES.
11718 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
11719 * config/rs6000/aix4.mh (XDEPFILES): Delete.
11720 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
11721 * config/s390/s390.mh (XDEPFILES): Delete.
11722 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
11723 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
11724 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
11725 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
11726 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
11727 * config/sparc/nbsd.mh (XDEPFILES): Delete.
11728 * config/sparc/linux.mh (XDEPFILES): Delete.
11729 * config/vax/vaxult.mh (XDEPFILES): Delete.
11730 * config/vax/vaxult2.mh (XDEPFILES): Delete.
11731 * Makefile.in (DEPFILES): Remove XDEPFILES.
11732
11733 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11734
11735 * utils.c (internal_verror): Fix comments, default is yes not no.
11736 Update queries to match. Default to quit and dump core.
11737
11738 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11739
11740 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
11741 copyright.
11742 * defs.h, event-top.c, gdbcmd.h: Ditto.
11743 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
11744 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
11745 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
11746 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
11747 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
11748 * mi/mi-main.c:Ditto.
11749
11750 * stack.c, symfile.c: Update copyright.
11751
11752 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
11753
11754 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
11755 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
11756 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
11757 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
11758
11759 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
11760
11761 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
11762 * gdbserver/low-lynx.c (myattach): Likewise.
11763 * gdbserver/low-nbsd.c (myattach): Likewise.
11764 * gdbserver/low-sim.c (myattach): Likewise.
11765 * gdbserver/low-sparc.c (myattach): Likewise.
11766 * gdbserver/low-sun3.c (myattach): Likewise.
11767
11768 * gdbserver/low-linux.c (myattach): New function.
11769
11770 * gdbserver/server.c (attach_inferior): New function.
11771 (main): Handle "--attach".
11772
11773 2002-01-16 Andrew Cagney <ac131313@redhat.com>
11774
11775 * MAINTAINERS (language support): Daniel Jacobwitz is C++
11776 maintainer.
11777
11778 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
11779
11780 * c-typeprint.c (is_type_conversion_operator): Add additional
11781 check for non-conversion operators.
11782
11783 2002-01-15 Michael Snyder <msnyder@redhat.com>
11784
11785 * linux-proc.c: Add "info proc" command, a la procfs.c.
11786 (read_mapping): New function, abstract and re-use code.
11787 (linux_find_memory_regions): Use new func read_mapping.
11788 (linux_info_proc_cmd): New function, implement "info proc".
11789 (_initialize_linux_proc): Add new command "info proc".
11790
11791 2002-01-15 Michael Snyder <msnyder@redhat.com>
11792
11793 * symfile.c (generic_load): Use bfd_map_over_sections method
11794 instead of manipulating bfd structure members directly.
11795 (add_section_size_callback): New function, bfd sections callback
11796 used by generic_load.
11797 (load_sections_callback): New function, bfd sections callback
11798 used by generic_load.
11799
11800 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
11801
11802 [Based on work by Jim Blandy]
11803 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
11804 (builtin_type_vec128): Export.
11805 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
11806 types.
11807 (builtin_type_vec128): New builtin type for 128 bit vector
11808 registers.
11809 (build_gdbtypes): Initialize builtin_type_v16qi and
11810 builtin_type_v8hi. Create the vec128 register builtin type
11811 structure.
11812 (build_builtin_type_vec128): New function.
11813 (_initialize_gdbtypes): Register builtin_type_v16qi and
11814 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
11815 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
11816 AltiVec register to new builtin type.
11817
11818 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
11819
11820 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
11821 to make_cv_type.
11822
11823 2002-01-14 Andrew Cagney <ac131313@redhat.com>
11824
11825 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
11826 CLEAN_UP_REGISTER_VALUE.
11827 * regcache.c (supply_register): Update only call.
11828
11829 2002-01-14 Andrew Cagney <ac131313@redhat.com>
11830
11831 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
11832 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
11833 a29k-*-vxworks* targets as obsolete.
11834
11835 2002-01-14 Michael Snyder <msnyder@redhat.com>
11836
11837 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
11838 until we can resolve portability issues.
11839 * gregset.h: Remove references to fpxregs.
11840 * gcore.c (gcore_command): Initialize note_sec to NULL.
11841
11842 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11843
11844 * signals.c (target_signal_to_name): Rewrite. Only use
11845 signals[].name when in bounds and non-NULL.
11846
11847 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11848
11849 From Petr Ledvina <ledvinap@kae.zcu.cz>:
11850 * signals.c (target_signal_to_name): Verify that SIG is within the
11851 bounds of the signals array.
11852
11853 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11854
11855 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
11856
11857 2002-01-13 Keith Seitz <keiths@redhat.com>
11858
11859 * stack.c (print_frame_info_base): Print the frame's pc
11860 only if when print_frame_info_listing_hook is not defined.
11861
11862 2002-01-13 Keith Seitz <keiths@redhat.com>
11863
11864 * varobj.c (varobj_set_value): Make sure that there were no
11865 errors evaluating the object before attempting to set its
11866 value.
11867 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
11868 so this offset adjustment is no longer necessary.
11869 (create_child): Don't set the error flag if the child is
11870 a CPLUS_FAKE_CHILD.
11871 (value_of_child): If value_fetch_lazy fails, return NULL
11872 so that callers will be notified that an error occurred.
11873 (c_value_of_variable): Delay check of variable's validity
11874 until later. We actually want all structs and unions to have
11875 the value "{...}".
11876 Do not return "???" for variables which could not be evaluated.
11877 This error condition must be returned to the caller so that it
11878 can get the error condition from gdb.
11879 (cplus_name_of_child): Adjust index for vptr before figuring
11880 out the name of the child.
11881 (cplus_value_of_child): If a child's (real) parent is not valid,
11882 don't even bother trying to give a value for it. Just return
11883 an error. Change all instances in this function.
11884 (cplus_type_of_child): If our parent is one of the "fake"
11885 parents, we need to get at the type of the real parent, and
11886 derive the child's true type using this information.
11887
11888 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11889
11890 From 2002-01-09 John Marshall <johnm@falch.net>:
11891 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
11892 sources.redhat.com, and tweak some related URLs which had
11893 suffered from linkrot.
11894
11895 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11896
11897 From Jeff law:
11898 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
11899 structures passed in registers.
11900
11901 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
11902
11903 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
11904 white space which prevented compilation. Reported by DSK
11905 <dsk@student.unsw.edu.au>.
11906
11907 2002-01-11 Michael Snyder <msnyder@redhat.com>
11908
11909 * symfile.c (build_section_addr_info_from_section_tab):
11910 Use bfd access method instead of manipulating bfd directly.
11911 (syms_from_objfile): Ditto.
11912 (simple_overlay_update_1): Ditto.
11913 (simple_overlay_update): Ditto.
11914 (generic_load): Ditto.
11915 (overlay_unmapped_address): FIXME comment, bfd access methods.
11916 (sections_overlap): FIXME comment, bfd access methods.
11917 (pc_in_mapped_range): FIXME comment, bfd access methods.
11918 (pc_in_unmapped_range): FIXME comment, bfd access methods.
11919 (section_is_mapped): FIXME comment, bfd access methods.
11920 (section_is_overlay): FIXME comment, bfd access methods.
11921
11922 * symfile.c (generic_load): Whitespace and long line cleanups.
11923 Remove duplicate variable, change several local variables to
11924 more appropriate data types.
11925 (print_transfer_performance): Use %lu instead of %ld for ulongs.
11926
11927 2002-01-12 Andrew Cagney <ac131313@redhat.com>
11928
11929 From Peter Schauer:
11930 * language.c (longest_local_hex_string_custom): Use phex_nz to
11931 convert NUM to a hex string.
11932
11933 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
11934
11935 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
11936 the function.
11937 Update Copyright year.
11938
11939 2002-01-12 Andrew Cagney <ac131313@redhat.com>
11940
11941 * language.c (longest_raw_hex_string): Delete unused function.
11942
11943 2002-01-11 Petr Sorfa <petrs@caldera.com>
11944
11945 * MAINTAINERS (write-after-approval): Add myself.
11946 * dwarf2read.c (read_tag_string_type): Handling of
11947 DW_AT_byte_size.
11948 (read_tag_string_type): FORTRAN fix to prevent propagation of
11949 first string size.
11950 (set_cu_language): Handling of DW_LANG_Fortran95
11951
11952 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
11953
11954 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
11955 GETPID(inferior_ptid).
11956 (store_inferior_registers): Likewise.
11957
11958 2002-01-10 Jason Merrill <jason@redhat.com>
11959
11960 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
11961 Fix DW_OP_minus.
11962
11963 2002-01-10 Andrew Cagney <ac131313@redhat.com>
11964
11965 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
11966 and bfd/elf32-sh-nbsd.c.
11967
11968 2002-01-10 Michael Snyder <msnyder@redhat.com>
11969
11970 * NEWS: Mention --pid and corefile/proc-id behavior change.
11971
11972 * Makefile.in: Add rules for gcore.o and linux-proc.o.
11973 * gcore.c: Include cli/cli-decode.h instead of command.h.
11974
11975 * main.c (captured_main): Add new command line option "--pid".
11976 If the second command line argument (following the symbol-file)
11977 begins with a digit, try to attach to it before trying to open
11978 it as a corefile.
11979 (print_gdb_help): Document the "--pid" argument.
11980
11981 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
11982
11983 * completer.c (command_completer): New function.
11984
11985 * completer.h <command_completer>: Add prototype.
11986
11987 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
11988 completer for the "help" command.
11989
11990 2002-01-09 Jason Merrill <jason@redhat.com>
11991
11992 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
11993
11994 2002-01-09 Michael Snyder <msnyder@redhat.com>
11995
11996 * i386-linux-nat.c (fill_fpxregset): Make global.
11997 (store_fpxregset): Ditto.
11998
11999 * gregset.h (gdb_fpxregset_t): Define.
12000 (supply_fpxregset): Prototype.
12001 (fill_fpxregset): Prototype.
12002
12003 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
12004
12005 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
12006
12007 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
12008 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
12009 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
12010
12011 2002-01-09 Andrew Cagney <ac131313@redhat.com>
12012
12013 * MAINTAINERS: Update target maintainer rules so that any
12014 Maintainer can approve a tested patch for a maintenance-only
12015 target.
12016
12017 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
12018
12019 * MAINTAINERS (write-after-approval): Add myself.
12020
12021 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
12022 IN_SIGTRAMP.
12023
12024 2002-01-08 Michael Snyder <msnyder@redhat.com>
12025
12026 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
12027 real name of the executable, rather than the /proc name.
12028
12029 2002-01-03 Michael Snyder <msnyder@redhat.com>
12030
12031 Implement a "generate-core-file" command in gdb, save target state.
12032 * gcore.c: New file. Implement new command 'generate-core-file'.
12033 Save a corefile image of the current state of the inferior.
12034 * linux-proc.c: Add linux-specific code for saving corefiles.
12035 * target.h (struct target_ops): Add new target vectors for saving
12036 corefiles; to_find_memory_regions and to_make_corefile_notes.
12037 (target_find_memory_regions): New macro.
12038 (target_make_corefile_notes): New macro.
12039 * target.c (update_current_target): Inherit new target methods.
12040 (dummy_find_memory_regions): New place-holder method.
12041 (dummy_make_corefile_notes): New place-holder method.
12042 (init_dummy_target): Initialize new dummy target vectors.
12043 * exec.c (exec_set_find_memory_regions): New function.
12044 Allow the exec_ops vector for memory regions to be taken over.
12045 (exec_make_note_section): New function, target vector method.
12046 * defs.h (exec_set_find_memory_regions): Export prototype.
12047 * procfs.c (proc_find_memory_regions): New function, corefile method.
12048 (procfs_make_note_section): New function, corefile method.
12049 (init_procfs_ops): Set new target vector pointers.
12050 (find_memory_regions_callback): New function.
12051 (procfs_do_thread_registers): New function.
12052 (procfs_corefile_thread_callback): New function.
12053 * sol-thread.c (sol_find_memory_regions): New function.
12054 (sol_make_note_section): New function.
12055 (init_sol_thread_ops): Initialize new target vectors.
12056 * inftarg.c (inftarg_set_find_memory_regions): New function.
12057 Allow to_find_memory_regions vector to be taken over.
12058 (inftarg_set_make_corefile_notes): New function.
12059 Allow to_make_corefile_notes vector to be taken over.
12060 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
12061 interface layer if not target_has_execution (may be a corefile).
12062 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
12063 * config/sparc/sun4sol2.mh: Ditto.
12064 * config/alpha/alpha-linux.mh: Ditto.
12065 * config/arm/linux.mh: Ditto.
12066 * config/i386/x86-64linux.mh: Ditto.
12067 * config/ia64/linux.mh: Ditto.
12068 * config/m68k/linux.mh: Ditto.
12069 * config/mips/linux.mh: Ditto.
12070 * config/powerpc/linux.mh: Ditto.
12071 * config/sparc/linux.mh: Ditto.
12072
12073 2002-01-07 Michael Snyder <msnyder@redhat.com>
12074
12075 * arm-linux-nat.c: Remove references to regcache.c internal data
12076 (registers[] and register_valid[]).
12077
12078 2002-01-07 Michael Snyder <msnyder@redhat.com>
12079
12080 * linux-proc.c: New file. Implement child_pid_to_exec_file,
12081 so that attaching to a pid will automatically read the process's
12082 symbol file and shlibs.
12083 * Makefile.in: Add rule for linux-proc.o.
12084 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
12085 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
12086 * config/arm/linux.mh: Ditto.
12087 * config/i386/linux.mh: Ditto.
12088 * config/i386/x86-64linux.mh: Ditto.
12089 * config/ia64/linux.mh: Ditto.
12090 * config/m68k/linux.mh: Ditto.
12091 * config/mips/linux.mh: Ditto.
12092 * config/powerpc/linux.mh: Ditto.
12093 * config/sparc/linux.mh: Ditto.
12094
12095 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
12096
12097 * win32-nat.c: Add i386-tdep.h dependency.
12098
12099 2002-01-07 Michael Snyder <msnyder@redhat.com>
12100
12101 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
12102 instead of bfd_get_arch_size. Don't bail out just because
12103 there's no exec_bfd.
12104
12105 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
12106 * p-valprint.c (pascal_object_print_value): Ditto.
12107 * somread.c (som_symtab_read): Ditto.
12108 * symfile.c (simple_free_overlay_region_table): Ditto.
12109 * valops.c (value_assign): Ditto.
12110
12111 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
12112 use tilde_expand and strerror for opening save-tracepoints file.
12113
12114 * thread-db.c (thread_db_new_objfile): Indendation fix.
12115
12116 * infptrace.c (GDB_MAX_ALLOCA): New define.
12117 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
12118 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
12119 can be overridden with whatever value is appropriate to the host).
12120 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
12121 alloca to allocate potentially large buffer.
12122 * rs6000-nat.c (child_xfer_memory): Ditto.
12123 * symm-nat.c (child_xfer_memory): Ditto.
12124 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
12125
12126 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
12127
12128 From Nick Clifton <nickc@redhat.com>
12129 * d10v-tdep.c: Set STACK_START to 0x200bffe.
12130
12131 2002-01-07 Michael Snyder <msnyder@redhat.com>
12132
12133 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
12134 Don't use exec_bfd if it's NULL.
12135
12136 2002-01-06 Mark Kettenis <kettenis@gnu.org>
12137
12138 * valops.c (value_arg_coerce): Fix formatting.
12139
12140 2002-01-06 Andrew Cagney <ac131313@redhat.com>
12141
12142 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
12143 * gnu-nat.c: Ditto.
12144
12145 2002-01-06 Andrew Cagney <ac131313@redhat.com>
12146
12147 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
12148 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
12149 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
12150 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
12151 z8k-coff have not been multi-arched. Update z8k-coff build
12152 status.
12153
12154 2002-01-06 Andrew Cagney <ac131313@redhat.com>
12155
12156 * MAINTAINERS: Mark a29k target as obsolete.
12157 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
12158 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
12159 comments.
12160 * NEWS: Note that a29k targets are obsolete.
12161 * a29k-tdep.c: Mark as obsolete.
12162 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12163 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12164 a29k-*-vxworks* targets as obsolete.
12165 * remote-adapt.c: Obsolete.
12166 * remote-eb.c: Obsolete.
12167 * remote-mm.c: Obsolete.
12168 * remote-udi.c: Obsolete.
12169 * config/a29k/a29k-udi.mt: Obsolete.
12170 * config/a29k/a29k.mt: Obsolete.
12171 * config/a29k/tm-a29k.h: Obsolete.
12172 * config/a29k/tm-vx29k.h: Obsolete.
12173 * config/a29k/vx29k.mt: Obsolete.
12174
12175 2002-01-05 Andrew Cagney <ac131313@redhat.com>
12176
12177 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
12178 with BFD_ENDIAN_BIG.
12179
12180 2002-01-05 Andrew Cagney <ac131313@redhat.com>
12181
12182 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
12183 * configure, config.in: Re-generate.
12184 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
12185 * defs.h: Do not include <endian.h>.
12186
12187 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
12188
12189 * acconfig.h (HAVE_PT_GETXMMREGS): New.
12190 * config.in: Regenerate.
12191 * configure.in: Update copyright years.
12192 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
12193 * configure: Regenerate.
12194 * i386bsd-nat.c: Update copyright years.
12195 (fill_gregset): Use regcache_collect.
12196 (fetch_inferior_registers): Only fetch integer registers
12197 if requested to do so. Add support for XMM registers
12198 using PT_GETXMMREGS.
12199 (store_inferior_registers): Only store integer registers
12200 if requested to do so. Add support for XMM registers
12201 using PT_SETXMMREGS.
12202 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
12203 (store_inferior_registers): Remove.
12204 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
12205 (fetch_elfcore_registers): New function.
12206 (i386nbsd_elfcore_fns): New.
12207 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
12208 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
12209 i386bsd-nat.o.
12210 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
12211 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
12212 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
12213 * config/i386/tm-nbsd.h: Update copyright years.
12214 (HAVE_SSE_REGS): Define.
12215 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
12216 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
12217 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
12218 (SIGCONTEXT_PC_OFFSET): Remove.
12219 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
12220
12221 2002-01-05 Andrew Cagney <ac131313@redhat.com>
12222
12223 * configure.tgt: Remove powerpc-*-macos* target.
12224 * config/m68k/xm-mpw.h: Delete file.
12225 * config/xm-mpw.h: Delete file.
12226 * ser-mac.c: Delete file.
12227 * mpw-make.sed: Delete file.
12228 * mpw-config.in: Delete file.
12229 * mac-xdep.c: Delete file.
12230 * mac-gdb.r: Delete file.
12231 * mac-defs.h: Delete file.
12232 * mac-nat.c: Delete file.
12233 * config/powerpc/macos.mh: Delete file.
12234 * config/powerpc/macos.mt: Delete file.
12235 * config/powerpc/nm-macos.h: Delete file.
12236 * config/powerpc/tm-macos.h: Delete file.
12237 * source.c (openp, open_source_file): Remove obsolete code.
12238 * top.c (gdb_readline): Ditto.
12239 * utils.c (query): Ditto.
12240 * event-top.c (display_gdb_prompt): Ditto.
12241 * Makefile.in (ser-mac.o): Delete obsolete target.
12242 * NEWS: Update.
12243
12244 2002-01-04 Andrew Cagney <ac131313@redhat.com>
12245
12246 * defs.h (BIG_ENDIAN): Delete macro definition.
12247 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
12248 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
12249 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
12250 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
12251 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
12252 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
12253 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
12254 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
12255 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
12256 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
12257 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
12258 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
12259 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12260 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12261 * gdbarch.c: Re-generate.
12262
12263 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12264
12265 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
12266 for core files.
12267
12268 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
12269
12270 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
12271
12272 2002-01-04 Andrew Cagney <ac131313@redhat.com>
12273
12274 * value.h (value_ptr): Delete typedef.
12275
12276 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
12277
12278 * i386nbsd-nat.c: Update copyright years.
12279 Include i386-tdep.h.
12280
12281 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
12282
12283 * stabsread.c: Update copyright years.
12284
12285 From Debashis Mahata <debashis.mahata@wipro.com>:
12286 (read_struct_fields): Deal with Sun C compiler erroneous stab
12287 output for structs and unions.
12288 Fix PR gdb/269.
12289
12290 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12291
12292 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
12293 prototype.
12294
12295 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12296
12297 * cp-abi.c: Fix whitespace.
12298 (baseclass_offset): New wrapper function.
12299 * cp-abi.h (baseclass_offset): Add prototype.
12300 (struct cp_abi_ops): Add baseclass_offset pointer.
12301
12302 * valops.c (vb_match): Move to...
12303 * gnu-v2-abi.c (vb_match): here.
12304 * valops.c (baseclass_offset): Move to...
12305 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
12306
12307 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
12308
12309 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
12310 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
12311 * hpacc-abi.c (init_hpacc_ops): Likewise.
12312
12313 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12314
12315 * valops.c (find_overload_match): Accept obj as a
12316 reference parameter. Update it before returning.
12317 * value.h (find_overload_match): Update prototype.
12318 * eval.c (evaluate_subexp_standard): Pass object to
12319 find_overload_match by reference.
12320
12321 2002-01-03 Andrew Cagney <ac131313@redhat.com>
12322
12323 * valarith.c: Replace value_ptr with struct value pointer. Remove
12324 register attribute from value declarations.
12325 * valops.c: Ditto.
12326 * value.h: Ditto.
12327 * scm-lang.c (scm_lookup_name): Ditto.
12328
12329 2002-01-03 Michael Snyder <msnyder@redhat.com>
12330
12331 Abstract the functionality of iterating over mapped memory
12332 regions into a general purpose iterator function.
12333 * procfs.c (iterate_over_mappings): New function, general purpose
12334 iterator for memory sections.
12335 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
12336 (solib_mappings_callback): New function, callback for above.
12337 (info_proc_mappings): Reimpliment using iterate_over_mappings.
12338 (info_mappings_callback): New function, callback for above.
12339
12340 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
12341
12342 2002-01-01 Mark Kettenis <kettenis@gnu.org>
12343
12344 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
12345 * i386-tdep.c: Include "elf-bfd.h".
12346 (process_note_abi_tag_sections): New function.
12347 (i386_gdbarch_init): Add code to recognize various OS/ABI
12348 combinations.
12349
12350 * maint.c (_initialize_maint_cmds): Add missing \ in
12351 string-literal.
12352
12353 For older changes see ChangeLog-2001
12354 \f
12355 Local Variables:
12356 mode: change-log
12357 left-margin: 8
12358 fill-column: 74
12359 version-control: never
12360 End: