2002-11-07 Andrew Cagney <ac131313@redhat.com>
[binutils-gdb.git] / gdb / ChangeLog
1 2002-11-07 Andrew Cagney <ac131313@redhat.com>
2
3 * regcache.c (deprecated_registers_fetched): Update.
4 * regcache.h (deprecated_registers_fetched): Rename
5 registers_fetched.
6 * remote-vxsparc.c (vx_read_register): Update.
7 * remote-vxmips.c (vx_read_register): Update.
8 * remote-vx68.c (vx_read_register): Update.
9 * irix5-nat.c (fetch_core_registers): Update.
10 * mipsm3-nat.c (fetch_inferior_registers): Update.
11 * sun3-nat.c (fetch_inferior_registers): Update.
12 * symm-nat.c (fetch_inferior_registers): Update.
13 * ns32knbsd-nat.c (fetch_inferior_registers): Update.
14 (fetch_core_registers): Update.
15 (fetch_kcore_registers): Update.
16 * mips-nat.c (fetch_inferior_registers): Update.
17 * corelow.c (get_core_registers): Update.
18 * a68v-nat.c (fetch_inferior_registers): Update.
19
20 2002-11-06 Joel Brobecker <brobecker@gnat.com>
21
22 Put in place the framework necessary for multiarching the hppa targets.
23 * hppa-tdep.c (hppa_gdbarch_init): New function.
24 (hppa_dump_tdep): New function.
25 (_initialize_hppa_tdep): Register the hppa gdbarch init function and
26 tdep structure dumper.
27 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): New macro, defined to 0
28 until the multi-arching conversion has partially been completed.
29
30 2002-11-06 Andrew Cagney <ac131313@redhat.com>
31
32 * valops.c (value_assign): Merge lval_register case into
33 lval_reg_frame_relative. Use frame_register and
34 regcache_cooked_write instead of get_saved_register and
35 write_register_bytes. After flushing the register cache, try to
36 re-select the selected frame.
37
38 2002-11-06 Andrew Cagney <ac131313@redhat.com>
39
40 * regcache.h (deprecated_register_valid): Rename register_valid.
41 * regcache.c: Update.
42 * ia64-aix-nat.c: Update.
43 * i386gnu-nat.c: Update.
44 * alpha-nat.c: Update.
45 * sparc-nat.c: Update.
46 * lynx-nat.c: Update.
47 * remote-mips.c: Update.
48
49 2002-11-06 Joel Brobecker <brobecker@gnat.com>
50
51 * hppa-tdep.c (_initialize_hppa_tdep): Move function body
52 to end of file, to be more consistent with the pratice followed
53 by other targets.
54
55 2002-11-06 Andrew Cagney <ac131313@redhat.com>
56
57 * infcmd.c: Include "reggroups.h" and <ctype.h>.
58 (print_float_info): Print registers in float_reggroup.
59 (print_vector_info): Print registers in vector_reggroup.
60 (default_print_registers_info): When all, print registers in
61 all_reggroup. Otherwize, print registers in general_reggroup.
62 (registers_info): Rewrite. Add support for register groups.
63 Eliminate a goto.
64
65 2002-11-06 Elena Zannoni <ezannoni@redhat.com>
66
67 * symtab.c (methods_info): Delete. It has been ifdeffed out for
68 ages.
69 (symtab_symbol_info): Remove eons old ifdeffed out code.
70 (_initialize_symtab): Remove prehistoric disabled 'info methods'
71 command.
72
73 2002-11-06 Theodore A. Roth <troth@openavr.org>
74
75 * c-exp.y: Add missing semi-colons.
76 * f-exp.y: Add missing semi-colons.
77 * m2-exp.y: Add missing semi-colons.
78 * p-exp.y: Add missing semi-colons.
79 Add empty action to start rule to avoid a type clash error when
80 building with bison >= 1.50.
81
82 2002-11-06 Jim Blandy <jimb@redhat.com>
83
84 * macrotab.h (struct macro_source_file): Doc fix.
85
86 2002-11-05 Jeff Johnston <jjohnstn@redhat.com>
87
88 * varobj.c (child_exists, cplus_number_of_children): Change
89 STREQ macro references to strcmp.
90 (cplus_name_of_child): Change code to handle the fact that
91 fields are not necessarily contiguous with regards to their
92 access control. This is a fix for PR gdb/792.
93
94 2002-11-05 Andrew Cagney <ac131313@redhat.com>
95
96 * gdbarch.sh (GET_SAVED_REGISTER): Change to a predicate function.
97 * gdbarch.h, gdbarch.c: Regnerate.
98 * frame.h (frame_register): Declare.
99 * frame.c (frame_register): New function.
100 (get_saved_register): Test GET_SAVED_REGISTER_P before calling
101 GET_SAVED_REGISTER, otherwize call
102 generic_unwind_get_saved_register.
103 (frame_register_read): Use frame_register instead of
104 get_saved_register.
105
106 2002-11-05 Elena Zannoni <ezannoni@redhat.com>
107
108 From Jim Ingham <jingham@apple.com>:
109 * event-top.c (gdb_disable_readline): New function.
110 (_initialize_event_loop): Move comment.
111
112 2002-11-05 Elena Zannoni <ezannoni@redhat.com>
113
114 * event-loop.c (start_event_loop): Add comment.
115 Update copyright.
116
117 2002-11-05 Andrew Cagney <ac131313@redhat.com>
118
119 * infcmd.c (default_print_registers_info): Do not call
120 PRINT_REGISTER_HOOK.
121
122 2002-11-05 Andrew Cagney <ac131313@redhat.com>
123
124 * sparc-tdep.c (sparc_print_register_hook): Make static.
125 (sparc_print_registers_info): New function.
126 (sparc_do_registers_info): New function.
127 (sparclet_print_registers_info): New function.
128 (sparclet_do_registers_info): New function.
129 (do_sparc_print_registers_info): New function.
130 (sparc_print_registers): New static function, clone of infcmd.c's
131 default_print_registers_info.
132 * config/sparc/tm-sparclet.h (PRINT_REGISTER_HOOK): Delete macro.
133 (sparclet_do_registers_info): Declare.
134 (DEPRECATED_DO_REGISTERS_INFO): Re-define.
135 * config/sparc/tm-sparc.h (DEPRECATED_DO_REGISTERS_INFO):
136 Re-define.
137 (sparc_do_registers_info): Declare.
138 (PRINT_REGISTER_HOOK): Delete macro.
139 (sparc_print_register_hook): Delete declaration.
140
141 2002-11-05 David Carlton <carlton@math.stanford.edu>
142
143 * symtab.c (lookup_symbol_aux): Move chunks of code into separate
144 functions.
145 (lookup_symbol_aux_local): New function.
146 (lookup_symbol_aux_symtabs): New function.
147 (lookup_symbol_aux_psymtabs): New function.
148
149 2002-11-05 David Carlton <carlton@math.stanford.edu>
150
151 * symtab.c (lookup_symbol_aux): In minsym sections, don't use the
152 previous values of 'objfile' and 'block'.
153
154 2002-11-05 Pierre Muller <muller@ics.u-strasbg.fr>
155
156 * values.c (value_change_enclosing_type): Set
157 enclosing_type field correctly also for the case where
158 more memory needs to be allocated.
159
160 2002-11-03 Mark Kettenis <kettenis@gnu.org>
161
162 * i387-tdep.c (i387_print_float_info): Call fputs_filtered instead
163 of puts_filtered.
164
165 * i387-tdep.c (i387_print_float_info): Replace calls to
166 register_read and deprecated_read_register_gen with calls to
167 frame_register_read, and make the necessary adjustments to the
168 surrounding code.
169
170 2002-11-02 Andrew Cagney <ac131313@redhat.com>
171
172 * gdbarch.sh (register_reggroup_p): Allow default value.
173 * gdbarch.h, gdbarch.c: Regenerate.
174
175 2002-11-02 Andrew Cagney <ac131313@redhat.com>
176
177 * regcache.h: Add coment indicating replacements for deprecated
178 functions.
179
180 2002-11-02 Andrew Cagney <cagney@redhat.com>
181
182 * reggroups.h, reggroups.c: New files.
183 * regcache.c: Include "reggroups.h".
184 (enum regcache_dump_what): Add `regcache_dump_groups'.
185 (regcache_dump): Contract size of the "Type" column. When
186 specified, dump the register's groups.
187 (maintenance_print_register_groups): New function.
188 (_initialize_regcache): Add command `maint print register-groups'.
189 * Makefile.in (COMMON_OBS): Add reggroups.o
190 (SFILES): Add reggroups.c.
191 (reggroups_h): Define.
192 (regcache.o, gdbarch.o): Update dependencies.
193 (reggroups.o): Specify dependencies.
194 * gdbarch.sh (register_reggroup_p): Add pure multi-arch method.
195 Add opaque declaration for `struct reggroup' in generated .h file.
196 Include "reggroups.h" in generated .c file.
197 gdbarch.h, gdbarch.c: Re-generate.
198
199 2002-11-02 Andrew Cagney <cagney@redhat.com>
200
201 * regcache.h (deprecated_read_register_gen): Rename
202 read_register_gen.
203 (deprecated_write_register_gen): Rename write_register_gen.
204 * i387-tdep.c: Update.
205 * x86-64-linux-nat.c: Update
206 * wince.c: Update.
207 * thread-db.c: Update.
208 * win32-nat.c: Update.
209 * mips-tdep.c: Update.
210 * d10v-tdep.c: Update.
211 * cris-tdep.c: Update.
212 * remote-sim.c: Update.
213 * remote-rdi.c: Update.
214 * remote-rdp.c: Update.
215 * frame.c: Update.
216 * target.c: Update.
217 * blockframe.c: Update.
218 * x86-64-tdep.c: Update.
219 * xstormy16-tdep.c: Update.
220 * sh-tdep.c: Update.
221 * s390-tdep.c: Update.
222 * rs6000-tdep.c: Update.
223 * sparc-tdep.c: Update.
224 * i386-tdep.c: Update.
225 * dwarf2cfi.c: Update.
226 * regcache.c: Update.
227
228 2002-11-01 Joel Brobecker <brobecker@gnat.com>
229
230 New interix-specific files:
231 * config/i386/nm-interix.h: New file.
232 * config/i386/interix.mh: New file.
233 * config/i386/interix.mt: New file.
234 * i386-interix-nat.c: New file.
235 * i386-interix-tdep.c: New file.
236
237 2002-11-01 Andrew Cagney <cagney@redhat.com>
238
239 * frame.h (deprecated_generic_get_saved_register): Rename
240 generic_get_saved_register.
241 * blockframe.c (deprecated_generic_get_saved_register): Update.
242 * xstormy16-tdep.c (xstormy16_get_saved_register): Update.
243 (xstormy16_frame_saved_register): Update.
244 * sh-tdep.c (sh_gdbarch_init): Update.
245 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
246 * ia64-tdep.c (ia64_get_saved_register): Update.
247 * cris-tdep.c (cris_gdbarch_init): Update.
248 * config/m32r/tm-m32r.h (GET_SAVED_REGISTER): Update.
249 * arm-tdep.c (arm_gdbarch_init): Update.
250
251 2002-10-31 Daniel Jacobowitz <drow@mvista.com>
252
253 * lin-lwp.c (lin_lwp_resume): Remove resume_all test for !step.
254
255 2002-10-31 Daniel Jacobowitz <drow@mvista.com>
256
257 * i386-linux-tdep.c (i386_linux_pc_in_sigtramp): Check for
258 trampolines in sigaction.
259
260 2002-10-31 Andrew Cagney <cagney@redhat.com>
261
262 * h8300-tdep.c: Include "gdb_assert.h".
263 (h8300_print_register): Add gdbarch, file and frame parameters.
264 Use frame_read_unsigned_register to read the register's value.
265 Use fprintf_filtered to display output.
266 (h8300_print_registers_info): Replace h8300_do_registers_info.
267 (h8300_gdbarch_init): Set print_registers_info.
268
269 2002-10-31 Andrew Cagney <cagney@redhat.com>
270
271 * frame.c (frame_read_unsigned_register): New function.
272 (frame_read_signed_register): New function.
273 * frame.h (frame_read_unsigned_register): Declare.
274 (frame_read_signed_register): Declare.
275
276 2002-10-31 Andrew Cagney <cagney@redhat.com>
277
278 * h8500-tdep.c (h8500_print_registers_info): New static function,
279 clone of infcmd.c's default_print_registers_info.
280 (h8500_do_registers_info): New funtion.
281 (h8500_print_register_hook): Rename print_register_hook, make
282 static.
283
284 * config/h8500/tm-h8500.h: Update copyright.
285 (DEPRECATED_DO_REGISTERS_INFO): Define.
286 (h8500_do_registers_info: Declare.
287 (PRINT_REGISTER_HOOK): Delete macro.
288 (print_register_hook): Delete function.
289
290 2002-10-31 Andrew Cagney <cagney@redhat.com>
291
292 * z8k-tdep.c (z8k_print_register_hook): Make static.
293 (z8k_print_registers_info): New static function, clone of
294 infcmd.c's default_print_registers_info.
295 (z8k_do_registers_info): New function. Wrap
296 z8k_print_registers_info.
297 * config/z8k/tm-z8k.h: Update copyright.
298 (PRINT_REGISTER_HOOK): Delete macro.
299 (z8k_print_register_hook): Delete declaration.
300 (DEPRECATED_DO_REGISTERS_INFO): Define.
301 (z8k_do_registers_info): Declare.
302
303 2002-10-30 Joel Brobecker <brobecker@gnat.com>
304
305 * hppa-tdep.c (find_function_in_inferior): Remove this extern,
306 as this is already provided by value.h, and was actually causing
307 a compilation error because of a conflict in parameter type
308 declaration due to a missing const keyword.
309 (low_text_segment_addres): Fix a compilation warning.
310
311 2002-10-29 Daniel Jacobowitz <drow@mvista.com>
312
313 * mips-linux-nat.c (mips_linux_cannot_fetch_register): Don't fetch
314 registers without a name.
315 (mips_linux_cannot_store_register): Don't store registers without
316 a name.
317
318 2002-10-28 David Carlton <carlton@math.stanford.edu>
319
320 * symtab.c (find_addr_symbol): Delete. (It was already commented
321 out.)
322 * symtab.h: Delete prototype for find_addr_symbol.
323
324 2002-10-26 Andrew Cagney <cagney@redhat.com>
325
326 * gdbarch.sh (DEPRECATED_DO_REGISTERS_INFO): Rename
327 DO_REGISTERS_INFO.
328 gdbarch.h, gdbarch.c: Re-generate.
329 * infcmd.c (default_print_registers_info): Update reference.
330 * mips-tdep.c (mips_gdbarch_init): Set deprecated_do_registers_info.
331 (mips_dump_tdep): Do not print DO_REGISTERS_INFO.
332 * sh-tdep.c (sh_gdbarch_init): Ditto.
333 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
334 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
335
336 2002-10-26 Mark Kettenis <kettenis@gnu.org>
337
338 * x86-64-tdep.c (x86_64_init_abi): Set init_extra_frame_info to
339 cfi_init_extra_frame_info.
340 * x86-64-tdep.h (x86_64_init_extra_frame_info): Remove prototype.
341 * x86-64-linux-tdep.c (x86_64_init_extra_frame_info): Remove function.
342
343 * x86-64-tdep.c (x86_64_init_abi): Add calls to override the i386
344 target where necessary. Add more comments and remove the ones
345 that don't provide any useful information.
346
347 * i386-tdep.c (i386_frame_saved_pc): Replace call to
348 deprecated_read_register_dummy with
349 frame_unwind_unsigned_register.
350
351 * i386-tdep.c (i386_extract_struct_value_address): Use
352 regcache_raw_read_unsigned instead of
353 regcache_cooked_read_unsigned since we know that the register
354 we're reading isn't a pseudo register. Rename variable 'val' into
355 the more descriptive 'addr'.
356
357 * x86-64-tdep.c: Fix some formatting problems, mostly in comments.
358 (x86_64_push_return_address): Add comment.
359 (x86_64_pop_frame): Make static.
360 (examine_argument): Clarify comment.
361 (x86_64_skip_prologue): Make prolog_expact variable static.
362
363 * dwarf2cfi.c: Fix some formatting problems.
364 (context_cpy, read_encoded_pointer): Clarify comments.
365
366 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Constify.
367 (x86_64_init_abi): Move set_gdbarch_* calls that overlap with the
368 i386 target back into x86_64_gdbarch_init. Add some comments and
369 remove meaningless ones.
370
371 2002-10-25 Andrew Cagney <cagney@redhat.com>
372
373 * complaints.h (struct deprecated_complaint): Rename `struct
374 complaint'.
375 * complaints.c (complain): Update.
376 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete
377 incorrect comment indicating that "symfile.h" was being included
378 for the `struct complaint' definition.
379 * remote-vx.c: Update.
380 * objc-lang.c: Update.
381 * xcoffread.c: Update.
382 * hpread.c: Update.
383 * mdebugread.c: Update.
384 * stabsread.c: Update.
385 * dwarf2read.c: Update.
386 * dwarfread.c: Update.
387 * elfread.c: Update.
388 * coffread.c: Update.
389 * stabsread.h: Update.
390 * dbxread.c: Update.
391 * buildsym.c: Update.
392 * gdbtypes.c: Update.
393 * macrotab.c: Update.
394
395 2002-10-25 Mark Kettenis <kettenis@gnu.org>
396
397 * x86-64-tdep.c (x86_64_gdbarch_init): Make a bit more similar to
398 the version in i386-tdep.c. Move set_gdbarch_* calls out into...
399 (x86_64_init_abi): ...new function.
400
401 * Makefile.in (i386v-nat.o): Add $(i386_tdep_h).
402 * i386v-nat.c: Include "i386-tdep.h".
403
404 2002-10-25 Andrew Cagney <cagney@redhat.com>
405
406 * gdbtypes.c (address_space_name_to_int): Update.
407 (address_space_int_to_name): Update.
408 * gdbarch.sh (address_class_type_flags_to_name): Change to a pure
409 multi-arch predicate.
410 (address_class_name_to_type_flags): Ditto.
411 * gdbarch.h, gdbarch.c: Re-generate.
412
413 * MAINTAINERS: Check all warnings when h8300hms and alpha-elf.
414
415 2002-10-24 Martin M. Hunt <hunt@redhat.com>
416
417 * utils.c (string_to_core_addr): Revert patch from 11 Oct.
418
419 2002-10-24 Elena Zannoni <ezannoni@redhat.com>
420
421 * symtab.h (INIT_SAL): Delete macro.
422 (init_sal): Export.
423 * symtab.c (init_sal): New function.
424
425 * ada-lang.c (ada_finish_decode_line_1): Change INIT_SAL macro
426 to init_sal function call.
427 (find_sal_from_funcs_and_line): Ditto.
428 (all_sals_for_line): Ditto.
429 * breakpoint.c (create_internal_breakpoint): Ditto.
430 (create_fork_vfork_event_catchpoint): Ditto.
431 (create_exec_event_catchpoint): Ditto.
432 (parse_breakpoint_sals): Ditto.
433 (watch_command_1): Ditto.
434 (handle_gnu_4_16_catch_command): Ditto.
435 (clear_command): Ditto.
436 * hppa-tdep.c (child_enable_exception_callback): Ditto.
437 * infcmd.c (run_stack_dummy): Ditto.
438 * infrun.c (process_event_stop_test): Ditto.
439 (check_sigtramp2): Ditto.
440 (step_over_function): Ditto.
441 * linespec.c (decode_line_2): Ditto.
442 (decode_line_1): Ditto.
443 * source.c (line_info): Ditto.
444 * symtab.c (find_pc_sect_line): Ditto.
445
446 2002-10-24 Michal Ludvig <mludvig@suse.cz>
447
448 * dwarf2cfi.c (struct context)
449 (struct context_reg): Moved to dwarf2cfi.h
450 (context_alloc, frame_state_alloc, context_cpy):
451 Made extern instead of static, removed prototypes.
452 * dwarf2cfi.h (struct context)
453 (struct context_reg): New, moved from dwarf2cfi.c
454 (context_alloc, frame_state_alloc, context_cpy):
455 New prototypes.
456 * x86-64-linux-tdep.c (x86_64_linux_sigtramp_saved_pc):
457 Changed from static to extern.
458 (LINUX_SIGINFO_SIZE, LINUX_SIGCONTEXT_PC_OFFSET)
459 (LINUX_SIGCONTEXT_FP_OFFSET)
460 (LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Adjusted.
461 (x86_64_linux_in_sigtramp, x86_64_linux_frame_chain)
462 (x86_64_init_frame_pc, x86_64_init_extra_frame_info): New.
463 * x86-64-tdep.c (x86_64_gdbarch_init): Several
464 set_gdbarch_*() calls now use x86-64 specific functions
465 instead of DWARF2 CFI ones.
466 * x86-64-tdep.h (x86_64_linux_in_sigtramp)
467 (x86_64_linux_frame_chain, x86_64_init_frame_pc)
468 (x86_64_init_extra_frame_info): New prototypes.
469
470 2002-10-23 David Carlton <carlton@math.stanford.edu>
471
472 * linespec.c: #include "parser-defs.h".
473 Delete prototype for find_template_name_end.
474 * Makefile.in (linespec.o): Depend on $(parser_defs_h).
475
476 2002-10-23 Jeff Johnston <jjohnstn@redhat.com>
477
478 * NEWS: add recent mi fixes.
479 * varobj.c (struct varobj): Add new "updated" flag.
480 (new_variable): Default "updated" flag to 0.
481 (varobj_set_value): Set "updated" flag to 1 if value
482 changes.
483 (varobj_update): Check varobj "updated" flag before
484 comparing old and refreshed values. Fix for
485 PR gdb/702.
486
487 2002-10-23 David Carlton <carlton@math.stanford.edu>
488
489 * parse.c (parse_exp_1): Use BLOCK_START.
490 * x86-64-tdep.c (x86_64_skip_prologue): Use BLOCK_END,
491 SYMBOL_BLOCK_VALUE.
492 * objc-lang.c (find_methods): Use BLOCK_START, BLOCK_END.
493
494 2002-10-23 David Carlton <carlton@math.stanford.edu>
495
496 * symtab.c: Delete cplusplus_hint.
497 Delete prototype for find_template_name_end.
498
499 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
500
501 * symtab.h: Update comment.
502
503 2002-10-23 Michael Snyder <msnyder@redhat.com>
504
505 * printcmd.c (address_info): Restore quotes in output.
506 * valops.c (value_of_local): Restore quotes in error message.
507
508 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
509
510 * symtab.c (symbol_demangled_name): New function.
511 * symtab.h (SYMBOL_DEMANGLED_NAME): Simplify macro, by
512 turning most of it into a function.
513 (symbol_demangled_name): Export.
514
515 2002-10-23 Michael Snyder <msnyder@redhat.com>
516
517 * valops.c (value_of_local): Restore quotes in error message.
518
519 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
520
521 * symtab.c (symbol_init_language_specific): New function.
522 * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): Simplify macro, by
523 turning most of it into a function.
524 (symbol_init_language_specific): Export.
525
526 2002-10-23 David Carlton <carlton@math.stanford.edu>
527
528 * dwarf2read.c (dwarf_tag_name): Add DWARF 3 names.
529 (dwarf_attr_name): Ditto.
530 (dwarf_type_encoding_name): Ditto.
531 (scan_partial_symbols): Descend into DW_TAG_namespace entries.
532 (process_die): Handle DW_TAG_namespace,
533 DW_TAG_imported_declaration, DW_TAG_imported_module.
534 (read_namespace): New function.
535
536 2002-10-22 Joel Brobecker <brobecker@gnat.com>
537
538 * configure.in: Define NEW_PROC_API on Interix too.
539 * configure: Regenerate.
540
541 2002-10-21 Joel Brobecker <brobecker@gnat.com>
542
543 * configure: Regenerate using the proper version of autoconf.
544
545 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
546
547 * findvar.c (read_var_value): Temporarily disable TLS code, until
548 complete TLS support is added.
549
550 2002-10-21 Jim Blandy <jimb@redhat.com>
551 Elena Zannoni <ezannoni@redhat.com>
552
553 * symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC
554 for thread local storage locations.
555 (struct symbol): Add objfile field.
556 (SYMBOL_OBJFILE): Define.
557 * dwarf2read.c (is_thread_local): New static variable.
558 (new_symbol): If variable is in thread local fill in address class
559 and objfile appropriately.
560 (decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address
561 stack operation.
562 * printcmd.c (address_info): Print the information for thread
563 local storage variable.
564 * findvar.c (read_var_value): In case of thread local variable,
565 defer to the target vector code to compute address.
566
567 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
568
569 * solib-svr4.c (svr4_fetch_objfile_link_map): New function.
570 * solib-svr4.h (svr4_fetch_objfile_link_map): Export.
571
572 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
573
574 * symtab.h (address_class): Rename
575 LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC.
576 * hpread.c (hpread_process_one_debug_symbol): Ditto.
577 * printcmd.c (address_info): Ditto.
578 * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
579
580 2002-10-20 Mark Kettenis <kettenis@gnu.org>
581
582 * i386bsd-nat.c (i386bsd_dr_set, i386bsd_dr_get_status): Use
583 DBREG_DRX macro to acces debug registers.
584
585 * Makefile.in (i386obsd-tdep.o): New target.
586
587 * solib-sunos.c: Include "bcache.h" and "regcache.h".
588 * Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
589
590 * configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
591 * config/i386/obsd.mt: New file.
592 * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce
593 i386obsd_sc_pc_offset and i386obsd_sc_sp_offset;
594 * i386obsd-nat.c (_initialize_i386obsd_nat): Set
595 i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of
596 i386nbsd_sigtramp_start and i386nbsd_sigtramp_end.
597 * i386obsd-tdep.c: New file.
598
599 2002-10-19 Adam Fedor <fedor@gnu.org>
600
601 * objc-exp.y (name_not_typename): Fix invalid comment.
602
603 2002-10-20 Mark Kettenis <kettenis@gnu.org>
604
605 * solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
606 to allocate partial syms and macro byte caches.
607
608 2002-10-18 David Carlton <carlton@math.stanford.edu>
609
610 * symtab.h: Delete 'struct source' and 'struct sourcevector'.
611
612 2002-10-18 Adam Fedor <fedor@gnu.org>
613
614 * stabsread.c (find_name_end): New function.
615 (define_symbol): Use it.
616
617 2002-10-18 Daniel Jacobowitz <drow@mvista.com>
618
619 * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
620 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
621 * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
622 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
623
624 2002-10-17 David Carlton <carlton@math.stanford.edu>
625
626 * symfile.h: Add opaque declaration for struct obstack.
627 Declare obsavestring to take a const char *.
628 * symfile.c (obsavestring): Make first argument a const char *.
629
630 2002-10-16 Adam Fedor <fedor@gnu.org>
631
632 * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
633 names when matching breakpoints in current file.
634
635 2002-10-16 Kevin Buettner <kevinb@redhat.com>
636
637 * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
638 (read_tag_pointer_type): Add address class support.
639 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
640 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
641 New methods.
642 * gdbarch.h, gdbarch.c: Regenerate.
643 * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
644 (make_type_with_address_space, recursive_type_dump): Add address
645 class support.
646 * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
647 (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
648 (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
649
650 2002-10-16 Klee Dienes <kdienes@apple.com>
651
652 * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
653 to get the last character of a char[] buffer, not
654 name[sizeof(vptr_name)-1].
655
656 2002-10-14 Adam Fedor <fedor@gnu.org>
657
658 * symtab.h: New objc_specific struct.
659 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
660 (SYMBOL_DEMANGLED_NAME): Likewise.
661
662 2002-10-14 Adam Fedor <fedor@gnu.org>
663
664 * symfile.c (init_filename_language_table): Add ObjC file extension.
665
666 2002-10-14 Adam Fedor <fedor@gnu.org>
667
668 * utils.c (puts_filtered_tabular): New function.
669 (fprintf_symbol_filtered): Get ObjC demangled name.
670 * defs.h (puts_filtered_tabular): Declared.
671
672 2002-10-14 Kevin Buettner <kevinb@redhat.com>
673
674 * c-lang.h (c_type_print_varspec_prefix): Delete.
675 * c-typeprint.c (c_type_print_varspec_prefix): Make static. Add
676 ``need_post_space'' parameter. Adjust all callers.
677
678 2002-10-14 Daniel Jacobowitz <drow@mvista.com>
679
680 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
681 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
682 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
683 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
684
685 2002-10-13 Adam Fedor <fedor@gnu.org>
686
687 * source.c (print_source_lines): Update comments.
688
689 2002-10-13 Adam Fedor <fedor@gnu.org>
690
691 * valops.c (value_of_local): New function.
692 (value_of_this): Use it.
693 * value.h (value_of_local): Declared.
694
695 2002-10-13 Adam Fedor <fedor@gnu.org>
696
697 * parse.c: (length_of_subexp, prefixify_subexp): Handle
698 OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
699
700 2002-10-12 Adam Fedor <fedor@gnu.org>
701
702 * language.c (binop_result_type): Add language_objc to case.
703 (integral_type): Likewise.
704 (character_type): Likewise.
705 (string_type): Likewise.
706 (boolean_type): Likewise.
707 (structured_type): Likewise.
708 (binop_type_check): Likewise.
709
710 2002-10-11 Adam Fedor <fedor@gnu.org>
711
712 * printcmd.c (address_info): Print 'self' for ObjC.
713
714 2002-10-11 Adam Fedor <fedor@gnu.org>
715
716 * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
717 OP_SELF.
718
719 2002-10-11 Adam Fedor <fedor@gnu.org>
720
721 * language.h (CAST_IS_CONVERSION): Add language_objc.
722
723 2002-10-11 Adam Fedor <fedor@gnu.org>
724
725 * defs.h (enum language): Add language_objc.
726
727 2002-10-11 Klee Dienes <kdienes@apple.com>
728
729 * corefile.c (read_memory_typed_address): New function.
730 * gdbcore.h (read_memory_typed_address): Add prototype.
731 * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
732 to read a value destined for a CORE_ADDR, not read_memory_integer.
733 * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
734 (f77_get_dynamic_lowerbound): Ditto.
735
736 2002-10-11 Martin M. Hunt <hunt@redhat.com>
737
738 * utils.c (string_to_core_addr): After turning string into
739 a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
740 which will do necessary sign-extension, etc.
741
742 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
743
744 * c-exp.y (THIS): Delete token and grammar rule.
745 (yylex): Don't return THIS.
746 * cp-valprint.c (vtbl_ptr_name_old): Delete.
747 (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
748 * demangle.c (cplus_markers): Update comment. Put '$'
749 first. Remove CPLUS_MARKER.
750 (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
751 * jv-exp.y (THIS): Delete token and grammar rule.
752 (yylex): Don't return THIS.
753 * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
754 * objc-exp.y (THIS): Delete token and grammar rule.
755 (yylex): Don't return THIS.
756 * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
757 * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
758 (read_member_functions): Likewise for opname.
759 (read_tilde_fields): Use is_cplus_marker.
760
761 * defs.h (CPLUS_MARKER): Don't define.
762 * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
763 * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
764 * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
765 * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
766 * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
767
768 * config/i386/tm-i386v4.h: Delete file.
769 * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
770 * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
771 * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
772 * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
773 * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
774 * config/i386/i386sco5.mt (TM_FILE): Likewise.
775 * config/i386/i386v4.mt (TM_FILE): Likewise.
776 * config/i386/ncr3000.mt (TM_FILE): Likewise.
777
778 2002-10-10 Marko Mlinar <markom@opencores.org>
779
780 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
781 accidentially not commited 2002-10-09
782 * gdbarch.h, gdbarch.c: Re-generate.
783
784 2002-10-09 Marko Mlinar <markom@opencores.org>
785
786 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
787 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
788 * gdbarch.h, gdbarch.c: Re-generate.
789
790 2002-10-08 Petr Sorfa <petrs@caldera.com>
791
792 Revised and re-submitted by John Wolfe <jlw@caldera.com>
793
794 Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
795 so we can work on more than one compilation unit at a time. This
796 helps prepare GDB to handle inter-CU die references.
797 * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
798 the code to be defined before struct comp_unit_head.
799 (comp_unit_head): Added new members - offset, cu_head,
800 begin_die, next and dwarf2_abbrevs.
801 (dwarf2_abbrevs): Removed single static var; now member of
802 struct comp_unit_head.
803 dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
804 members.
805 (psymtab_to_symtab_1): Changed to work with the new
806 struct comp_unit_head.
807 (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
808 constructs the dwarf2_abbrevs[] inside the cu_header.
809 (dwarf2_empty_abbrev_table): Now expects a ptr to a
810 dwarf2_abbrev table to clean up.
811 (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
812 handling of dwarf2_abbrevs inside the cu_header.
813 (read_partial_die): Now supports the call to the new
814 dwarf2_lookup_abbrev.
815 (read_full_die): Now supports the call to the new
816 dwarf2_lookup_abbrev.
817
818 2002-10-06 Christopher Faylor <cgf@redhat.com>
819
820 * Makefile.in (install-gdbtk): Add missing continuation backslash to
821 insure that shell variables, such as "transformed_name" are propagated
822 to later shell statements in rule.
823
824 2002-10-06 Mark Kettenis <kettenis@gnu.org>
825
826 * config/i386/nm-i386sco.h: Add protection against
827 multiple-inclusion. Include "i386/nm-i386v.h".
828 (REGISTER_U_ADDR): Remove define.
829 (i386_register_u_addr): Remove prototype.
830
831 2002-10-04 Michael Snyder <msnyder@redhat.com>
832
833 * m32r-stub.c (handle_exception): Make sure exception is "trap"
834 before treating it as a single-step event.
835
836 2002-10-03 Adam Fedor <fedor@gnu.org>
837
838 * objc-lang.c: ARI fixes. Change string.h to gdb_string.h.
839 (objc_demangle): Remove assignment in if statements, Replace
840 free with xfree.
841 (add_msglist): Likewise.
842 (end_msglist): Likewise.
843 (complare_selectors): Likewise.
844 (selectors_info): Likewise.
845 (compare_classes): Likewise.
846 (classes_info): Likewise.
847 (print_object_command): Likewise.
848 (find_objc_msgcall_submethod): Replace PTR with void *.
849 * objc-lang.h: Remove check for __STDC__.
850
851 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
852
853 * ui-out.h (ui_out_field_fmt_int): New prototype.
854 * ui-out.c (ui_out_field_fmt_int): New function allowing specification
855 of field width and alignment.
856 * stack.c (print_frame_info_base): When printing frame level, use
857 ui_out_field_fmt_int with a width of 2 and left alignment. Fix for
858 PR gdb/192
859
860 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
861
862 * MAINTAINERS: Add self to Write After Approval list.
863
864 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
865
866 * infcmd.c (interrupt_target_command_wrapper): Delete.
867 (interrupt_target_command): Make non static.
868 (nofp_registers_info): Make static.
869 * stack.c (return_command_wrapper): Delete.
870 (return_command): Make non static.
871
872 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
873
874 * event-top.c (gdb_setup_readline): New function. Code moved from
875 _initialize_event_loop().
876 (_initialize_event_loop): Call gdb_setup_readline().
877
878 2002-10-02 Andrew Cagney <ac131313@redhat.com>
879
880 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
881 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
882 * gdbarch.h, gdbarch.c: Re-generate.
883
884 2002-10-02 Daniel Jacobowitz <drow@mvista.com>
885
886 Fix PR gdb/778
887 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
888 before recursing.
889 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
890 of fill_in_vptr_fieldno.
891
892 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
893
894 * inferior.h (registers_info, stepi_command, nexti_command,
895 continue_command, interrupt_target_command): Export from infcmd.c.
896 * frame.h (args_info, selected_frame_level_changed_hook,
897 return_command): Export from stack.c.
898 * v850ice.c (stepi_command, nexti_command, continue_command): use
899 prototypes from inferior.h.
900 * tracepoint.c (registers_info, args_info, locals_info): Use
901 prototypes from frame.h and inferior.h.
902 * Makefile.in (mi-main.o): Add dependency on frame.h.
903
904 2002-10-02 Andrew Cagney <ac131313@redhat.com>
905
906 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
907 value in register 3 adjusted by ppc_gp0_regnum.
908
909 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
910
911 2002-10-02 Marko Mlinar <markom@opencores.org>
912
913 * MAINTAINERS: Add myself to the Write After Approval list.
914
915 2002-10-01 Alexandre Oliva <aoliva@redhat.com>
916
917 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
918 of the section for the N64 ABI, fixed.
919
920 * config/mips/tm-irix6.h: Include solib.h.
921
922 2002-10-01 Elena Zannoni <ezannoni@redhat.com>
923
924 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
925 GNU operators.
926
927 2002-10-01 Andrew Cagney <ac131313@redhat.com>
928
929 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
930 and that "mi0" syntax has been removed.
931
932 2002-09-30 David Carlton <carlton@math.stanford.edu>
933
934 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
935 * ppc-sysv-tdep.c: #include "gdb_string.h".
936 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
937 pacify GCC.
938
939 2002-10-01 Andrew Cagney <ac131313@redhat.com>
940
941 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
942 "vrsave"'s register number.
943
944 2002-09-30 Andrew Cagney <ac131313@redhat.com>
945
946 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
947 use frame_unwind_signed_register to obtain the PC.
948 (mips_frame_chain): Handle a generic dummy frame.
949 (mips_init_extra_frame_info): When a generic dummy frame, don't
950 re-compute the frame base.
951 (mips_pop_frame): Handle generic dummy frames.
952 (mips_gdbarch_init): When generic dummy frames, set
953 use_generic_dummy_frames, push_dummy_frame to
954 generic_push_dummy_frame, pc_in_call_dummy to
955 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
956 generic_save_dummy_frame_tos.
957
958 2002-09-30 Andrew Cagney <ac131313@redhat.com>
959
960 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
961 against TOP when TOP was explictly set.
962 (generic_push_dummy_frame): Set TOP to zero.
963
964 2002-09-30 Elena Zannoni <ezannoni@redhat.com>
965
966 * event-loop.c (start_event_loop): Rename variable 'result' to
967 'gdb_result', to avoid conflicts with upcoming intepreters changes.
968
969 2002-09-30 Keith Seitz <keiths@redhat.com>
970
971 * gdb-events.sh (selected_thread_changed): New event.
972 * gdb-events.c: Regenerated.
973 * gdb-events.h: Regenerated.
974
975 2002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
976
977 * MAINTAINERS: Add self to Write After Approval list.
978
979 2002-09-30 Fernando Nasser <fnasser@redhat.com>
980
981 * disasm.c: New file.
982 * disasm.h: New file.
983 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
984 (compare_lines): Ditto.
985 (dump_insns): Ditto.
986 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
987 argument.
988 (do_assembly_only): Ditto.
989 (do_disassembly): Renamed to gdb_disassembly and moved to
990 disasm.c. Sdded uiout argument.
991 * Makefile.in: Add new files. Reorder SFILES list. Update
992 dependencies. Include libgdb.a later in the insight executable.
993
994 2002-09-29 Andrew Cagney <ac131313@redhat.com>
995
996 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
997 bfd/elf64-alpha-fbsd.c.
998
999 2002-09-29 Andrew Cagney <ac131313@redhat.com>
1000
1001 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
1002 i386gnu-tdep.c.
1003
1004 2002-09-29 Andrew Cagney <ac131313@redhat.com>
1005
1006 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
1007 __FUNCTION__.
1008 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
1009 function name.
1010 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
1011 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
1012 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
1013 (S_msg_sig_post_reply): Ditto.
1014
1015 2002-09-28 Corinna Vinschen <vinschen@redhat.com>
1016
1017 * sh-tdep.c (sh_use_struct_convention): Use definition according
1018 to ABI.
1019 (sh_push_arguments): Store in register with correct endianess.
1020 (sh_default_store_return_value): Ditto.
1021 (sh_gdbarch_init): Set sizeof long double to 8.
1022
1023 2002-09-27 Mark Kettenis <kettenis@gnu.org>
1024
1025 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
1026 Fix some whitespace problems.
1027
1028 2002-09-27 David Carlton <carlton@math.stanford.edu>
1029
1030 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
1031 (mcore-tdep.o): Ditto.
1032 (ns32k-tdep.o): Ditto.
1033 (ns32knbsd-tdep.o): Ditto.
1034 (sh3-rom.o): Ditto.
1035 (vax-tdep.o): Ditto.
1036 * cris-tdep.c: #include "gdb_string.h"
1037 * mcore-tdep.c: Ditto.
1038 * ns32k-tdep.c: Ditto.
1039 * ns32knbsd-tdep.c: Ditto.
1040 * sh3-rom.c: Ditto.
1041 * vax-tdep.c: Ditto.
1042
1043 2002-09-27 David Carlton <carlton@math.stanford.edu>
1044
1045 * config/djgpp/fnchange.lst: Add entries for
1046 gdb/testsuite/gdb.c++/m-static files.
1047
1048 2002-09-27 Jim Wilson <wilson@redhat.com>
1049
1050 * MAINTAINERS: Add myself to the Write After Approval list.
1051
1052 2002-09-26 Martin M. Hunt <hunt@redhat.com>
1053
1054 * mips-tdep.c (find_proc_desc): Initialize startaddr.
1055
1056
1057 2002-09-26 Andrew Cagney <ac131313@redhat.com>
1058
1059 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
1060 frame.
1061
1062 2002-09-26 Andrew Cagney <ac131313@redhat.com>
1063
1064 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
1065 (rs6000_struct_return_address): Delete variable.
1066 (rs6000_store_struct_return): Update.
1067 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
1068 deprecated_extract_struct_value_address.
1069 (rs6000_frame_align): New function.
1070 (rs6000_gdbarch_init): Set frame_align.
1071
1072 2002-09-26 Andrew Cagney <ac131313@redhat.com>
1073
1074 From Grace Sainsbury <graces@redhat.com>:
1075 * Makefile.in (gdbtk-main.o): New target.
1076 (gdb.o): New target.
1077 (main_h): Define.
1078 (main.o): Update dependencies.
1079 (gdb$(EXEEXT)): Add gdb.o.
1080 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
1081 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
1082 (SUBDIR_GDBTK_CLEAN): Set.
1083 (install-gdbtk): Install the insight binary.
1084 (uninstall-gdbtk): New target.
1085 (all-gdbtk, clean-gdbtk): New rule.
1086 * top.c (use_windows): Default to zero.
1087 * main.c: Include "main.h".
1088 (main): Delete.
1089 (struct captured_main_args): Delete.
1090 (gdb_main): New function.
1091 * main.h: New file.
1092 * gdb.c: New File.
1093
1094 2002-09-25 Andrew Cagney <cagney@redhat.com>
1095
1096 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
1097 (frame_map_regnum_to_name): New function.
1098 (frame_map_name_to_regnum): New function.
1099 * frame.h (frame_map_name_to_regnum): Declare.
1100 (frame_map_regnum_to_name): Declare.
1101 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
1102 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
1103 * parse.c: Do not include "builtin-regs.h".
1104 (target_map_name_to_register): Delete function.
1105 (write_dollar_variable): Use frame_map_name_to_regnum.
1106 * parser-defs.h (target_map_name_to_register): Delete declaration.
1107 * expprint.c: Include "frame.h".
1108 (print_subexp): Use frame_map_regnum_to_name.
1109 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
1110 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
1111
1112 2002-09-25 Andrew Cagney <ac131313@redhat.com>
1113
1114 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
1115 wasn't saved, and the next innermost frame is a dummy, return the
1116 dummy frame's link register.
1117
1118 2002-09-24 Jim Blandy <jimb@redhat.com>
1119
1120 Fix from Paul Breed:
1121 * main.c (captured_main): Add a `break' after the case for 'b'.
1122
1123 2002-09-24 Keith Seitz <keiths@redhat.com>
1124
1125 * varobj.c (c_type_of_child): Use get_target_type instead
1126 of TYPE_TARGET_TYPE.
1127
1128 2002-09-22 Fernando Nasser <fnasser@redhat.com>
1129
1130 * source.c (get_current_or_default_source_symtab_and_line): Remove
1131 function.
1132 (set_default_source_symtab_and_line): New function. Attempts to
1133 determine a source file to list lines from if one is not currently
1134 defined.
1135 (get_current_source_symtab_and_line): Initialize sal.pc and
1136 sal.end fields.
1137 (set_current_source_symtab_and_line): Mark argument as const.
1138 * source.h: Update declarations and comments.
1139 * linespec.c (decode_line_1): Replace call to removed routine above.
1140 * stack.c (print_frame_info_base): Ditto.
1141 * cli/cli-cmds.c (edit_command): Ditto.
1142 (list_command): Ditto.
1143
1144 2002-09-22 Fernando Nasser <fnasser@redhat.com>
1145
1146 * source.c (get_current_or_default_source_symtab_and_line): Initialize
1147 sal.pc and sal.end fields.
1148 (get_current_or_default_source_symtab_and_line): Ditto.
1149 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
1150 so we do not cause a new source symtab to be searched for (reverting an
1151 unintentional change from the 2002-09-20 patch).
1152 * scm-lang.c (scm_unpac): Ditto.
1153
1154 2002-09-21 Andrew Cagney <cagney@redhat.com>
1155
1156 * complaints.c (symfile_explanations): Remove new-line from
1157 ``isolated_message''.
1158 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
1159 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
1160
1161 2002-09-20 Nick Clifton <nickc@redhat.com>
1162
1163 * NEWS: Announce that V850EA ISA is no longer supported.
1164 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
1165
1166 2002-09-20 David Carlton <carlton@math.stanford.edu>
1167
1168 * Makefile.in (c-lang.o): Correct dependencies.
1169 (utils.o): Gather dependencies.
1170 (charset.o): Move.
1171 * c-lang.c: #include "gdb_string.h"
1172
1173 2002-09-20 Fernando Nasser <fnasser@redhat.com>
1174
1175 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
1176 * cli/cli-cmds.c (list_command): New function. Implements the new
1177 cli edit command.
1178 (_init_cli_cmds): Add new command definition.
1179 * gdb.1: Document edit command.
1180 * doc/gdb.texinfo: Document edit command.
1181
1182 2002-09-20 Fernando Nasser <fnasser@redhat.com>
1183
1184 * source.c: Make global variables current_source_symtab and
1185 current_source_line static.
1186 (list_command): Moved to cli/cli-cmds.c.
1187 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
1188 (get_first_line_listed): New accessor function.
1189 (get_lines_to_list): New accessor function.
1190 (get_current_source_symtab_and_line): New function. Retrieves the
1191 position in the source code that we consider current.
1192 (get_current_or_default_source_symtab_and_line): New function.
1193 Like the above but attempts to determine a default position if one
1194 is not currently defined.
1195 (set_current_source_symtab_and_line): New function. Sets the source
1196 code position considered current and returns the previously set one.
1197 (clear_current_source_symtab_and_line): Reset stored information about
1198 a current source line.
1199 (_initialize_source): Remove registration for the "list" command and
1200 its alias.
1201 * source.h: Add declarations for the new functions above.
1202 * symtab.h: Remove declarations for the global variables mentioned
1203 above.
1204 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
1205 obtain current source line.
1206 * linespec.c (decode_line_1): Ditto.
1207 * macroscope.c (default_macro_scope): Ditto.
1208 * scm-lang.c (scm_unpac): Ditto.
1209 * stack.c (print_frame_info_base): Ditto.
1210 * symfile.c (clear_symtab_users): Ditto.
1211 * symtab.c (decode_line_spec): Ditto.
1212 * cli/cli-cmds.c (list_command): Moved here from source.c.
1213 (ambiguous_line_spec): Moved here from source.c.
1214 (_init_cli_cmds): Add definition for "list" and its alias.
1215 * Makefile.in: Update dependencies.
1216
1217 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
1218
1219 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
1220 with what gcc thinks is correct.
1221
1222 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
1223
1224 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
1225 multiple register push instruction.
1226
1227 2002-09-19 Jim Blandy <jimb@redhat.com>
1228
1229 Add support for distinct host and target character sets.
1230 * charset.c, charset.h: New files.
1231 * c-exp.y: #include "charset.h".
1232 (yylex): Convert character and string literals to the target
1233 character set, before returning them as the semantic value of the
1234 token.
1235 * c-lang.c: #include "charset.h".
1236 (c_emit_char): Use charset-specific methods to recognize
1237 characters with backslash escape forms, to decide which characters
1238 to print literally and which to print using numeric escape
1239 sequences, and to convert target characters to host characters
1240 before printing.
1241 * utils.c: #include "charset.h".
1242 (no_control_char_error): New function.
1243 (parse_escape): Use charset-specific methods to recognize
1244 backslash escapes, parse `control character' notation, and convert
1245 characters from the host character set to the target character set.
1246 * configure.in: Set the default host character set.
1247 Check where to find iconv, and what its argument types might be.
1248 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
1249 * Makefile.in (SFILES): List charset.c.
1250 (COMMON_OBS): List charset.o.
1251 (charset.o): New rule.
1252 (charset_h): New header dependency variable.
1253 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
1254 (LIBICONV): New variable, set by configure.
1255 (CLIBS): Include $(LIBICONV) here.
1256 * aclocal.m4, config.in, configure: Regenerated.
1257
1258 2002-09-19 Joel Brobecker <brobecker@gnat.com>
1259
1260 * ada-exp.y: Add missing semicolons to end rules. Fixes a
1261 bison 1.35 warning.
1262
1263 2002-09-19 Richard Earnshaw <rearnsha@arm.com>
1264
1265 * gdb_mbuild.sh: New file.
1266
1267 2002-09-19 Andrew Cagney <ac131313@redhat.com>
1268
1269 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
1270
1271 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1272
1273 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
1274 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
1275 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
1276 valops.c, value.h: Revert previous change.
1277
1278 2002-09-18 Michael Snyder <msnyder@redhat.com>
1279
1280 Preliminary support for Objective-C:
1281 * defs.h (language_objc): New enum value.
1282 (puts_filtered_tabular): Declaration only, exported from utils.c.
1283 (skip_quoted): Delete, declared in completer.h.
1284 * c-exp.y: Include completer.h.
1285 * p-exp.y: Ditto.
1286 * jv-exp.y: Ditto.
1287 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
1288 New operator enum values.
1289 * language.h (CAST_IS_CONVERSION): Test for language_objc.
1290 * language.c (binop_result_type): Handle language_objc case.
1291 (integral_type, character_type, string_type, boolean_type,
1292 structured_type, binop_type_check): Ditto.
1293 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
1294 (struct objc_specific): Add to general_symbol_info.
1295 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
1296 (SYMBOL_DEMANGLED_NAME): Handle objc case.
1297 * parser-defs.h (struct objc_class_str): New struct type.
1298 (start_msglist, end_msglist, add_msglist): Declaration only,
1299 exported from objc-lang.c.
1300 * value.h (value_of_local, value_nsstring,
1301 call_function_by_hand_expecting_type): Exported from valops.c.
1302 * valops.c (find_function_addr): Export.
1303 (call_function_by_hand_expecting_type): New function.
1304 (value_of_local): New function.
1305 * symfile.c (init_filename_language_table): Add ".m" extension
1306 for Objective-C.
1307 * utils.c (puts_filtered_tabular): New function.
1308 (fprintf_symbol_filtered): Add objc demangling support (disabled).
1309 (set/show demangle): Extend help-string to refer to ObjC.
1310 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
1311 * stabsread.c (symbol_reference_defined): Objective-C symbols
1312 may contain colons: make allowances when scanning stabs strings
1313 for colons.
1314 (objc_find_colon): New function.
1315 * printcmd.c (address_info): If language == objc then print
1316 "self" instead of "this".
1317 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
1318 OP_NSSTRING, and OP_SELF.
1319 (prefixify_subexp): Ditto.
1320 * source.c (print_source_lines): Mention objc in comment.
1321 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
1322 method names.
1323
1324 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1325
1326 * complaints.h: Update copyright.
1327 (struct complaints): Declare.
1328 (struct complaint): Make `message' constant.
1329 (internal_complaint): Declare.
1330 (complaint): Declare.
1331 (complaint_root): Delete declaration.
1332 (symfile_complaints): Delete declaration.
1333 (struct complaints): Add opaque declaration.
1334 (clear_complaints): Add a complaints parameter.
1335 * complaints.c: Update copyright.
1336 (enum complaint_series): Define.
1337 (complaint_root): Delete.
1338 (struct complaints): Define.
1339 (complaint_sentinel, symfile_complaint_book): New variables.
1340 (symfile_explanations, symfile_complaints): New variables.
1341 New variables.
1342 (get_complaints): New function.
1343 (vcomplaint): New function.
1344 (complaint): New function.
1345 (internal_complaint): New function.
1346 (complain): Call vcomplain with symfile_complaint.
1347 (clear_complaints): Rewrite.
1348 (_initialize_complaints): Use add_setshow_command.
1349 * Makefile.in (complaints.o): Update dependencies.
1350 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
1351 to call to clear_complaints.
1352 (new_symfile_objfile, reread_symbols): Ditto.
1353 (oldsyms_complaint): Delete.
1354 (empty_symtab_complaint, unknown_option_complaint): Delete.
1355 (free_named_symtabs): Use complaint instead of complain.
1356
1357 2002-09-18 Michael Snyder <msnyder@redhat.com>
1358
1359 Contributed by Apple Computer, Inc. Merged with current sources
1360 by Adam Fedor <fedor@doc.com> [cagney].
1361
1362 * objc-lang.c: First clean-up round: comments, indentation.
1363 * objc-lang.h: Ditto.
1364 * objc-lang.y: Ditto.
1365
1366 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1367
1368 * maint.c (maintenance_internal_error): Print the parameter as the
1369 error message.
1370 (maintenance_internal_warning): New function.
1371 (_initialize_maint_cmds): Add command `maint internal-warning'.
1372
1373 * defs.h (internal_warning, internal_vwarning): Declare.
1374 * utils.c (struct internal_problem): Define.
1375 (internal_vproblem): New function.
1376 (internal_warning): New function.
1377 (internal_vwarning): New function.
1378 (internal_warning_problem, internal_error_problem): New variables.
1379 (internal_verror): Just call internal_vproblem.
1380
1381 2002-09-18 Michael Snyder <msnyder@redhat.com>
1382
1383 * objc-lang.c: New file, support for Objective-C.
1384 Preliminary check-in, not yet integrated into gdb.
1385 * objc-lang.h: New file.
1386 * objc-exp.y: New file.
1387
1388 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1389
1390 * infrun.c (signal_stop_update): Convert definition to ISO C.
1391 (signal_print_update): Ditto.
1392 (signal_pass_update): Ditto.
1393 * inflow.c (terminal_save_ours): Ditto.
1394
1395 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
1396 comments.
1397
1398 * config/djgpp/fnchange.lst: Handle name clashes between
1399 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
1400 bfd/coff-tic80.c.
1401
1402 * i386-linux-tdep.h: Fix tipo.
1403
1404 2002-09-18 Adam Fedor <fedor@gnu.org>
1405
1406 * MAINTAINERS: Add myself to the Write After Approval list.
1407
1408 2002-09-18 Jim Blandy <jimb@redhat.com>
1409
1410 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
1411 texthigh and textlow to reader-specific structs caused
1412 objfile_relocate to miss them. This is fixable, but the work that
1413 the change was supposed to prepare GDB for never got done anyway.
1414
1415 2002-09-18 David Carlton <carlton@math.stanford.edu>
1416
1417 * MAINTAINERS: Alphabetize Write After Approval list.
1418
1419 2002-09-18 Daniel Jacobowitz <drow@mvista.com>
1420
1421 Fix PR gdb/709
1422 * values.c (value_static_field): Call read_var_value.
1423
1424 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1425
1426 * valops.c (hand_function_call): Align the initial stack pointer
1427 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
1428 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
1429 return value.
1430 * mips-tdep.c (mips_frame_align): New function.
1431 (mips_gdbarch_init): Set frame_align.
1432 * gdbarch.sh (FRAME_ALIGN): New method.
1433 * gdbarch.h, gdbarch.c: Re-generate.
1434
1435 2002-09-18 Michal Ludvig <mludvig@suse.cz>
1436
1437 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
1438 registers.
1439
1440 2002-09-17 Andrew Cagney <ac131313@redhat.com>
1441
1442 * NEWS: Mention that MIPS $fp behavior changed.
1443 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
1444 reference to FP_REGNUM.
1445 (mipsnbsd_cannot_store_register): Ditto.
1446 * mips-linux-nat.c: Update copyright.
1447 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
1448 (mips_linux_cannot_store_register): Ditto.
1449 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
1450 * config/mips/tm-mips.h: Update copyright.
1451 (FP_REGNUM): Delete macro.
1452 (MIPS_REGISTER_NAMES): Replace "fp" with "".
1453 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
1454 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
1455 (mips_r3041_reg_names, mips_r3051_reg_names)
1456 (mips_r3081_reg_names): Replace "fp" with "".
1457 Fix PR gdb/480.
1458
1459 2002-09-17 Theodore A. Roth <troth@verinet.com>
1460
1461 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
1462 generic_read_register_dummy() (PR gdb/703).
1463 (avr_push_return_address): #if 0 out unused vars.
1464 (avr_gdbarch_init): Enable use of avr_push_return_address().
1465
1466 2002-09-17 Michael Snyder <msnyder@redhat.com>
1467
1468 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
1469 RTE will take care of it.
1470
1471 2002-09-17 Andrew Cagney <ac131313@redhat.com>
1472
1473 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
1474 invalid, return SP_REGNUM.
1475
1476 2002-09-17 Michael Snyder <msnyder@redhat.com>
1477
1478 * mips-tdep.c (mips_pop_frame): Read saved values of floating
1479 point registers without sign extension.
1480
1481 2002-09-17 Andrew Cagney <cagney@redhat.com>
1482
1483 * blockframe.c (deprecated_read_register_dummy): Rename
1484 generic_read_register_dummy.
1485 * frame.c (frame_unwind_signed_register): New function.
1486 (frame_unwind_unsigned_register): New function.
1487 * frame.h (frame_unwind_signed_register): Declare.
1488 (frame_unwind_unsigned_register): Declare.
1489 (deprecated_read_register_dummy): Rename
1490 generic_read_register_dummy.
1491
1492 * h8300-tdep.c (h8300_frame_chain): Update.
1493 (h8300_frame_saved_pc): Update.
1494 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
1495 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
1496 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
1497 (s390_frame_chain): Update.
1498 * v850-tdep.c (v850_find_callers_reg): Update.
1499 (v850_frame_saved_pc): Update.
1500 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
1501 (m32r_find_callers_reg): Update.
1502 (m32r_frame_saved_pc): Update.
1503 * sh-tdep.c (sh_find_callers_reg): Update.
1504 (sh64_get_saved_pr): Update.
1505 (sh_init_extra_frame_info): Update.
1506 (sh_init_extra_frame_info): Update.
1507 (sh64_init_extra_frame_info): Update.
1508 (sh64_init_extra_frame_info): Update.
1509 * mcore-tdep.c (mcore_find_callers_reg): Update.
1510 (mcore_frame_saved_pc): Update.
1511 (mcore_init_extra_frame_info): Update.
1512 * i386-tdep.c (i386_frame_saved_pc): Update.
1513 * ia64-tdep.c (ia64_frame_saved_pc): Update.
1514 (ia64_init_extra_frame_info): Update.
1515 (ia64_init_extra_frame_info): Update.
1516 * d10v-tdep.c (d10v_frame_saved_pc): Update.
1517 * cris-tdep.c (cris_init_extra_frame_info): Update.
1518 * avr-tdep.c (avr_frame_chain): Update.
1519 (avr_init_extra_frame_info): Update.
1520 (avr_frame_saved_pc): Update.
1521 * arm-tdep.c (arm_find_callers_reg): Update.
1522 (arm_init_extra_frame_info): Update.
1523 (arm_frame_saved_pc): Update.
1524
1525 2002-09-17 Tom Tromey <tromey@redhat.com>
1526
1527 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
1528 is "'".
1529
1530 2002-09-17 Corinna Vinschen <vinschen@redhat.com>
1531
1532 * MAINTAINERS: Remove "non multi-arched" text from h8300.
1533 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
1534 NEXT_PROLOGUE_INSN.
1535 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
1536 NEXT_PROLOGUE_INSN.
1537
1538 2002-09-16 Joel Brobecker <brobecker@gnat.com>
1539
1540 * osfsolib.c: Remove file, replaced by solib-osf.c.
1541 * Makefile.in: Remove compilation rules for osfsolib.c.
1542
1543 2002-09-16 David Carlton <carlton@math.stanford.edu>
1544
1545 * cp-valprint.c (cp_print_class_method): Correct args to
1546 check_stub_method_group.
1547
1548 2002-09-16 Corinna Vinschen <vinschen@redhat.com>
1549
1550 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
1551 `set architecture'. Unify naming convention of functions.
1552 (h8300_skip_prologue): Improve prologue analysis.
1553 (h8300_push_arguments): Rewritten to more closely match GCC's
1554 bizarre argument-passing behavior, along with the comment describing
1555 said behavior.
1556 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
1557 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
1558 sim, remote-e7000.c, remote-hms.c and remote.c
1559
1560 2002-09-15 Mark Kettenis <kettenis@gnu.org>
1561
1562 * i386-tdep.c (gdb_print_insn_i386): Removed.
1563 (i386_print_insn): New function.
1564 (i386_gdbarch_init): Set print_insn to i386_print_insns.
1565 (_initialize_i386_tdep): Don't initialize tm_print_insn and
1566 tm_print_insn_info.
1567
1568 2002-09-14 Mark Kettenis <kettenis@gnu.org>
1569
1570 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
1571 zero.
1572
1573 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
1574
1575 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
1576 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
1577 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
1578
1579 2002-09-13 Christopher Faylor <cgf@redhat.com>
1580
1581 * win32-nat.c (child_create_inferior): Honor 'tty' command.
1582
1583 2002-09-13 Daniel Jacobowitz <drow@mvista.com>
1584
1585 * gdbtypes.c (check_stub_method): Make static.
1586 (check_stub_method_group): New function.
1587 * gdbtypes.h: Update prototypes.
1588 * cp-support.c: New file.
1589 * cp-support.h: New file.
1590
1591 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
1592 (update_method_name_from_physname): New function.
1593 (read_member_functions): Correct method names for operators
1594 and v3 constructors/destructors. Separate v2 constructors and
1595 destructors.
1596 * Makefile.in (stabsread.o): Update dependencies.
1597 (SFILES): Add cp-support.c.
1598 (COMMON_OBS): Add cp-support.o.
1599 (cp_support_h, cp-support.o): Add.
1600
1601 * cp-valprint.c (cp_print_class_method): Call
1602 check_stub_method_group instead of check_stub_method. Remove
1603 extraneous QUITs.
1604 * p-valprint.c (pascal_object_print_class_method): Likewise.
1605 * valops.c (search_struct_method): Likewise.
1606 (find_method_list, value_struct_elt_for_reference): Likewise.
1607
1608 2002-09-13 Andrew Cagney <cagney@redhat.com>
1609
1610 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
1611 * gdbarch.h, gdbarch.c: Regenerate.
1612
1613 2002-09-13 Andrew Cagney <ac131313@redhat.com>
1614
1615 * frame.c (find_saved_register): Delete function.
1616 * frame.h (find_saved_register): Delete declaration.
1617 Fix PR gdb/631.
1618
1619 Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
1620
1621 * mips-tdep.c (read_next_frame_reg): Re-hack using
1622 frame_register_unwind.
1623
1624 Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
1625
1626 * mips-tdep.c (mips_get_saved_register): Re-hack using
1627 frame_register_unwind.
1628
1629 2002-09-12 Joel Brobecker <brobecker@gnat.com>
1630
1631 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
1632 vector. Will be useful for Interix.
1633 * gdbarch.h, gdbarch.c: Regenerate.
1634
1635 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
1636 name of the malloc function by NAME_OF_MALLOC.
1637
1638 2002-09-12 Joel Brobecker <brobecker@gnat.com>
1639
1640 * value.h (find_function_in_inferior): Add const keyword to
1641 one of the parameters. Allows us to invoke this function with
1642 a const char *.
1643 * valops.c (find_function_in_inferior): Likewise.
1644
1645 2002-09-12 Joel Brobecker <brobecker@gnat.com>
1646
1647 * exec.c (xfer_memory): Fix compilation warning with old versions
1648 of GCC.
1649 * tracepoint.c (trace_find_tracepoint_command): Likewise.
1650
1651 2002-09-12 David Carlton <carlton@math.stanford.edu>
1652
1653 * symtab.h: Run through gdb_indent.h.
1654 Add 2002 to Copyright year list.
1655
1656 2002-09-12 Alan Modra <amodra@bigpond.net.au>
1657
1658 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
1659 mach constants.
1660 * MAINTAINERS: Add myself to write after approval list.
1661
1662 2002-09-11 J. Brobecker <brobecker@gnat.com>
1663
1664 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
1665
1666 2002-09-11 J. Brobecker <brobecker@gnat.com>
1667
1668 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
1669 Interix.
1670
1671 2002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
1672
1673 * procfs.c (do_detach): Clear current signal, not just fault.
1674 Corrects problem with breakpoint trap signal leaking to detached
1675 process on Tru64.
1676
1677 2002-09-10 Michael Snyder <msnyder@redhat.com>
1678
1679 * buildsym.c (finish_block): Protect against null pointer.
1680
1681 2002-09-10 Andrew Cagney <cagney@redhat.com>
1682
1683 * infcmd.c (default_print_registers_info): Send all output to
1684 ``file'' instead of ``gdb_stdout''.
1685
1686 2002-09-10 Michael Snyder <msnyder@redhat.com>
1687
1688 * mips-tdep.c (mips_extract_struct_value_address): Make val a
1689 LONGEST, and use signed register read (addresses are sign-
1690 extended for mips).
1691
1692 2002-09-10 Stephane Carrez <stcarrez@nerim.fr>
1693
1694 * event-loop.c (gdb_do_one_event): Make public.
1695 * event-loop.h (gdb_do_one_event): Declare.
1696
1697 2002-09-10 Jeff Law <law@redhat.com>
1698
1699 * infttrace.c (child_resume): Simplify and rework to avoid
1700 TT_PROC_CONTINUE.
1701
1702 2002-09-09 Fred Fish <fnf@intrinsity.com>
1703
1704 * printcmd.c (print_scalar_formatted): "len" is the number of
1705 target bytes, NOT the number of target bits.
1706
1707 2002-09-09 Elena Zannoni <ezannoni@redhat.com>
1708
1709 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
1710 * top.c (init_main): Set rl_terminal_name.
1711
1712 2002-09-08 Aidan Skinner <aidan@velvet.net>
1713
1714 * ada-lang.c (ada_array_bound, ada_type_match,
1715 _initialize_ada_language): Fix K&R definitions.
1716 * ada-tasks.c (get_current_task): Fix K&R definitions.
1717 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
1718
1719 2002-09-07 Christopher Faylor <cgf@redhat.com>
1720
1721 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
1722 Add XP.
1723
1724 2002-09-06 Mark Kettenis <kettenis@gnu.org>
1725
1726 * i386-tdep.c (i386_register_virtual_type,
1727 i386_register_convertible, i386_register_convert_to_virtual,
1728 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
1729 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
1730 (i386_gdbarch_init): Fix comment. Add comments on calls that set
1731 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
1732 Don't set push_arguments twice.
1733
1734 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
1735 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
1736 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
1737 sigtramp_end to NULL.
1738 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
1739 defines.
1740 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
1741
1742 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
1743 whitespace.
1744
1745 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
1746 * gdbarch.h, gdbarch.c: Re-generate.
1747 * blockframe.c (find_pc_sect_partial_function): Convert to use
1748 SIGTRAMP_START_P predicate.
1749
1750 2002-09-05 Michael Snyder <msnyder@redhat.com>
1751
1752 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
1753 generic_dummy_frame method and old method. Also distinguish
1754 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
1755 (arm_extract_return_value): Use new regcache method.
1756
1757 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
1758 adjustment that doesn't conform to the ABI.
1759 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
1760 saved regcache, not from current regcache.
1761
1762 2002-09-05 Andrew Cagney <ac131313@redhat.com>
1763
1764 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
1765 * README: Update.
1766
1767 2002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
1768
1769 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
1770 if arm_apcs_32 is false.
1771
1772 2002-09-04 Andrew Cagney <ac131313@redhat.com>
1773
1774 GDB 5.3 branch created.
1775
1776 2002-09-03 Theodore A. Roth <troth@verinet.com>
1777
1778 * gdb/avr-tdep.c (avr_gdbarch_init): Use
1779 generic_unwind_get_saved_register.
1780
1781 2002-09-03 David Carlton <carlton@math.stanford.edu>
1782
1783 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
1784 argument (PR gdb/653). Update call to smash_to_method_type.
1785 (read_structure_scope): Update call to dwarf2_add_member_fn.
1786
1787 2002-09-03 Michal Ludvig <mludvig@suse.cz>
1788
1789 * x86-64-linux-tdep.c: Include gdb_string.h
1790 * x86-64-linux-nat.c: Ditto.
1791
1792 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1793
1794 * ada-exp.y (yyname, yyrule): Remap global variables that appear
1795 when YYDEBUG is set to 1.
1796 * c-exp.y: Likewise.
1797 * f-exp.y: Likewise.
1798 * jv-exp.y: Likewise.
1799 * m2-exp.y: Likewise.
1800 * p-exp.y: Likewise.
1801
1802 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1803
1804 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
1805 dependency list.
1806 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
1807 solib_svr4_fetch_link_map_offsets to
1808 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
1809 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
1810 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
1811 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
1812 solib-svr4.o, and solib-legacy.o.
1813 * config/i386/tm-nbsd.h: Include solib.h.
1814
1815 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1816
1817 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
1818 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
1819 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
1820 comment noting that this needs its own target configuration.
1821 * config/i386/nbsd.mt: New file.
1822 * config/i386/nbsdaout.mt: Remove.
1823 * config/i386/nbsdelf.mt: Ditto.
1824 * config/i386/tm-nbsdaout.h: Ditto.
1825
1826 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1827
1828 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
1829 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
1830 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
1831 tdep->sigtramp_end.
1832 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
1833 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
1834 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
1835
1836 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1837
1838 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
1839 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
1840 * i386-tdep.h (i386bsd_init_abi): New prototype.
1841 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
1842 function declaration.
1843 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
1844 for NetBSD-a.out or NetBSD-ELF.
1845 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
1846 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
1847 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
1848 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
1849 and nbsd-tdep.h.
1850 (i386nbsd_pc_in_sigtramp): New function.
1851 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1852 i386nbsd_pc_in_sigtramp.
1853 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
1854 and i386nbsdelf_init_abi OS ABI handlers.
1855 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
1856 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
1857
1858 2002-09-02 Mark Kettenis <kettenis@gnu.org>
1859
1860 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
1861 registers if the target really has them.
1862
1863 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1864
1865 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
1866 than nbsd-tdep.h.
1867
1868 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1869
1870 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
1871 list.
1872 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
1873 (alphanbsd_skip_sigtramp_frame): New functions.
1874 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
1875 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
1876 to alphanbsd_sigcontext_addr.
1877
1878 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1879
1880 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
1881 list.
1882 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
1883 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
1884 nbsd_pc_in_sigtramp.
1885 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
1886 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
1887 * nbsd-tdep.c: Include gdb_string.h.
1888 (nbsd_pc_in_sigtramp): New function.
1889 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
1890 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
1891 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1892 ppcnbsd_pc_in_sigtramp.
1893 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
1894 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1895 shnbsd_pc_in_sigtramp.
1896 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
1897 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
1898 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
1899
1900 2002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
1901
1902 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
1903 watchpoints to NULL.
1904 (insert_breakpoints): set val field of watchpoints if NULL.
1905
1906
1907 2002-08-29 Jim Blandy <jimb@redhat.com>
1908
1909 * symtab.c (lookup_symbol_aux): In the cases where we find a
1910 minimal symbol of an appropriate name and use its address to
1911 select a symtab to read and search, use `name' (as passed to us)
1912 as the demangled name when searching the symtab's global and
1913 static blocks, not the minsym's name.
1914
1915 2002-08-29 Keith Seitz <keiths@redhat.com>
1916
1917 * stack.c (print_frame_info_base): Always set current_source_symtab
1918 and current_source_line.
1919
1920 2002-08-29 Donn Terry <donnte@microsoft.com>
1921
1922 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
1923
1924 2002-08-28 Keith Seitz <keiths@redhat.com>
1925
1926 * stack.c (select_frame): Add FIXME concerning selected-frame
1927 events.
1928 (select_frame_command): Send selected-frame-level-changed
1929 event notification, but only if the level actually changed.
1930 (up_silently_base): Add selected-frame-level-changed event
1931 notification.
1932 (down_silently_base): Likewise.
1933
1934 2002-08-28 Andrew Cagney <ac131313@redhat.com>
1935
1936 * Makefile.in: Update dependencies for all gdb/*.c files.
1937
1938 2002-08-27 Tom Tromey <tromey@redhat.com>
1939
1940 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
1941 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
1942 Update dependencies.
1943 * i387-tdep.c: Include gdb_string.h.
1944 * osabi.c: Likewise.
1945 * i386-linux-nat.c: Likewise.
1946 * lin-lwp.c: Likewise.
1947 * ax-gdb.c: Likewise.
1948 * signals/signals.c: Likewise.
1949 * jv-valprint.c: Likewise.
1950 * p-lang.c: Likewise.
1951 * c-valprint.c: Likewise.
1952 * cp-abi.c: Likewise.
1953
1954 2002-08-27 Elena Zannoni <ezannoni@redhat.com>
1955
1956 * cli/cli-script.h (copy_command_lines): Export.
1957 * breakpoint.c: Include cli/cli-script.h.
1958 * Makefile.in (breakpoint.o): Update dependencies.
1959
1960 2002-08-26 Michael Snyder <msnyder@redhat.com>
1961
1962 * breakpoint.c (insert_breakpoints): Protect all references
1963 to 'process_warning'. Shorten long lines.
1964
1965 2002-08-26 Joel Brobecker <brobecker@gnat.com>
1966
1967 * cli/cli-script.c (copy_command_lines): New function.
1968 * defs.h (copy_command_lines): Export.
1969 * testsuite/gdb.base/commands.exp: New tests for commands
1970 attached to a temporary breakpoint, and for commands that
1971 delete the breakpoint they are attached to.
1972
1973 2002-08-26 Michael Snyder <msnyder@redhat.com>
1974
1975 * breakpoint.c (bpstat_stop_status): Instead of copying the
1976 pointer to the breakpoint commands struct, make a new copy
1977 of the struct and point to that.
1978 (bpstat_clear): Free the commands struct.
1979 (bpstat_clear_actions): Free the commands struct.
1980 (bpstat_do_actions): Free the command actions. Also execute
1981 the local cleanups, instead of deleting them.
1982 (delete_breakpoint): Leave the commands field of the bpstat
1983 chain alone -- it will be freed later.
1984
1985 2002-08-26 Kevin Buettner <kevinb@redhat.com>
1986
1987 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
1988 deleted in 2002-08-20 commit. This function is still used by
1989 ppc-linux-nat.c.
1990
1991 2002-08-26 Keith Seitz <keiths@redhat.com>
1992
1993 * gdb-events.sh: Add selected-frame-level-changed event.
1994 * gdb-events.c: Regenerated.
1995 * gdb-events.h: Regenerated.
1996
1997 2002-08-26 Stephane Carrez <stcarrez@nerim.fr>
1998
1999 Fix PR gdb/393:
2000 * inflow.c (terminal_save_ours): New function to save terminal
2001 settings.
2002 * inferior.h (terminal_save_ours): Declare.
2003 * target.c (debug_to_terminal_save_ours): New function.
2004 (cleanup_target): Defaults to_terminal_save_ours.
2005 (update_current_target): Inherit to_terminal_save_ours.
2006 (setup_target_debug): Set to_terminal_save_ours.
2007 * target.h (target_terminal_save_ours): New to save terminal settings.
2008 (target_ops): New member to_terminal_save_ours.
2009 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
2010 * hpux-thread.c (init_hpux_thread_ops): Likewise.
2011 * inftarg.c (init_child_ops): Likewise.
2012 * m3-nat.c (init_m3_ops): Likewise.
2013 * procfs.c (init_procfs_ops): Likewise.
2014 * wince.c (init_child_ops): Likewise.
2015 * win32-nat.c (init_child_ops): Likewise.
2016 * sol-thread.c (init_sol_thread_ops): Likewise.
2017
2018 2002-08-26 Mark Kettenis <kettenis@gnu.org>
2019
2020 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
2021 use regcache_* functions.
2022 (i386_gdbarch_init): Set store_return_value instead of
2023 deprecated_store_return_value.
2024
2025 * regcache.c (regcache_raw_write_signed,
2026 regcache_raw_write_unsigned): New functions.
2027 * regcache.h (regcache_raw_write_signed,
2028 regcache_raw_write_unsigned): New prototypes.
2029
2030 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2031
2032 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
2033 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
2034 source file dependencies. Cleanup corresponding generator rules.
2035
2036 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2037
2038 * regcache.h (register_offset_hack): Declare.
2039 (regcache_cooked_read_using_offset_hack): Declare.
2040 (regcache_cooked_write_using_offset_hack): Declare.
2041
2042 * regcache.c (register_offset_hack): New function.
2043 (regcache_cooked_read_using_offset_hack): New function.
2044 (regcache_cooked_write_using_offset_hack): New function.
2045 (regcache_dump): Check that the registers, according to their
2046 offset, are packed hard against each other.
2047 (cooked_xfer_using_offset_hack): New function.
2048
2049 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2050
2051 * regcache.c (struct regcache_descr): Add field register_type.
2052 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
2053 in as a parameter
2054 (init_regcache_descr): Initialize register_type. Pass the descr
2055 to init_legacy_regcache_descr. Use register_type instead of
2056 REGISTER_VIRTUAL_TYPE.
2057 (register_type): New function.
2058 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
2059 * regcache.h (register_type): Declare.
2060
2061 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2062
2063 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
2064 instead of deprecated_store_return_value. Fix fallout from
2065 2002-08-23 Andrew Cagney <cagney@redhat.com>.
2066
2067 2002-08-25 Andrew Cagney <ac131313@redhat.com>
2068
2069 * regcache.c (max_register_size): New function.
2070 (init_legacy_regcache_descr): Ensure that max_register_size is
2071 large enough for REGISTER_VIRTUAL_SIZE.
2072 * regcache.h (max_register_size): Declare.
2073
2074 2002-08-24 Andrew Cagney <ac131313@redhat.com>
2075
2076 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
2077 store_return_value.
2078 (e500_extract_return_value): Change type of valbuf pointer to
2079 void.
2080
2081 2002-08-24 Mark Kettenis <kettenis@gnu.org>
2082
2083 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
2084 workaround.
2085
2086 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
2087 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
2088 long long) to prevent compiler warning on 64-bit systems.
2089
2090 2002-08-23 Andrew Cagney <cagney@redhat.com>
2091
2092 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
2093 (DEPRECATED_STORE_RETURN_VALUE): New method.
2094 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
2095 * gdbarch.h, gdbarch.c: Re-generate.
2096
2097 * values.c (set_return_value): Pass current_regcache to
2098 STORE_RETURN_VALUE.
2099 * arch-utils.h (legacy_store_return_value): Declare.
2100 * arch-utils.c (legacy_store_return_value): New function.
2101 (legacy_extract_return_value): Update parameters.
2102
2103 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
2104 STORE_RETURN_VALUE.
2105 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2106 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2107 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2108 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2109 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2110 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2111 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2112 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2113 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2114 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2115
2116 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2117 * i386-tdep.c (i386_extract_return_value): Update.
2118 * arch-utils.c (legacy_extract_return_value): Update.
2119 * frv-tdep.c (frv_gdbarch_init): Update.
2120 * cris-tdep.c (cris_gdbarch_init): Update.
2121 * d10v-tdep.c (d10v_gdbarch_init): Update.
2122 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2123 * m68k-tdep.c (m68k_gdbarch_init): Update.
2124 * mcore-tdep.c (mcore_gdbarch_init): Update.
2125 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2126 * s390-tdep.c (s390_gdbarch_init): Update.
2127 * sparc-tdep.c (sparc_gdbarch_init): Update.
2128 * sh-tdep.c (sh_gdbarch_init): Update.
2129 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
2130 * v850-tdep.c (v850_gdbarch_init): Update.
2131 * avr-tdep.c (avr_gdbarch_init): Update.
2132 * ia64-tdep.c (ia64_gdbarch_init): Update.
2133 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2134 * vax-tdep.c (vax_gdbarch_init): Update.
2135 * alpha-tdep.c (alpha_gdbarch_init): Update.
2136 * arm-tdep.c (arm_gdbarch_init): Update.
2137 * mips-tdep.c (mips_gdbarch_init): Update.
2138 * i386-tdep.c (i386_gdbarch_init): Update.
2139
2140 2002-08-23 Andrew Cagney <ac131313@redhat.com>
2141
2142 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
2143 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
2144
2145 2002-08-24 Mark Kettenis <kettenis@gnu.org>
2146
2147 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
2148 problems.
2149
2150 2002-08-23 Joel Brobecker <brobecker@gnat.com>
2151
2152 * infrun.c (handle_inferior_event): Move a comment outside of a
2153 function call, in order to avoid indent reformatting this part
2154 of the code in an unreadable way.
2155
2156 2002-08-23 Grace Sainsbury <graces@redhat.com>
2157
2158 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
2159 when breakpoints fail. Move general breakpoint error messages to
2160 insert_breakpoints.
2161 * breakpoint.c (insert_breakpoints): Change warnings when
2162 breakpoints are nto inserted to specify the type. Remove call to
2163 memory_error when hardware breakpoints can't be inserted. Remove
2164 multiple calls to warning so all messages are sent to the user at
2165 once.
2166 (delete_breakpoints): Make insert error messsages more explicit.
2167
2168 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
2169
2170 * ChangeLog: Move gdbserver entries after GDB 5.2 to
2171 gdbserver/ChangeLog.
2172
2173 2002-08-23 Mark Kettenis <kettenis@gnu.org>
2174
2175 * i386-tdep.c: Include "objfiles.h".
2176 (i386_svr4_init_abi): Set in_solib_call_trampoline and
2177 skip_trampoline_code.
2178 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
2179 (CPLUS_MARKER): Define to '.'.
2180
2181 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
2182 member.
2183 (linux_corefile_thread_callback): Increase args->num_notes.
2184 (linux_make_note_section): Initialize thread_args.num_notes, and
2185 use it to determine whether notes for any threads were created.
2186
2187 2002-08-23 Donn Terry <donnte@microsoft.com>
2188
2189 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
2190 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
2191 and PCUNKILL.
2192 (write_with_trace): Conditionalize out the switch branch handling
2193 PCSHOLD if the corresponding macro is not defined. Likewise for
2194 PRSABORT and PRSTOP.
2195 This change will be needed by the Interix port.
2196
2197 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
2198
2199 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
2200 write_register wherever possible instead of manipulating the
2201 register bytes directly.
2202 Assign VALUE_CONTENTS to a variable and use that.
2203 The GPR numbers are now dependent on the architecture.
2204
2205 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
2206
2207 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
2208 ev_offset fields.
2209 (skip_prologue): Add support for BookE/e500 instructions.
2210 (e500_extract_return_value): New function.
2211 (frame_get_saved_regs): Add support for saving ev registers and
2212 pseudo gpr's.
2213 (e500_store_return_value): New function.
2214 (rs6000_gdbarch_init): Move up default intializations of
2215 deprecated_extract_return_value and store_return_value. Overwrite
2216 init of store_return_value with e500 specific version.
2217 Set extract_return_value for e500.
2218
2219 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
2220
2221 * blockframe.c (generic_call_dummy_register_unwind): Use
2222 regcache_cooked_read to catch cases in which the variable is
2223 stored in a pseudo register.
2224
2225 2002-08-22 Andrew Cagney <cagney@redhat.com>
2226
2227 * NEWS: Mention that the i960 has been made obsolete.
2228 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
2229 i960-tdep.c
2230 (remote-nrom.o): Obsolete target.
2231 (remote-nindy.o, i960-tdep.o): Ditto.
2232 * remote-nrom.c: Make file obsolete.
2233 * remote-nindy.c, remote-vx960.c: Ditto.
2234 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
2235 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
2236 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
2237 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
2238 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
2239 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
2240 i960-*-vxworks* obsolete.
2241 * MAINTAINERS: Note that the i960 is obsolete.
2242
2243 2002-08-21 Corinna Vinschen <vinschen@redhat.com
2244
2245 * aix-thread.c (aix_thread_detach): Disable thread debugging on
2246 detach to allow reinitialization.
2247
2248 2002-08-22 Andrew Cagney <ac131313@redhat.com>
2249
2250 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
2251 attempt).
2252
2253 2002-08-22 Jim Blandy <jimb@redhat.com>
2254
2255 * coffread.c (coff_symfile_read): Don't try to read the line
2256 number table from disk if the image file doesn't have a symbol
2257 table; we'll never actually look at the info anyway, and Windows
2258 ships DLL's with bogus file offsets for the line number data.
2259
2260 2002-08-21 Elena Zannoni <ezannoni@redhat.com>
2261
2262 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
2263 an e500 executable.
2264
2265 2002-08-21 Michael Snyder <msnyder@redhat.com>
2266
2267 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
2268 (MSYMBOL_SIZE): Replace macro with function.
2269 (DEFAULT_MIPS_TYPE): Delete unused macro.
2270 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
2271 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
2272
2273 2002-08-21 Jim Blandy <jimb@redhat.com>
2274
2275 * valops.c (value_cast): Simplify and correct logic for doing a
2276 static cast from a pointer to a base class to a pointer to a
2277 derived class.
2278
2279 2002-08-21 Andrew Cagney <ac131313@redhat.com>
2280
2281 * infcmd.c (default_print_registers_info): Replace
2282 do_registers_info.
2283 (registers_info): Use gdbarch_print_registers_info instead of
2284 DO_REGISTERS_INFO.
2285 * inferior.h (default_print_registers_info): Replace
2286 do_registers_info.
2287 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
2288 (DO_REGISTERS_INFO): Change to a predicate function.
2289 * gdbarch.h, gdbarch.c: Regenerate.
2290
2291 2002-08-21 Keith Seitz <keiths@redhat.com>
2292
2293 * gdb-events.sh: Add target-changed event.
2294 * gdb-events.c: Regenerated.
2295 * gdb-events.c: Regenerated.
2296 * valops.c (value_assign): Add target-changed event notification
2297 to inlval_register, lval_memory, and lval_reg_frame_relative.
2298
2299 2002-08-21 Joel Brobecker <brobecker@gnat.com>
2300
2301 * NEWS: Add an entry regarding the improvement of the next/step
2302 operation on Alpha Tru64 multi-processor machines.
2303
2304 2002-08-21 Andrew Cagney <ac131313@redhat.com>
2305
2306 * Makefile.in: Update dependencies for mi/ cli/ and tui/
2307 directores.
2308 * Makefile.in: Update all _h macro definitions.
2309 * Makefile.in (install-gdbtk): Move to install section.
2310 (rdi-share/libangsd.a): Move to end of file.
2311
2312 2002-08-19 Andrew Cagney <ac131313@redhat.com>
2313
2314 * frame.c (frame_register_unwind): When a register, set addrp to
2315 the register's byte.
2316
2317 2002-08-20 Michael Snyder <msnyder@redhat.com>
2318
2319 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
2320 used locally, so move them from the target machine header to here.
2321 (mips_set_processor_type, mips_register_name, mips32_next_pc,
2322 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
2323 Make static.
2324 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
2325
2326 2002-08-20 Andrew Cagney <cagney@redhat.com>
2327
2328 * NEWS: Mention that the Apollo line was made obsolete.
2329 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
2330 m68*-hp-hpux* obsolete.
2331 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
2332 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
2333 * buildsym.c (make_blockvector): Make static.
2334 * buildsym.h (make_blockvector): Make extern declaration obsolete.
2335 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
2336 (ALLDEPFILES): Remove dstread.c.
2337 (dstread.o): Obsolete make rule.
2338 * dstread.c: Makefile obsolete.
2339 * dst.h: Ditto.
2340 * config/m68k/hp300hpux.mt: Ditto.
2341 * config/m68k/hp300hpux.mh: Ditto.
2342 * config/m68k/hp300bsd.mt: Ditto.
2343 * config/m68k/hp300bsd.mh: Ditto.
2344 * config/m68k/apollo68b.mt: Ditto.
2345 * config/m68k/apollo68v.mh: Ditto.
2346 * config/m68k/apollo68b.mh: Ditto.
2347
2348 2002-08-20 Michael Snyder <msnyder@redhat.com>
2349
2350 * mips-tdep.c (mips_in_return_stub): Make static.
2351 (mips_gdbarch_init): Set in_solib_return_trampoline.
2352 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
2353
2354 2002-08-20 Michael Snyder <msnyder@redhat.com>
2355
2356 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
2357 * gdbarch.c, gdbarch.h: Regenerate.
2358 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
2359 Add.
2360 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
2361
2362 2002-08-20 Michael Snyder <msnyder@redhat.com>
2363
2364 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
2365 (mips_gdbarch_init): Set skip_trampoline_code,
2366 in_solib_call_trampoline.
2367 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
2368 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
2369
2370 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2371
2372 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
2373
2374 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
2375 vector type for ev registers.
2376 (e500_pseudo_register_read): New function.
2377 (e500_pseudo_register_write): New function.
2378 (e500_dwarf2_reg_to_regnum): New function.
2379 (PPC_UISA_NOFP_SPRS): New macro.
2380 (PPC_EV_REGS): New macro.
2381 (PPC_GPRS_PSEUDO_REGS): New macro.
2382 (registers_e500): New register set for e500.
2383 (variants): Add e500 variant.
2384 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
2385 before setting architectural dependent variations. Initialize ev
2386 registers numbers. Add case for e500 architecture. Set the
2387 number of pseudo registers.
2388
2389 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2390
2391 * rs6000-tdep.c: Clean up comments.
2392
2393 2002-08-20 Andrew Cagney <cagney@redhat.com>
2394
2395 * h8300-tdep.c: Re-indent file.
2396
2397 2002-08-20 Jim Blandy <jimb@redhat.com>
2398
2399 * Makefile.in (LDFLAGS): Allow the configure script to establish a
2400 default for this.
2401
2402 2002-08-20 Keith Seitz <keiths@redhat.com>
2403
2404 * breakpoints.c (watch_command_1): Use internal breakpoint
2405 when setting a watchpoint_scope breakpoint.
2406
2407 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2408
2409 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
2410 (build_builtin_type_vec64i): Ditto.
2411 (build_builtin_type_vec128): Ditto.
2412 (build_builtin_type_vec128i): Ditto.
2413
2414 2002-08-19 Michael Snyder <msnyder@redhat.com>
2415
2416 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
2417 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
2418 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
2419 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
2420 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
2421 CALL_DUMMY_ADDRESS): Delete.
2422 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
2423 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
2424 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
2425 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
2426 push_return_address.
2427 (mips_register_raw_size, mips_eabi_use_struct_convention,
2428 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
2429 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
2430 mips_init_extra_frame_info, mips_eabi_push_arguments,
2431 mips_n32n64_push_arguments, mips_push_return_address,
2432 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
2433 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
2434
2435 2002-08-19 Michael Snyder <msnyder@redhat.com>
2436
2437 * mips-tdep.c (mips_frame_num_args): New function.
2438 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
2439 frame_saved_pc, frame_args_address, frame_locals_address,
2440 frame_num_args, and frame_args_skip.
2441 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
2442 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
2443 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
2444 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
2445
2446 2002-08-20 Michael Snyder <msnyder@redhat.com>
2447
2448 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
2449 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
2450 * mips-tdep.c (mips_store_struct_return): New function.
2451 (mips_extract_struct_value_address): New function.
2452 (mips_gdbarch_init): Set store_struct_return and
2453 extract_struct_value_address.
2454
2455 2002-08-20 David Carlton <carlton@math.stanford.edu>
2456
2457 * dwarf2read.c (dwarf2_build_psymtabs): Check that
2458 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
2459 (read_file_scope): Check that line_header is nonzero before
2460 decoding macro information.
2461
2462 2002-08-20 Mark Kettenis <kettenis@gnu.org>
2463
2464 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
2465 flag the general-purpose registers as floating-point on targets
2466 that don't support the floating-point registers.
2467
2468 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2469
2470 * rs6000-tdep.c (altivec_register_p): Delete.
2471 (rs6000_do_altivec_registers): Delete.
2472 (rs6000_altivec_registers_info): Delete.
2473 (rs6000_do_registers_info): Delete.
2474 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
2475 (rs6000_gdbarch_init): Remove setting of do_registers_info.
2476
2477 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2478
2479 * infcmd.c (do_registers_info): Print vector registers in hex
2480 format only.
2481 (print_vector_info): Check that printing registers
2482 makes sense.
2483 (print_float_info): Ditto.
2484
2485 2002-08-20 Andrew Cagney <ac131313@redhat.com>
2486
2487 * mips-tdep.c (mips_gdbarch_init): Update.
2488 (mips_o32_extract_return_value): Rewrite.
2489 (mips_o32_store_return_value): Rewrite.
2490 (mips_o32_xfer_return_value): New function.
2491 (mips_xfer_register): Tweak debug print message. Allow for
2492 buf_offset when dumping the value transfered.
2493
2494 2002-08-20 Andrew Cagney <ac131313@redhat.com>
2495
2496 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
2497 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
2498 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
2499 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
2500 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
2501
2502 2002-08-14 Michael Snyder <msnyder@redhat.com>
2503
2504 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
2505
2506 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
2507
2508 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
2509 register.
2510 (P): New macro to define a register as a pseudo register.
2511 (R, R4, R8, R16, FR32, R64, R0): Updated.
2512 (struct variant): Add new fields for number of pseudo registers
2513 and number of total registers.
2514 (tot_num_registers): New macro replacing....
2515 (num_registers): ...deleted macro.
2516 (num_registers): New function.
2517 (num_pseudo_registers): New function.
2518 (variants): Update all variants to intialize new fields correctly.
2519 Postpone initialization of number of pseudo regs and real regs.
2520 (init_variants): New function.
2521 (rs6000_gdbarch_init): Initialize variants. Update calculation of
2522 registers offsets.
2523
2524 2002-08-19 David Carlton <carlton@math.stanford.edu>
2525
2526 * valops.c (search_struct_field): Change error message to treat
2527 return value of 0 from value_static_field as meaning that field is
2528 optimized out.
2529 (value_struct_elt_for_reference): Ditto.
2530 * values.c (value_static_field): Treat an unresolved location the
2531 same as a nonexistent symbol. Fix PR gdb/635.
2532 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
2533 enclosed. Fix PR gdb/574.
2534 * MAINTAINERS: Add self to Write After Approval list.
2535
2536 2002-08-19 Andrew Cagney <ac131313@redhat.com>
2537
2538 * mips-tdep.c (mips_xfer_register): New function.
2539 (mips_n32n64_extract_return_value): Rewrite.
2540 (mips_gdbarch_init): For N32 and N64, set extract_return_value
2541 instead of deprecated_extract_return_value.
2542
2543 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
2544
2545 * rs6000-tdep.c (TDEP): Delete macro.
2546 (branch_dest): Replace use of TDEP macro with its body.
2547 (rs6000_pop_frame): Ditto.
2548 (rs6000_push_arguments): Ditto.
2549 (rs6000_skip_trampoline_code): Ditto.
2550 (rs6000_frame_saved_pc): Ditto.
2551 (rs6000_frame_chain): Ditto.
2552 (rs6000_register_name): Ditto.
2553 (rs6000_register_byte): Ditto.
2554 (rs6000_register_raw_size): Ditto.
2555 (rs6000_register_virtual_type): Ditto.
2556 (rs6000_register_convertible): Ditto.
2557 (rs6000_convert_from_func_ptr_addr): Ditto.
2558
2559 2002-08-19 Daniel Jacobowitz <drow@mvista.com>
2560
2561 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
2562 conditionally.
2563 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
2564 MIPS_LINUX_JB_ELEMENT_SIZE.
2565 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
2566 for MAX_REGISTER_RAW_SIZE arrays.
2567 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
2568 MIPS_LINUX_JB_ELEMENT_SIZE.
2569
2570 2002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
2571
2572 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
2573
2574 2002-08-19 Aidan Skinner <aidan@velvet.net>
2575
2576 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
2577 ada-valprint.c ada-tasks.c.
2578 (YYFILES): Add ada-exp.y.
2579 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
2580 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
2581 (ada-exp.tab.o): New target.
2582
2583 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2584
2585 * regcache.c (regcache_xfer_part): New function.
2586 (regcache_raw_read_part): New function.
2587 (regcache_raw_write_part): New function.
2588 (regcache_cooked_read_part): New function.
2589 (regcache_cooked_write_part): New function.
2590 * regcache.h (regcache_raw_read_part): Declare.
2591 (regcache_raw_write_part): Declare.
2592 (regcache_cooked_read_part): Declare.
2593 (regcache_cooked_write_part): Declare.
2594
2595 2002-08-18 Daniel Jacobowitz <drow@mvista.com>
2596
2597 * remote.c (remote_open_1): Add async_p.
2598 (remote_async_open_1): Delete.
2599 (open_remote_target): Delete.
2600 (remote_open, extended_remote_open): Update calls to remote_open_1.
2601 (remote_async_open, extended_remote_async_open): Call
2602 remote_open_1 instead of remote_async_open_1.
2603
2604 2002-08-19 Mark Kettenis <kettenis@gnu.org>
2605
2606 * blockframe.c: Fix a few coding standard violations.
2607
2608 2002-08-19 Mark Kettenis <kettenis@gnu.org>
2609
2610 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
2611 here from ...
2612 * config/i386/tm-i386sco5.h: ... here. File removed.
2613 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
2614
2615 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
2616 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
2617 (TM_FILE): Set to tm-i386.h.
2618 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
2619 * config/i386/tm-i386v.h: Remove file.
2620 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
2621 instead of "i386/tm-i386v.h".
2622 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
2623 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
2624 "i386/tm-i386v.h".
2625 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
2626 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
2627 "i386/tm-i386.h".
2628
2629 2002-08-18 Mark Kettenis <kettenis@gnu.org>
2630
2631 * config/i386/nm-i386v.h: Add protection against
2632 multiple-inclusion.
2633 (i386_register_u_addr): Remove prototype.
2634 (register_u_addr): New prototype.
2635 (REGISTER_U_ADDR): Redefine accordingly.
2636 * i386v-nat.c: Improve several comments.
2637 (i386_register_u_addr): Change signature and rename to
2638 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
2639 ubase variable.
2640
2641 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2642
2643 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
2644 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
2645 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
2646 deprecated_extract_return_value.
2647 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
2648 rename mips_o32o64_push_arguments.
2649 (mips_gdbarch_init): Update.
2650 (mips_extract_return_value): Delete.
2651 (mips_o32_extract_return_value): Clone mips_extract_return_value.
2652 (mips_o64_extract_return_value): Clone mips_extract_return_value.
2653 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
2654 (mips_n32n64_extract_return_value): Clone
2655 mips_extract_return_value.
2656 (mips_store_return_value): Delete.
2657 (mips_o32_store_return_value): Clone mips_store_return_value.
2658 (mips_o64_store_return_value): Clone mips_store_return_value.
2659 (mips_eabi_store_return_value): Clone mips_store_return_value.
2660 (mips_n32n64_store_return_value): Clone mips_store_return_value.
2661
2662 2002-08-18 Aidan Skinner <aidan@velvet.net>
2663
2664 * ada-lang.c: Use gdb_string.h instead of <string.h>.
2665 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
2666
2667 2002-08-18 Aidan Skinner <aidan@velvet.net>
2668
2669 * ada-lang.c: Run through gdb_indent.sh.
2670 * ada-lang.h: Run through gdb_indent.sh.
2671 * ada-tasks.c: Run through gdb_indent.sh.
2672 * ada-typeprint.c: Run through gdb_indent.sh.
2673 * ada-valprint.c: Run through gdb_indent.sh.
2674
2675 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2676
2677 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
2678 ABI.
2679
2680 2002-08-18 Mark Kettenis <kettenis@gnu.org>
2681
2682 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
2683
2684 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
2685 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
2686
2687 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
2688 write_register_gen instead of write_register_bytes.
2689
2690 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
2691 i[3456]-*-osf1mk* configurations have been made obsolete.
2692 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
2693 i[3456]86-*-osf1mk* hosts obsolete.
2694 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
2695 targets obsolete.
2696 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
2697 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
2698 config/i386/i386m3.mt, config/i386/nm-m3.h,
2699 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
2700 config/i386/i386mk.mh, config/i386/i386mk.mt,
2701 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
2702 obsolete.
2703 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
2704 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
2705 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
2706
2707 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2708
2709 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
2710 (hppa_value_returned_from_stack): Declare.
2711 (hppa_extract_return_value): Declare.
2712 * config/pa/hppa.mt: New file.
2713 * configure.tgt: Recognize hppa*-*-*.
2714 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
2715
2716 2002-08-18 Mark Kettenis <kettenis@gnu.org>
2717
2718 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
2719 comment.
2720
2721 2002-08-17 Mark Kettenis <kettenis@gnu.org>
2722
2723 * top.c (gdb_rl_operate_and_get_next): Make sure
2724 operate-and-get-next functions correctly even when the history
2725 list is completely filled.
2726
2727 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2728
2729 * MAINTAINERS (Target Instruction Set Architectures): Rename
2730 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
2731 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
2732 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
2733 already listed under Host/Native.
2734
2735 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
2736 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
2737 mips*-*-*.
2738
2739 2002-08-17 Andrew Cagney <ac131313@redhat.com>
2740
2741 * config/ia64/ia64.mt: New file.
2742 * config/alpha/alpha.mt: New file.
2743 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
2744 ia64-linux-gnu. Mention that ia64-elf is broken.
2745 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
2746
2747 2002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
2748
2749 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
2750 generic_func_frame_valid instead of func_frame_valid.
2751
2752 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2753
2754 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
2755 procfs appears to be broken when debugging on multi-processor
2756 machines. So enable software single stepping in order to avoid
2757 using the procfs interface to do next/step operations, using
2758 internal breakpoints instead.
2759
2760 * infrun.c (handle_inferior_event): Readjust the stop_pc by
2761 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
2762 make this pc address equal to the value it would have if the
2763 system stepping capability was used. Also set a new flag used
2764 to ensure that we don't readjust the PC one more time later.
2765
2766 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
2767 address by DECR_PC_AFTER_BREAK when software single step is
2768 in use for this architecture, as this has already been taken
2769 care of in handle_inferior_event().
2770
2771 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2772
2773 * infrun.c (handle_inferior_event): Minor reformatting, to make
2774 a rather long condition expression easier to read.
2775
2776 2002-08-16 Andrew Cagney <ac131313@redhat.com>
2777
2778 * Makefile.in (gdbtk.o): Move to end of file.
2779 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
2780 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
2781 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
2782 (gdbtk-wrapper.o, gdbres.o): Ditto.
2783
2784 2002-08-16 Andrew Cagney <ac131313@redhat.com>
2785
2786 * Makefile.in (copying.o): Separate out compile rule.
2787 (hpux-thread.o, procfs.o, signals.o): Ditto.
2788 (v850ice.o, z8k-tdep.o): Ditto.
2789 (tui-file.o): Move to TUI section.
2790 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
2791 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
2792
2793 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2794
2795 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
2796 skip_trampoline_code, for better namespace-proofing.
2797
2798 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
2799
2800 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2801
2802 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
2803
2804 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2805
2806 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
2807 signal, check whether we hit a breakpoint before checking for a
2808 single step breakpoint. Otherwise, GDB fails to notice that a
2809 breakpoint has been hit when stepping onto a breakpoint.
2810
2811 2002-08-16 Keith Seitz <keiths@redhat.com>
2812
2813 * gdb-events.sh (clear_gdb_event_hooks): New function.
2814 * gdb-events.c: Regenerate.
2815 * gdb-events.h: Regenerate.
2816
2817 2002-08-16 Andrew Cagney <ac131313@redhat.com>
2818
2819 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
2820 not_a_sw_breakpoint.
2821 * breakpoint.h (bpstat_stop_status): Add parameter names.
2822
2823 2002-08-16 Grace Sainsbury <graces@redhat.com>
2824
2825 * remote.c (remote_insert_hw_breakpoint)
2826 (remote_remove_hw_breakpoint): Fix calculation of length field
2827 for Z-packet.
2828
2829 2002-08-15 Michael Snyder <msnyder@redhat.com>
2830
2831 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
2832 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
2833 (supply_fpregset): Ditto.
2834
2835 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
2836 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
2837 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
2838 (TARGET_READ_SP): Delete.
2839 (DO_REGISTERS_INFO): Delete.
2840 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
2841 Delete.
2842 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
2843 from macros to functions.
2844
2845 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
2846 (mips_register_convertible, mips_register_convert_to_virtual,
2847 mips_register_convert_to_raw): Make static.
2848 (mips_read_sp): New function.
2849 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
2850 (mips_do_registers_info): Make static.
2851 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
2852 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
2853 (mips_register_convert_from_type, mips_register_convert_to_type):
2854 New functions.
2855 (mips_gdbarch_init): Set up function_start_offset,
2856 register_virtual_size, pc_in_sigtramp.
2857
2858 2002-08-15 Andrew Cagney <ac131313@redhat.com>
2859
2860 * infcmd.c (vector_info): New function.
2861 (_initialize_infcmd): Add command "info vector".
2862 (print_vector_info): New function.
2863
2864 * gdbarch.sh (PRINT_VECTOR_INFO): New method
2865 * gdbarch.h, gdbarch.c: Regenerate.
2866
2867 2002-08-15 Andrew Cagney <ac131313@redhat.com>
2868
2869 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
2870 ``print_all''. Only print vector registers when ``print_all''.
2871
2872 2002-08-15 Andrew Cagney <ac131313@redhat.com>
2873
2874 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
2875 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
2876
2877 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
2878 Add `args' parameter.
2879 * gdbarch.h, gdbarch.c: Regenerate.
2880
2881 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
2882
2883 * infcmd.c (float_info): Call print_float_info.
2884 (print_float_info): New function. By default, print the
2885 floating-point registers.
2886
2887 * arch-utils.h (default_print_float_info): Delete declaration.
2888 * arch-utils.c (default_print_float_info): Delete function.
2889
2890 2002-08-16 Mark Kettenis <kettenis@gnu.org>
2891
2892 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
2893 out define.
2894
2895 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
2896 FRAME.
2897
2898 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
2899 * configure.host: Make i[3456]86-*-aix host obsolete.
2900 * configure.tgt: Make i[3456]86-*-aix target obsolete.
2901 * config/i386/i386aix.mh, config/i386/i386aix.mt,
2902 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
2903 config/i386/xm-i386aix.h: Make files obsolete.
2904 * i386aix-nat.c: Make file obsolete.
2905 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
2906 (i386aix-nat.o): Make target obsolete.
2907
2908 * config/i386/nm-gnu.h: Removed.
2909 * config/i386/nm-i386gnu.h: New file.
2910 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
2911 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
2912 Moved here from ...
2913 * config/i386/tm-i386gnu.h: ... here. Removed.
2914 * config/i386/xm-i386gnu.h: Removed.
2915 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
2916 (NAT_FILE): Set to nm-i386gnu.h.
2917 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
2918 * i386-tdep.c: New file.
2919 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
2920 (i386gnu-tdep.o): Specify dependencies.
2921
2922 2002-08-15 Mark Kettenis <kettenis@gnu.org>
2923
2924 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
2925 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
2926 Adjust a few comments to reflect reality a bit closer.
2927 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
2928 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
2929 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
2930 target_insert_watchpoint, target_remove_watchpoint):
2931 Move defines to ...
2932 * config/i386/nm-i386sco5.h: ... here.
2933 (kernel_u_size): Add prototype. Improve a few comments and add
2934 protection against multiple inclusion.
2935
2936 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
2937 out define.
2938
2939 * uw-thread.c (SP_ARG0): Define if not already defined.
2940 * config/i386/tm-i386.h (SO_ARG0): Remove define.
2941
2942 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
2943
2944 * config/i386/tm-i386.h: Don't include "regcache.h".
2945
2946 * i387-tdep.h (i387_print_float_info): New prototype.
2947 * i387-tdep.c (print_i387_value, print_i387_ext,
2948 print_i387_status_word, print_i387_control_word): Add `struct
2949 ui_file *' argument and use it for output.
2950 (i387_print_float_info): Renamed from i387_float_info. Add
2951 `struct gdbarch *' and `struct ui_file *' arguments and use the
2952 latter for output.
2953 * i386-tdep.c: Include "i387-tdep.h".
2954 (i386_gdbarch_init): Set print_float_info.
2955 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
2956 (FLOAT_INFO): Remove define.
2957
2958 2002-08-13 Michael Snyder <msnyder@redhat.com>
2959
2960 * mips-tdep.c (mips_push_arguments): Rename to
2961 mips_eabi_push_arguments, and tune for EABI.
2962 (MIPS_REGS_HAVE_HOME_P): Delete.
2963 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
2964 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
2965 Delete references to mips_regs_have_home_p.
2966
2967 2002-08-14 Keith Seitz <keiths@redhat.com>
2968
2969 * Makefile.in (install-gdbtk): Create insight plugin directory.
2970 Install plugins.tcl file.
2971
2972 2002-08-14 Keith Seitz <keiths@redhat.com>
2973
2974 * configure.in: Move SUBDIRS to near top of the file so that
2975 --enable options may add things to it.
2976 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
2977 * configure: Regenerate.
2978
2979 2002-08-13 Michael Snyder <msnyder@redhat.com>
2980
2981 * mips-tdep.c (mips_o32o64_push_arguments): New function,
2982 cloned from mips_push_arguments, tuned for o32/o64 ABI.
2983 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
2984
2985 2002-08-13 Andrew Cagney <ac131313@redhat.com>
2986
2987 * vax-tdep.c (vax_get_saved_register): Delete function.
2988 (vax_gdbarch_init): Update.
2989 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
2990 (ns32k_gdbarch_init): Update.
2991 * alpha-tdep.c (alpha_get_saved_register): Delete function.
2992 (alpha_gdbarch_init): Update.
2993
2994 2002-08-13 Andrew Cagney <cagney@redhat.com>
2995
2996 * regcache.c (init_regcache_descr): Overallocate the
2997 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
2998 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
2999 nr_raw_registers.
3000 (set_register_cached): Add range checking assertions. Use
3001 current_regcache.
3002
3003 2002-08-13 Mark Kettenis <kettenis@gnu.org>
3004
3005 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
3006 numbers for MMX registers.
3007
3008 2002-08-13 Andrew Cagney <cagney@redhat.com>
3009
3010 * i386-tdep.c (i386_gdbarch_init): Use
3011 generic_unwind_get_saved_register.
3012
3013 2002-08-13 Kevin Buettner <kevinb@redhat.com>
3014
3015 * procfs.c (procfs_can_use_hw_breakpoint): New function.
3016 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
3017 target vector.
3018 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
3019 Delete. Add comment regarding this now-deleted target method.
3020
3021 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3022
3023 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
3024 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
3025 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
3026 real PC and the page number (if it's within the memory bank window).
3027 (m68hc11_pseudo_register_write): Likewise when saving.
3028 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
3029 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
3030 (m68hc11_register_raw_size): And use 32-bit for it.
3031 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
3032 16K memory bank is used by the prog; also use the virtual pc.
3033
3034 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3035
3036 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
3037 (m68hc11_gdbarch_init): Install it in gdbarch.
3038 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
3039 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
3040 (MSYMBOL_SIZE): New for documentation.
3041 (insn_return_kind): Enum to specify how a function returns.
3042 (frame_extra_info): Cleanup and record the return mode.
3043 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
3044 register in address computation.
3045 (m68hc11_get_return_insn): New to obtain the return instruction used
3046 by the function.
3047 (m68hc11_frame_init_saved_regs): Take into account the return
3048 instruction used by the function for far and interrupt functions.
3049 (m68hc11_init_extra_frame_info): Take into account page register.
3050 (m68hc11_frame_args_address): Adjust according to the return mode.
3051 (show_regs): Print page register only when it's used.
3052
3053 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3054
3055 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
3056 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
3057 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
3058 registers.
3059 (m68hc11_register_raw_size): Likewise.
3060
3061 2002-08-13 Andrew Cagney <cagney@redhat.com>
3062
3063 * i386-tdep.c (i386_register_name): Handle mmx registers.
3064 (mmx_regnum_p): New function.
3065 (i386_mmx_names): New array.
3066 (mmx_num_regs): New variable.
3067 (i386_pseudo_register_read): New function.
3068 (i386_pseudo_register_write): New function.
3069 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
3070
3071 * regcache.c (regcache_raw_read_unsigned): New function.
3072 (regcache_raw_read_signed): New function.
3073 * regcache.h (regcache_raw_read_unsigned): Declare.
3074 (regcache_raw_read_signed): Declare.
3075
3076 2002-08-13 Andrew Cagney <cagney@redhat.com>
3077
3078 * regcache.c (regcache_raw_read_as_address): Delete function.
3079 (regcache_cooked_read_signed): New function.
3080 (regcache_cooked_read_unsigned): New function.
3081 * regcache.h (regcache_cooked_read_signed): Declare.
3082 (regcache_cooked_read_unsigned): Declare.
3083 (regcache_raw_read_as_address): Delete declaration.
3084
3085 * blockframe.c (generic_read_register_dummy): Use
3086 regcache_cooked_read_unsigned.
3087 * i386-tdep.c (i386_extract_struct_value_address): Use
3088 regcache_cooked_read_unsigned.
3089
3090 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3091
3092 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
3093 double sizes according to ELF ABI flags.
3094 (gdbarch_tdep): Record elf_flags.
3095
3096 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3097
3098 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
3099 (m6812_prolog): They can appear in 68HC12 function prologue.
3100 (m68hc11_frame_chain): Cleanup.
3101
3102 2002-08-12 Andrew Cagney <cagney@redhat.com>
3103
3104 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
3105 declarations.
3106 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
3107 (i386_linux_register_raw_size): Delete function.
3108 (i386_linux_init_abi): Update.
3109 * i386-tdep.c (i386_register_raw_size): Delete function.
3110 (i386_register_byte): Delete function.
3111 (i386_gdbarch_init): Update.
3112 (i386_register_size): Delete array.
3113 (i386_register_offset): Delete array.
3114
3115 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
3116 (REGISTER_RAW_SIZE): Delete macro.
3117 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
3118 (REGISTER_BYTE): Delete macro.
3119
3120 2002-08-11 Aidan Skinner <aidan@velvet.net>
3121
3122 * ada-lang.c (ada_lookup_partial_symbol)
3123 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
3124 prototype names so that grep ^func works properly.
3125
3126 * ada-lang.c (ada_array_element_type)
3127 (ada_lookup_partial_symbol): Fix typos in parameter list.
3128
3129 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
3130 Fix prototype names so that grep ^func works properly.
3131
3132 2002-08-10 Andrew Cagney <cagney@redhat.com>
3133 Elena Zannoni <ezannoni@redhat.com>
3134 Martin M. Hunt <hunt@redhat.com>
3135
3136 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
3137 (build_builtin_type_vec128i): Set the vector bit.
3138 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
3139 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
3140 (build_builtin_type_vec64): New function.
3141 (build_builtin_type_vec64i): New function.
3142 (build_gdbtypes): Initialize builtin_type_vec64 and
3143 builtin_type_vec64i.
3144
3145 2002-08-09 Andrew Cagney <cagney@redhat.com>
3146
3147 * regcache.c (regcache_dump): Compare the register offset
3148 with REGISTER_BYTE.
3149 * arch-utils.c (generic_register_byte): New function.
3150 * arch-utils.h (generic_register_byte): Declare.
3151 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
3152 * gdbarch.h, gdbarch.c: Regenerate.
3153
3154 2002-08-09 Andrew Cagney <cagney@redhat.com>
3155
3156 * regcache.c: Include "gdbcmd.h"
3157 (_initialize_regcache): Add commands "maintenance print
3158 registers", "maintenance print raw-registers" and "maintenance
3159 print cooked-registers".
3160 (enum regcache_dump_what): Define.
3161 (dump_endian_bytes): New function.
3162 (regcache_dump): New function.
3163 (regcache_print): New function.
3164 (maintenance_print_registers): New function.
3165 (maintenance_print_raw_registers): New function.
3166 (maintenance_print_cooked_registers): New function.
3167 * Makefile.in (regcache.o): Update dependencies.
3168
3169 2002-08-09 Michael Snyder <msnyder@redhat.com>
3170
3171 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
3172 (mips_push_arguments): Correct some comments. Use paddr_nz
3173 for printing addresses in debug output. Replace static
3174 allocation using MAX_REGISTER_RAW_SIZE with alloca.
3175 (mips_n32n64_push_arguments): New function, cloned from
3176 mips_push_arguments and tuned for the n32/n64 ABI.
3177 (mips_push_register): Buffer needs dynamic allocation.
3178 (mips_print_register): Ditto.
3179 (do_gp_register_row): Ditto.
3180 (mips_store_return_value): Ditto.
3181 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
3182
3183 2002-08-09 Don Howard <dhoward@redhat.com>
3184
3185 * memattr.c (mem_info_command): Print special case of upper bound
3186 as max CORE_ADDR + 1.
3187
3188 2002-08-08 Michael Snyder <msnyder@redhat.com>
3189
3190 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
3191 returns structs by ref if they're too big to fit in two registers.
3192
3193 2002-08-09 Kevin Buettner <kevinb@redhat.com>
3194
3195 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
3196 saved regs value.
3197 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
3198 mips_find_saved_regs().
3199 (mips_pop_frame): Likewise.
3200
3201 2002-08-09 Kevin Buettner <kevinb@redhat.com>
3202
3203 * blockframe.c (frame_saved_regs_register_unwind): Revise
3204 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
3205 frames are in use.
3206
3207 2002-08-09 Grace Sainsbury <graces@redhat.com>
3208
3209 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
3210 T-packets; the 'a' is not taken as a register number.
3211 (remote_check_watch_resources, remote_stopped_by_watchpoint)
3212 (remote_stopped_data_address): New functions; add to target
3213 vector.
3214 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
3215 prototypes to match other implementations of this
3216 function. replace integer argument with pointer -- the length
3217 field in the Z-packet is the length of what is pointed to or 1 if
3218 pointer is null. Add to target vector.
3219 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
3220 target vector.
3221
3222 From Mark Salter:
3223 * remote.c (remote_wait): Add support to extract optional
3224 watchpoint information from T-packet. Ignore unrecognized
3225 optional info in T-packet.
3226 (remote_async_wait): Ditto.
3227
3228 2002-08-09 Corinna Vinschen <vinschen@redhat.com>
3229
3230 * cli/cli-dump.c: Change fopen modes to use binary open modes
3231 as defined in include/fopen-bin.h throughout.
3232
3233 2002-08-08 Michael Snyder <msnyder@redhat.com>
3234
3235 * mips-tdep.c: Minor whitespace and indentation clean-ups.
3236
3237 2002-08-08 Kevin Buettner <kevinb@redhat.com>
3238
3239 * doublest.c (store_floating): Avoid floatformat_from_doublest()
3240 assertion failure by returning early after a warning.
3241
3242 2002-08-08 Kevin Buettner <kevinb@redhat.com>
3243
3244 * mips-tdep.c (mips_find_saved_regs): Make static.
3245 (mips_frame_init_saved_regs): New function.
3246 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
3247 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
3248 (mips_find_saved_regs): Delete declaration.
3249
3250 2002-08-08 Grace Sainsbury <graces@redhat.com>
3251
3252 * remote.c (remote_wait, remote_async_wait): Change
3253 thread_num from int to ULONGEST.
3254 (unpack_varlen_hex): Change result parameter from
3255 int * to ULONGEST *.
3256
3257 2002-08-08 Andrew Cagney <ac131313@redhat.com>
3258
3259 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
3260 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
3261 powerpc*-*-*.
3262 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
3263
3264 2002-08-08 Andrew Cagney <cagney@redhat.com>
3265
3266 * gcore.c (override_derive_stack_segment): Delete variable.
3267 (preempt_derive_stack_segment): Delete function.
3268 (derive_stack_segment): Delete function.
3269 (default_derive_stack_segment): Renamed to derive_stack_segment.
3270 (override_derive_heap_segment): Delete variable.
3271 (preempt_derive_heap_segment): Delete function.
3272 (derive_heap_segment): Delete function.
3273 (default_derive_heap_segment): Rename to derive_heap_segment.
3274
3275 2002-08-06 Michael Snyder <msnyder@redhat.com>
3276
3277 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
3278 * mips-tdep.c (mips_EABI_use_struct_convention,
3279 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
3280 New functions. (mips_use_struct_convention): Delete.
3281 (mips_gdbarch_init): set use_gdbarch_convention.
3282
3283 2002-08-06 Michael Snyder <msnyder@redhat.com>
3284
3285 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
3286 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
3287 mips_o32_reg_struct_has_addr): New functions.
3288 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
3289
3290 2002-08-07 Andrew Cagney <ac131313@redhat.com>
3291
3292 * regcache.c (pseudo_register): Delete function.
3293 (fetch_register): Delete function.
3294 (store_register): Delete function.
3295 (regcache_raw_read, legacy_read_register_gen): Use
3296 target_fetch_registers instead of fetch_register.
3297 (legacy_write_register_gen, regcache_raw_write): Use
3298 target_store_register instead of store_register.
3299 (write_register_bytes): Ditto.
3300
3301 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
3302 (STORE_PSEUDO_REGISTER): Delete.
3303 * gdbarch.h, gdbarch.c: Regenerate.
3304
3305 2002-08-06 Corinna Vinschen <vinschen@redhat.com>
3306
3307 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
3308 write dump file binary.
3309
3310 2002-08-05 Michael Snyder <msnyder@redhat.com>
3311
3312 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
3313 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
3314 (mips_gdbarch_init): Set N32 target to be mips64.
3315
3316 2002-08-06 Kevin Buettner <kevinb@redhat.com>
3317
3318 * frame.c (find_saved_register): Break out of loop once saved
3319 register address is found. Don't mention sparc in loop comment
3320 anymore.
3321
3322 2002-08-06 Kevin Buettner <kevinb@redhat.com>
3323
3324 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
3325 mips_default_saved_regsize to 8.
3326
3327 2002-08-06 Andrew Cagney <ac131313@redhat.com>
3328
3329 * gcore.c: Do not include <sys/procfs.h>.
3330 * Makefile.in (gcore.o): Update dependencies.
3331
3332 2002-08-06 Andrew Cagney <cagney@redhat.com>
3333
3334 * configure.tgt: Make arc-*-* obsolete.
3335 * NEWS: Mention that arc-*-* has been identifed as obsolete.
3336 * MAINTAINERS: Make arc-elf obsolete.
3337 * arc-tdep.c: Make file obsolete.
3338 * config/arc/arc.mt: Ditto.
3339 * config/arc/tm-arc.h: Ditto.
3340
3341 2002-08-05 Theodore A. Roth <troth@verinet.com>
3342
3343 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
3344
3345 2002-08-05 Andrew Cagney <ac131313@redhat.com>
3346
3347 * mcore-tdep.c (mcore_gdbarch_init): Use
3348 generic_unwind_get_saved_register instead of
3349 generic_get_saved_register.
3350 * v850-tdep.c (v850_gdbarch_init): Ditto.
3351 * frv-tdep.c (frv_gdbarch_init): Ditto.
3352 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3353 * s390-tdep.c (s390_gdbarch_init): Ditto.
3354 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3355 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
3356 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
3357
3358 2002-08-05 Joel Brobecker <brobecker@gnat.com>
3359
3360 * objfiles.h: Add missing #include "symfile.h"
3361
3362 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
3363
3364 2002-08-04 Andrew Cagney <ac131313@redhat.com>
3365
3366 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
3367 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
3368 of FIELD_BITSIZE.
3369
3370 2002-08-04 Daniel Jacobowitz <drow@mvista.com>
3371
3372 * NEWS: Cleanup and nitpick.
3373
3374 2002-08-03 Andrew Cagney <ac131313@redhat.com>
3375
3376 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
3377
3378 2002-08-03 Andrew Cagney <ac131313@redhat.com>
3379
3380 * Makefile.in (gdbtk-bp.o): Update dependencies.
3381 (gdbtk-register.o): Ditto.
3382 (gdbtk-varobj.o): Ditto.
3383
3384 2002-08-03 Andrew Cagney <cagney@redhat.com>
3385
3386 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
3387 m68hc11_fetch_pseudo_register.
3388 (m68hc11_pseudo_register_write): Replace
3389 m68hc11_store_pseudo_register.
3390 (m68hc11_gdbarch_init): Update.
3391
3392 Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
3393
3394 * gdbarch.sh: Include "gdb_string.h".
3395 * gdbarch.c: Regenerate.
3396
3397 * regcache.c: Include "gdb_string.h".
3398 * ax-general.c: Ditto.
3399 * varobj.c: Ditto.
3400 * std-regs.c: Ditto.
3401 * fbsd-proc.c: Ditto.
3402 * thread.c: Ditto.
3403
3404 * Makefile.in (regcache.o): Update dependencies.
3405 (thread.o, gdbarch.o): Ditto.
3406 (ax-general.o, gdbarch.o): Ditto.
3407 (varobj.o, std-regs.o): Ditto.
3408 (fbsd-proc.o): Specify dependencies.
3409
3410 2002-08-02 Andrew Cagney <cagney@redhat.com>
3411
3412 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
3413 regnum.
3414 (regcache_cooked_write): Ditto.
3415
3416 2002-08-02 Andrew Cagney <ac131313@redhat.com>
3417
3418 * regcache.c (regcache_cooked_read): New function.
3419 (regcache_cooked_write): New function.
3420 (read_register_gen): Rewrite using regcache_cooked_read.
3421 (write_register_gen): Rewrite using regcache_cooked_write.
3422
3423 * regcache.h (regcache_cooked_read, regcache_cooked_write):
3424 Declare.
3425
3426 2002-08-02 Andrew Cagney <cagney@redhat.com>
3427
3428 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
3429 Replace the architecture methods register_read and register_write.
3430 * gdbarch.h, gdbarch.c: Regenerate.
3431 * regcache.c (init_regcache_descr): Update.
3432 (read_register_gen): Update.
3433 (write_register_gen): Update.
3434 (supply_register): Update comment.
3435
3436 * sh-tdep.c (sh_gdbarch_init): Update.
3437 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
3438 `regcache' and `gdbarch' parameters. Make `buffer' a void
3439 pointer. Update code.
3440 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
3441 `regcache' and `gdbarch' parameters. Make `buffer' a constant
3442 void pointer. Update code.
3443 (sh64_register_write): Delete.
3444 (sh4_register_read): Delete.
3445 (sh64_register_read): Delete.
3446 (sh4_register_write): Delete.
3447 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
3448 void pointer, `to' parameter a void pointer.
3449 (sh_sh64_register_convert_to_raw): Ditto.
3450
3451 2002-08-01 Kevin Buettner <kevinb@redhat.com>
3452
3453 * mips-tdep.c (mips_register_virtual_type): Use architecture
3454 invariant return values.
3455
3456 2002-08-01 Andrew Cagney <cagney@redhat.com>
3457
3458 * linux-proc.c: Include "gdb_string.h".
3459 * Makefile.in (linux-proc.o): Update dependency list.
3460
3461 2002-08-01 Kevin Buettner <kevinb@redhat.com>
3462
3463 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
3464 comment.
3465
3466 2002-08-01 Grace Sainsbury <graces@redhat.com>
3467
3468 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3469 to_insert_watchpoint, to_remove_watchpoint,
3470 to_stopped_by_watchpoint, to_stopped_data_address,
3471 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
3472 target vecctor. Define their corresponding macros so they call
3473 them.
3474
3475 * target.c: Add default and debug versions of for
3476 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3477 to_insert_watchpoint, to_remove_watchpoint,
3478 to_stopped_by_watchpoint, to_stopped_data_address,
3479 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
3480
3481 2002-08-01 Kevin Buettner <kevinb@redhat.com>
3482
3483 * mips-tdep.c (mips_register_virtual_type): New function.
3484 (mips_gdbarch_init): Register mips_register_virtual_type()
3485 with gdbarch machinery.
3486 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
3487 this file instead of tm-bigmips.h.
3488 (MIPS_REGSIZE): Delete this macro.
3489 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
3490 multiarch version in mips-tdep.c will be found.
3491
3492 2002-08-01 Andrew Cagney <cagney@redhat.com>
3493
3494 * NEWS: Menion that CHILL has been made obsolete.
3495
3496 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
3497 * stabsread.c (read_range_type): Ditto.
3498 * gdbtypes.h: Ditto.
3499 * language.c (binop_type_check): Ditto.
3500 (binop_result_type): Ditto.
3501 (integral_type): Ditto.
3502 (character_type): Ditto.
3503 (string_type): Ditto.
3504 (boolean_type): Ditto.
3505 (structured_type): Ditto.
3506 (lang_bool_type): Ditto.
3507 (binop_type_check): Ditto.
3508 * language.h (_LANG_chill): Ditto.
3509 * dwarfread.c (set_cu_language): Ditto.
3510 * dwarfread.c (CHILL_PRODUCER): Ditto.
3511 * dwarfread.c (handle_producer): Ditto.
3512 * expression.h (enum exp_opcode): Ditto.
3513 * eval.c: Ditto for comments.
3514 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
3515 * expprint.c (print_subexp): Ditto.
3516 (print_subexp): Ditto.
3517 * valops.c (value_cast): Ditto.
3518 (search_struct_field): Ditto.
3519 * value.h (COERCE_VARYING_ARRAY): Ditto.
3520 * symfile.c (init_filename_language_table): Ditto.
3521 (add_psymbol_with_dem_name_to_list): Ditto.
3522 * valarith.c (value_binop): Ditto.
3523 (value_neg): Ditto.
3524 * valops.c (value_slice): Ditto.
3525 * symtab.h (union language_specific): Ditto.
3526 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
3527 (SYMBOL_DEMANGLED_NAME): Ditto.
3528 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
3529 * defs.h (enum language): Ditto.
3530 * symtab.c (got_symtab): Ditto.
3531 * utils.c (fprintf_symbol_filtered): Ditto.
3532
3533 * ch-typeprint.c: Make file obsolete.
3534 * ch-valprint.c: Make file obsolete.
3535 * ch-lang.h: Make file obsolete.
3536 * ch-exp.c: Make file obsolete.
3537 * ch-lang.c: Make file obsolete.
3538
3539 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
3540 CHILL_LIB.
3541 (TARGET_FLAGS_TO_PASS): Ditto.
3542 (CHILLFLAGS): Obsolete.
3543 (CHILL): Obsolete.
3544 (CHILL_FOR_TARGET): Obsolete.
3545 (CHILL_LIB): Obsolete.
3546 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
3547 ch-valprint.c.
3548 (HFILES_NO_SRCDIR): Remove ch-lang.h.
3549 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
3550 ch-lang.o.
3551 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
3552 targets.
3553
3554 2002-07-31 Joel Brobecker <brobecker@gnat.com>
3555
3556 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
3557 This does not change anything at the moment, but will be helpful
3558 later when full Ada support is integrated.
3559
3560 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3561
3562 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
3563 help message.
3564
3565 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3566
3567 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
3568 and save it in a local variable. Use variable in later test.
3569
3570 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3571
3572 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
3573 test. (Thanks to Daniel Jacobowitz.)
3574
3575 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3576
3577 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
3578 (mips_abi_strings): Add "n64".
3579 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
3580
3581 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3582
3583 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
3584 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
3585
3586 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3587
3588 * utils.c (host_pointer_to_address, address_to_host_pointer):
3589 Use gdb_assert() instead of explicit call to internal_error().
3590
3591 2002-07-30 Kevin Buettner <kevinb@redhat.com>
3592
3593 * Makefile.in (rs6000-nat.o): Update dependencies.
3594
3595 From Nicholas Duffek:
3596 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
3597 (aix-thread.o): New rule.
3598 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
3599 * config/powerpc/aix432.mh: New file.
3600
3601 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
3602
3603 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
3604 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
3605 (fetch_core_registers, ppc_linux_supply_gregset)
3606 (ppc_linux_supply_fpregset): New functions.
3607 (ppc_linux_regset_core_fns): New.
3608 (_initialize_ppc_linux_tdep): Call add_core_fns.
3609 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
3610 and ppc_linux_supply_gregset.
3611 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
3612 (supply_fpregset): Call ppc_linux_supply_fpregset.
3613 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
3614 corelow.o.
3615 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
3616
3617 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
3618
3619 * symtab.c (lookup_symbol): Demangle before lowercasing.
3620
3621 2002-07-30 Andrew Cagney <ac131313@redhat.com>
3622
3623 * symtab.h: Replace #include "gdb_obstack.h" with opaque
3624 declaration.
3625 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
3626 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
3627 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
3628 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
3629 "gdb_string.h".
3630 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
3631 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
3632 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
3633 (avr-tdep.o, mon960-rom.o): Ditto.
3634 (aout_stabs_gnu_h): Define.
3635 (symtab_h): Remove $(gdb_obstack_h).
3636
3637 2002-07-30 Jim Blandy <jimb@redhat.com>
3638
3639 Patch from David Carlton <carlton@math.stanford.edu>:
3640 * gdbinit.in: Move the `dir' commands that add GDB's own source
3641 directory to the search path to the end, so that the `gdb' source
3642 directory will be searched first.
3643
3644 2002-07-29 Andrew Cagney <ac131313@redhat.com>
3645
3646 * gdb_obstack.h: New file.
3647 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
3648 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
3649 * objfiles.h: Include "gdb_obstack.h".
3650 * Makefile.in (gdb_obstack_h): Define.
3651 (symtab_h): Add $(gdb_obstack_h).
3652 (objfiles_h): Add $(gdb_obstack_h).
3653
3654 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
3655 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
3656 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
3657 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
3658 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
3659 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
3660 * symfile.c, coffread.c, c-typeprint.c: Ditto.
3661 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
3662
3663 * Makefile.in (bcache.o): Update dependencies.
3664 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
3665 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
3666 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
3667 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
3668 (stabsread.o, symfile.o, symmisc.o): Ditto.
3669 (symtab.o, typeprint.o, macroexp.o): Ditto.
3670 (macrotab.o, mdebugread.o): Ditto.
3671 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
3672 (coff_ecoff_h, aout_aout64_h): Define.
3673 (aout_stabs_gnu_h, libaout_h): Define.
3674
3675 2002-07-29 Andrew Cagney <cagney@redhat.com>
3676
3677 * regcache.c (struct regcache_descr): Rename nr_registers to
3678 nr_cooked_registers. Revise comments describing the structure
3679 member fields.
3680 (init_regcache_descr): Update.
3681 (init_legacy_regcache_descr): Update.
3682 (read_register_gen, write_register_gen): When a cooked register in
3683 the raw register range, directly access the value from the raw
3684 register cache.
3685
3686 2002-07-29 Andrew Cagney <ac131313@redhat.com>
3687
3688 * z8k-tdep.c: Do not include "obstack.h".
3689 * h8300-tdep.c, h8500-tdep.c: Ditto.
3690 * m68hc11-tdep.c, sh-tdep.c: Ditto.
3691 * valprint.c, v850-tdep.c: Ditto.
3692 * d10v-tdep.c, mn10300-tdep.c: Ditto.
3693 * mn10200-tdep.c: Ditto.
3694
3695 * Makefile.in (z8k-tdep.o): Update dependencies.
3696 (m68hc11-tdep.o, valprint.o): Ditto.
3697 (v850-tdep.o, d10v-tdep.o): Ditto.
3698 (mn10300-tdep.o, sparc-tdep.o): Ditto.
3699 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
3700 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
3701 (sh_opc_h, gdb_sim_sh_h): Define.
3702 (elf_sh_h, elf_bfd_h): Define.
3703 (opcode_m68hc11_h): Define.
3704 (OPCODES_SRC, OPCODES_DIR): define.
3705 (OPCODES): Use $(OPCODES_DIR).
3706 (gdb_sim_d10v_h): Rename sim_d10v_h.
3707 (gdb_sim_arm_h): Rename sim_arm_h.
3708
3709 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3710
3711 * utils.c (host_pointer_to_address, address_to_host_pointer):
3712 Change internal_error() message to indicate function responsible
3713 for the error.
3714
3715 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3716
3717 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
3718 calls to local_hex_string_custom().
3719
3720 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3721
3722 * irix5-nat.c: Move IRIX shared library support from here...
3723 * solib-irix.c: ...to here. Revised substantially to work with
3724 generic solib framework.
3725
3726 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
3727 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
3728 * mips-irix-tdep.c: New file.
3729
3730 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
3731 (mips-irix-tdep.o, solib-irix.o): New rules.
3732 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
3733 solib-irix.o.
3734 * config/mips/irix6.mt (TDEPFILES): Likewise.
3735 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
3736
3737 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3738
3739 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
3740 disabled (via ``#if 0'') includes.
3741
3742 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3743
3744 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
3745 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
3746 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
3747 Add support for the fpscr register.
3748 * rs6000-nat.c (regmap, fetch_inferior_registers)
3749 (store_inferior_registers, fetch_core_registers): Likewise.
3750
3751 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3752
3753 * rs6000-nat.c (language.h): Include.
3754 (special_regs): Delete this array.
3755 (regmap): New function.
3756 (fetch_register, store_register): Use regmap() to map gdb
3757 register numbers to ptrace register numbers. Also, use
3758 outputs from regmap() to make decisions regarding type of
3759 ptrace() call to make. In particular, don't compare against
3760 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3761 (fetch_inferior_registers, store_inferior_registers): Where
3762 possible, obtain register numbers from tdep struct. Don't
3763 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3764 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
3765 (LAST_UISA_SP_REGNUM): Delete.
3766
3767 2002-07-25 Kevin Buettner <kevinb@redhat.com>
3768
3769 * rs6000-nat.c (ppc-tdep.h): Include.
3770 (fetch_registers, store_register, fetch_core_registers): Don't
3771 access registers[] directly. Instead, use supply_register() or
3772 regcache_collect() as appropriate.
3773 (find_toc_address): Format hex address with local_hex_string().
3774
3775 2002-07-25 Andrew Cagney <ac131313@redhat.com>
3776
3777 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
3778 bfd/elf32-frv.c.
3779
3780 2002-07-24 Tom Tromey <tromey@redhat.com>
3781
3782 * jv-exp.y: Marked all strings with _().
3783 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
3784 internal_error.
3785 (MethodInvocation, CastExpression, parse_number, yyerror,
3786 java_type_from_name, push_expression_name, yylex): Typo fixes.
3787
3788 2002-07-24 Daniel Jacobowitz <drow@mvista.com>
3789
3790 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
3791 (tee_file_flush, tee_file_write, tee_file_fputs)
3792 (tee_file_isatty): New.
3793 * ui-file.h (tee_file_new): Add prototype.
3794
3795 2002-07-24 Aidan Skinner <aidan@velvet.net>
3796
3797 * ada-lang.c: Change k&r style function definitions to prototyped
3798 form.
3799 * ada-typeprint.c: Change k&r style function definitions to prototyped
3800 form.
3801 * ada-valprint.c: Change k&r style function definitions to prototyped
3802 form.
3803
3804 2002-07-24 Andrew Cagney <cagney@redhat.com>
3805
3806 * README: Remove reference to remote-bug.
3807 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
3808 remote-bug.c.
3809 (m88k-nat.o): Delete rule.
3810 (m88k-tdep.o): Delete rule.
3811 (remote-bug.o): Delete rule.
3812 * MAINTAINERS: Mark as obsolete.
3813 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
3814 * m88k-tdep.c: Make file obsolete.
3815 * config/m88k/m88k.mh: Ditto.
3816 * config/m88k/delta88v4.mh: Ditto.
3817 * config/m88k/delta88v4.mt: Ditto.
3818 * config/m88k/delta88.mt: Ditto.
3819 * config/m88k/delta88.mh: Ditto.
3820 * remote-bug.c: Ditto.
3821 * config/m88k/tm-delta88.h: Ditto.
3822 * config/m88k/nm-delta88v4.h: Ditto.
3823 * config/m88k/xm-delta88.h: Ditto.
3824 * config/m88k/xm-dgux.h: Ditto.
3825 * config/m88k/tm-m88k.h: Ditto.
3826 * config/m88k/nm-m88k.h: Ditto.
3827 * config/m88k/tm-delta88v4.h: Ditto.
3828 * m88k-nat.c: Ditto.
3829 * cxux-nat.c: Ditto.
3830 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
3831 and m88*-*-* obsolete.
3832 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
3833 m88*-*-* obsolete.
3834
3835 2002-07-24 Andrew Cagney <cagney@redhat.com>
3836
3837 * findvar.c (extract_unsigned_integer): Make `addr' parameter
3838 constant. Same for local pointer variables.
3839 (extract_signed_integer): Ditto.
3840 * defs.h (extract_unsigned_integer): Update.
3841 (extract_signed_integer): Update.
3842
3843 2002-07-24 Andrew Cagney <cagney@redhat.com>
3844
3845 * regcache.c (regcache_raw_write): Change buf parameter to a
3846 constant void pointer.
3847 (regcache_raw_read): Change buf parameter to a void pointer.
3848 (legacy_write_register_gen): Change myaddr parameter a constant
3849 void pointer.
3850 (supply_register): Change val parameter to a const void pointer.
3851 * regcache.h (regcache_raw_write): Update declaration.
3852 (regcache_raw_read): Update declaration.
3853 (supply_register): Update declaration.
3854
3855 2002-07-24 Tom Tromey <tromey@redhat.com>
3856
3857 * defs.h (gdb_readline_wrapper): Declare.
3858 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
3859 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
3860 * top.c (gdb_readline_wrapper): New function.
3861 (command_line_input): Use it.
3862
3863 2002-07-24 Andrew Cagney <cagney@redhat.com>
3864
3865 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
3866 regcache_read and regcache_write.
3867 (regcache_raw_read_as_address): Replace regcache_read_as_address.
3868 * regcache.c: Update.
3869 * sh-tdep.c (sh64_push_arguments): Update comment.
3870 (sh_pseudo_register_read): Update.
3871 (sh_pseudo_register_write): Update.
3872 (sh4_register_read): Update.
3873 (sh4_register_write): Update.
3874 (sh64_pseudo_register_read): Update.
3875 (sh64_pseudo_register_write): Update.
3876 (sh64_register_read): Update.
3877 (sh64_register_write): Update.
3878 * i386-tdep.c (i386_extract_return_value): Update.
3879 (i386_extract_struct_value_address): Update.
3880 (i386_extract_return_value): Update.
3881 * blockframe.c (generic_read_register_dummy): Update.
3882 (generic_call_dummy_register_unwind): Update
3883 * infrun.c (write_inferior_status_register): Update.
3884
3885 2002-07-23 Jim Blandy <jimb@redhat.com>
3886
3887 * parser-defs.h (expression_context_pc): Make this extern.
3888 (Thanks to Michael Snyder.)
3889
3890 2002-07-23 Andrew Cagney <ac131313@redhat.com>
3891
3892 GDB 5.2.1 released from 5.2 branch.
3893 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
3894 * README: Update to mention 5.2.1.
3895
3896 2002-07-23 Mark Salter <msalter@redhat.com>
3897
3898 * remote.c (remote_read_bytes): Fix check for error.
3899
3900 2002-07-22 Kevin Buettner <kevinb@redhat.com>
3901
3902 * aix-thread.c (language.h): Include.
3903 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3904 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
3905 Print newlines at end of debug messages.
3906 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
3907 (pdc_write_data): Use local_hex_string() instead of %llx formats.
3908
3909 2002-07-22 Kevin Buettner <kevinb@redhat.com>
3910
3911 * aix-thread.c (ppc-tdep.h): Include.
3912 (special_register_p): New function.
3913 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
3914 (store_regs_user_thread): Use register number information from
3915 gdbarch_tdep struct instead of hardcoded offsets relative to
3916 FIRST_UISA_SP_REGNUM.
3917 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
3918 special_register_p() instead of using FPLAST_REGNUM and
3919 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
3920 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
3921 will be MQ's register number.
3922
3923 2002-07-22 Michael Snyder <msnyder@redhat.com>
3924
3925 * aix-thread.c (ops): Rename to aix_thread_ops.
3926 (base_ops): Rename to base_target.
3927 (ops_attach): Rename to aix_thread_attach.
3928 (ops_detach): Rename to aix_thread_detach.
3929 (ops_resume): Rename to aix_thread_detach.
3930 (ops_wait): Rename to aix_thread_wait.
3931 (ops_kill): Rename to aix_thread_kill.
3932 (init_ops): Rename to init_aix_thread_ops.
3933 (ops_fetch_register): Rename to aix_thread_fetch_register.
3934 (ops_store_register): Rename to aix_thread_store_register.
3935 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
3936 (ops_thread_alive): Rename to aix_thread_thread_alive.
3937 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
3938 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
3939 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
3940 (fetch_regs_lib): Rename to fetch_regs_user_thread.
3941 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
3942 (store_regs_lib): Rename to store_regs_user_thread.
3943 (store_regs_kern): Rename to store_regs_kernel_thread.
3944
3945 2002-07-22 Michael Snyder <msnyder@redhat.com>
3946
3947 * aix-thread.c (ops_prepare_to_store): Eliminate.
3948 (init_ops): Don't initialize ops.prepare_to_store.
3949 (store_regs_kern): Pre-fetch register buffers from child,
3950 because some registers may not be in the cache. Copy
3951 regs from register cache only if they are cached.
3952 (store_regs_lib): Copy regs from register cache only
3953 if they are cached.
3954 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
3955 fill_gprs64): Ditto.
3956
3957 2002-07-22 Kevin Buettner <kevinb@redhat.com>
3958
3959 * aix-thread.c (gdb_assert.h): Include.
3960 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
3961 register sizes (from register cache) match size of buffer holding
3962 register data.
3963 (fill_sprs32): Change parameter types to match those in the ptrace()
3964 buffer.
3965 (store_regs_lib): Likewise, but for 32-bit temporary variables.
3966 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
3967
3968 2002-07-22 Michael Snyder <msnyder@redhat.com>
3969
3970 * aix-thread.c (supply_sprs64): Cosmetic change.
3971 (supply_sprs32): Cosmetic change.
3972 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
3973 (fill_sprs64): Use regcache_collect instead of read_register.
3974 (store_regs_lib): Use regcache_collect instead of
3975 read_register. Use fill_sprs32 instead of fill_sprs64,
3976 if debugging a 32-bit architecture.
3977 (store_regs_kern): Use fill_gprs64 etc. to pull the values
3978 out of the register cache, instead of passing a pointer into
3979 the register cache directly to ptrace. Use regcache_collect
3980 insteaad of read_register.
3981 (ops_prepare_to_store): Use target_read_registers instead
3982 of read_register_bytes.
3983
3984 2002-07-20 Aidan Skinner <aidan@velvet.net>
3985
3986 * MAINTAINERS: Add self under write after approval.
3987
3988 2002-07-20 Aidan Skinner <aidan@velvet.net>
3989
3990 * ada-tasks.c: Change k&r style function definitions to prototyped
3991 form.
3992
3993 2002-07-19 Andrew Cagney <ac131313@redhat.com>
3994
3995 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
3996 * x86-64-tdep.c: Include "objfiles.h".
3997 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
3998 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
3999
4000 2002-07-17 Michal Ludvig <michal@suse.cz>
4001
4002 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
4003 (update_context): Initialise cfa variable.
4004
4005 2002-07-17 Michael Snyder <msnyder@redhat.com>
4006
4007 * aix-thread.c: Shorten some long lines.
4008 Bring comments into line with code spec.
4009
4010 2002-07-18 Joel Brobecker <brobecker@gnat.com>
4011
4012 * infrun.c: Re-indent using gdb_indent.sh.
4013
4014 2002-07-18 Joel Brobecker <brobecker@gnat.com>
4015
4016 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
4017 Leave the indentation temporarily untouched, to minimize the diffs.
4018
4019 2002-07-18 Elena Zannoni <ezannoni@redhat.com>
4020
4021 * stabsread.c: Make os9k sections of the code obsolete,
4022 for real this time.
4023 * stabsread.h: Make os9k sections of the code obsolete.
4024
4025 2002-07-18 Michal Ludvig <mludvig@suse.cz>
4026
4027 * linux-low.c (regsets_store_inferior_registers): Add free()
4028 at the end of a loop to prevent memory leak.
4029 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
4030 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
4031 * config/sparc/tm-sp64linux.h: Make the rest of #endif
4032 line a comment.
4033 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
4034
4035 2002-07-17 Jim Blandy <jimb@redhat.com>
4036
4037 * macrocmd.c (info_macro_command): Remove newline from error
4038 message.
4039
4040 2002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
4041
4042 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
4043 (sh_gdbarch_init): Use it for sh-dsp.
4044
4045 2002-07-16 Kevin Buettner <kevinb@redhat.com>
4046
4047 * dwarf2read.c (read_initial_length): Handle older, non-standard,
4048 64-bit DWARF2 format.
4049
4050 2002-07-16 Joel Brobecker <brobecker@gnat.com>
4051
4052 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
4053 <sys/proc.h> when not available.
4054
4055 2002-07-16 Andrew Cagney <ac131313@redhat.com>
4056
4057 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
4058 * stabsread.c: Make os9k sections of the code obsolete.
4059 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
4060 * config/i386/i386os9k.mt: Make file obsolete.
4061 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
4062 (COMMON_OBS): Remove os9kread.o
4063 (SFILES): Remove os9kread.c.
4064 (os9kread.o, remote-os9k.o): Make target obsolete.
4065 * remote-os9k.c: Make file obsolete.
4066 * os9kread.c: Make file obsolete.
4067 * Makefile.in
4068
4069 2002-07-16 Andrew Cagney <ac131313@redhat.com>
4070
4071 * NEWS: Mention that the FR30 has been made obsolete.
4072 * fr30-tdep.c: Make file obsolete.
4073 * config/fr30/tm-fr30.h: Ditto.
4074 * config/fr30/fr30.mt: Ditto.
4075 * configure.tgt: Make fr30-*-elf obsolete.
4076 * MAINTAINERS: Make fr30-elf obsolete.
4077
4078 2002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
4079
4080 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
4081 found is not inside a section.
4082
4083 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4084
4085 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
4086 strerror().
4087 (pdc_realloc): Use xrealloc() instead of realloc().
4088
4089 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4090
4091 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
4092 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
4093 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
4094 macros.
4095
4096 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4097
4098 * aix-thread.c (ptrace_check): Eliminate goto.
4099 (sync_threadlists): Eliminate gotos. Also, fix array overrun
4100 problem.
4101
4102 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4103
4104 * aix-thread.c (gdbcmd.h): Include.
4105 (DEBUG, DBG, DBG2, dbg): Eliminate.
4106 (debug_aix_thread): New static global.
4107 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4108 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
4109 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
4110 invocations to DBG and DBG2 macros to test against
4111 ``debug_aix_thread'' and call fprintf_unfiltered().
4112 (_initialize_aix_thread): Add new command "set debug aix-thread".
4113
4114 2002-07-15 Andrew Cagney <ac131313@redhat.com>
4115
4116 From Gerhard Tonn <TON@de.ibm.com>:
4117 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
4118 instead of supply_register.
4119
4120 2002-07-15 Andrew Cagney <ac131313@redhat.com>
4121
4122 * dwarf2cfi.c: Include "gdb_assert.h".
4123 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
4124 non-NULL.
4125 (update_context): Do not use __func__. Add missing ``break''.
4126 (update_context): Do not use __func__.
4127
4128 2002-07-15 Elena Zannoni <ezannoni@redhat.com>
4129
4130 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
4131 and its setting. Set gdbarch instruction printing functions
4132 directly. For non-rs6000 case use new function
4133 gdb_print_insn_powerpc.
4134 (gdb_print_insn_powerpc): New function.
4135
4136 2002-07-13 Andrew Cagney <ac131313@redhat.com>
4137
4138 * NEWS: Mention that the d30v has been marked obsolete.
4139 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
4140 * configure.tgt: Mark d30v-*-* as obsolete.
4141 * d30v-tdep.c: Mark file as obsolete.
4142 * config/d30v/d30v.mt: Ditto.
4143 * config/d30v/tm-d30v.h: Ditto.
4144
4145 2002-07-13 Aidan Skinner <aidan@velvet.net>
4146
4147 * ada-tasks.c (add_task_entry): replace calls to
4148 malloc() with xmalloc
4149 * ada-tasks.c (init_task_list): replace calls to free with xfree()
4150
4151 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
4152 ada_finish_decode_line_1, all_sals_for_line
4153 ada_breakpoint_rewrite): replace calls to free() with xfree()
4154
4155 2002-07-12 Kevin Buettner <kevinb@redhat.com>
4156
4157 From Nicholas Duffek (with minor changes by Martin Hunt,
4158 Louis Hamilton, and Kevin Buettner):
4159 * aix-thread.c: New file.
4160
4161 2002-07-12 Petr Sorfa <petrs@caldera.com>
4162
4163 * dwarf2read.c (dwarf2_invalid_attrib_class): New
4164 complaint for invalid attribute class or form.
4165 (read_func_scope): DW_AT_frame_base
4166 better handling of DW_AT_block*.
4167 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
4168 better handling of DW_AT_block*.
4169 (read_common_block): DW_AT_location
4170 better handling of DW_AT_block*.
4171 (read_partial_die): DW_AT_location better handling
4172 of DW_AT_block*.
4173 (new_symbol): DW_AT_external better handling of
4174 DW_AT_block*. Proper initialization of variable
4175 "addr".
4176 (attr_form_is_block): New function that returns true
4177 if the attribute's form is of DW_FORM_block*.
4178
4179 2002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
4180
4181 * valops.c (find_method_list): Remove comment about
4182 removed STATIC_MEMFUNCP argument.
4183 (value_find_oload_method_list): Likewise.
4184
4185 2002-07-12 Kevin Buettner <kevinb@redhat.com>
4186
4187 From Nicholas Duffek:
4188 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
4189 target_new_objfile_hook.
4190
4191 2002-07-12 Kevin Buettner <kevinb@redhat.com>
4192
4193 From Nicholas Duffek:
4194 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
4195 csect.
4196
4197 2002-07-12 Andrew Cagney <cagney@redhat.com>
4198
4199 * MAINTAINERS: Mention --enable-sim-build-warnings.
4200 (m68hc11-elf): Disable sim build warnings.
4201 (m32r-elf): Mark as broken obsolete candidate.
4202 (x86_64-linux-gnu): Mark as buildable with -Werror.
4203 (arm-elf): Change -w to ``,'' which enables warnings but not
4204 -Werror.
4205
4206 2002-07-12 Andrew Cagney <ac131313@redhat.com>
4207
4208 * bcache.h: Update copyright.
4209 (struct bstring, struct bcache): Move definition to "bcache.c".
4210 Replaced by opaque declaration.
4211 (bcache_xfree): Replace free_bcache.
4212 (bcache_xmalloc, bcache_memory_used): Declare.
4213
4214 * bcache.c: Update copyright.
4215 (struct bstring, struct bcache): Moved to here from "bcache.h".
4216 Update comments.
4217 (bcache_xmalloc, bcache_memory_used): New functions.
4218 (bcache_xfree): Replace function free_bcache.
4219
4220 * Makefile.in (objfiles.o): Add $(bcache_h).
4221 (objfiles_h): Remove $(bcache_h).
4222 (symfile.o): Add $(bcache_h).
4223
4224 * symmisc.c: Update copyright.
4225 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
4226 (print_objfile_statistics): Use bcache_memory_used.
4227
4228 * symfile.c: Include "bcache.h".
4229 (reread_symbols): Use bcache_xfree.
4230 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
4231 (add_psymbol_to_list): Pass psymbol_cache by value.
4232 (add_psymbol_with_dem_name_to_list): Ditto.
4233
4234 * objfiles.h: Update copyright.
4235 (struct bcache): Declare opaque. Do not include "bcache.h".
4236 (struct objfile): Change psymbol_cache and macro_cache to ``struct
4237 bcache'' pointers.
4238 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
4239
4240 * objfiles.c: Include "bcache.h". Update copyright.
4241 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
4242 macro_cache.
4243 (free_objfile): Use bcache_xfree.
4244
4245 2002-07-11 Grace Sainsbury <graces@redhat.com>
4246
4247 * monitor.c (monitor_fetch_register): Make name a constant.
4248 (monitor_store_register): Same.
4249
4250 2002-07-11 Daniel Jacobowitz <drow@mvista.com>
4251
4252 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
4253 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
4254 (finish_block) For non-function blocks, hash the symbol table. For
4255 function blocks, mark the symbol table as unhashed.
4256 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
4257 (msymbol_hash_iw): Likewise.
4258 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
4259 value.
4260 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
4261 (lookup_minimal_symbol): Likewise for both.
4262 * symtab.h (struct block): Add `hashtable' flag. Comment the
4263 hashtable.
4264 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
4265 (ALL_BLOCK_SYMBOLS): Update.
4266 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
4267 (struct symbol): Add `hash_next' pointer.
4268 * symtab.c (lookup_block_symbol): Search using the hash table when
4269 possible.
4270 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
4271 (search_symbols, find_addr_symbol): Likewise.
4272
4273 * dstread.c (process_dst_block): Clear hashtable bit for new block.
4274 (read_dst_symtab): Likewise.
4275 * jv-lang.c (get_java_class_symtab): Likewise.
4276 * mdebugread.c: Include "gdb_assert.h".
4277 (shrink_block): Assert that the block being modified is not hashed.
4278 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
4279 * symmisc.c (free_symtab_block): Walk the hash table when freeing
4280 symbols.
4281 (dump_symtab): Recognize hashed blocks.
4282 * printcmd.c (print_frame_args): Assert that function blocks do not
4283 have hashed symbol tables.
4284 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
4285 (fill_in_ada_prototype, debug_print_block): Likewise.
4286 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
4287
4288 2002-07-11 Corinna Vinschen <vinschen@redhat.com>
4289
4290 * stack.c (print_frame): Use result of frame_address_in_block()
4291 instead of fi->pc when evaluating symbols.
4292 (backtrace_command_1): Ditto.
4293
4294 2002-07-11 Andrew Cagney <cagney@redhat.com>
4295
4296 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
4297 Make static.
4298
4299 * arm-tdep.c (arm_register_name): Make return type constant.
4300
4301 2002-07-10 Andrew Cagney <ac131313@redhat.com>
4302
4303 * win32-nat.c (has_detach_ability): Convert to strict ISO C
4304 prototype.
4305 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
4306 * s390-tdep.c (s390_fp_regnum): Ditto.
4307 (s390_read_fp): Ditto.
4308 (s390_pop_frame): Ditto.
4309 (_initialize_s390_tdep): Ditto.
4310 * remote.c (get_remote_state): Ditto.
4311 * procfs.c (mappingflags): Ditto.
4312 * memattr.c (_initialize_mem): Ditto.
4313 * mcore-tdep.c (mcore_pop_frame): Ditto.
4314 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
4315 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
4316 * language.c (set_case_str): Ditto.
4317 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
4318 * frv-tdep.c (new_variant): Ditto.
4319 (frv_stopped_data_address): Ditto.
4320 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
4321 (context_alloc): Ditto.
4322 (frame_state_alloc): Ditto.
4323 (unwind_tmp_obstack_init): Ditto.
4324 (unwind_tmp_obstack_free): Ditto.
4325 (cfi_read_fp): Ditto.
4326 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
4327 (cris_pop_frame): Ditto.
4328 * c-lang.c (scanning_macro_expansion): Ditto.
4329 (finished_macro_expansion): Ditto.
4330 (c_preprocess_and_parse): Ditto.
4331 * gdbarch.sh: Ditto.
4332 * gdbarch.h, gdbarch.c: Regenerate.
4333 * config/mn10200/tm-mn10200.h: Adjust indentation.
4334 * target.c: Adjust indentation.
4335 * symtab.h: Adjust indentation.
4336 * stabsread.h: Adjust indentation.
4337 * remote-es.c: Adjust indentation.
4338 * os9kread.c: Adjust indentation.
4339
4340 2002-07-10 Andrew Cagney <ac131313@redhat.com>
4341
4342 * wince.c (_initialize_wince): Rename _initialize_inftarg.
4343 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
4344
4345 2002-07-10 Grace Sainsbury <graces@redhat.com>
4346
4347 * NEWS: Mention m68k, mcore multi-arching.
4348 * MAINTAINERS: Change status of m68k, mcore to reflect
4349 multi-arching.
4350
4351 2002-07-10 Daniel Jacobowitz <drow@mvista.com>
4352
4353 * valops.c (find_overload_match): Free oload_syms.
4354
4355 2002-07-09 Joel Brobecker <brobecker@gnat.com>
4356
4357 Define HAVE_SYS_PROC_H if sys/proc.h exists
4358 * configure.in: Add check for sys/proc.h
4359 * config.in: Regenerate.
4360 * configure: Regenerate.
4361
4362 2002-07-09 Grace Sainsbury <graces@redhat.com>
4363
4364 * config/m68k/tm-m68k.h: Remove macros wrapped in
4365 #if !GDB_MULTI_ARCH.
4366
4367 2002-07-08 Andrew Cagney <ac131313@redhat.com>
4368
4369 * config.in, configure: Regenerate.
4370
4371 2002-07-08 Mark Kettenis <kettenis@gnu.org>
4372
4373 * dwarf2cfi.c: Include "gcore.h".
4374 (execute_stack_op): Fix implementation of the
4375 DW_OP_deref and DW_OP_deref_size operators by letting do their
4376 lookup in the target.
4377
4378 2002-07-07 Mark Kettenis <kettenis@gnu.org>
4379
4380 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
4381 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
4382 tdep->sc_sp_offset.
4383
4384 2002-07-05 Daniel Jacobowitz <drow@mvista.com>
4385
4386 Fix PR gdb/595, gdb/602
4387 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
4388 Don't call value_cast, just read the vtable pointer; update comments
4389 to match.
4390
4391 2002-07-05 Grace Sainsbury <graces@redhat.com>
4392
4393 * config/mcore/tm-mcore.h: Remove file.
4394 * config/mcore/mcore.mt: Remove definition of TM_FILE
4395 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
4396
4397 2002-07-05 Mark Kettenis <kettenis@gnu.org>
4398
4399 * i386bsd-tdep.c: Include "gdb_string.h".
4400
4401 2002-07-04 Grace Sainsbury <graces@redhat.com>
4402
4403 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
4404 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
4405 mcore-tdep.
4406 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
4407 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
4408 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
4409 (RETVAL_REGNUM): Move macros from tm-mcore.h
4410 (mcore_reg_struct_has_addr): New function.
4411 (mcore_gdbarch_init): Added initializations for the macros removed
4412 from tm-mcore.h.
4413
4414 2002-07-04 Mark Kettenis <kettenis@gnu.org>
4415
4416 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
4417 traditonal string branding within the ELF header.
4418
4419 2002-07-04 Daniel Jacobowitz <drow@mvista.com>
4420
4421 * symtab.c (remove_params): New function.
4422 (make_symbol_overload_list): Use it instead of cplus_demangle.
4423 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
4424
4425 2002-07-04 Mark Kettenis <kettenis@gnu.org>
4426
4427 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
4428
4429 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
4430 New variables.
4431 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
4432 and tdep->sigtramp_end.
4433 * i386obsd-nat.c: New file.
4434 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
4435
4436 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
4437 Don't call get_current_frame().
4438
4439 2002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
4440
4441 * i386-nat.c (child_post_startup_inferior): New function
4442 calling i386_cleanup_dregs if
4443 I386_USE_GENERIC_WATCHPOINTS is defined.
4444 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
4445 conditional to acknowledge that i386-nat.c has its
4446 own child_post_startup_inferior function.
4447
4448 2002-07-04 Mark Kettenis <kettenis@gnu.org>
4449
4450 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
4451 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
4452 instead of MAX_REGISTER_RAW_SIZE.
4453 (i386_extract_return_value, i386_extract_struct_value_address):
4454 Convert to use regcache.
4455 (i386_gdbarch_init): Set max_register_raw_size and
4456 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
4457 Set extract_return_value and extract_struct_value_address instead
4458 of their deprecated variants.
4459
4460 Convert i386 target to generic dummy frames.
4461 * i386-tdep.c: Include "symfile.h".
4462 (i386_frameless_signal_p): Consider a function to be frameless if
4463 the pc points at the first instruction of the function.
4464 (i386_frame_chain): Handle (generic) call dummies.
4465 (i386_frame_saved_pc): Likewise.
4466 (i386_frame_init_saved_regs): Remove code dealing with call
4467 dummies on the stack.
4468 (i386_push_dummy_frame): Removed.
4469 (i386_call_dummy_words): Removed.
4470 (i386_fix_call_dummy): Removed.
4471 (i386_push_return_address): New function.
4472 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
4473 parameter, and don't call get_current_frame.
4474 (i386_pop_frame): New function.
4475 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
4476 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
4477 entry_point_address, set call_dummy_breakpoint_offset to 0, set
4478 call_dummy_length to 0, set call_dummy_words to NULL, set
4479 sizeof_call_dummy_words to 0, set fix_call_dummy to
4480 generic_fix_call_dummy, set pc_in_call_dummy to
4481 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
4482 generic_push_dummy_frame, set push_return_address to
4483 i386_push_return_address and set frame_chain_valid to
4484 generic_file_frame_chain_valid.
4485
4486 2002-07-03 Andrew Cagney <ac131313@redhat.com>
4487
4488 * gdbarch.sh (struct regcache): Add opaque declaration.
4489 (EXTRACT_RETURN_VALUE): New architecture method.
4490 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
4491 * gdbarch.h, gdbarch.c: Regenerate.
4492 * arch-utils.c (legacy_extract_return_value): New function.
4493 * arch-utils.h (legacy_extract_return_value): Declare.
4494 * values.c (value_being_returned): Re-enable code handling
4495 EXTRACT_STRUCT_VALUE_ADDRESS. Move
4496 deprecated_grub_regcache_for_registers call to block handling
4497 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
4498 (EXTRACT_RETURN_VALUE): Do not define.
4499
4500 2002-07-03 Grace Sainsbury <graces@redhat.com>
4501
4502 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
4503 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
4504 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
4505 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
4506 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
4507 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
4508 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
4509 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
4510 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
4511 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
4512 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
4513 argument so the function fits the prototype in the architecture
4514 vector.
4515 (mcore_pop_frame): Remove argument so the function fits the
4516 prototype. Use get_current_frame instead of the argument.
4517 (mcore_push_arguments): Change type of struct_return so the
4518 function can be used in the architecture vector.
4519 (mcore_store_struct_return): Add.
4520 (mcore_frame_init_saved_regs): Add.
4521 (mcore_gdbarch_init): Add function calls to replace the macros
4522 removed from tm-mcore.h
4523
4524 2002-07-03 Andrew Cagney <ac131313@redhat.com>
4525
4526 * infcmd.c (print_return_value): Remove compatibility code calling
4527 deprecated_grub_regcache_for_registers.
4528
4529 * values.c: Include "regcache.h".
4530 (value_being_returned): Update. Use
4531 deprecated_grub_regcache_for_registers to extract the register
4532 buffer address.
4533 * value.h (value_being_returned): Change ``retbuf'' parameter to a
4534 ``struct regcache''.
4535 * Makefile.in (values.o): Add dependency on $(regcache_h).
4536
4537 * inferior.h (run_stack_dummy): Change type of second parameter to
4538 a ``struct regcache''.
4539 * valops.c (hand_function_call): Change type of retbuf to ``struct
4540 regcache''. Allocate using regcache_xmalloc, clean using
4541 make_cleanup_regcache_xfree.
4542 * infcmd.c (run_stack_dummy): Update. Use
4543 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
4544
4545 * regcache.c (do_regcache_xfree): New function.
4546 (make_cleanup_regcache_xfree): New function.
4547 * regcache.h (make_cleanup_regcache_xfree): Declare.
4548
4549 2002-07-03 Martin M. Hunt <hunt@redhat.com>
4550
4551 * event-top.c (command_line_handler): Don't read past
4552 beginning of buffer.
4553
4554 2002-07-03 Martin M. Hunt <hunt@redhat.com>
4555
4556 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
4557 struct frame_id.
4558 (varobj_create): Store frame_id for root.
4559 (varobj_gen_name): Use xasprintf.
4560 (varobj_update): Save and restore frame using get_frame_id() and
4561 frame_find_by_id().
4562 (create_child): Use xasprintf.
4563 (new_root_variable): Initialize frame_id.
4564 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
4565 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
4566 to prevent memory leak.
4567
4568 2002-07-03 Andrew Cagney <ac131313@redhat.com>
4569
4570 * valops.c (hand_function_call): Move declaration of retbuf to
4571 start of function, allocate using malloc, add a cleanup but before
4572 the inf_status cleanup, cleanup the buffer. Rename local variable
4573 old_chain to inf_status_cleanup.
4574
4575 2002-07-03 Martin M. Hunt <hunt@redhat.com>
4576
4577 * top.c (execute_command): Use cmd_func() and cmd_func_p().
4578
4579 * cli/cli-decode.c (cmd_func_p): New function.
4580 (cmd_func): New function.
4581
4582 * command.h: Add cmd_func() and cmd_func_p().
4583
4584 2002-07-03 Grace Sainsbury <graces@redhat.com>
4585
4586 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
4587 (REGISTER_SIZE): Remove.
4588 (MAX_REGISTER_RAW_SIZE): Remove.
4589 (REGISTER_VIRTUAL_TYPE): Remove.
4590 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
4591 (REGISTER_NAME): Remove.
4592 (USE_GENERIC_DUMMY_FRAMES): Remove.
4593 (CALL_DUMMY): Remove.
4594 (CALL_DUMMY_START_OFFSET): Remove.
4595 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
4596 (CALL_DUMMY_LOCATION): Remove.
4597 (FIX_CALL_DUMMY): Remove.
4598 (CALL_DUMMY_ADDRESS): Remove.
4599 (SIZEOF_CALL_DUMMY_WORDS): Remove.
4600 (SAVE_DUMMY_FRAME_TOS): Remove.
4601 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
4602 (mcore_register_virtual_type): New function.
4603 (mcore_register_byte): New function.
4604 (mcore_register_size): New function.
4605 (mcore_register_name): New function.
4606 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
4607 macros removed from tm-mcore.h.
4608 (mcore_dump_tdep): Add.
4609 (_initialize_mcore_tdep): Add gdbarch_register call.
4610
4611 2002-07-03 Mark Kettenis <kettenis@gnu.org>
4612
4613 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
4614 frameless_look_for_prologue, such that we actually call this
4615 function.
4616
4617 2002-07-02 Joel Brobecker <brobecker@gnat.com>
4618
4619 * frame.h (frame_address_in_block): New function.
4620
4621 * blockframe.c (frame_address_in_block): New function extracted
4622 from get_frame_block().
4623 (get_frame_block): Use frame_address_in_block().
4624 (block_innermost_frame): Use frame_address_in_block() to match
4625 the frame pc address against the block boundaries rather than
4626 the frame pc directly. This prevents a failure when a frame pc
4627 is actually a return-address pointing immediately after the end
4628 of the given block.
4629
4630 2002-07-02 Grace Sainsbury <graces@redhat.com>
4631
4632 * MAINTAINERS: Add self under write after approval.
4633
4634 2002-07-02 Grace Sainsbury <graces@redhat.com>
4635
4636 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
4637 used in architecture vector. The default is
4638 m68k_local_breakpoint_from_pc.
4639 (m68k_local_breakpoint_from_pc): Add.
4640 (enum): Add register numbers from tm-m68k.h.
4641 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
4642 vector.
4643 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
4644 GDB_MULTI_ARCH_PARTIAL.
4645 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
4646 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
4647 m68k-tdep.c.
4648 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
4649 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
4650 to enum in m68k-tdep.c
4651
4652 2002-07-02 Joel Brobecker <brobecker@gnat.com>
4653
4654 * solib-osf.c (open_map): Compute the list of shared libraries
4655 loaded by the inferior, rather than the list of libraries loaded
4656 by GDB itself. Otherwise, GDB ends up reading the symbols from
4657 the wrong shared libraries...
4658
4659 2002-07-02 Mark Kettenis <kettenis@gnu.org>
4660
4661 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
4662 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
4663 macros.
4664 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
4665 Remove functions.
4666 (FRAMELESS_SIGNAL): Remove function.
4667 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
4668 i386_linux_saved_pc_after_call): Removed.
4669 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
4670 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
4671 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
4672
4673 * i386-tdep.c (i386_frameless_signal_p): New function.
4674 (i386_frame_chain): Deal with frameless signals.
4675 (i386_sigtramp_saved_sp): New function.
4676 (i386_frame_saved_pc): Deal with frameless signals.
4677 (i386_saved_pc_after_call): Make sure the correct value is
4678 returned just after entry into a sigtramp.
4679 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
4680 i386fbsd4_sc_sp_offset): New variables.
4681 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
4682 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
4683 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
4684 similiar to what we already did for sc_pc_offset.
4685 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
4686 tdep->sc_sp_offset.
4687
4688 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
4689
4690 2002-07-02 Michal Ludvig <mludvig@suse.cz>
4691
4692 * config/i386/tm-x86-64linux.h: New.
4693 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
4694 definitions.
4695 * config/i386/nm-x86-64.h: Rename to ...
4696 * config/i386/nm-x86-64linux.h: ... this one.
4697 * config/i386/x86-64linux.mh: Reflect the above change.
4698
4699 2002-07-01 Mark Kettenis <kettenis@gnu.org>
4700
4701 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
4702 with sigcontext_addr. Add sc_sp_offset.
4703 (i386bsd_sigtramp_saved_pc): Remove prototype.
4704 (i386bsd_sicontext_addr): Add prototype.
4705 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
4706 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
4707 (i386_svr4_sigtramp_saved_pc): Removed.
4708 (i386_svr4_sigcontext_addr): New function.
4709 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4710 Initialize tdep->sigcontext_addr instead. Initialize
4711 tdep->sc_pc_offset and tdep->sc_sp_offset.
4712 (i386_gdbarch_init): Likewise.
4713 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
4714 any more.
4715 (i386bsd_sigtramp_saved_pc): Remove function.
4716 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4717 Initialize tdep->sigcontext_addr instead. Initialize
4718 tdep->sc_pc_offset.
4719 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
4720 of tdep->sigtramp_saved_pc.
4721 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
4722 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
4723 instead.
4724
4725 * i386-tdep.c (i386_frameless_function_invocation,
4726 i386_frame_num_args, i386_frame_init_saved_regs,
4727 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
4728 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
4729 i386_extract_return_value, i386_store_return_value,
4730 i386_extract_struct_value_address, i386_register_virtual_type,
4731 i386_register_convertible, i386_register_convert_to_virtual,
4732 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
4733 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
4734 static.
4735
4736 2002-07-01 Mark Kettenis <kettenis@gnu.org>
4737
4738 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
4739
4740 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
4741 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
4742 this macro. Include "value.h".
4743
4744 2002-06-30 Aidan Skinner <aidan@velvet.net>
4745
4746 * ada-exp.tab.c: remove as it's a generated file
4747 * ada-lex.c: remove as it's a generated file
4748
4749 2002-06-30 Mark Kettenis <kettenis@gnu.org>
4750
4751 * config/i386/tm-i386.h (struct frame_info, struct
4752 frame_saved_regs, struct value, struct type): Remove forward
4753 declarations.
4754
4755 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
4756 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
4757 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
4758 (FILL_FPXREGSET): Define.
4759
4760 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
4761
4762 * configure.tgt (i[3456]86-*-openbsd*): Fold into
4763 i[3456]86-*-netbsd* case.
4764 * config/i386/tm-obsd.h: Removed.
4765 * config/i386/obsd.mt: Removed.
4766 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
4767 core-aout.o.
4768 (MH_CFLAGS): Add -DYYDEBUG=0.
4769
4770 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
4771 i386nbsd_sc_pc_offset on OpenBSD too.
4772
4773 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
4774 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
4775 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
4776 define.
4777 * i386bsd-tdep.c: Include "arch-utils.h".
4778 (i386bsd_aout_in_solib_call_trampoline): New function.
4779 (i386bsd_init_abi): Set in_solib_call_trampoline to
4780 i386bsd_aout_in_solib_call_trampoline.
4781 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
4782 in_solib_call_trampoline to generic_in_solib_call_trampoline.
4783
4784 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4785
4786 * macrotab.h: Do not include "obstack.h" or "bcache.h".
4787 (struct obstack, struct bcache): Add opaque declarations.
4788 * Makefile.in (macrotab_h): Update
4789
4790 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4791
4792 * blockframe.c (generic_find_dummy_frame): Change return type to
4793 ``struct regcache''.
4794 (struct dummy_frame): Replace field ``registers'' with regcache, a
4795 struct regcache object.
4796 (generic_find_dummy_frame): Update.
4797 (generic_push_dummy_frame): Update. Use regcache_xfree,
4798 regcache_xmalloc and regcache_cpy.
4799 (generic_pop_dummy_frame): Update. Use regcache_cpy and
4800 regcache_xfree.
4801 (deprecated_generic_find_dummy_frame): Update.
4802 (generic_read_register_dummy): Update. Use
4803 regcache_read_as_address.
4804 (generic_call_dummy_register_unwind): Update. Use regcache_read.
4805 (generic_get_saved_register): Update. Use regcache_read.
4806
4807 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4808
4809 * Makefile.in (objfiles_h): Add $(bcache_h).
4810 * objfiles.h: Include "bcache.h".
4811
4812 * Makefile.in (symtab_h): Remove $(bcache_h).
4813 * symtab.h: Do not include "bcache.h".
4814
4815 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4816
4817 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
4818 generic_func_frame_chain_valid.
4819
4820 2002-06-28 David O'Brien <obrien@FreeBSD.org>
4821
4822 * config/i386/nm-fbsd.h: Include <sys/param.h>.
4823 * config/i386/tm-fbsd.h: Likewise.
4824
4825 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4826
4827 * rs6000-tdep.c (rs6000_gdbarch_init): Use
4828 generic_unwind_get_saved_register.
4829
4830 2002-06-27 Andrew Cagney <ac131313@redhat.com>
4831
4832 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
4833 * regcache.c (supply_register): Add missing argument to
4834 register_buffer call.
4835
4836 2002-06-27 Andrew Cagney <ac131313@redhat.com>
4837
4838 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
4839 Solaris /bin/grep does not not like it. From Peter Schauer.
4840
4841 2002-06-26 Tom Tromey <tromey@redhat.com>
4842
4843 * command.h (add_setshow_cmd): Declare.
4844 (add_setshow_cmd_full): Declare.
4845 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
4846 returns void. Use add_setshow_cmd_full.
4847 (add_setshow_cmd_full): New function.
4848 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
4849 (add_setshow_boolean_cmd): Likewise.
4850
4851 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4852
4853 * config/vax/tm-vax.h: Protect from multiple inclusion.
4854 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
4855 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
4856 * config/vax/tm-vaxbsd.h: ...here. New file.
4857 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
4858
4859 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4860
4861 * config/vax/tm-vax.h (BREAKPOINT): Remove.
4862 (BELIEVE_PCC_PROMOTION): Remove.
4863 (AP_REGNUM): Move to...
4864 * config/vax/nm-vax.h: ...here.
4865 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
4866 (vax_breakpoint_from_pc): New function.
4867 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
4868 and gdbarch_believe_pcc_promotion.
4869
4870 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4871
4872 * Makefile.in (vax_tdep_h): Define.
4873 (vax-tdep.o): Use $(vax_tdep_h).
4874 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
4875 (vax_dump_tdep): New function.
4876 (_initialize_vax_tdep): Register vax_dump_tdep.
4877 * vax-tdep.h: Include osabi.h.
4878 (struct gdbarch_tdep): New.
4879
4880 2002-06-26 Andrew Cagney <cagney@redhat.com>
4881
4882 * frame.h (deprecated_generic_find_dummy_frame): Rename
4883 generic_find_dummy_frame.
4884 * blockframe.c (generic_find_dummy_frame): Make static.
4885 (deprecated_generic_find_dummy_frame): New function.
4886 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
4887 generic_find_dummy_frame with deprecated_find_dummy_frame.
4888 (sh64_nofp_frame_init_saved_regs): Ditto.
4889 (sh_fp_frame_init_saved_regs): Ditto.
4890 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
4891 (s390_frame_chain): Ditto.
4892 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
4893
4894 2002-06-26 Grace Sainsbury <graces@redhat.com>
4895
4896 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
4897 gdbarch vector are at the top.
4898 (NUM_REGS): Remove.
4899 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
4900 (FRAME_ARGS_ADDRESS): Remove.
4901 (FRAME_LOCALS_ADDRESS): Remove.
4902 (FRAME_NUM_ARGS): Remove.
4903 (FRAME_ARGS_SKIP): Remove.
4904 * m68k-tdep.c (enum): Add eumeration of special register numbers.
4905 (m68k_gdbarch_init): Add gdbarch initializations for macros
4906 undefined in tm-m68k.h
4907
4908 2002-06-26 Grace Sainsbury <graces@redhat.com>
4909
4910 * monitor.h: Add the function regname to monitor_ops
4911 structure. This way NUM_REGS does not have to be a constant.
4912 * monitor.c (monitor_fetch_register): Added support for regname
4913 function. The function is called if the array regnames is NULL.
4914 (monitor_store_register): Same.
4915 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
4916 regnames array.
4917 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
4918 cpu32bug_cmds.regname to point to new function.
4919 * abug-rom.c (abug_regname): Same as above.
4920 (init_abug_cmds): Same.
4921 * dbug-rom.c (dbug_regname): Same as above.
4922 (init_dbug_cmds): Same.
4923 * remote-est.c (est_regname): Same.
4924 (init_est_cmds): Same.
4925 * rom68k-rom.c (rom68k_regname): Same.
4926 (init_rom68k_cmds): Same.
4927
4928 2002-06-25 Tom Tromey <tromey@redhat.com>
4929
4930 * breakpoint.c (delete_command): Don't repeat `delete' commands.
4931
4932 2002-06-25 Andrew Cagney <cagney@redhat.com>
4933
4934 * infrun.c (stop_registers): Change variable's type to ``struct
4935 regcache'''.
4936 (xmalloc_inferior_status): Delete function.
4937 (free_inferior_status): Delete function.
4938 (normal_stop): Use regcache_cpy.
4939 (struct inferior_status): Change type of fields ``stop_registers''
4940 and ``registers'' to ``struct regcache''.
4941 (write_inferior_status_register): Use regcache_write.
4942 (save_inferior_status): Instead of calling
4943 xmalloc_inferior_status, allocate the inf_status buffer directly.
4944 Use regcache_dup_no_passthrough and regcache_dup to save the
4945 buffers.
4946 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
4947 Replace the stop_registers regcache instead of overriding it. Use
4948 regcache_xfree. Instead of calling free_inferior_status, xfree
4949 the buffer directly.
4950 (discard_inferior_status): Use regcache_xfree. Instead of calling
4951 free_inferior_status, xfree the buffer directly.
4952 (build_infrun): Use regcache_xmalloc.
4953 (_initialize_infrun): Delete redundant call to build_infrun.
4954
4955 * Makefile.in (infcmd.o): Add $(regcache_h).
4956
4957 * infcmd.c: Include "regcache.h".
4958 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
4959 obtain the address of `stop_registers' register buffer.
4960 (print_return_value): Ditto.
4961
4962 * inferior.h (struct regcache): Add opaque declaration.
4963 (stop_registers): Change variable's declared type to ``struct
4964 regcache''.
4965
4966 2002-06-24 Tom Tromey <tromey@redhat.com>
4967
4968 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
4969 * target.c (initialize_targets): Fixed typo in
4970 trust-readonly-sections `show' documentation.
4971
4972 * main.c: Marked all strings with _().
4973
4974 2002-06-24 Don Howard <dhoward@redhat.com>
4975
4976 * memattr.c (create_mem_region): Treat hi == 0 as a special case
4977 that means max CORE_ADDR+1.
4978 (lookup_mem_region): Ditto.
4979 (mem_info_command): Ditto.
4980
4981 2002-06-24 Grace Sainsbury <graces@redhat.com>
4982
4983 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
4984 (REGISTER_BYTES_OK): Remove.
4985 (REGISTER_BYTES): Remove.
4986 (STORE_STRUCT_RETURN): Remove.
4987 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
4988 (STORE_RETURN_VALUE): Remove.
4989 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
4990 (FRAME_CHAIN): Remove.
4991 (FRAMELESS_FUNCTION_INVOCATION): Remove.
4992 (FRAME_SAVED_PC): Remove.
4993 * m68k-tdep.c (m68k_register_bytes_ok):Add.
4994 (m68k_store_struct_return): Add.
4995 (m68k_deprecated_extract_return_value): Add.
4996 (m68k_deprecated_extract_struct_value_address): Add.
4997 (m68k_store_return_value): Add.
4998 (m68k_frame_chain): Add.
4999 (m68k_frameless_function_invocation): Add.
5000 (m68k_frame_saved_pc): Add.
5001 (m68k_gdbarch_init): added set_gdbarch calls for new
5002 functions and deleted macros.
5003
5004 2002-06-23 Tom Tromey <tromey@redhat.com>
5005
5006 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
5007 (ALLDEPFILES): Likewise.
5008 (udiheaders): Removed.
5009 (udip2soc.o): Likewise.
5010 (udi2go32.o): Likewise.
5011 (udr.o): Likewise.
5012 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
5013
5014 2002-06-22 Andrew Cagney <ac131313@redhat.com>
5015
5016 * infrun.c (_initialize_infrun): Delete unnecessary call to
5017 build_infrun.
5018
5019 * regcache.h: Update comments describing the regcache_cpy family
5020 of functions.
5021 (regcache_save, regcache_restore): Delete declaration.
5022 (regcache_save_no_passthrough): Delete declaration.
5023 (regcache_restore_no_passthrough): Delete declaration.
5024 * regcache.c (regcache_save): Delete function.
5025 (regcache_save_no_passthrough): Delete function.
5026 (regcache_restore): Delete function.
5027 (regcache_restore_no_passthrough): Delete function.
5028
5029 2002-06-21 Andrew Cagney <ac131313@redhat.com>
5030
5031 * config/m68k/tm-m68k.h: Fix typo.
5032 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
5033 (m68k_frame_init_saved_regs): Declare.
5034
5035 2002-06-21 Jim Blandy <jimb@redhat.com>
5036
5037 Remove some vestiges of Harris 88k support.
5038 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
5039 register numbering quirk.
5040 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
5041 odd symbols occurring in Harris 88k ELF targets.
5042
5043 2002-06-21 Tom Tromey <tromey@redhat.com>
5044
5045 * gdb_locale.h: New file.
5046 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
5047 (defs_h): Added gdb_locale.h.
5048 * configure, config.in: Rebuilt.
5049 * configure.in (PACKAGE): Define.
5050 * defs.h: Include gdb_locale.h.
5051 * main.c (captured_main): Call setlocale, bindtextdomain,
5052 textdomain.
5053
5054 2002-06-21 Dave Brolley <brolley@redhat.com>
5055
5056 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
5057 * config/frv/frv.mt: New file.
5058 * config/frv/tm-frv.h: New file.
5059 * configure.tgt: Support frv-*-*.
5060 * Makefile.in (frv-tdep.o): New target.
5061 * frv-tdep.c: New file.
5062 * NEWS: Mention frv.
5063
5064 2002-06-21 Dave Brolley <brolley@redhat.com>
5065
5066 * MAINTAINERS: Add self to "Write After Approval" list.
5067
5068 2002-06-21 Grace Sainsbury <graces@redhat.com>
5069
5070 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
5071 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
5072 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
5073 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
5074 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
5075
5076 * m68k-tdep.c: Include arch-utils.h
5077 (m68k_register_raw_size): Add.
5078 (m68k_register_virtual_size): Add.
5079 (m68k_register_virtual_type): Add.
5080 (m68k_register_name): Add.
5081 (m68k_stack_align): Add.
5082 (m68k_register_byte): Add.
5083 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
5084 tm-m68k.h.
5085
5086 2002-06-21 Grace Sainsbury <graces@redhat.com>
5087
5088 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
5089 m68k_find_saved_regs.
5090 (m68k_pop_frame): Removed saved_regs structure, and replaced
5091 references to it with frame->saved_regs.
5092 (m68k_gdbarch_init): Added function calls to initialize the
5093 gdbarch structure.
5094 (m68k_fix_call_dummy): Add.
5095 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
5096 (CALL_DUMMY): Remove.
5097 (CALL_DUMMY_LENGTH): Remove.
5098 (CALL_DUMMY_START_OFFSET): Remove.
5099 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5100 (FIX_CALL_DUMMY): Remove.
5101 (PUSH_DUMMY_FRAME): Remove.
5102 (POP_FRAME): Remove.
5103
5104 2002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
5105
5106 * parse.c (parse_fprintf): New function used to avoid calls to
5107 fprintf in bison parser generated debug code.
5108 * parser-defs.h: Declaration of new parse_fprintf function.
5109 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
5110 Set YYDEBUG to 1 by default.
5111 Set YYFPRINTF as parse_fprintf.
5112
5113 2002-06-21 Michal Ludvig <mludvig@suse.cz>
5114
5115 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
5116 encoding anymore.
5117 (pointer_encoding, enum ptr_encoding): New.
5118 (execute_cfa_program): Take care about pointer encoding.
5119 (dwarf2_build_frame_info): Only call parse_frame_info for
5120 .debug_frame and .eh_frame.
5121 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
5122 fixed augmentation handling, added relative addressing,
5123 ignore duplicate FDEs. Added comments.
5124 * dwarf2cfi.c: Reindented.
5125
5126 2002-06-20 Elena Zannoni <ezannoni@redhat.com>
5127
5128 * event-top.c (command_handler): Don't use space_at_cmd_start
5129 unless there is sbrk() on the host. Assign time and space data
5130 to union fields of the appropriate length.
5131
5132 2002-06-20 Michal Ludvig <mludvig@suse.cz>
5133
5134 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
5135 x86_64_register_name. Return type changed to 'const char *'.
5136 (x86_64_register_name2nr): Rename to x86_64_register_number.
5137 (x86_64_gdbarch_init): Update to reflect the change.
5138 * x86-64-tdep.h: Ditto.
5139 * x86-64-linux-nat.c (x86_64_fxsave_offset)
5140 (supply_fpregset): Ditto.
5141
5142 2002-06-19 Andrew Cagney <cagney@redhat.com>
5143
5144 * regcache.h: Update copyright.
5145 (struct regcache, struct gdbarch): Add opaque declarations.
5146 (current_regcache): Declare global variable.
5147 (regcache_read, regcache_write): Add gdbarch parameter.
5148 (regcache_save, regcache_save_no_passthrough)
5149 (regcache_restore, regcache_restore_no_passthrough)
5150 (regcache_dup, regcache_dup_no_passthrough)
5151 (regcache_cpy, regcache_cpy_no_passthrough)
5152 (deprecated_grub_regcache_for_registers)
5153 (deprecated_grub_regcache_for_register_valid)
5154 (regcache_valid_p): Add function declarations.
5155
5156 * regcache.c: Update copyright.
5157 (regcache_descr_handle): New global variable.
5158 (struct regcache_descr): Define.
5159 (init_legacy_regcache_descr, init_regcache_descr): New functions.
5160 (regcache_descr, xfree_regcache_descr): New functions.
5161 (struct regcache): Define.
5162 (regcache_xmalloc, regcache_xfree): New functions.
5163 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
5164 (regcache_dup, regcache_dup_no_passthrough): New functions.
5165 (regcache_valid_p, regcache_read_as_address): New functions.
5166 (deprecated_grub_regcache_for_registers): New function.
5167 (deprecated_grub_regcache_for_register_valid): New function.
5168 (current_regcache): New global variable.
5169 (register_buffer): Add regcache parameter. Update calls.
5170 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
5171 (read_register_gen, write_register_gen): Update register_buffer
5172 call. Test for legacy_p instead of gdbarch_register_read_p or
5173 gdbarch_register_write_p.
5174 (regcache_collect): Update register_buffer call.
5175 (build_regcache): Rewrite. Use deprecated grub functions.
5176 (regcache_save, regcache_save_no_passthrough): New functions.
5177 (regcache_restore, regcache_restore_no_passthrough): New
5178 functions.
5179 (_initialize_regcache): Create the regcache_data_handle. Swap
5180 current_regcache global variable.
5181
5182 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
5183 parameter to regcache_read and regcache_write calls.
5184 (sh4_register_read): Ditto.
5185 (sh64_pseudo_register_read): Ditto.
5186 (sh64_register_read): Ditto.
5187 (sh_pseudo_register_write): Ditto.
5188 (sh4_register_write): Ditto.
5189 (sh64_pseudo_register_write): Ditto.
5190 (sh64_register_write): Ditto.
5191
5192 * defs.h (XCALLOC): Define.
5193
5194 2002-06-19 Grace Sainsbury <graces@redhat.com>
5195
5196 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
5197 * m68k-tdep.c (m68k_gdbarch_init): Added.
5198 (m68k_dump_tdep): Added.
5199
5200 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
5201
5202 * ada-lang.c (fill_in_ada_prototype): Update comment.
5203
5204 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
5205
5206 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
5207 MIPS_ABI_LAST.
5208 (mips_abi_string, mips_abi_strings): New.
5209 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
5210 (mips_gdbarch_init): Set tdep->found_abi. Don't set
5211 tdep->mips_abi_string. Honor mips_abi_string. Default to
5212 O32 if no ABI is found.
5213 (mips_dump_tdep): Use mips_abi_strings.
5214 (mips_abi_update): New function.
5215 (_initialize_mips_tdep): Initialize mips_abi_string. Add
5216 ``set mips abi'' and ``show mips abi''. Check the size of
5217 mips_abi_strings.
5218
5219 2002-06-19 Andrew Cagney <cagney@redhat.com>
5220
5221 * i386-linux-tdep.c (i386_linux_register_name): Make return type
5222 constant.
5223
5224 2002-06-18 Joel Brobecker <brobecker@gnat.com>
5225
5226 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
5227 current frame using only the first stack size adjustment. All
5228 subsequent size adjustments are not considered to be part of
5229 the "static" part of the current frame.
5230 Compute the address of the saved registers relative to the
5231 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
5232 in use in this frame.
5233
5234 2002-06-18 Don Howard <dhoward@redhat.com>
5235
5236 * valops.c (value_ind): Use value_at_lazy() when dereferencing
5237 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
5238 suggesting this solution.
5239
5240 2002-06-18 Andrew Cagney <ac131313@redhat.com>
5241
5242 * config/romp/xm-rtbsd.h: Delete file.
5243 * config/romp/rtbsd.mh: Delete file.
5244
5245 2002-06-18 Keith Seitz <keiths@redhat.com>
5246
5247 * breakpoint.c (condition_command): Post breakpoint_modify
5248 when a condition is added to an existing breakpoint.
5249 (commands_command): Likewise for commands.
5250 (set_ignore_count): Likewise for ignore counts.
5251 If no tty, do not simply return, still need to send event
5252 notification.
5253 (ignore_command): Only print a newline if the command came
5254 from a tty.
5255 Don't call breakpoints_changed, since this is now properly
5256 handled by set_ignore_count.
5257
5258 2002-06-18 Andrew Cagney <cagney@redhat.com>
5259
5260 * MAINTAINERS: Note that cris-elf target can be compiled with
5261 -Werror.
5262 * cris-tdep.c (cris_register_name): Make return type constant.
5263 (cris_breakpoint_from_pc): Ditto.
5264
5265 2002-06-18 Michal Ludvig <mludvig@suse.cz>
5266
5267 * frame.h (struct frame_info): Change type of context to
5268 'struct context'.
5269
5270 2002-06-17 Andrew Cagney <cagney@redhat.com>
5271
5272 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
5273 pointer.
5274 * gdbarch.h, gdbarch.c: Regenerate.
5275 * config/mips/tm-mips.h (mips_register_name): Update.
5276 * i386-tdep.h (i386_register_name): Update.
5277 * mips-tdep.c (mips_register_name): Update
5278 * alpha-tdep.c (alpha_register_name): Update.
5279 * arch-utils.c (legacy_register_name): Update.
5280 * arch-utils.h (legacy_register_name): Update.
5281 * avr-tdep.c (avr_register_name): Update.
5282 * ia64-tdep.c (ia64_register_name): Update.
5283 * i386-tdep.c (i386_register_name): Update.
5284 * sparc-tdep.c (sparc32_register_name): Update.
5285 (sparc64_register_name): Update.
5286 (sparclite_register_name): Update.
5287 (sparclet_register_name): Update.
5288 * sh-tdep.c (sh_generic_register_name): Update.
5289 (sh_sh_register_name): Update.
5290 (sh_sh3_register_name): Update.
5291 (sh_sh3e_register_name): Update.
5292 (sh_sh_dsp_register_name): Update.
5293 (sh_sh3_dsp_register_name): Update.
5294 (sh_sh4_register_name): Update.
5295 (sh_sh64_register_name): Update.
5296 * s390-tdep.c (s390_register_name): Update.
5297 * rs6000-tdep.c (rs6000_register_name): Update.
5298 * ns32k-tdep.c (ns32k_register_name_32082): Update.
5299 (ns32k_register_name_32382): Update.
5300 * d10v-tdep.c (d10v_ts2_register_name): Update.
5301 (d10v_ts3_register_name): Update.
5302 * xstormy16-tdep.c (xstormy16_register_name): Update.
5303 * vax-tdep.c (vax_register_name): Update.
5304 * v850-tdep.c (v850_register_name): Update.
5305 * m68hc11-tdep.c (m68hc11_register_name): Update.
5306 * mn10300-tdep.c (mn10300_generic_register_name): Update.
5307 (am33_register_name): Update.
5308
5309 2002-06-17 Grace Sainsbury <graces@redhat.com>
5310
5311 * m68k-tdep.c: Reindented.
5312
5313 2002-06-17 Andrew Cagney <ac131313@redhat.com>
5314
5315 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
5316 list of predefined types.
5317
5318 2002-06-16 Mark Kettenis <kettenis@gnu.org>
5319
5320 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
5321 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
5322 REGISTER_CONVERT_TO_RAW): Remove defines.
5323 (i386_register_virtual_type, i386_register_convertible,
5324 i386_register_convert_to_virtual, i386_register_convert_to_raw):
5325 Remove prototypes.
5326 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5327 macros mentioned above.
5328
5329 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
5330 (i386lynx_saved_pc_after_call): Remove prototype.
5331 * i386ly-tdep.c: Include "i386-tdep.h".
5332 (i386lynx_saved_pc_after_call): Make static. Use
5333 read_memory_nobpt instead of read_memory. Use
5334 read_memory_unsigned_integer instead of read_memory_integer.
5335 (i386lynx_init_abi): New function.
5336 (i386lynx_coff_osabi_sniffer): New function.
5337 (_initialize_i386bsd_tdep): New function.
5338
5339 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
5340 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
5341 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
5342 (i386_fix_call_dummy): Remove prototype.
5343 * i386-tdep.c (i386_call_dummy_words): New variable.
5344 (i386_gdbarch_init): Adjust for removal of the
5345 macros mentioned above.
5346
5347 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5348
5349 * command.h (add_setshow_auto_boolean_cmd): Replace
5350 add_set_auto_boolean_cmd.
5351 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
5352 add_set_auto_boolean_cmd.
5353 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
5354 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
5355 mask-address'' command.
5356 (show_mask_address): Add cmd parameter.
5357 * remote.c (add_packet_config_cmd): Update. Change type of
5358 set_func and show_func to cmd_sfunc_ftype.
5359 (_initialize_remote): Update `set remote Z-packet'
5360 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
5361 (show_remote_protocol_e_packet_cmd): Ditto.
5362 (show_remote_protocol_E_packet_cmd): Ditto.
5363 (show_remote_protocol_P_packet_cmd): Ditto.
5364 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
5365 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
5366 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
5367 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
5368 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
5369 (show_remote_protocol_Z_packet_cmd): Ditto.
5370 (show_remote_protocol_binary_download_cmd): Ditto.
5371 (show_remote_cmd): Pass NULL to all of above.
5372
5373 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5374
5375 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
5376 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
5377 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
5378 POP_FRAME): Remove defines.
5379 (i386_push_arguments, i386_store_struct_return,
5380 i386_extract_return_value, i386_store_return_value,
5381 i386_extract_struct_value_address, i386_push_dummy_frame,
5382 i386_pop_frame): Renove prototypes.
5383 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5384 macros mentioned above.
5385
5386 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5387
5388 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
5389 add_set_boolean_cmd.
5390 (add_setshow_cmd): New function.
5391 * command.h (add_setshow_boolean_cmd): Replace
5392 add_set_boolean_cmd.
5393 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
5394 and ``set rdiromatzero''.
5395 * maint.c (_initialize_maint_cmds): Update commented out code.
5396 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
5397 * target.c (initialize_targets): Update `set
5398 trust-readonly-sections'.
5399 * remote.c (_initialize_remote): Update `set remotebreak'.
5400
5401 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5402
5403 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
5404 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
5405 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
5406 fit into multi-arch framework.
5407 (i386_breakpoint_from_pc): New function.
5408 (i386_gdbarch_init): Adjust for removal of the macros mentioned
5409 above.
5410
5411 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
5412 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
5413 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
5414 (i386_frameless_function_invocation, i386_frame_num_args,
5415 i386_frame_init_saved_regs): Remove prototypes.
5416 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5417 macros mentioned above.
5418
5419 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5420
5421 * cli/cli-decode.c (set_cmd_cfunc): Update.
5422 (set_cmd_sfunc): Update.
5423 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
5424 (set_cmd_sfunc, set_cmd_cfunc): Update.
5425 * cli/cli-decode.h: Update.
5426
5427 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5428
5429 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
5430 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
5431
5432 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5433
5434 * defs.h (auto_boolean): Declare enum.
5435 * command.h (cmd_auto_boolean): Delete enum.
5436 * mips-tdep.c (mask_address_var): Update.
5437 (mips_mask_address_p): Update.
5438 (show_mask_address): Update.
5439 * remote.c (struct packet_config): Update.
5440 (update_packet_config): Update.
5441 (show_packet_config_cmd): Update.
5442 (packet_ok): Update.
5443 (add_packet_config_cmd): Update.
5444 (_initialize_remote):
5445 * command.h: Update.
5446 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
5447 (do_setshow_command): Update.
5448 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
5449 * cli/cli-decode.h: Update.
5450
5451 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5452
5453 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
5454 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
5455 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
5456 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
5457 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
5458 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
5459
5460 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
5461 list of DJGPP COFF targets.
5462
5463 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
5464 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
5465 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
5466 (FP0_REGNUM): Remove define.
5467 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
5468 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
5469 (i386_register_virtual_size): Remove protoype.
5470 * i386-tdep.c (i386_register_virtual_size): Removed.
5471 (i386_extract_return_value, i386_store_return_value): Use
5472 FP0_REGNUM instead of NUM_FREGS to determine whether the
5473 floating-point registers are available.
5474 (i386_gdbarch_init): Tweak FIXME about FPU registers.
5475 Adjust for removal of macros mentioned above.
5476
5477 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5478
5479 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
5480 comments.
5481 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
5482 Remove prototypes.
5483 (supply_gregset, fill_gregset): Remove use of register keyword and
5484 remove declaration for regmap. Use I386_NUM_GREGS instead of
5485 NUM_REGS and NUM_FREGS.
5486 (FPREGSET_FSAVE_OFFSET): Remove.
5487 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
5488 NUM_FREGS to determine whether the floating-point registers are
5489 available.
5490
5491 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
5492 gnu_store_registers): Replace usage of NUM_GREGS with
5493 I386_NUM_GREGS.
5494
5495 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
5496 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
5497 usage of NUM_GREGS with I386_NUM_GREGS.
5498
5499 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
5500
5501 * i386bsd-nat.c: Include "i386-tdep.h".
5502 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
5503 I386_NUM_GREGS.
5504
5505 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
5506 and associated comment. They no longer make any sense, since we
5507 don't use this file anymore on Linux.
5508
5509 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
5510 * i386-tdep.c (i386_register_offset, i386_register_size): Use
5511 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
5512 elements in these arrays.
5513 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
5514 MAX_NUM_REGS.
5515
5516 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5517
5518 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
5519 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
5520
5521 2002-06-14 Andrew Cagney <cagney@redhat.com>
5522
5523 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
5524 EXTRACT_RETURN_VALUE.
5525 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
5526 EXTRACT_STRUCT_VALUE_ADDRESS.
5527 * gdbarch.h, gdbarch.c: Regenerate.
5528
5529 * values.c (value_being_returned): Handle
5530 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5531 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
5532
5533 * arm-linux-tdep.c (arm_linux_init_abi): Update.
5534 * arm-tdep.c (arm_gdbarch_init): Update.
5535 * avr-tdep.c (avr_gdbarch_init): Update.
5536 * cris-tdep.c (cris_gdbarch_init): Update.
5537 * d10v-tdep.c (d10v_gdbarch_init): Update.
5538 * ia64-tdep.c (ia64_gdbarch_init): Update.
5539 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5540 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5541 * s390-tdep.c (s390_gdbarch_init): Update.
5542 * sh-tdep.c (sh_gdbarch_init): Update.
5543 * s390-tdep.c (s390_gdbarch_init): Update.
5544 * sparc-tdep.c (sparc_gdbarch_init): Update.
5545 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5546 * v850-tdep.c (v850_gdbarch_init): Update.
5547 * vax-tdep.c (vax_gdbarch_init): Update.
5548 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
5549 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5550
5551 * config/arc/tm-arc.h: Update.
5552 * config/d30v/tm-d30v.h: Update.
5553 * config/fr30/tm-fr30.h: Update.
5554 * config/h8300/tm-h8300.h: Update.
5555 * config/h8500/tm-h8500.h: Update.
5556 * config/i386/tm-i386.h: Update.
5557 * config/i386/tm-ptx.h: Update.
5558 * config/i386/tm-symmetry.h: Update.
5559 * config/i960/tm-i960.h: Update.
5560 * config/m32r/tm-m32r.h: Update.
5561 * config/m68k/tm-delta68.h: Update.
5562 * config/m68k/tm-linux.h: Update.
5563 * config/m68k/tm-m68k.h: Update.
5564 * config/m88k/tm-m88k.h: Update.
5565 * config/mcore/tm-mcore.h: Update.
5566 * config/mips/tm-mips.h: Update.
5567 * config/mn10200/tm-mn10200.h: Update.
5568 * config/pa/tm-hppa.h: Update.
5569 * config/pa/tm-hppa64.h: Update.
5570 * config/sparc/tm-sp64.h: Update.
5571 * config/sparc/tm-sparc.h: Update.
5572 * config/sparc/tm-sparclet.h: Update.
5573 * config/z8k/tm-z8k.h: Update.
5574
5575 2002-06-14 Andrew Cagney <cagney@redhat.com>
5576
5577 * Makefile.in (i386_linux_tdep_h): Define.
5578 (i386_tdep_h, i387_tdep_h): Define.
5579 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
5580 $(i386_tdep_h) and $(i387_tdep_h).
5581 * i386-linux-nat.c: Include "i386-linux-tdep.h".
5582
5583 2002-06-14 Mark Kettenis <kettenis@gnu.org>
5584
5585 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
5586 Already covered by the default.
5587
5588 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
5589 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
5590 (i386_gdbarch_init): Initialize long_double_format and long_double
5591 bit.
5592
5593 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
5594 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
5595 Move these to ...
5596 * config/i386/i386sol2.mh: ... here.
5597 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
5598 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
5599 (SIGCONTEXT_PC_OFFSET): Remove define.
5600 (IN_SIGTRAMP): Remove define.
5601 * i386-sol2-tdep.c: New file.
5602
5603 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
5604 * config/i386/tm-i386nw.h: Removed.
5605
5606 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
5607 USE_STRUCT_CONVENTION): Remove defines.
5608 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5609 (get_longjmp_target): Remove prototype.
5610 (IN_SIGTRAMP): Remove define.
5611 (i386bsd_in_sigtramp): Remove prototype.
5612 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
5613 function. Update comment accordingly
5614 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
5615 (FRAME_SAVED_PC): Remove define.
5616 (i386bsd_frame_saved_pc): Remove prototype.
5617 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
5618 GET_LONGJMP_TARGET): Remove defines.
5619 (get_longjmp_target): Remove prototype.
5620 (IN_SIGTRAMP): Remove define.
5621 (i386bsd_in_sigtramp): Remove prototype.
5622 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
5623 function. Update comment accordingly
5624 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
5625 (FRAME_SAVED_PC): Remove define.
5626 (i386bsd_frame_saved_pc): Remove prototype.
5627 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
5628 Remove prototype.
5629 (USE_STRUCT_CONVENTION): Remove prototype.
5630 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
5631 declaration.
5632 (_initialize_i386bsd_nat): Revise logic to determine some
5633 constants at compile time when compiling a native GDB. Warn if
5634 things don't match up with what we expect.
5635 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
5636 Remove variables.
5637 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
5638 to use date stored in `struct gdbarch_tdep'.
5639 (i386bsd_sigcontext_offset): Remove varaible.
5640 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
5641 stored in `struct gdbarch_tdep'.
5642 (i386bsd_frame_saved_pc): Make static.
5643 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
5644 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
5645 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
5646 i386fbsd4_sc_pc_offset): New variables.
5647 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
5648 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
5649 functions.
5650 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
5651 functions.
5652 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
5653 Modify the value of i386fbsd_sigtramp_start and
5654 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
5655 i386fbsd_sigtramp_end.
5656 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
5657 function.
5658
5659 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
5660 define to i386-linux-tdep.h.
5661 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
5662 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
5663 defines.
5664 (i386_linux_register_name, i386_linux_register_byte,
5665 i386_linux_register_raw_size): Remove prototypes.
5666 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
5667 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
5668 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
5669 TARGET_WRITE_PC): Remove defines.
5670 (i386_linux_in_sigtramp, i386_linux_frame_chain,
5671 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
5672 i386_linux_write_pc): Remove prototypes.
5673 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5674 (get_longjmp_target): Remove prototype.
5675 * i386-linux-tdep.h: New file.
5676 * i386-linux-nat.c: Include "i386-linux-tdep.h".
5677 * i386-linux-tdep.c: Include "i386-tdep.h" and
5678 "i386-linux-tdep.h".
5679 (i386_linux_register_name, i386_linux_register_byte,
5680 i386_linux_register_raw_size, i386_linux_in_sigtramp,
5681 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
5682 Make static.
5683 (i386_linux_init_abi): New function.
5684 (_initialize_i386_linux_tdep): New function.
5685
5686 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
5687 (i386_saved_pc_after_call): Remove prototype.
5688 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
5689 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
5690 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
5691 (i386_register_name, i386_stab_reg_to_regnum,
5692 i386_dwarf_reg_to_regnum): Remove prototypes.
5693 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
5694 SIZEOF_SSE_REGS): Remove defines.
5695 (REGISTER_BYTES): Remove define.
5696 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
5697 (i386_register_byte, i386_register_raw_size): Remove prototypes.
5698 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
5699 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
5700 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
5701 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
5702 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
5703 (get_longjmp_target): Remove prototype.
5704 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
5705 (sigtramp_saved_pc): Remove define.
5706 (i386v4_sigtramp_saved_pc): Remove prototype.
5707 * config/i386/tm-go32.h (FRAME_CHAIN,
5708 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
5709 (i386go32_frame_saved_pc): Remove prototype.
5710 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5711 (get_longjmp_target): Remove prototype.
5712 * i386-tdep.h: Include "osabi.h".
5713 (enum i386_abi): Removed.
5714 (enum struct_return): New enum.
5715 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
5716 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
5717 sc_pc_offset members.
5718 (i386_gdbarch_register_os_abi): Remove prototype.
5719 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
5720 I386_SSE_NUM_REGS): New defines.
5721 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
5722 I386_SSE_SIZEOF_REGS): New defines.
5723 (i386_register_name, i386_register_byte, i386_register_raw_size):
5724 New prototypes.
5725 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
5726 (i386bsd_sigtramp_saved_pc): New prototype.
5727 * i386-tdep.c: Don't include "elf-bfd.h".
5728 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
5729 i386_frame_chain, i386_saved_pc_after_call): Make static.
5730 (i386_frame_saved_pc): Rewrite to call architecture dependent
5731 function to deal with signal handlers. Make static.
5732 (i386go32_frame_saved_pc): Removed.
5733 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
5734 Removed.
5735 (i386_get_longjmp_target): New function.
5736 (default_struct_convention, pcc_struct_convention,
5737 reg_struct_convention, valid_conventions, struct_convention): New
5738 variables.
5739 (i386_use_struct_convention): New function.
5740 (i386v4_sigtramp_saved_pc): Renamed to
5741 i386_svr4_sigtramp_saved_pc. Made static. Moved.
5742 (i386_pc_in_sigtramp): New function.
5743 (i386_abi_names): Removed.
5744 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
5745 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
5746 Removed.
5747 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
5748 i386_gdbarch_register_os_abi): Removed.
5749 (struct i386_abi_handler): Removed.
5750 (i386_abi_handler_list): Removed.
5751 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
5752 functions.
5753 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
5754 i386_nw_init_abi): New functions.
5755 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
5756 Use set_gdbarch_xxx() calls instead of relying on macros for a
5757 number of calls.
5758 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
5759 (_initialize_i386_tdep): Add new 'struct-convcention' command.
5760 Register the various architecture variants defined in this file.
5761
5762 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
5763
5764 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
5765 (struct main_type): Remove arg_types member. Update comments for
5766 struct field.
5767 (TYPE_ARG_TYPES): Remove.
5768 (TYPE_FN_FIELD_ARGS): Update.
5769 (smash_to_method_type): Update prototype.
5770
5771 * c-typeprint.c (cp_type_print_method_args): Take method type
5772 instead of argument list. Use new argument layout. Simplify.
5773 (c_type_print_args): Use new argument layout. Simplify.
5774 (c_type_print_base): Update call to cp_type_print_method_args.
5775 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
5776 argument; use die->type instead. Update call to
5777 smash_to_method_type.
5778 (read_structure_scope): Update call to dwarf2_add_member_fn.
5779 * gdbtypes.c (allocate_stub_method): Update comment.
5780 (smash_to_method_type): Take new NARGS and VARARGS arguments.
5781 Use new argument layout.
5782 (check_stub_method): Use new argument layout. Don't count
5783 void as an argument.
5784 (print_arg_types): Update comments. Use new argument layout.
5785 (recursive_dump_type): Don't print arg_types member.
5786 * hpread.c (hpread_read_struct_type): Use new argument layout.
5787 (fixup_class_method_type): Likewise.
5788 (hpread_type_lookup): Likewise.
5789 * stabsread.c (read_type): Update calls to read_args and
5790 smash_to_method_type.
5791 (read_args): Use new argument layout. Simplify.
5792 * valops.c (typecmp): Use new argument layout. Update parameters
5793 and comments. Simplify.
5794 (hand_function_call): Use new argument layout.
5795 (search_struct_method): Update call to typecmp.
5796 (find_overload_match): Use new argument layout.
5797
5798 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
5799
5800 * NEWS: Mention multithreaded debug support for gdbserver.
5801
5802 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
5803
5804 * MAINTAINERS: Mention NEWS.
5805
5806 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
5807
5808 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
5809 (struct mips_objfile_private, compare_pdr_entries): New.
5810 (non_heuristic_proc_desc): Read the ".pdr" section if it
5811 is present.
5812
5813 2002-06-12 Andrew Cagney <ac131313@redhat.com>
5814
5815 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
5816 (arm_debug): New static variable.
5817 (_initialize_arm_tdep): Add ``set debug arm'' command.
5818
5819 2002-06-12 Andrew Cagney <ac131313@redhat.com>
5820
5821 * Makefile.in (sim_arm_h): Define.
5822 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
5823 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
5824 (arm_register_sim_regno): New function, map an internal REGNUM
5825 onto a simulator register number.
5826 (arm_gdbarch_init): Set register_sim_regno.
5827
5828 2002-06-09 Aldy Hernandez <aldyh@redhat.com>
5829
5830 * MAINTAINERS: Add self.
5831
5832 2002-06-11 Jim Blandy <jimb@redhat.com>
5833
5834 * source.c (source_info): Mention whether the symtab has
5835 information about preprocessor macros.
5836
5837 Call the command `info macro', not `show macro'.
5838 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
5839 Fix error message.
5840 (_initialize_macrocmd): Register `info_macro_command' in
5841 `infolist', not `showlist'.
5842
5843 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
5844
5845 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
5846 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
5847 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
5848 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
5849 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
5850 unconditionally.
5851 (set_mipsfpu_single_command, set_mipsfpu_double_command)
5852 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
5853 (_initialize_mips_tdep): Remove dead code.
5854 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
5855 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5856 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
5857 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5858 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
5859 MIPS_LAST_FP_ARG_REGNUM): Remove.
5860
5861 2002-06-11 Michal Ludvig <mludvig@suse.cz>
5862
5863 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
5864 (unwind_tmp_obstack_free, parse_frame_info)
5865 (update_context, cfi_read_fp, cfi_write_fp)
5866 (cfi_frame_chain, cfi_init_extra_frame_info)
5867 (cfi_virtual_frame_pointer): Use the above function.
5868 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
5869
5870 2002-06-11 Corinna Vinschen <vinschen@redhat.com>
5871
5872 * v850-tdep.c (v850_type_is_scalar): New function.
5873 (v850_use_struct_convention): Match current gcc implementation
5874 as close as possible.
5875 (v850_push_arguments): Fix stack_offset handling. Don't write
5876 struct_addr into register. This is done by v850_store_struct_return.
5877 (v850_extract_return_value): Care for structs.
5878 (v850_store_return_value): Ditto.
5879 (v850_store_struct_return): Actually write address.
5880
5881 2002-06-11 Michal Ludvig <mludvig@suse.cz>
5882
5883 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
5884 without debug information too.
5885
5886 2002-06-10 Andrew Cagney <ac131313@redhat.com>
5887
5888 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
5889 Make multi-arch pure.
5890 * gdbarch.h, gdbarch.c: Re-generate.
5891 * arm-tdep.c (arm_print_float_info): Update.
5892 * arch-utils.h (default_print_float_info): Update.
5893 * arch-utils.c (default_print_float_info): Update.
5894 * infcmd.c (float_info): Update call.
5895
5896 2002-06-10 Andrew Cagney <ac131313@redhat.com>
5897
5898 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
5899 the front of the initialize list.
5900
5901 2002-06-10 Andrew Cagney <ac131313@redhat.com>
5902
5903 * infrun.c (struct inferior_status): Replace fields
5904 selected_frame_address and selected_level with field
5905 selected_frame_id.
5906 (save_inferior_status): Update. Use get_frame_id.
5907 (struct restore_selected_frame_args): Delete.
5908 (restore_selected_frame): Update. Use frame_find_by_id.
5909 (restore_inferior_status): Update.
5910
5911 * breakpoint.h (struct breakpoint): Change type of
5912 watchpoint_frame to frame_id.
5913 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
5914 call to get_current_frame.
5915 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
5916 get_current_frame.
5917 (watchpoint_check): Use frame_find_by_id.
5918
5919 * frame.h (record_selected_frame): Delete declaration.
5920 * stack.c (record_selected_frame): Delete function.
5921
5922 * frame.h (struct frame_id): Define.
5923 (get_frame_id): Declare.
5924 (frame_find_by_id): Declare.
5925 * frame.c (frame_find_by_id): New function.
5926 (get_frame_id): New function.
5927
5928 2002-06-10 Andrey Volkov <avolkov@transas.com>
5929
5930 * ser-e7kpc.c: Fix duplicated define and call of
5931 _initialize_ser_e7000pc
5932
5933 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
5934
5935 * signals/signals.c (target_signal_from_host): Fix #ifdef
5936 SIGRTMIN case.
5937 (do_target_signal_to_host): Likewise.
5938
5939 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
5940
5941 * mips-tdep.c (mips_find_abi_section): New function.
5942 (mips_gdbarch_init): Call it.
5943
5944 2002-06-09 Mark Kettenis <kettenis@gnu.org>
5945
5946 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
5947 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
5948 after Andrew's 2002-06-08 gdbarch change.
5949
5950 2002-06-09 Mark Kettenis <kettenis@gnu.org>
5951
5952 * i386-linux-nat.c (suppy_gregset): Don't supply
5953 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
5954 register cache.
5955 (fill_gregset): Don't fetch it under the same circumstances.
5956
5957 2002-06-09 Andrew Cagney <cagney@redhat.com>
5958
5959 * Makefile.in (callback_h): Define.
5960 (remote_sim_h): Update path to remote-sim.h.
5961 (remote-rdp.o): Add $(callback_h).
5962 (remote-sim.o): Use $(callback_h).
5963 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
5964 * remote-rdp.c: Include "gdb/callback.h".
5965
5966 2002-06-09 Mark Kettenis <kettenis@gnu.org>
5967
5968 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
5969 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
5970
5971 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5972
5973 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
5974 * rdi-share/serpardr.c: Ditto.
5975 * rdi-share/unixcomm.c: Ditto.
5976 * rdi-share/serdrv.c: Ditto.
5977 * rdi-share/hostchan.h: Ditto.
5978 * rdi-share/hostchan.c: Ditto.
5979 * rdi-share/host.h: Ditto.
5980 * rdi-share/devsw.c: Ditto.
5981
5982 * objfiles.h: Change type of obj_private to void pointer.
5983 * pa64solib.c: Update copyright. Don't include "assert.h", use
5984 strcmp instead of STREQ, use LONGEST, do not use PTR
5985 * somsolib.c: Ditto.
5986
5987 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
5988 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
5989 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
5990
5991 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5992
5993 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
5994 (default_get_saved_register): Delete function.
5995 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
5996 generic_unwind_get_saved_register.
5997 * gdbarch.h, gdbarch.c: Re-generate.
5998
5999 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6000
6001 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
6002 generic_func_frame_chain_valid.
6003 * gdbarch.h, gdbarch.c: Re-generate.
6004 * blockframe.c (generic_func_frame_chain_valid): Only check
6005 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
6006 passing FP to PC_IN_CALL_DUMMY.
6007 Fix PR gdb/360.
6008
6009 2002-06-08 Andrew Cagney <ac131313@redhat.com>
6010
6011 * gdbarch.sh (struct gdbarch_data): Add field init_p.
6012 (register_gdbarch_data): Initialize init_p.
6013 (gdbarch_data): Initialize data pointer using the init function.
6014 (init_gdbarch_data): Delete function.
6015 (gdbarch_update_p): Update.
6016 (initialize_non_multiarch): Update.
6017 (struct gdbarch): Add field initialized_p.
6018 * gdbarch.h, gdbarch.c: Re-generate.
6019
6020 2002-06-07 Michal Ludvig <mludvig@suse.cz>
6021
6022 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
6023 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
6024 better do the things actually here.
6025 * x86-64-tdep.c (x86_64_register_name2nr): New.
6026 (x86_64_register_name): Renamed to x86_64_register_nr2name.
6027 (x86_64_gdbarch_init): Respect the above change.
6028 * x86-64-tdep.h (x86_64_register_name2nr)
6029 (x86_64_register_nr2name): Add prototypes.
6030 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
6031
6032 2002-06-06 Michael Snyder <msnyder@redhat.com>
6033
6034 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
6035 Delete extra braces and re-indent.
6036 (d10v_store_return_value): Char return values
6037 must be shifted over by one byte in R0.
6038 (d10v_extract_return_value): Delete extra braces, re-indent.
6039
6040 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
6041
6042 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
6043 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
6044 (d10v_integer_to_address): Rewrite.
6045 (d10v_frame_init_saved_regs): When reading fp and sp registers use
6046 the d10v specific functions which take care of converting to the
6047 correct space.
6048
6049 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
6050
6051 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
6052 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
6053
6054 2002-06-02 Andrew Cagney <ac131313@redhat.com>
6055
6056 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
6057 includes.
6058 * config/tm-linux.h: Ditto.
6059 * config/alpha/tm-alphalinux.h: Ditto.
6060 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
6061 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
6062 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
6063 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
6064 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
6065 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
6066 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
6067 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
6068 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
6069 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
6070 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
6071 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
6072 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
6073 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
6074 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
6075 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
6076 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
6077 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
6078 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
6079 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
6080 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
6081 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
6082 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
6083 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
6084 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
6085 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
6086 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
6087 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
6088 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
6089 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
6090 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
6091 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
6092 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
6093 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
6094 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
6095 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
6096 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
6097
6098 2002-05-04 Aidan Skinner <aidan@velvet.net>
6099
6100 * ada-exp.tab.c: New file
6101 * ada-exp.y: New file
6102 * ada-lang.c: New file
6103 * ada-lang.h: New file
6104 * ada-lex.c: New file
6105 * ada-lex.l: New file
6106 * ada-tasks.c: New file
6107 * ada-typeprint.c: New file
6108 * ada-valprint.c: New file
6109
6110 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
6111
6112 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
6113 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
6114
6115 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
6116
6117 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
6118 insetead of ppc-linux-tdep.o.
6119 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
6120 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
6121
6122 2002-06-02 Andrew Cagney <ac131313@redhat.com>
6123
6124 2002-05-07 Christian Groessler <chris@groessler.org>
6125 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
6126 bit register contents for little endian hosts.
6127
6128 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6129
6130 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
6131 any maintainer.
6132
6133 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6134
6135 * gdbarch.h: Regenerate.
6136
6137 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6138
6139 * MAINTAINERS: Add everyone to write-after-approval list.
6140
6141 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6142
6143 * stack.c (frame_info): Use frame_register_unwind instead of
6144 saved_regs. Mention when the SP is on the stack or in a register.
6145
6146 * frame.h (frame_register_unwind_ftype): Define. Document.
6147 (struct frame_info): Add field register_unwind and
6148 register_unwind_cache.
6149 (frame_register_unwind): Declare.
6150 (generic_unwind_get_saved_register): Declare.
6151
6152 * frame.c (frame_register_unwind): New function.
6153 (generic_unwind_get_saved_register): New function.
6154
6155 * blockframe.c (generic_call_dummy_register_unwind): New function.
6156 (frame_saved_regs_register_unwind): New function.
6157 (set_unwind_by_pc): New function.
6158 (create_new_frame): New function.
6159 (get_prev_frame): New function.
6160
6161 2002-05-30 Andrew Cagney <ac131313@redhat.com>
6162
6163 * a29k-share/: Delete directory.
6164 * remote-vx29k.c: Delete file.
6165
6166 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6167
6168 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
6169 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6170
6171 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6172
6173 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
6174 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6175 (sparc64nbsd-nat.o)
6176 (sparcnbsd-nat.o)
6177 (sparcnbsd-tdep.o): New dependency lists.
6178 * NEWS: Note new UltraSPARC NetBSD native configuration.
6179 * configure.host (sparc64-*-netbsd*): New host.
6180 * configure.tgt (sparc-*-netbsdelf*)
6181 (sparc-*-netbsd*): Set gdb_target to nbsd.
6182 (sparc64-*-netbsd*): New target.
6183 * sparc64nbsd-nat.c: New file.
6184 * sparcnbsd-nat.c: New file.
6185 * sparcnbsd-tdep.c: New file.
6186 * sparcnbsd-tdep.h: New file.
6187 * config/sparc/nbsd.mt: New file.
6188 * config/sparc/nbsd64.mh: New file.
6189 * config/sparc/nbsd64.mt: New file.
6190 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
6191 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
6192 (HOST_IPC): Remove.
6193 * config/sparc/nbsdaout.mt: Remove.
6194 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
6195 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
6196 (HOST_IPC): Remove.
6197 * config/sparc/nbsdelf.mt: Remove.
6198 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
6199 sparc-nat.c compatiblity defines.
6200 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
6201 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
6202 * config/sparc/tm-nbsd64.h: New file.
6203 * config/sparc/tm-nbsdaout.h: Remove.
6204 * config/sparc/xm-nbsd.h: Remove.
6205
6206 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6207
6208 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
6209 * sparc-tdep.c: Include osabi.h.
6210 (gdbarch_tdep): Add osabi member.
6211 (_initialize_sparc_tdep): Use gdbarch_register.
6212 (sparc_gdbarch_init): Use generic OS ABI framework.
6213 (sparc_dump_tdep): New function.
6214
6215 2002-05-30 Kevin Buettner <kevinb@redhat.com>
6216
6217 * corefile.c (do_captured_read_memory_integer): Return non-zero
6218 result.
6219 (safe_read_memory_integer): Copy result of memory read when
6220 status is non-zero. Also, add comments.
6221
6222 2002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
6223
6224 * Makefile.in (ppc_tdep_h): Define.
6225 (ppc-linux-nat.o)
6226 (ppc-linux-tdep.o)
6227 (rs6000-tdep.o): Use $(ppc_tdep_h).
6228 (ppc-sysv-tdep.o)
6229 (ppcnbsd-nat.o)
6230 (ppcnbsd-tdep.o): New dependency lists.
6231 * ppc-tdep.h: Use generic OS ABI framework.
6232 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
6233 (ppc_linux_init_abi): New functions.
6234 (ppc_sysv_abi_broken_use_struct_convention)
6235 (ppc_sysv_abi_use_struct_convention)
6236 (ppc_sysv_abi_push_arguments): Move to...
6237 * ppc-sysv-tdep.c: ...here.
6238 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
6239 * rs6000-tdep.c (process_note_abi_tag_sections)
6240 (get_elfosabi): Remove.
6241 (rs6000_gdbarch_init): Use generic OS ABI framework.
6242 (rs6000_dump_tdep): New function.
6243 (_initialize_rs6000_tdep): Use gdbarch_register.
6244 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
6245 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
6246 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
6247 of ppc-linux-tdep.o.
6248 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
6249 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
6250 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
6251 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
6252 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
6253 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
6254
6255 2002-05-29 Jim Blandy <jimb@redhat.com>
6256
6257 * macroscope.c (default_macro_scope): Put `void' in empty argument
6258 list.
6259
6260 2002-05-29 Andrew Cagney <ac131313@redhat.com>
6261
6262 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
6263 * arch-utils.c: Include "sim-regno.h".
6264 * gdbarch.sh: Don't include "sim-regno.h".
6265 * gdbarch.h, gdbarch.c: Regenerate.
6266 * sim-regno.h (legacy_register_sim_regno): Move declaration from
6267 here.
6268 * arch-utils.h (legacy_register_sim_regno): To here.
6269 * remote-sim.c (legacy_register_sim_regno): Move function from
6270 here.
6271 * arch-utils.c (legacy_register_sim_regno): To here.
6272
6273 2002-05-28 Andrew Cagney <ac131313@redhat.com>
6274
6275 * sim-regno.h: New file.
6276 * Makefile.in (sim_regno_h): Define.
6277 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
6278 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
6279 (legacy_register_sim_regno): New function.
6280 (one2one_register_sim_regno): New function.
6281 (gdbsim_fetch_register): Rewrite.
6282 (gdbsim_store_register): Only store a register when
6283 REGISTER_SIM_REGNO is valid.
6284 * d10v-tdep.c: Include "sim-regno.h".
6285 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
6286 (d10v_ts3_register_sim_regno): Ditto.
6287 * gdbarch.sh: Include "sim-regno.h".
6288 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
6289 * gdbarch.h, gdbarch.c: Regenerate.
6290 * arch-utils.h (default_register_sim_regno): Delete declaration.
6291 * arch-utils.c (default_register_sim_regno): Delete function.
6292
6293 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
6294
6295 * ppcnbsd-nat.c: Rewrite.
6296 * ppcnbsd-tdep.c: New file.
6297 * ppcnbsd-tdep.h: New file.
6298 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
6299 solib.o, and solib-svr4.o.
6300 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
6301 nbsd-tdep.o, and corelow.o.
6302
6303 2002-05-28 Andrew Cagney <ac131313@redhat.com>
6304
6305 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
6306 `tr' and `sed'. Mention that `broken' targets are not expected to
6307 build.
6308
6309 2002-05-27 Michal Ludvig <mludvig@suse.cz>
6310
6311 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
6312 Let PC point right after the prologue before looking up symbols.
6313
6314 2002-05-27 Martin M. Hunt <hunt@redhat.com>
6315
6316 * i386-tdep.c (i386_register_virtual_type): Return
6317 builtin_type_vec128i for SSE registers.
6318
6319 * gdbtypes.h (builtin_type_vec128i): Declare.
6320
6321 * gdbtypes.c (build_builtin_type_vec128i): New function.
6322 (builtin_type_v2_double, builtin_type_v4_int64): New types.
6323 (builtin_type_vec128i): New type for SSE2 128-bit registers.
6324 (build_gdbtypes): Initialize new builtin vector types.
6325 (_initialize_gdbtypes): Register new vector types with gdbarch.
6326
6327 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6328
6329 * MAINTAINERS: ns32k is not longer an obsolete candidate,
6330 since it has been multi-arch'd.
6331 * NEWS: Note that ns32k-*-* is now partial multi-arch.
6332 Move Alpha and VAX multi-arch news entries to same section
6333 as other multi-arch news.
6334
6335 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6336
6337 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
6338 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
6339 static. Rename some register numbers to put them in ns32k-tdep
6340 private namespace.
6341 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
6342 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
6343 functions.
6344 (_initialize_ns32k_tdep): Use gdbarch_register.
6345 * ns32k-tdep.h: New file.
6346 * ns32knbsd-tdep.c: New file.
6347 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
6348 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
6349 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
6350 REGISTER_BYTES, REGISTER_BYTE): Remove.
6351 * config/ns32k/tm-ns32k.h: New file.
6352 * config/ns32k/tm-umax.h: Remove.
6353
6354 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6355
6356 * ns32k-tdep.c (ns32k_saved_pc_after_call,
6357 ns32k_store_struct_return, ns32k_extract_return_value,
6358 ns32k_store_return_value, ns32k_extract_struct_value_address): New
6359 functions.
6360 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
6361 ns32k_saved_pc_after_call.
6362 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
6363 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
6364 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
6365 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
6366 ns32k_extract_struct_value_address.
6367
6368 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6369
6370 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
6371 ns32k_fix_call_dummy): New.
6372 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
6373 ns32k_call_dummy_words.
6374 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
6375 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
6376 CALL_DUMMY_NARGS): Remove.
6377 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
6378
6379 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6380
6381 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
6382 ns32k_frame_saved_pc, ns32k_frame_args_address,
6383 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
6384 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
6385 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
6386 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
6387 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
6388 (BREAKPOINT): Remove..
6389 (FRAME_CHAIN): Define as ns32k_frame_chain.
6390 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
6391 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
6392 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
6393 (FRAME_FIND_SAVED_REGS): Remove.
6394 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
6395 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
6396 (POP_FRAME): Define as ns32k_pop_frame.
6397
6398 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6399
6400 * ns32k-tdep.c (ns32k_register_byte_32082,
6401 ns32k_register_byte_32382, ns32k_register_raw_size,
6402 ns32k_register_virtual_size, ns32k_register_virtual_type): New
6403 functions.
6404 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
6405 ns32k_register_byte_32382.
6406 * config/ns32k/tm-umax.h: Update copyright years.
6407 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
6408 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
6409 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
6410 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
6411 (ns32k_get_enter_addr): Fix prototype.
6412
6413 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6414
6415 * ns32k-tdep.c: Update copyright years.
6416 (ns32k_register_name_32082): New function.
6417 (ns32k_register_name_32382): Ditto.
6418 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
6419 (REGISTER_NAME): Define as ns32k_register_name_32382.
6420 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
6421 (REGISTER_NAME): Define as ns32k_register_name_32082.
6422
6423 2002-05-24 Jim Blandy <jimb@redhat.com>
6424
6425 * dwarf2read.c (free_line_header): Use xfree, not free.
6426
6427 2002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
6428
6429 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
6430 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
6431
6432 2002-05-23 Andrew Cagney <ac131313@redhat.com>
6433
6434 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
6435
6436 2002-05-23 Andrew Cagney <ac131313@redhat.com>
6437
6438 From Ross Alexander at NEC Europe:
6439 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
6440
6441 2002-05-23 Michael Snyder <msnyder@redhat.com>
6442
6443 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
6444 for input, rather than parse_and_eval_address.
6445
6446 2002-05-23 Andrew Cagney <ac131313@redhat.com>
6447
6448 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
6449 * Makefile.in (sim_d10v_h): Update definition.
6450
6451 2002-05-24 Andrew Cagney <cagney@redhat.com>
6452
6453 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
6454 change `2002-05-22 Michael Snyder' below.
6455 (d10v_push_arguments): Ditto.
6456 (d10v_extract_return_value): Ditto.
6457
6458 2002-05-23 Jim Blandy <jimb@redhat.com>
6459
6460 * macrotab.c (check_for_redefinition): Don't complain if the new
6461 definition is the same as the previous one. Take more arguments
6462 to allow the comparison.
6463 (macro_define_object, macro_define_function): Pass more arguments
6464 to check_for_redefinition.
6465
6466 2002-05-22 Michael Snyder <msnyder@redhat.com>
6467
6468 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
6469 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
6470 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
6471 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
6472 Don't bail if return_pc is PC_IN_CALL_DUMMY.
6473 Add a temp variable to save a call (and a memory read).
6474 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
6475 if possible (so that PC_IN_CALL_DUMMY will work).
6476
6477 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
6478
6479 * MAINTAINERS: Remove status `OBSOLETE' from v850.
6480
6481 2002-05-22 Michal Ludvig <mludvig@suse.cz>
6482
6483 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
6484 fde->cie_ptr.
6485 (dwarf2_build_frame_info): Corrected handling of eh_frame.
6486 (dwarf2_build_frame_info): Add offset to fde->initial_location
6487 so that frames of shared libraries are mapped correctly.
6488 (execute_stack_op): Change type of 'result' from ULONGEST to
6489 CORE_ADDR.
6490
6491 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6492
6493 * config/alpha/tm-nbsd.h: Include solib.h.
6494
6495 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6496
6497 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
6498 assumptions about the host's byte order.
6499
6500 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6501
6502 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
6503 to dependency list.
6504 * alphanbsd-tdep.c: Include solib-svr4.h.
6505 * shnbsd-tdep.c: Ditto.
6506
6507 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6508
6509 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
6510 nbsd-tdep.h to dependency list.
6511 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
6512 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
6513 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
6514 nbsdaout.mh and nbsdelf.mh consistently.
6515 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
6516 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
6517 nbsdaout.mt and nbsdelf.mh consistently.
6518 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
6519 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
6520 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
6521 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
6522 a.out shared library stuff from here...
6523 * config/nm-nbsdaout.h: ...to here.
6524 * config/tm-nbsd.h: Remove.
6525 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
6526 * config/arm/nbsd.mh: Remove.
6527 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
6528 nbsd-tdep.o.
6529 * config/arm/nbsdaout.mh: New file.
6530 * config/arm/nbsdelf.mh: New file.
6531 * config/arm/nm-nbsdaout.h: New file.
6532 * config/i386/nbsd.mh: Remove.
6533 * config/i386/nbsd.mt: Remove.
6534 * config/i386/nbsdaout.mh: New file.
6535 * config/i386/nbsdaout.mt: New file.
6536 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
6537 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
6538 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
6539 i386_register_u_addr): Remove.
6540 * config/i386/nm-nbsdaout.h: New file.
6541 * config/i386/nm-nbsdelf.h: Remove.
6542 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
6543 (USE_STRUCT_CONVENTION): Remove.
6544 * config/i386/tm-nbsdaout.h: New file.
6545 * config/i386/tm-nbsdelf.h: Remove.
6546 * config/m68k/nbsd.mh: Remove.
6547 * config/m68k/nbsd.mt: Remove.
6548 * config/m68k/nbsdaout.mh: New file.
6549 * config/m68k/nbsdaout.mt: New file.
6550 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
6551 * config/m68k/nm-nbsdaout.h: New file.
6552 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
6553 (IN_SOLIB_CALL_TRAMPOLINE): Define.
6554 * config/ns32k/nbsd.mh: Remove.
6555 * config/ns32k/nbsd.mt: Remove.
6556 * config/ns32k/nbsdaout.mh: New file.
6557 * config/ns32k/nbsdaout.mt: New file.
6558 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
6559 * config/ns32k/nm-nbsdaout.h: New file.
6560 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
6561 (IN_SOLIB_CALL_TRAMPOLINE): Define.
6562 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
6563 (SVR4_SHARED_LIBS): Remove.
6564 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
6565 * config/sparc/nbsd.mh: Remove.
6566 * config/sparc/nbsd.mt: Remove.
6567 * config/sparc/nbsdaout.mh: New file.
6568 * config/sparc/nbsdaout.mt: New file.
6569 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
6570 * config/sparc/nbsdelf.mt: New file.
6571 * config/sparc/nm-nbsdaout.h: New file.
6572 * config/sparc/nm-nbsdelf.h: Remove.
6573 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
6574 * config/sparc/tm-nbsdaout.h: New file.
6575
6576 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6577
6578 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
6579 mipsnbsd-tdep.c
6580 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
6581
6582 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6583
6584 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
6585 shnbsd-nat.c.
6586 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
6587
6588 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6589
6590 * NEWS: Note new MIPS NetBSD native configuration.
6591 * configure.host (mips*-*-netbsd*): New host.
6592 * configure.tgt (mips*-*-netbsd*): New target.
6593 * mipsnbsd-nat.c: New file.
6594 * mipsnbsd-tdep.c: New file.
6595 * mipsnbsd-tdep.h: New file.
6596 * config/mips/nbsd.mh: New file.
6597 * config/mips/nbsd.mt: New file.
6598 * config/mips/nm-nbsd.h: New file.
6599 * config/mips/tm-nbsd.h: New file.
6600
6601 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6602
6603 * Makefile.in (SFILES): Add osabi.c.
6604 (COMMON_OBS): Add osabi.o.
6605 (osabi.o): New dependency list.
6606 * osabi.c: New file.
6607 * osabi.h: New file.
6608 * doc/gdbint.texinfo: Document new generic OS ABI framework.
6609
6610 * Makefile.in (alpha_tdep_h): Define and use instead of
6611 alpha-tdep.h.
6612 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
6613 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
6614 Remove.
6615 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
6616 * alpha-tdep.h: Include osabi.h.
6617 (alpha_abi): Remove.
6618 (gdbarch_tdep): Use generic OS ABI framework.
6619 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
6620 gdbarch_register_osabi.
6621 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
6622 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
6623 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
6624
6625 * Makefile.in (sh_tdep_h): Add osabi.h.
6626 * sh-tdep.h (sh_osabi): Remove.
6627 (gdbarch_tdep): Use generic OS ABI framework.
6628 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
6629 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
6630 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
6631 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
6632
6633 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
6634 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
6635 gdbarch_register_osabi.
6636 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
6637 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
6638 (get_elfosabi): Rename to...
6639 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
6640 ABI framework support routines.
6641 (arm_gdbarch_init): Use generic OS ABI framework.
6642 (arm_dump_tdep): Likewise.
6643 (_initialize_arm_tdep): Likewise.
6644 * arm-tdep.h: Include osabi.h.
6645 (arm_abi): Remove.
6646 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
6647 osabi member.
6648 (arm_gdbarch_register_os_abi): Remove prototype.
6649 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
6650 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
6651
6652 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
6653 * mips-tdep.c: Include osabi.h.
6654 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
6655 OS ABI framework.
6656
6657 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
6658
6659 * h8300-tdep.c: Fix formatting.
6660
6661 2002-05-20 Elena Zannoni <ezannoni@redhat.com>
6662
6663 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
6664 printing vector registers.
6665
6666 2002-05-19 Andrew Cagney <ac131313@redhat.com>
6667
6668 From Fernando Nasser:
6669 * remote.c (remote_async_open_1): Re-throw the exception when the
6670 connection fails.
6671 (remote_cisco_open): Ditto.
6672 (remote_open_1): Ditto.
6673
6674 2002-05-19 Andrew Cagney <ac131313@redhat.com>
6675
6676 * remote.c (remote_start_remote_dummy): Add uiout parameter.
6677 (remote_start_remote): Add uiout parameter. Pass through to
6678 remote_start_remote_dummy.
6679 (remote_open_1): Use catch_exception instead of catch_errors.
6680 (remote_async_open_1): Ditto.
6681 (remote_cisco_open): Ditto.
6682
6683 2002-05-19 Andrew Cagney <ac131313@redhat.com>
6684
6685 * remote.c (remote_start_remote): Replace PTR with void pointer.
6686 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
6687 static.
6688
6689 2002-05-18 Andrew Cagney <ac131313@redhat.com>
6690
6691 * gdb_indent.sh: Allow the script to be run in the sim directory.
6692
6693 2002-05-18 Mark Kettenis <kettenis@gnu.org>
6694
6695 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
6696 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
6697
6698 * corelow.c (core_open): Only call set_gdbarch_from_file if
6699 exec_bfd is NULL.
6700
6701 2002-05-17 Andrey Volkov <avolkov@transas.com>
6702
6703 * h8300-tdep.c: Add support of EXR register
6704 * config/h8300/tm-h8300.h: Ditto.
6705
6706 2002-05-17 Andrey Volkov <avolkov@transas.com>
6707
6708 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
6709
6710 2002-05-17 Andrey Volkov <avolkov@transas.com>
6711
6712 * h8300-tdep.c: Change literal regnums to REGNO.
6713
6714 2002-05-17 Jim Blandy <jimb@redhat.com>
6715
6716 * NEWS: Note addition of macro support.
6717
6718 Expand preprocessor macros in C expressions.
6719 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
6720 (scan_macro_expansion, scanning_macro_expansion,
6721 finished_macro_expansion): New function declarations.
6722 (expression_macro_lookup_func, expression_macro_lookup_baton): New
6723 variable declarations.
6724 * parser-defs.h (expression_context_pc): New declaration.
6725 * parse.c (expression_context_pc): New variable.
6726 (parse_exp_1): Set expression_context_pc, as well as
6727 expression_context_block.
6728 * c-exp.y (yylex): If we're not already reading the result of a
6729 macro expansion, try to macro-expand the next token. When we're
6730 done scanning a macro expansion, switch back to the mainline text.
6731 Commas and `if's in a macro's expansion don't terminate the input.
6732 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
6733 (macro_original_text, macro_expanded_text,
6734 expression_macro_lookup_func, expression_macro_lookup_baton): New
6735 variables.
6736 (scan_macro_expansion, scanning_macro_expansion,
6737 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
6738 c_preprocess_and_parse): New functions.
6739 (c_language_defn, cplus_language_defn, asm_language_defn): Call
6740 c_preprocess_and_parse, instead of c_parse.
6741 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
6742 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
6743
6744 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
6745
6746 * sh-tdep.c (gdb_print_insn_sh64): Delete.
6747 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
6748 (sh_gdbarch_init): Always use gdb_print_insn_sh.
6749
6750 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
6751
6752 * NEWS: Add section for multi-arched targets. Add v850 to that section.
6753
6754 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
6755
6756 * Makefile.in (sh_tdep_h): Define and use.
6757 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
6758 register enum): Move to...
6759 * * sh-tdep.h: ...here.
6760 * sh-tdep.c: Include sh-tdep.h.
6761 * sh3-rom.c: Likewise.
6762 * shnbsd-tdep.c: Likewise.
6763
6764 2002-05-16 Michael Snyder <msnyder@redhat.com>
6765
6766 * arm-tdep.c: Spelling fix in comment.
6767
6768 2002-05-16 Jim Blandy <jimb@redhat.com>
6769
6770 Add commands for manually expanding macros and showing their
6771 definitions.
6772 * macrocmd.c, macroscope.c, macroscope.h: New files.
6773 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
6774 (macroscope_h): New variable.
6775 (HFILES_NO_SRCDIR): Add macroscope.h.
6776 (COMMON_OBS): Add macrocmd.o, macroscope.o.
6777 (macroscope.o, macrocmd.o): New rules.
6778
6779 Teach the Dwarf 2 reader to read macro information.
6780 * dwarf2read.c: #include "macrotab.h".
6781 (dwarf_macinfo_buffer): New variable.
6782 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
6783 dwarf_macinfo_size.
6784 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
6785 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
6786 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
6787 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
6788 dwarf2_macro_spaces_in_definition): New complaints.
6789 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
6790 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
6791 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
6792 the partial symbol table.
6793 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
6794 from what's recorded in the partial symbol table.
6795 (read_file_scope): If the compilation unit has a
6796 `DW_AT_macro_info' attribute, read its macro information.
6797 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
6798
6799 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
6800
6801 Fix PR gdb/546
6802 * ser-tcp.c: Don't include <netinet/udp.h>.
6803
6804 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
6805
6806 * MAINTAINERS: Update my email address.
6807
6808 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
6809
6810 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
6811 include file of the same name.
6812
6813 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6814
6815 * configure.tgt: Mark v850 as multi-arched.
6816 * config/v850/tm-v850.h: Remove file.
6817 * config/v850/v850.mt: Eliminate TM_FILE.
6818
6819 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6820
6821 * v850-tdep.c: Full multi-arch.
6822 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
6823 Define GDB_MULTI_ARCH to 2.
6824
6825 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
6826
6827 * p-exp.y (current_type): New static variable.
6828 Carries the type of the expression at the position that is parsed.
6829 (push_current_type, pop_current_type): Two new functions. Used
6830 to store/restore current_type in expression on specific tokens.
6831 (search_field): New static variable. Set to one after parsing a point
6832 as at that point only a FIELDNAME token should be searched.
6833 (FIELDNAME): New token. After a point only a token belonging to
6834 current_type type definition is allowed.
6835 (all over token rules): reset and change current_type according
6836 to rules.
6837 (exp '[' rule): insert implicit array index field if
6838 exp is a pascal string type.
6839
6840 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6841
6842 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
6843 frame info. Use frame_info's saved_regs instead of matching member
6844 in extra_frame_info throughout.
6845 (v850_frame_init_saved_regs): New function.
6846 (v850_init_extra_frame_info): Move most functionality into
6847 v850_frame_init_saved_regs().
6848 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
6849 (v850_frame_find_saved_regs): Remove declaration.
6850 (FRAME_FIND_SAVED_REGS): Remove definition.
6851 (v850_frame_init_saved_regs): Add declaration.
6852 (FRAME_INIT_SAVED_REGS): Add definition.
6853
6854 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6855
6856 * v850-tdep.c: Begin multi-arch'ing v850.
6857 (v850_target_architecture_hook): Remove function.
6858 (v850_gdbarch_init): New function. Add code previously in
6859 v850_target_architecture_hook().
6860 (_initialize_v850_tdep): Don't set target_architecture_hook.
6861 Call register_gdbarch_init() instead.
6862
6863 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
6864
6865 * gdbtypes.h (struct cplus_struct_type): Remove args field.
6866 * hpread.c (hpread_read_struct_type): Remove assignments to args.
6867 (fixup_class_method_type): Likewise.
6868
6869 2002-05-15 Jim Blandy <jimb@redhat.com>
6870
6871 Add macro structures to GDB's symbol tables. Nobody puts anything
6872 in them yet.
6873 * symtab.h (struct symtab): New member: `macro_table'.
6874 * buildsym.h (pending_macros): New global variable.
6875 * buildsym.c: #include "macrotab.h".
6876 (buildsym_init): Initialize `pending_macros'.
6877 (end_symtab): If we found macro information while reading a CU's
6878 debugging info, do build a symtab structure for it. Make the
6879 symtab point to the macro information, and clear the
6880 `pending_macros' pointer which held it while we were reading the
6881 debug info.
6882 (really_free_pendings): Free any pending macro table.
6883 * objfiles.h (struct objfile): New member: `macro_cache'.
6884 * objfiles.c (allocate_objfile): Set allocate and free functions
6885 for the macro cache's objstack.
6886 (free_objfile): Empty the macro cache's obstack.
6887 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
6888 set new allocate and free functions for it.
6889 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
6890 free functions for the macro cache's objstack. (Why is this
6891 function building its own objfile?)
6892 * symmisc.c (print_objfile_statistics): Print statistics on the
6893 macro bcache.
6894 * Makefile.in: Note that buildsym.o depends on macrotab.h.
6895
6896 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
6897
6898 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
6899 (REGISTER_U_ADDR): Delete definition.
6900 (arm_register_u_addr): Delete declaration.
6901
6902 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
6903
6904 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
6905 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
6906
6907 2002-05-14 Andrew Cagney <ac131313@redhat.com>
6908
6909 * regcache.c (register_valid): Revise comments refering to "Not
6910 available" and "unavailable".
6911 * frame.c (frame_register_read): Ditto.
6912 * findvar.c (value_of_register): Ditto.
6913
6914 2002-05-15 Andrew Cagney <cagney@redhat.com>
6915
6916 * Makefile.in (remote_sim_h): Replace remote-sim_h.
6917 (remote-sim.o): Update dependencies.
6918 (d10v-tdep.o): Specify dependencies.
6919 (sim_d10v_h): Define.
6920
6921 2002-05-14 Jim Blandy <jimb@redhat.com>
6922
6923 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
6924 * macrotab.c (macro_lookup_inclusion, find_definition,
6925 new_macro_table): Same.
6926
6927 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
6928 not `! strcmp ()'. This is a dubious improvement.
6929 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
6930
6931 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
6932 although it's not necessary, to avoid a warning.
6933
6934 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
6935
6936 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
6937 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
6938 TYPE_INSTANCE_FLAGS.
6939 (struct main_type): New.
6940 (struct type): Move most members to struct main_type. Change
6941 cv_type and as_type to new type_chain member. Add instance_flags.
6942 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
6943 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
6944 (finish_cv_type): Remove prototype.
6945 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
6946 Set TYPE_CHAIN.
6947 (alloc_type_instance): New function.
6948 (smash_type): New function.
6949 (make_pointer_type, make_reference_type, make_function_type)
6950 (smash_to_member_type, smash_to_method_type): Call smash_type.
6951 (make_qualified_type): New function.
6952 (make_type_with_address_space): Call make_qualified_type.
6953 (make_cv_type): Likewise.
6954 (finish_cv_type): Remove unnecessary function.
6955 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
6956 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
6957 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
6958 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
6959 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
6960 * hpread.c (hpread_read_struct_type): Likewise.
6961 * stabsread.c (read_struct_type): Likewise.
6962
6963 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
6964
6965 * configure.tgt: Add a catch all sh* target, for cases like
6966 sh[2,3,4]-elf and sh-hms.
6967
6968 2002-05-14 Keith Seitz <keiths@redhat.com>
6969
6970 * event-loop.c (create_file_handler): Don't do anything but
6971 update data when we are given a fd which we are already
6972 monitoring.
6973
6974 2002-05-14 Michal Ludvig <mludvig@suse.cz>
6975
6976 * dwarf2cfi.c (context_cpy): Copy registers correctly.
6977 (update_context): Use __func__ in warnings.
6978
6979 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
6980
6981 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
6982 and tcp_close to net_open and net_close.
6983 (net_open): Accept "udp:" and "tcp:" specifications. Connect
6984 using UDP if requested. Don't try to disable Nagle on UDP
6985 sockets.
6986 * remote.c (remote_serial_open): New function. Warn about UDP.
6987 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
6988
6989 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
6990
6991 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
6992
6993 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
6994
6995 * configure.tgt: Remove sh-hms target.
6996 * MAINTAINERS: Don't list sh-hms as a separate target.
6997
6998 2002-05-13 Jim Blandy <jimb@redhat.com>
6999
7000 Add first preprocessor macro-expansion files.
7001 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7002 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7003 (splay_tree_h, macroexp_h, macrotab_h): New variable.
7004 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7005 (COMMON_OBS): Add macrotab.o, macroexp.o.
7006 (macroexp.o, macrotab.o): New rules.
7007
7008 2002-05-13 Andrew Cagney <ac131313@redhat.com>
7009
7010 * config/m88k/tm-m88k.h: Update copyright.
7011 (m88k_target_write_pc): Declare
7012 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
7013 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
7014 (SHIFT_INST_REGS): Update definition.
7015 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
7016 using old definition of TARGET_WRITE_PC.
7017 * regcache.c (generic_target_write_pc): Delete code handling
7018 NNPC_REGNUM.
7019 * gdbarch.sh (NNPC_REGNUM): Delete.
7020 * gdbarch.h, gdbarch.c: Regenerate.
7021
7022 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
7023
7024 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
7025 builtin reg number.
7026
7027 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
7028
7029 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
7030 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
7031 (gen_address_of, gen_struct_ref, gen_repeat): Use type
7032 access macros.
7033 * c-typeprint.c (cp_type_print_method_args): Likewise.
7034 (c_type_print_args): Likewise.
7035 * d10v-tdep.c (d10v_push_arguments): Likewise.
7036 (d10v_extract_return_value): Likewise.
7037 * expprint.c (print_subexp): Likewise.
7038 * gdbtypes.c (lookup_primitive_typename): Likewise.
7039 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
7040 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
7041 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
7042 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
7043 (TYPE_VECTOR): Likewise.
7044 * hpread.c (hpread_read_struct_type)
7045 (fix_static_member_physnames, fixup_class_method_type)
7046 (hpread_type_lookup): Likewise.
7047 * mdebugread.c (parse_symbol, parse_type): Likewise.
7048 * p-lang.c (is_pascal_string_type): Likewise.
7049 * valops.c (hand_function_call): Likewise.
7050 * x86-64-tdep.c (classify_argument): Likewise.
7051
7052 * hpread.c (hpread_read_function_type)
7053 (hpread_read_doc_function_type): Call replace_type.
7054 * dstread.c (create_new_type): Delete.
7055 (decode_dst_structure, process_dst_function): Call alloc_type.
7056 Use type access macros.
7057
7058 2002-05-12 Mark Kettenis <kettenis@gnu.org>
7059
7060 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
7061 the're not supported by the current architecture.
7062 (i387_fill_fxsave): Likewise.
7063
7064 2002-05-12 Fred Fish <fnf@redhat.com>
7065
7066 * symfile.c (default_symfile_offsets): Arrange for uninitialized
7067 sect_index_xxx members to index the first slot in section_offsets
7068 if all of the section_offsets are zero.
7069
7070 2002-05-12 Mark Kettenis <kettenis@gnu.org>
7071
7072 * configure.tgt (sparc-*openbsd): Remove entry accidentially
7073 checked in with last change.
7074
7075 2002-05-12 Mark Kettenis <kettenis@gnu.org>
7076
7077 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
7078 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
7079 config.sub.
7080
7081 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
7082
7083 * Makefile.in: Update dependencies.
7084
7085 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7086
7087 * language.c (local_hex_string_custom): Simplify. Do not depend
7088 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
7089
7090 * memattr.c (mem_info_command): Replace calls to
7091 longest_local_hex_string and longest_local_hex_string_custom.
7092 * buildsym.c (make_blockvector): Ditto.
7093 * solib.c (info_sharedlibrary_command): Ditto.
7094 * tracepoint.c (tracepoints_info): Ditto.
7095 * symtab.c (print_msymbol_info): Ditto.
7096
7097 * language.c (local_hex_string): Delete.
7098 (local_hex_string_custom): Delete.
7099 (longest_local_hex_string): Rename to local_hex_string.
7100 (longest_local_hex_string_custom): Rename to
7101 local_hex_string_custom.
7102 * language.h (local_hex_string): Change parameter type to LONGEST.
7103 (local_hex_string_custom): Ditto.
7104 (longest_local_hex_string): Delete declaration.
7105 (longest_local_hex_string_custom): Ditto.
7106
7107 * solib.c: Update copyright.
7108 * memattr.c: Update copyright.
7109
7110 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7111
7112 * arch-utils.h (legacy_register_to_value): Declare.
7113 (legacy_value_to_register): Declare.
7114 (legacy_convert_register_p): Declare.
7115 * arch-utils.c (legacy_register_to_value): New function.
7116 (legacy_value_to_register): New function.
7117 (legacy_convert_register_p): New function.
7118
7119 * gdbarch.sh (REGISTER_TO_VALUE): Define.
7120 (VALUE_TO_REGISTER): Define.
7121 (CONVERT_REGISTER_P): Define.
7122 * gdbarch.h, gdbarch.c: Regenerate.
7123
7124 * valops.c (value_assign): Use CONVERT_REGISTER_P and
7125 VALUE_TO_REGISTER.
7126 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
7127 CONVERT_REGISTER_P.
7128
7129 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
7130 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7131
7132 * Makefile.in: Update dependencies for valops.c.
7133 * valops.c: Include "gdb_assert.h".
7134 (typecmp): Skip THIS parameter to methods.
7135 (find_method_list): Remove static_memfuncp argument,
7136 update callers. Check for stub methods.
7137 (find_value_oload_method_list): Don't set *static_memfuncp.
7138 (find_overload_match): Don't check for stub methods. Assert
7139 that methods are not stubbed. Handle static methods.
7140 (value_find_oload_method_list): Remove static_memfuncp argument.
7141 * gdbtypes.c (check_stub_method): Do not add THIS pointer
7142 to the argument list for static stub methods.
7143 * value.h (value_find_oload_method_list): Update prototype.
7144
7145 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7146
7147 * arch-utils.h (generic_register_size): Declare.
7148 (generic_register_raw_size, generic_register_virtual_size): Delete
7149 declarations.
7150 * arch-utils.c (generic_register_raw_size): Delete.
7151 (generic_register_size): New function.
7152 (generic_register_virtual_size): Delete.
7153
7154 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
7155 default generic_register_size.
7156 * gdbarch.h, gdbarch.c: Re-generate.
7157
7158 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
7159 register_virtual_size.
7160 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
7161 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7162
7163 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7164
7165 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
7166 * gdbarch.h, gdbarch.c: Regenerate.
7167 * gnu-v3-abi.c: Update copyright.
7168 (vtable_address_point_offset): Update.
7169 (gnuv3_rtti_type): Update.
7170 (gnuv3_baseclass_offset): Update.
7171 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
7172 (init_fetch_link_map_offsets): Update.
7173 * remote.c (get_remote_state): Update.
7174
7175 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
7176
7177 * TODO: Remove value_headof/value_from_vtable_info comment.
7178 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
7179 * values.c (value_headof, value_from_vtable_info): Delete.
7180 * value.h (value_from_vtable_info): Delete prototype.
7181
7182 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7183
7184 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
7185 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
7186 $(gdb_regex_h).
7187 (gdb_assert_h): Define.
7188 (gdb_wait_h): Define.
7189 (gdb_regex_h): Define.
7190
7191 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
7192
7193 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
7194 * linespec.c (find_methods): Handle GCC 3.x template constructors.
7195
7196 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7197
7198 * nbsd-tdep.c: Fix comment.
7199
7200 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7201
7202 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
7203 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
7204 (nbsd-tdep.o): New dependency list.
7205 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
7206 nbsd-tdep.h.
7207 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
7208 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
7209 * nbsd-tdep.c: New file.
7210 * nbsd-tdep.h: New file.
7211 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
7212 nbsd-tdep.h.
7213 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
7214 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7215 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
7216 * config/sh/nbsd.mt (TDEPFILES): Ditto.
7217
7218 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7219
7220 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
7221 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
7222 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
7223 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
7224 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
7225 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
7226
7227 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7228
7229 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
7230 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7231 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
7232 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
7233 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
7234 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
7235 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
7236
7237 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7238
7239 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
7240 fetch_elfcore_registers to...
7241 * i386nbsd-tdep.c: ...here.
7242 (i386nbsd_use_struct_convention): Rename to...
7243 (i386nbsd_aout_use_struct_convention): ...this.
7244 (i386nbsd_supply_reg): New function.
7245 (i386nbsd_fill_reg): New function.
7246 (fetch_core_registers): Use i386nbsd_supply_reg.
7247 (fetch_elfcore_registers): Likewise.
7248 (_initialize_i386nbsd_tdep): New function.
7249 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
7250 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7251 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
7252 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
7253 (i386nbsd_aout_use_struct_convention): ...this.
7254
7255 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7256
7257 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
7258 (store_inferior_registers): Use shnbsd_fill_reg.
7259 * shnbsd-tdep.c (sh_nbsd_supply_registers,
7260 sh_nbsd_supply_register): Collapse into...
7261 (shnbsd_supply_reg): ...this.
7262 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
7263 (shnbsd_fill_reg): ...this.
7264 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
7265 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
7266 (fetch_core_registers): Use shnbsd_supply_reg.
7267 (fetch_elfcore_registers): Use shnbsd_supply_reg.
7268 (sh_nbsd_core_fns): Rename to...
7269 (shnbsd_core_fns): ...this.
7270 (sh_nbsd_elfcore_fns): Rename to...
7271 (shnbsd_elfcore_fns): ...this.
7272 (sh_nbsd_init_abi): Rename to...
7273 (shnbsd_init_abi): ...this.
7274 (_initialize_sh_nbsd_tdep): Rename to...
7275 (_initialize_shnbsd_tdep): ...this.
7276 * shnbsd-tdep.h (sh_nbsd_supply_registers,
7277 sh_nbsd_supply_register, sh_nbsd_fill_registers,
7278 sh_nbsd_fill_register): Remove prototypes.
7279 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
7280
7281 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7282
7283 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
7284 (i387-nat.o): Delete dependency list.
7285 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
7286 (x86-64-linux-nat.o): Likewise.
7287 * i387-nat.c: Delete file, moving contents to...
7288 * i387-tdep.c: ...here.
7289 * i387-nat.h: Rename...
7290 * i387-tdep.h: ...to this.
7291 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
7292 * i386-linux-nat.c: Likewise.
7293 * i386bsd-nat.c: Likewise.
7294 * i386gnu-nat.c: Likewise.
7295 * i386nbsd-nat.c: Likewise.
7296 * i386v4-nat.c: Likewise.
7297 * x86-64-linux-nat.c: Likewise.
7298 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
7299 * config/i386/go32.mh (NATDEPFILES): Likewise.
7300 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
7301 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
7302 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
7303 * config/i386/linux.mh (NATDEPFILES): Likewise.
7304 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
7305 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7306 * config/i386/obsd.mh (NATDEPFILES): Likewise.
7307 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
7308
7309 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7310
7311 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
7312 (alphanbsd-nat.o): Remove dependency list.
7313 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
7314 * alphanbsd-nat.c: Delete. Contents moved to...
7315 * alphanbsd-tdep.c: ...here.
7316 (_initialize_alphanbsd_tdep): Register core functions.
7317 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
7318
7319 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7320
7321 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
7322 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
7323 (alphanbsd-nat.o): Likewise.
7324 (alphabsd-tdep.o): New dependency list.
7325 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
7326 (fill_gregset): Use alphabsd_fill_reg.
7327 (supply_fpregset): Use alphabsd_supply_fpreg.
7328 (fill_fpregset): Use alphabsd_fill_fpreg.
7329 (fetch_inferior_registers): Use struct reg and struct fpreg
7330 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
7331 and alphabsd_supply_fpreg.
7332 (store_inferior_registers): Use struct reg and struct fpreg
7333 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
7334 and alphabsd_fill_fpreg.
7335 * alphabsd-tdep.c: New file.
7336 * alphabsd-tdep.h: New file.
7337 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
7338 (fetch_elfcore_registers): Use alphabsd_supply_reg and
7339 alphabsd_supply_fpreg.
7340 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
7341 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
7342
7343 2002-05-11 Eric Christopher <echristo@redhat.com>
7344
7345 * mips-tdep.c (mips_double_register_type): Fix thinko.
7346 (mips_single_register_type): Ditto.
7347 * MAINTAINERS: Add self.
7348
7349 2002-05-11 Mark Kettenis <kettenis@gnu.org>
7350
7351 * i387-nat.c (i387_supply_register, i387_fill_fsave,
7352 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
7353 right thing on architectures with different endianness and/or
7354 integer sizes.
7355
7356 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
7357
7358 From Christian Limpach <chris@Pin.LU>
7359 * configure.in: Change sed expression which comments out
7360 NATDEPFILES to also comment out continuation lines.
7361 * configure: Regenerate.
7362
7363 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7364
7365 * sh-tdep.c: Clean up code erroneously reintroduced by previous
7366 big patch.
7367
7368 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7369
7370 * sh-tdep.c: Include correct file.
7371
7372 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7373
7374 New support for sh64-elf (sh5) target.
7375
7376 * configure.tgt: For sh64-elf target, default to sh-elf.
7377
7378 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
7379 (struct gdbarch_tdep): Add new fields for new registers and ABI
7380 info.
7381
7382 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
7383 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
7384 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
7385 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
7386 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
7387 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
7388 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
7389 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
7390 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
7391 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
7392 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
7393 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
7394 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
7395 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
7396 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
7397 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
7398 sh64_get_gdb_regnum, sh64_media_reg_base_num,
7399 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
7400 sign_extend, sh64_nofp_frame_init_saved_regs,
7401 sh64_init_extra_frame_info, sh64_get_saved_register,
7402 sh64_extract_struct_value_address, sh64_pop_frame,
7403 sh64_push_arguments, sh64_extract_return_value,
7404 sh64_store_return_value, sh64_show_media_regs,
7405 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
7406 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
7407 sh_sh64_register_virtual_type,
7408 sh_sh64_register_convert_to_virtual,
7409 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
7410 sh64_register_read, sh64_pseudo_register_write,
7411 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
7412 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
7413 sh64_do_pseudo_register, sh_compact_do_registers_info,
7414 sh64_do_registers_info, sh_gdbarch_init): New functions.
7415
7416 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7417
7418 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
7419
7420 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
7421
7422 * linespec.c (decode_line_1): Check for a double quote after
7423 a filename correctly.
7424
7425 2002-05-10 Jim Blandy <jimb@redhat.com>
7426
7427 Properly track the size of the current objfile's .debug_line section.
7428 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
7429 (DWARF_LINE_SIZE): New macro.
7430 (dwarf2_build_psymtabs_hard): Record the line section's size in
7431 the partial symbol table.
7432 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
7433 symbol table.
7434
7435 2002-05-10 Petr Sorfa <petrs@caldera.com>
7436
7437 * ia64-tdep.c: Handle breakpoints on L instruction type
7438 in MLX instruction bundle by moving the breakpoint to
7439 the third slot (X instruction type) as L holds only data.
7440
7441 2002-05-10 Kevin Buettner <kevinb@redhat.com>
7442
7443 * dbxread.c (discarding_local_symbols_complaint): New complaint.
7444 (process_one_symbol): Complain about discarding local symbols
7445 due to a misplaced N_LBRAC entry.
7446
7447 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
7448
7449 From Daniel Berlin <dan@cgsoftware.com>
7450 * linespec.c (find_toplevel_char): '<' and '>' also increase and
7451 decrease the depth we are at, in the case of templates.
7452
7453 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
7454
7455 * mips-tdep.c (mips_float_register_type): New function.
7456 (mips_double_register_type): New function.
7457 (mips_print_register): Use them.
7458 (do_fp_register_row): Likewise.
7459
7460 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
7461
7462 * signals/signals.c (signals): Remove conditional compilation around
7463 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
7464 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
7465
7466 2002-05-09 Michael Snyder <msnyder@redhat.com>
7467
7468 * remote-rdp.c (remote_rdp_can_run): Remove.
7469
7470 2002-05-09 Tom Tromey <tromey@redhat.com>
7471
7472 * jv-valprint.c (java_val_print): Handle `char' as a special case
7473 of TYPE_CODE_INT.
7474
7475 2002-05-09 Michael Snyder <msnyder@redhat.com>
7476
7477 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
7478 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
7479 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
7480 str r(0123),[sp,#nn].
7481 (arm_skip_prologue): Ditto. Also make disassembly
7482 order-independent by placing it in a loop.
7483
7484 2002-05-06 Michael Snyder <msnyder@redhat.com>
7485
7486 * stabsread.c (read_type): Add recognition for new attribute:
7487 "@V;" means that an array type is actually a vector.
7488 This is analogous to the vector flag that's been added to dwarf2.
7489
7490 2002-05-09 Mark Kettenis <kettenis@gnu.org>
7491
7492 * i386-tdep.h (i386_abi): New enum.
7493 (struct gdbarch_tdep): Replace os_ident member with abi.
7494 (i386_gdbarch_register_os_abi): New prototype.
7495 * i386-tdep.c (i386_abi_names): New array.
7496 (process_note_abi_tag_sections): Removed.
7497 (process_note_sections): New function.
7498 (i386_elf_abi_from_note, i386_elf_abi): New functions.
7499 (struct i386_abi_handler): New struct.
7500 (i386_abi_handler_list): New variable.
7501 (i386_gdbarch_register_os_abi): New function.
7502 (i386_gdbarch_init): Adapt for the changes given above.
7503
7504 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
7505
7506 * gregset.h: Say "GNU/Linux".
7507
7508 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
7509
7510 * gdbtypes.c : Add new builtin type for 64 bit vectors.
7511 (build_gdbtypes): Build builtin_type_v2_float.
7512 (_initialize_gdbtypes): Register new builtin type.
7513
7514 2002-05-08 Andrew Cagney <ac131313@redhat.com>
7515
7516 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
7517 (clear_gdbarch_swap): New function.
7518 (initialize_non_multiarch): Call.
7519 (gdbarch_update_p): Before calling init(), swap out and clear the
7520 existing architecture.
7521 * gdbarch.c: Regenerate.
7522
7523 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7524
7525 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
7526 alphanbsd-tdep.c.
7527
7528 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7529
7530 * sh-nbsd-nat.c: Rename to...
7531 * shnbsd-nat.c: ...this.
7532 * sh-nbsd-tdep.c: Rename to...
7533 * shnbsd-tdep.c: ...this.
7534 * sh-nbsd-tdep.h: Rename to...
7535 * shnbsd-tdep.h: ...this.
7536 * config/sh/nbsd.mh: Use shnbsd-nat.o.
7537 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
7538
7539 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
7540
7541 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
7542 concatenation for command help messages.
7543
7544 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7545
7546 * NEWS: Note new sh*-*-netbsdelf* configuration.
7547 * configure.host: Set gdb_host_cpu to sh for all sh*.
7548 (sh*-*-netbsdelf*): New host.
7549 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
7550 (sh*-*-netbsdelf*): New target.
7551 * sh-nbsd-nat.c: New file.
7552 * sh-nbsd-tdep.c: New file.
7553 * sh-nbsd-tdep.h: New file.
7554 * config/sh/nbsd.mh: New file.
7555 * config/sh/nbsd.mt: New file.
7556 * config/sh/nm-nbsd.h: New file.
7557 * config/sh/tm-nbsd.h: New file.
7558
7559 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7560
7561 * sh-tdep.c (sh_osabi_names): Declare.
7562 (process_note_abi_tag_sections): New function.
7563 (get_elfosabi): Ditto.
7564 (sh_gdbarch_register_os_abi): Ditto.
7565 (sh_dump_tdep): Ditto.
7566 _initialize_sh_tdep): Use gdbarch_register to register
7567 sh_gdbarch_init and sh_dump_tdep.
7568 * config/sh/tm-sh.h (sh_osabi): Declare.
7569 (gdbarch_tdep): Add sh_osabi and osabi_name members.
7570
7571 2002-05-07 Andrew Cagney <ac131313@redhat.com>
7572
7573 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
7574 (thumb_scan_prologue): Ditto.
7575 (arm_find_callers_reg): Ditto.
7576 (arm_frame_chain): Ditto.
7577 (arm_init_extra_frame_info): Ditto.
7578 (arm_frame_saved_pc): Ditto.
7579 (arm_pop_frame): Ditto.
7580 (arm_push_return_address): New function.
7581 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
7582 call_dummy_location, call_dummy_breakpoint_offset_p,
7583 call_dummy_breakpoint_offset, call_dummy_p,
7584 call_dummy_stack_adjust_p, call_dummy_words,
7585 sizeof_call_dummy_words, call_dummy_start_offset,
7586 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
7587 call_dummy_address, push_return_address and push_dummy_frame for
7588 generic dummy frames.
7589
7590 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
7591
7592 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
7593 size computation for alloca.
7594 (sh_fp_frame_init_saved_regs): Likewise.
7595
7596 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
7597
7598 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
7599 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
7600 * arm-tdep.c (arm_store_return_value): Use them.
7601 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
7602 * remote-rdp.c (remote_rdp_fetch_register): Use
7603 ARM_MAX_REGISTER_RAW_SIZE.
7604 (remote_rdp_store_register): Likewise.
7605
7606 2002-05-07 Michal Ludvig <mludvig@suse.cz>
7607
7608 * dwarf2cfi.c: Code cleanup, removed unused variables,
7609 added default labels to switch {} statements.
7610 * x86-64-tdep.c: Ditto.
7611 * x86-64-linux-nat.c: Ditto.
7612
7613 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
7614
7615 * solib.h: Protect against multiple inclusion.
7616
7617 2002-05-06 Jim Blandy <jimb@redhat.com>
7618
7619 Add first preprocessor macro-expansion files.
7620 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7621 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7622 (splay_tree_h, macroexp_h, macrotab_h): New variable.
7623 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7624 (COMMON_OBS): Add macrotab.o, macroexp.o.
7625 (macroexp.o, macrotab.o): New rules.
7626
7627 Separate the job of reading the line number info statement program
7628 header (...expialidocious) out into its own function.
7629 * dwarf2read.c (struct line_head, struct filenames, struct
7630 directories): Replace with...
7631 (struct line_header): New structure, containing the full
7632 contents of the statement program header, including the
7633 include directory and file name tables.
7634 (read_file_scope): If we have line number info, instead of just
7635 calling dwarf_decode_lines to do all the work, call
7636 dwarf_decode_line_header first to get a `struct line_header'
7637 containing the data in the statement program header, and then
7638 pass that to dwarf_decode_lines, which will pick up where that
7639 left off. Be sure to clean up the `struct line_header' object.
7640 (dwarf_decode_line_header, free_line_header, add_include_dir,
7641 add_file_name): New functions.
7642 (dwarf_decode_lines): Move all the code to read the statement
7643 program header into dwarf_decode_line_header. Take the line
7644 header it built as the first argument, instead of the offset to
7645 the compilation unit's line number info. Use the new `struct
7646 line_header' type instead of the old structures. No need to do
7647 cleanups here now, since we don't allocate anything.
7648 (dwarf2_statement_list_fits_in_line_number_section,
7649 dwarf2_line_header_too_long): New complaints.
7650
7651 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
7652
7653 * gdbtypes.c (init_vector_type): New function.
7654 (build_builtin_type_vec128): Simplify the representation of SIMD
7655 registers.
7656 (build_gdbtypes): Initialize new builtin vector types.
7657 (_initialize_gdbtypes): Register new vector types with gdbarch.
7658 (builtin_type_v4_float, builtin_type_v4_int32,
7659 builtin_type_v8_int16, builtin_type_v16_int8,
7660 builtin_type_v2_int32, builtin_type_v4_int16,
7661 builtin_type_v8_int8): New (renamed) SIMD types.
7662
7663 2002-05-06 Mark Kettenis <kettenis@gnu.org>
7664
7665 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
7666 (i387_fill_fxsave): Likewise.
7667
7668 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
7669
7670 * alpha-tdep.c (alpha_extract_return_value): Don't use
7671 non-constant array size in prototype.
7672
7673 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7674
7675 From Brian Taylor <briant at model dot com>:
7676 * ui-out.c (ui_out_field_core_addr): Use the function
7677 longest_local_hex_string_custom'to format addresses > 32 bits
7678 wide.
7679
7680 * ui-out.c (ui_out_field_core_addr): Update comment.
7681
7682 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7683
7684 * stack.c (select_and_print_frame): Make static. Delete the
7685 parameter `level'.
7686 (func_command): Update call.
7687 (select_frame_command): Delete code computing the frame level.
7688 * frame.h (select_and_print_frame): Delete declaration.
7689
7690 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7691
7692 * sparc-tdep.c (sparc_get_saved_register): Comment why
7693 get_prev_frame call is safe.
7694
7695 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7696
7697 * frame.h (select_frame): Delete level parameter.
7698 * stack.c (select_frame): Update. Use frame_relative_level to
7699 obtain the frame's level.
7700 (select_and_print_frame): Update call.
7701 (select_frame_command): Ditto.
7702 (up_silently_base): Ditto.
7703 (down_silently_base): Ditto.
7704 * ocd.c (ocd_start_remote): Ditto.
7705 * remote-rdp.c (remote_rdp_open): Ditto.
7706 * remote-mips.c (mips_initialize): Ditto.
7707 (common_open): Ditto.
7708 * remote-e7000.c (e7000_start_remote): Ditto.
7709 * m3-nat.c (select_thread): Ditto.
7710 * hppa-tdep.c (child_get_current_exception_event): Ditto.
7711 (child_get_current_exception_event): Ditto.
7712 * varobj.c (varobj_create): Ditto.
7713 (varobj_update): Ditto.
7714 (c_value_of_root): Ditto.
7715 * tracepoint.c (finish_tfind_command): Ditto.
7716 * corelow.c (core_open): Ditto.
7717 * arch-utils.c (generic_prepare_to_proceed): Ditto.
7718 * thread.c (info_threads_command): Ditto.
7719 (switch_to_thread): Ditto.
7720 * infrun.c (normal_stop): Ditto.
7721 (restore_selected_frame): Ditto.
7722 (restore_inferior_status): Ditto.
7723 * breakpoint.c (insert_breakpoints): Ditto.
7724 (watchpoint_check): Ditto.
7725 (bpstat_stop_status): Ditto.
7726 (do_enable_breakpoint): Ditto.
7727 * blockframe.c (flush_cached_frames): Ditto.
7728 (reinit_frame_cache): Ditto.
7729
7730 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7731
7732 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
7733 maintainer.
7734
7735 2002-05-04 Jim Blandy <jimb@redhat.com>
7736
7737 * gdbtypes.c (replace_type): Doc fix.
7738
7739 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7740
7741 * valprint.c (strcat_longest): Delete commented out function.
7742 Update copyright.
7743
7744 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7745
7746 * MAINTAINERS: Mark a29k as deleted.
7747 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
7748 Move new configurations to the top.
7749 * configure.tgt: Remove a29k.
7750 * config/a29k/tm-vx29k.h: Delete.
7751 * config/a29k/vx29k.mt: Delete.
7752 * config/a29k/tm-a29k.h: Delete.
7753 * config/a29k/a29k-udi.mt: Delete.
7754 * config/a29k/a29k.mt: Delete.
7755 * a29k-tdep.c: Delete.
7756 * remote-udi.c: Delete.
7757 * remote-mm.c: Delete.
7758 * remote-eb.c: Delete.
7759 * remote-adapt.c: Delete.
7760 * Makefile.in: Remove obsolete code.
7761 * config/s390/s390x.mt: Ditto.
7762 * config/s390/s390.mt: Ditto.
7763 * config/sparc/sparclynx.mh: Ditto.
7764 * config/sparc/linux.mh: Ditto.
7765 * config/pa/hppaosf.mh: Ditto.
7766 * config/pa/hppabsd.mh: Ditto.
7767 * config/ns32k/nbsd.mt: Ditto.
7768 * config/mips/vr5000.mt: Ditto.
7769 * config/m68k/sun3os4.mh: Ditto.
7770 * config/m68k/nbsd.mt: Ditto.
7771 * config/m68k/m68klynx.mh: Ditto.
7772 * config/m32r/m32r.mt: Ditto.
7773 * config/i386/x86-64linux.mt: Ditto.
7774 * config/i386/nbsdelf.mt: Ditto.
7775 * config/i386/nbsd.mt: Ditto.
7776 * config/i386/i386lynx.mh: Ditto.
7777
7778 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7779
7780 * target.c (debug_print_register): New function. Handle oversize
7781 registers.
7782 (debug_to_fetch_registers): Call.
7783 (debug_to_store_registers): Call.
7784
7785 2002-05-03 Jim Blandy <jimb@redhat.com>
7786
7787 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
7788 (read_type): Doc fix.
7789 * gdbtypes.c (replace_type): Doc fix.
7790
7791 * stabsread.c (multiply_defined_struct): New complaint.
7792 (read_struct_type): If the type we were passed isn't empty, or
7793 incomplete, don't read the new struct type into it; complain,
7794 and return the original type unchanged. Take a new `type_code'
7795 argument, which is the type code for the new type.
7796 (read_type): Rather than storing the type's type code here, pass
7797 it as an argument to read_struct_type, and let that take care of
7798 storing it. That way, we don't overwrite the original type code,
7799 so read_struct_type can use it to decide whether we're overwriting
7800 something we shouldn't.
7801 (complain_about_struct_wipeout): New function.
7802
7803 2002-05-03 Andrew Cagney <ac131313@redhat.com>
7804
7805 * gdbarch.sh: Assert that gdbarch is non-NULL.
7806 * gdbarch.c: Regenerate.
7807
7808 2002-05-03 Jason Merrill <jason@redhat.com>
7809
7810 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
7811 and return NULL.
7812
7813 2002-05-03 Michal Ludvig <mludvig@suse.cz>
7814
7815 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
7816 (x86_64_dwarf2gdb_regno_map_length),
7817 (x86_64_dwarf2_reg_to_regnum): Added.
7818 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
7819 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
7820 (_initialize_x86_64_tdep): Synced with the change above.
7821 (x86_64_skip_prologue): Reformulated message.
7822
7823 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
7824
7825 * f-exp.y: Also use new prev_lexptr variable
7826 to improve error reporting. Based on Michael Snyder
7827 2002-04-24 dated patch to c-exp.y.
7828 * jv-exp.y: Likewise.
7829 * m2-exp.y: Likewise.
7830
7831 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
7832
7833 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
7834 we are dealing with vectors.
7835
7836 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7837
7838 * config/m68k/tm-nbsd.h: Obvious fix,
7839 correct machine name.
7840
7841 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7842
7843 * p-typeprint.c (pascal_type_print_base): Add support
7844 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
7845
7846 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7847
7848 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
7849 for fondamental pascal 'char' type.
7850
7851 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7852
7853 * p-lang.h (is_pascal_string_type): Declaration changed,
7854 new sixth argument of type char ** added.
7855 * p-lang.c (is_pascal_string_type): Implementation
7856 changed. Args length_pos, length_size, string_pos, char_size
7857 can now be NULL. New argument arrayname set to the field
7858 name of the char array. Return value set to char array
7859 field index plus one.
7860 * p-valprint.c (pascal_val_print): Adapt to new declaration of
7861 is_pascal_string_type function.
7862
7863 2002-05-02 Andrew Cagney <cagney@redhat.com>
7864
7865 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
7866 <cagney@redhat.com> change.
7867 * gdbarch.c: Regenerate.
7868
7869 2002-05-02 Andrew Cagney <cagney@redhat.com>
7870
7871 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
7872 before probing for a new one. Detect errorenous gdbarch_init
7873 functions.
7874 * gdbarch.c: Regenerate.
7875
7876 2002-05-01 Andrew Cagney <cagney@redhat.com>
7877
7878 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
7879 * config/mcore/tm-mcore.h: Ditto. Update copyright.
7880 * config/v850/tm-v850.h: Ditto. Update copyright.
7881
7882 2002-04-30 Andrew Cagney <ac131313@redhat.com>
7883
7884 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
7885 current_gdbarch.
7886
7887 2002-04-30 Michael Snyder <msnyder@redhat.com>
7888
7889 * arm-tdep.c: Whitespace clean-ups.
7890 (arm_skip_prologue): Fix thinko; two lines
7891 should have been removed as part of 4/24 change.
7892
7893 2002-04-30 Kevin Buettner <kevinb@redhat.com>
7894
7895 * rs6000-tdep.c: Added comment describing how fpscr register
7896 numbers were chosen.
7897
7898 2002-04-30 Michael Snyder <msnyder@redhat.com>
7899
7900 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
7901
7902 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
7903
7904 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
7905 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
7906 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
7907
7908 2002-04-29 Kevin Buettner <kevinb@redhat.com>
7909
7910 From Louis Hamilton <hamilton@redhat.com>:
7911 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
7912 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
7913 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
7914 not bfd-private xcoff data, to determine wordsize.
7915 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
7916
7917 2002-04-29 Andrew Cagney <ac131313@redhat.com>
7918
7919 GDB 5.2 released from 5.2 branch.
7920
7921 2002-04-29 Michal Ludvig <mludvig@suse.cz>
7922
7923 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
7924 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
7925 (x86_64_register_info_table): Added comments with register numbers.
7926
7927 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
7928
7929 * rs6000-tdep.c (rs6000_extract_return_value,
7930 rs6000_store_return_value): Handle returning vectors.
7931 (rs6000_gdbarch_init): Use
7932 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
7933 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
7934 New function.
7935 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
7936 vectors.
7937 (ppc_sysv_abi_push_arguments): Handle vector parameters.
7938 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
7939
7940 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
7941
7942 * hpread.c (hpread_psymtab_to_symtab_1,
7943 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
7944 with fprintf_unfiltered (gdb_stderr,...).
7945
7946 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
7947
7948 * remote-array.c (printf_monitor, write_monitor,
7949 array_insert_breakpoint, array_remove_breakpoint ):
7950 Replace fprintf (stderr,...
7951 with fprintf_unfiltered (gdb_stderr,....
7952 * remote-es.c: Likewise.
7953 * remote-os9k.c: Likewise.
7954 * remote-st.c: Likewise.
7955
7956 2002-04-28 Andreas Schwab <schwab@suse.de>
7957
7958 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
7959 linux-proc.o and gcore.o.
7960
7961 2002-04-26 Michal Ludvig <mludvig@suse.cz>
7962
7963 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
7964 code without frame pointers.
7965
7966 2002-04-26 Andrew Cagney <ac131313@redhat.com>
7967
7968 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
7969 ON_STACK is needed.
7970
7971 2002-04-26 Ben Elliston <bje@redhat.com>
7972
7973 * target.c (do_xfer_memory): Correct reference to the new option
7974 "trust-readonly-sections".
7975
7976 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
7977
7978 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
7979 * gdbtypes.c (recursive_dump_type): Output the vector flag.
7980 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
7981 vectors.
7982 (read_array_type): Record the fact that this array type is really a
7983 vector (i.e. are passed in by value).
7984
7985 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
7986
7987 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
7988 * alpha-tdep.c (alpha_sigcontext_addr): New function.
7989 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
7990 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
7991 * alpha-linux-tdep.c: Include frame.h.
7992 (alpha_linux_sigcontext_addr): New function.
7993 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
7994 alpha_linux_sigcontext_addr.
7995 * alpha-osf1-tdep.c: Include gdbcore.h.
7996 (alpha_osf1_sigcontext_addr): New function.
7997 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
7998 alpha_osf1_sigcontext_addr.
7999 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
8000 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
8001
8002 2002-04-26 Andrew Cagney <ac131313@redhat.com>
8003
8004 * stack.c (selected_frame_level):
8005 (select_frame): Do not set selected_frame_level.
8006 * frame.h (selected_frame_level): Delete declaration.
8007
8008 2002-04-26 Andrew Cagney <ac131313@redhat.com>
8009
8010 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
8011 convert_from_func_ptr-addr when AIX / PowerOpen.
8012
8013 2002-04-25 Andrew Cagney <ac131313@redhat.com>
8014
8015 * valops.c (hand_function_call): Call
8016 generic_save_call_dummy_addr.
8017 * frame.h (generic_save_call_dummy_addr): Declare.
8018 * blockframe.c (struct dummy_frame): Add fields call_lo and
8019 call_hi.
8020 (generic_find_dummy_frame): Check for PC in range call_lo to
8021 call_hi instead of entry_point_address.
8022 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
8023 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
8024 (generic_save_call_dummy_addr): New function.
8025
8026 2002-04-24 David S. Miller <davem@redhat.com>
8027
8028 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
8029 sparc_skip_prologue.
8030 (sparc_skip_prologue): Kill frameless_p arg, and use line number
8031 information to find prologue when possible.
8032 (sparc_prologue_frameless_p): Call examine_prologue directly.
8033 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
8034 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
8035 second argument.
8036 (SKIP_PROLOGUE): Likewise.
8037
8038 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8039
8040 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
8041 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
8042 indicate that the condition it was testing is always true.
8043 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
8044 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8045 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8046
8047 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8048
8049 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
8050 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
8051 tdep->jb_pc and tdep->jb_elt_size.
8052 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
8053 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
8054 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
8055 * alpha-nat.c (get_longjmp_target): Remove.
8056 (JB_ELEMENT_SIZE): Ditto.
8057 (JB_PC): Ditto.
8058 * alpha-tdep.c (alpha_get_longjmp_target): New function.
8059 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
8060 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
8061 to alpha_get_longjmp_target.
8062 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
8063 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
8064 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
8065
8066 2002-04-25 Andrew Cagney <ac131313@redhat.com>
8067
8068 * README: Update to GDB 5.2.
8069
8070 2002-04-25 Andrew Cagney <ac131313@redhat.com>
8071
8072 * gdbarch.sh (LC_ALL): Set to `c'.
8073
8074 2002-04-25 Theodore A. Roth <troth@verinet.com>
8075
8076 * avr-tdep.c: Ran through gdb_indent.sh.
8077
8078 2002-04-25 Theodore A. Roth <troth@verinet.com>
8079
8080 * MAINTAINERS: Add myself as AVR maintainer.
8081 * NEWS: Note new target avr.
8082
8083 2002-04-25 Theodore A. Roth <troth@verinet.com>
8084
8085 * Makefile.in: Add support for AVR target.
8086 * configure.tgt: Add support for AVR target.
8087 * avr-tdep.c: New file
8088 * config/avr/avr.mt: New file.
8089
8090 2002-04-25 Theodore A. Roth <troth@verinet.com>
8091
8092 * MAINTAINERS: Add myself to write-after-approval.
8093
8094 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
8095
8096 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
8097 with fprintf_unfiltered (gdb_stderr,....
8098
8099 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
8100
8101 Fix PR gdb/508.
8102 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
8103
8104 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
8105
8106 * p-exp.y: Also use new prev_lexptr variable
8107 to improve error reporting. Based on Michael Snyder
8108 2002-04-24 dated patch to c-exp.y.
8109
8110 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8111
8112 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
8113 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
8114 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
8115 to 0.
8116 * config/alpha/tm-alpha.h: Remove forward decls of struct type
8117 and struct value.
8118 (FUNCTION_START_OFFSET): Remove.
8119 (BREAKPOINT): Ditto.
8120
8121 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8122
8123 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
8124 * NEWS: Ditto.
8125
8126 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8127
8128 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
8129 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
8130 alpha_linux_pc_in_sigtramp.
8131 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
8132 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
8133 alpha_osf1_pc_in_sigtramp.
8134 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
8135 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
8136 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8137 alphafbsd_pc_in_sigtramp.
8138 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
8139 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8140 alphanbsd_pc_in_sigtramp.
8141 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
8142 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
8143
8144 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8145
8146 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
8147
8148 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8149
8150 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
8151 alphanbsd-tdep.c.
8152 (alphanbsd-nat.o): New dependency list.
8153 (alphanbsd-tdep.o): Ditto.
8154 * NEWS: Note new native NetBSD/alpha configuration.
8155 * alphanbsd-nat.c: New file.
8156 * alphanbsd-tdep.c: Ditto.
8157 * configure.host (alpha*-*-netbsd*): New host.
8158 * configure.tgt (alpha*-*-netbsd*): New target.
8159 * config/alpha/nbsd.mh: New file.
8160 * config/alpha/nbsd.mt: Ditto.
8161 * config/alpha/nm-nbsd.h: Ditto.
8162 * config/alpha/tm-nbsd.h: Ditto.
8163
8164 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8165
8166 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
8167 (alpha-osf1-tdep.o): New dependency list.
8168 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
8169 and skip_sigtramp_frame members.
8170 * alpha-linux-tdep.c: Include gdbcore.h.
8171 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
8172 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
8173 * alpha-osf1-tdep.c: New file.
8174 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
8175 alpha-osf1-dep.c.
8176 (alpha_frame_past_sigtramp_frame): New function.
8177 (alpha_dynamic_sigtramp_offset): Ditto.
8178 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
8179 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
8180 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
8181 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
8182 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
8183 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
8184 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
8185 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
8186 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
8187 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
8188 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
8189 to find_solib_trampoline_target.
8190 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
8191 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
8192 (SKIP_TRAMPOLINE_CODE): Remove.
8193 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8194 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8195 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8196 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8197 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
8198 (PROC_SIGTRAMP_MAGIC): Ditto.
8199 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8200 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8201 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8202 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8203 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8204
8205 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8206
8207 * NEWS: Note that Alpha targets are now multi-arch.
8208
8209 2002-04-24 Michael Snyder <msnyder@redhat.com>
8210
8211 * parser-defs.h (prev_lexptr): New external variable.
8212 * parse.c (parse_exp_1): Set prev_lexptr to null before
8213 calling the language-specific parser.
8214 * c-exp.y (yylex): Set prev_lexptr to start of current token.
8215 (yyerror): Use prev_lexptr in error reporting.
8216
8217 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
8218
8219 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
8220 * gregset.h: If FILL_FPXREGSET is defined, provide
8221 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
8222 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
8223 is defined, call fill_fpxregset.
8224
8225 2002-04-24 Roland McGrath <roland@frob.com>
8226
8227 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
8228 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
8229 (supply_gregset, supply_fpregset): New functions.
8230
8231 * gnu-nat.c (gnu_find_memory_regions): New function.
8232 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
8233 (gnu_xfer_memory): Add a cast.
8234
8235 2002-04-24 Michael Snyder <msnyder@redhat.com>
8236
8237 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
8238 loop. Add handling for "str lr, [sp, #-4]!" and for saves
8239 of argument regs ("str r(0123), [r11, #-nn"]).
8240 (arm_skip_prologue): Better handling for frameless functions.
8241 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
8242 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
8243
8244 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
8245
8246 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
8247 NUM_PSEUDO_REGS can be used.
8248
8249 2002-04-24 Andrew Cagney <ac131313@redhat.com>
8250
8251 * arch-utils.h: Update copyright.
8252
8253 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
8254 * gdbarch.h, gdbarch.c: Re-generate.
8255
8256 * inferior.h (IN_SIGTRAMP): Delete definition.
8257 * arch-utils.c (legacy_pc_in_sigtramp): New function.
8258 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
8259
8260 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
8261 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
8262 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
8263 (find_proc_framesize): Ditto.
8264 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
8265 (alpha_init_extra_frame_info): Ditto.
8266 * infrun.c (handle_inferior_event): Ditto.
8267 (handle_inferior_event): Ditto.
8268 (check_sigtramp2): Ditto.
8269 * blockframe.c (create_new_frame): Ditto.
8270 (get_prev_frame): Ditto.
8271 * ppc-linux-tdep.c: Update comments.
8272 * i386-linux-tdep.c: Update comments.
8273 * breakpoint.c (bpstat_what): Update comment.
8274
8275 2002-04-24 David S. Miller <davem@redhat.com>
8276
8277 * i960-tdep.c (register_in_window_p): New function.
8278 (i960_find_saved_register): Use it instead of
8279 REGISTER_IN_WINDOW_P.
8280 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
8281
8282 * symtab.h (find_stab_function_addr): Kill extern.
8283 * minsyms.c (find_stab_function_addr): Remove from here...
8284 * dbxread.c: ... to here, and mark it static.
8285
8286 2002-04-20 David S. Miller <davem@redhat.com>
8287
8288 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
8289 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
8290
8291 2002-04-21 David S. Miller <davem@redhat.com>
8292
8293 * remote-vxsparc.c (vx_read_register): Fix typo, we want
8294 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
8295 (vx_write_register): Likewise.
8296
8297 2002-04-23 J. Brobecker <brobecker@gnat.com>
8298
8299 * source.c (is_regular_file): New function.
8300 (openp): Check wether file to open is a regular file
8301 to avoid opening directories.
8302
8303 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8304
8305 * findvar.c (extract_signed_integer): Cast printf argument
8306 to suppress format warning.
8307 (extract_unsigned_integer): Likewise.
8308 * infcmd.c (registers_info): Likewise.
8309 * top.c (get_prompt_1): Likewise.
8310 * valops.c (value_assign): Likewise.
8311 * valprint.c (print_decimal): Likewise.
8312
8313 2002-04-22 H.J. Lu (hjl@gnu.org)
8314
8315 * c-exp.y (typebase): Support
8316
8317 [long|long long|short] [signed|unsigned] [int|]
8318
8319 and
8320
8321 signed [long|long long|short] int
8322
8323 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8324
8325 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
8326 and vax-tdep.h.
8327 * vax-tdep.h: New file.
8328 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
8329 Make several routines static.
8330 (vax_get_saved_register): New function.
8331 (vax_gdbarch_init): New function.
8332 (_initialize_vax_tdep): Register vax_gdbarch_init.
8333 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
8334 Remove macros now under the control of gdbarch.
8335
8336 2002-04-22 Michael Snyder <msnyder@redhat.com>
8337
8338 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
8339 Some whitespace and coding standards tweaks.
8340
8341 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8342
8343 * vax-tdep.c: Include regcache.h.
8344 (vax_call_dummy_words): New.
8345 (sizeof_vax_call_dummy_words): New.
8346 (vax_fix_call_dummy): New function.
8347 (vax_saved_pc_after_call): Ditto.
8348 * config/vax/tm-vax.h: Don't include regcache.h.
8349 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
8350 (CALL_DUMMY): Remove.
8351 (CALL_DUMMY_WORDS): Define.
8352 (SIZEOF_CALL_DUMMY_WORDS): Define.
8353 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
8354
8355 2002-04-18 Michael Snyder <msnyder@redhat.com>
8356
8357 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
8358
8359 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8360
8361 * vax-tdep.c (vax_frame_chain): New function.
8362 (vax_push_dummy_frame): Ditto.
8363 (vax_pop_frame): Ditto.
8364 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
8365 (FRAMELESS_FUNCTION_INVOCATION): Use
8366 generic_frameless_function_invocation_not.
8367 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
8368 (POP_FRAME): Use vax_pop_frame.
8369
8370 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8371
8372 * vax-tdep.c (vax_store_struct_return): New function.
8373 (vax_extract_return_value): Ditto.
8374 (vax_store_return_value): Ditto.
8375 (vax_extract_struct_value_address): Ditto.
8376 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
8377 vax_store_struct_return.
8378 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
8379 (STORE_RETURN_VALUE): Use vax_store_return_value.
8380 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
8381
8382 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8383
8384 * vax-tdep.c (vax_frame_saved_pc): New function.
8385 (vax_frame_args_address_correct): Ditto.
8386 (vax_frame_args_address): Ditto.
8387 (vax_frame_locals_address): Ditto.
8388 (vax_frame_num_args): Move code to be in proximity to
8389 other frame-related functions.
8390 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
8391 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
8392 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
8393 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
8394 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
8395
8396 2002-04-22 H.J. Lu (hjl@gnu.org)
8397
8398 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
8399 includedir.
8400
8401 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8402
8403 * vax-tdep.c (vax_frame_init_saved_regs): New function.
8404 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
8405 (FRAME_INIT_SAVED_REGS): New macro.
8406
8407 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8408
8409 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
8410
8411 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8412
8413 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
8414 where needed.
8415 (fetch_osf_core_registers): Likewise.
8416 (supply_gregset): Likewise.
8417
8418 2002-04-22 J. Brobecker <brobecker@gnat.com>
8419
8420 * symfile.h (get_section_index): Define.
8421 * symfile.c (get_section_index): New function.
8422 * mdebugread.c (SC_IS_SBSS): New macro.
8423 (SC_IS_BSS): Return true for the scBss storage class only, as
8424 the scSBss storage class refers to the .sbss section.
8425 (parse_partial_symbols): Discard the symbols which associated
8426 section does not exist.
8427 Make sure to use the .sbss section index for symbols which
8428 storage class is scBss, rather than using the .bss section index.
8429
8430 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8431
8432 * vax-tdep.c: Update copyright years.
8433 (vax_register_name): New function.
8434 (vax_register_byte): Ditto.
8435 (vax_register_raw_size): Ditto.
8436 (vax_register_virtual_size): Ditto.
8437 (vax_register_virtual_type): Ditto.
8438 * config/vax/tm-vax.h: Update copyright years.
8439 (REGISTER_NAMES): Remove.
8440 (REGISTER_NAME): Define.
8441 (REGISTER_BYTE): Use vax_register_byte.
8442 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
8443 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
8444 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
8445
8446 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8447
8448 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
8449 declaration
8450 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
8451
8452 2002-04-21 David S. Miller <davem@redhat.com>
8453
8454 * arch-utils.c (generic_prologue_frameless_p): Kill
8455 SKIP_PROLOGUE_FRAMELESS_P code.
8456 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8457 references.
8458 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
8459 * arc-tdep.c (arc_prologue_frameless_p): Implement.
8460 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8461 references.
8462 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
8463 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
8464 (sparc_gdbarch_init): Pass it to
8465 set_gdbarch_prologue_frameless_p.
8466
8467 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8468
8469 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
8470 (alphabsd-nat.o): New dependency list.
8471
8472 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8473
8474 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
8475 alphafbsd-tdep.c.
8476 (alpha-linux-tdep.o): New dependency list.
8477 (alphafbsd-tdep.o): Likewise.
8478
8479 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8480
8481 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
8482 to here...
8483 * alpha-tdep.c: ...from here.
8484 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
8485
8486 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8487
8488 * config/alpha/tm-alpha.h: Move alpha_software_single_step
8489 prototype from here...
8490 * alpha-tdep.h: ...to here.
8491
8492 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8493
8494 * frame.h (selected_frame_level): Document as deprecated.
8495 (frame_relative_level): Declare.
8496 * stack.c (frame_relative_level): New function.
8497 (selected_frame_level): Document as deprecated.
8498 (select_frame): Do not set the selected_frame_level.
8499
8500 * stack.c (frame_info, record_selected_frame): Update.
8501 (frame_command, current_frame_command): Update.
8502 (up_silently_base, up_command, down_silently_base): Update.
8503 (down_command): Update.
8504 * inflow.c (kill_command): Update.
8505 * tracepoint.c (finish_tfind_command): Update.
8506 * corelow.c (core_open): Update.
8507 * thread.c (info_threads_command): Update.
8508 (do_captured_thread_select): Update.
8509 * infcmd.c (finish_command): Update.
8510 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
8511
8512 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8513
8514 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
8515
8516 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8517
8518 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
8519 type const.
8520
8521 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8522
8523 * alphafbsd-tdep.c: Update copyright years. Include
8524 alpha-tdep.h.
8525 (alphafbsd_use_struct_convention): Make static.
8526 (alphafbsd_init_abi): New function.
8527 (_initialize_alphafbsd_tdep): New function.
8528 * config/alpha/tm-fbsd.h: Update copyright years.
8529 (USE_STRUCT_CONVENTION): Remove.
8530
8531 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8532
8533 * alpha-tdep.c (alpha_abi_handler): New structure to describe
8534 an Alpha ABI variant.
8535 (alpha_abi_handler_list): Declare.
8536 (alpha_gdbarch_register_os_abi): New function.
8537 (alpha_gdbarch_init): Give registered ABI variant handlers a
8538 chance to tweak the gdbarch once we have set up defaults.
8539 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
8540
8541 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8542
8543 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
8544 to standard_coerce_float_to_double.
8545 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
8546
8547 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8548
8549 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
8550 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
8551 from gdbarch_tdep rather than a constant.
8552 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
8553 the default text address for all Alpha Unix ABIs.
8554 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
8555 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
8556
8557 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8558
8559 * alpha-tdep.h: New file. Includes several Alpha target constants
8560 taken from...
8561 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
8562 let gdbarch deal with.
8563 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
8564 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
8565 to dependency list.
8566 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
8567 Alpha target register names.
8568 * alphabsd-nat.c: Likewise.
8569 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
8570 Alpha target register names. Make serveral routines static.
8571 (alpha_get_saved_register): New function.
8572 (alpha_abi_names): New.
8573 (process_note_abi_tag_sections): New function.
8574 (get_elfosabi): New function.
8575 (alpha_gdbarch_init): New function.
8576 (alpha_dump_tdep): New function.
8577 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
8578
8579 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8580
8581 * frame.c (find_saved_register): Delete #ifdef
8582 HAVE_REGISTER_WINDOWS code.
8583 * config/sparc/tm-sparc.h: Update comments.
8584 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
8585
8586 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8587
8588 * i960-tdep.c (i960_find_saved_register): New function.
8589 (i960_get_saved_register): New function.
8590 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
8591 (i960_get_saved_register): Declare.
8592 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
8593
8594 2002-04-20 David S. Miller <davem@redhat.com>
8595
8596 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
8597
8598 2002-04-20 Andrew Cagney <ac131313@redhat.com>
8599
8600 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
8601 instead of NUM_PSEUDO_REGS.
8602
8603 2002-04-20 David S. Miller <davem@redhat.com>
8604
8605 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
8606 GDB_MULTI_ARCH_PARTIAL
8607 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
8608 define, let tm-sp64.h do it.
8609
8610 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
8611
8612 * frame.c (find_saved_register): Avoid a NULL pointer
8613 dereference and actually walk the frame list.
8614
8615 2002-04-20 Andrew Cagney <ac131313@redhat.com>
8616
8617 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
8618 sorted in most most-recent-used order. Document.
8619 * gdbarch.h, gdbarch.c: Regenerate.
8620
8621 2002-04-19 Andrew Cagney <ac131313@redhat.com>
8622
8623 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
8624 instead of ->prev.
8625 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
8626 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
8627 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
8628 instead of ->prev.
8629
8630 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
8631
8632 Fix PR gdb/471.
8633 * gdbtypes.c (init_simd_type): Rewrite using new functions.
8634 (build_builtin_type_vec128): Ditto.
8635 (append_composite_type_field): Fix calculation of type length in
8636 union case.
8637
8638 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
8639
8640 * config/djgpp/README: Update.
8641
8642 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
8643 compiler warnings.
8644
8645 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
8646
8647 * alpha-tdep.c (setup_arbitrary_frame): Rename...
8648 (alpha_setup_arbitrary_frame): ...to this.
8649 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
8650 for alpha_setup_arbitrary_frame.
8651
8652 2002-04-18 Andrew Cagney <cagney@redhat.com>
8653
8654 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
8655 * gdbarch.h, gdbarch.c: Regenerate.
8656
8657 * defs.h (breakpoint_from_pc_fn): Delete type definition.
8658 * target.h (memory_breakpoint_from_pc): Update declaration.
8659 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
8660
8661 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
8662 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
8663 * mem-break.c (memory_breakpoint_from_pc): Ditto.
8664 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
8665 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
8666 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
8667 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
8668 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
8669 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
8670 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
8671 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
8672 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
8673
8674 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
8675 const pointer.
8676 * monitor.c (monitor_insert_breakpoint): Ditto.
8677 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
8678
8679 * config/mcore/tm-mcore.h: Update copyright.
8680 * mem-break.c: Ditto.
8681 * xstormy16-tdep.c: Ditto.
8682
8683 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
8684
8685 * p-exp.y: Add precedence rule for '^' token.
8686 This removes the shift/reduce conflicts.
8687 Remove the comment concerning these shift/reduce conflicts.
8688
8689 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
8690
8691 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
8692 (registers_powerpc_nofp): New register set for processors
8693 without floating point unit.
8694
8695 2002-04-18 David S. Miller <davem@redhat.com>
8696
8697 * MAINTAINERS: Add myself to write-after-approval.
8698
8699 2002-04-17 Michael Snyder <msnyder@redhat.com>
8700
8701 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
8702
8703 2002-04-17 Andrew Cagney <ac131313@redhat.com>
8704
8705 * rs6000-tdep.c (frame_initial_stack_address): Use
8706 frame_register_read to read the alloca_reg.
8707
8708 2002-04-17 Andrew Cagney <ac131313@redhat.com>
8709
8710 * frame.c (find_saved_register): Find saved registers in the next
8711 not prev frame.
8712 Fix PR gdb/365.
8713
8714 2002-04-17 Andrew Cagney <ac131313@redhat.com>
8715
8716 * gdbarch.sh (LANG): Set to ``c''.
8717
8718 2002-04-15 Andrew Cagney <ac131313@redhat.com>
8719
8720 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
8721
8722 2002-04-15 Andrew Cagney <ac131313@redhat.com>
8723
8724 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
8725 Update copyright.
8726
8727 * hpread.c (hpread_get_lntt): Add declaration.
8728 Also fix PR gdb/391.
8729
8730 2002-04-14 Andrew Cagney <ac131313@redhat.com>
8731
8732 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
8733 * aclocal.m4, configure: Re-generate.
8734 Fix PR gdb/391.
8735
8736 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
8737
8738 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
8739 instead of tm_print_insn.
8740
8741 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
8742
8743 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
8744
8745 2002-04-14 Andrew Cagney <ac131313@redhat.com>
8746
8747 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
8748 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
8749 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
8750
8751 2002-04-12 Don Howard <dhoward@redhat.com>
8752
8753 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
8754 max_user_call_depth.
8755 (init_cmd_lists): Initialize the new value;
8756 * cli/cli-script.c (execute_user_command): Limit the call depth of
8757 user defined commands. This avoids a core-dump when user commands
8758 are infinitly recursive.
8759
8760 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8761
8762 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
8763 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
8764 from tdep struct instead of DEFAULT_LR_SAVE.
8765 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
8766 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
8767 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
8768
8769 2002-04-12 Michael Snyder <msnyder@redhat.com>
8770
8771 * Remote.c: Spelling fix.
8772 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
8773 If no symbol found for "sbrk", try "_sbrk".
8774 (make_output_phdrs): Use bfd_section_name.
8775 (gcore_copy_callback): Use bfd_section_name.
8776 * eval.c: Indentation fix-ups.
8777 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
8778 in case it gets applied to an address that is already
8779 in the instruction space.
8780 * cli/cli-decode.c (help_list): Allow long lines to wrap.
8781 * symfile.c: Fix indentation, long lines.
8782 * source.c: White space fix-up.
8783
8784 2002-04-12 Andrew Cagney <cagney@redhat.com>
8785
8786 * defs.h (read_relative_register_raw_bytes): Delete declaration.
8787 * frame.c (frame_register_read): New function. Return non-zero on
8788 success.
8789 (read_relative_register_raw_bytes_for_frame): Delete.
8790 (read_relative_register_raw_bytes): Delete.
8791 * frame.h (frame_register_read): Declare.
8792 * d30v-tdep.c: Update Copyright. Use frame_register_read.
8793 * sh-tdep.c: Ditto.
8794 * infcmd.c (do_registers_info): Ditto.
8795 * hppa-tdep.c: Ditto.
8796 * rs6000-tdep.c: Ditto.
8797 * h8500-tdep.c: Ditto.
8798 * mips-tdep.c: Ditto.
8799 * h8300-tdep.c: Ditto.
8800 * z8k-tdep.c: Ditto.
8801
8802 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8803
8804 From Jimi X <jimix@watson.ibm.com>:
8805 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
8806 64-bit SysV ABI.
8807
8808 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8809
8810 From Jimi X <jimix@watson.ibm.com>:
8811 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
8812 bfd info.
8813
8814 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8815
8816 From Jimi X <jimix@watson.ibm.com>:
8817 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
8818 register sets for these processor variants.
8819
8820 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
8821
8822 * regformats/reg-ppc.dat: Support FPSCR.
8823
8824 2002-04-11 Kevin Buettner <kevinb@redhat.com>
8825
8826 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
8827 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
8828 Add fpscr as an invalid/unfetchable register.
8829 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
8830 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
8831 (fill_fpregset): Add support for register fpscr.
8832 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
8833 (fill_gregset): Account for the fact that register ``mq'' might
8834 not exist.
8835 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
8836 (registers_power): Add fpscr to register set at slot 71.
8837 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
8838 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
8839
8840 2002-04-11 Michael Snyder <msnyder@redhat.com>
8841
8842 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
8843 * configure: Regenerate.
8844 * config.in: Regenerate.
8845 * acconfig.h: Add define for _SYSCALL32.
8846 * core-sol2.c: Remove #define _SYSCALL32.
8847 * solib-legacy.c: Remove #define _SYSCALL32.
8848
8849 2002-04-10 Andrew Cagney <ac131313@redhat.com>
8850
8851 * stack.c (select_frame): Cleanup internal error message, do not
8852 use %p.
8853
8854 2002-04-10 Andrew Cagney <ac131313@redhat.com>
8855
8856 * stack.c (select_frame): Check that selected_frame and the
8857 specified level are as expected.
8858 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
8859 Update copyright.
8860 * frame.h (struct frame_info): Add field `level'. Update
8861 copyright.
8862 Work-in-progress PR gdb/464.
8863
8864 2002-04-10 Andrew Cagney <ac131313@redhat.com>
8865
8866 * maint.c (maint_print_section_info): Rename print_section_info.
8867 (print_bfd_section_info, print_objfile_section_info): Update.
8868 * inferior.h (struct gdbarch): Add opaque declaration.
8869 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
8870 * gdbarch.h: Regenerate.
8871
8872 2002-04-10 Michal Ludvig <mludvig@suse.cz>
8873
8874 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
8875 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
8876 (kernel_u_size): Added.
8877 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
8878 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
8879
8880 2002-04-04 Jim Ingham <jingham@apple.com>
8881
8882 * valarith.c (find_size_for_pointer_math): New function, either returns
8883 the size for a pointer's target, returns 1 for void *, or errors for
8884 incomplete types.
8885 (value_add, value_sub): use find_size_for_pointer_math.
8886
8887 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
8888
8889 * linux-low.c (linux_look_up_symbols): New hook.
8890 (linux_target_ops): Add linux_look_up_symbols.
8891 * remote-utils.c (decode_address): New function.
8892 (look_up_one_symbol): New function.
8893 * server.c (handle_query): Call target look_up_symbols hook.
8894 * server.h (look_up_one_symbol): Add prototype.
8895 * target.h (struct target_ops): Add look_up_symbols hook.
8896
8897 2002-04-09 Andrew Cagney <ac131313@redhat.com>
8898
8899 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
8900 override FP_REGNUM with frame->fp. Update copyright.
8901 * parse.c (num_std_regs, std_regs): Delete.
8902 (target_map_name_to_register): Do not search std_regs. Update
8903 function description.
8904 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
8905 declarations. Update copyright.
8906 Fix PR gdb/251.
8907
8908 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
8909
8910 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
8911 after the last symbol in a block.
8912
8913 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
8914
8915 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
8916 is non zero as a found symbol.
8917
8918 2002-04-08 Andrew Cagney <ac131313@redhat.com>
8919
8920 * findvar.c: Include "builtin-regs.h".
8921 (value_of_register): Call value_of_builtin_reg when applicable.
8922 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
8923 (target_map_name_to_register): Call
8924 builtin_reg_map_name_to_regnum.
8925 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
8926 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
8927 (builtin_regs_h): Define.
8928 (builtin-regs.o): New target.
8929 (findvar.o): Add $(builtin_regs_h).
8930 * builtin-regs.c, builtin-regs.h: New files.
8931 * std-regs.c: New file.
8932 Partial fix for PR gdb/251.
8933
8934 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8935
8936 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
8937 it's no longer required.
8938
8939 2002-04-08 Andrew Cagney <ac131313@redhat.com>
8940
8941 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
8942
8943 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8944
8945 From Jimi X <jimix@watson.ibm.com>:
8946 * rs6000-tdep.c (rs6000_software_single_step): Use
8947 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
8948 and size. Use target_insert_breakpoint() and
8949 target_remove_breakpoint() to insert and remove breakpoints
8950 instead of explicit memory reads and writes.
8951
8952 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8953
8954 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
8955 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
8956 ELF_OBJECT_FORMAT ifdef.
8957
8958 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8959
8960 From Jimi X <jimix@watson.ibm.com>:
8961 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
8962
8963 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8964
8965 From Jimi X <jimix@watson.ibm.com>:
8966 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
8967 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
8968
8969 2002-04-07 Mark Kettenis <kettenis@gnu.org>
8970
8971 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
8972 s/asprintf/xasprintf/.
8973 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
8974
8975 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8976
8977 I believe Jeff Law denies responsability for this one:
8978 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
8979 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
8980 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
8981 Work-around for PR gdb/366.
8982
8983 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
8984
8985 * remote-e7000.c (write_small, e7000_read_inferior_memory,
8986 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
8987 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
8988
8989 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
8990
8991 * sh-tdep.c (sh_fp_frame_init_saved_regs,
8992 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
8993 information.
8994
8995 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8996
8997 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
8998 maintainer.
8999
9000 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9001
9002 * README (Reporting Bugs in GDB): Document the bug web page as the
9003 prefered way of submitting bugs.
9004 Fix PR gdb/402.
9005
9006 2002-04-06 Andrew Cagney <ac131313@redhat.com>
9007
9008 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
9009 -1. Update comment.
9010 * gdbarch.h, gdbarch.c: Re-generate.
9011
9012 2002-04-07 Andreas Schwab <schwab@suse.de>
9013
9014 * m68klinux-nat.c (fill_fpregset): Properly pass address of
9015 buffer to regcache_collect.
9016
9017 2002-04-06 Andrew Cagney <ac131313@redhat.com>
9018
9019 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
9020 * gdbarch.c, gdbarch.h: Re-generate.
9021
9022 2002-04-06 Andrew Cagney <ac131313@redhat.com>
9023
9024 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
9025 declaration. Fix -Werror.
9026
9027 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
9028
9029 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
9030 * gdbarch.c: Regenerate.
9031
9032 2002-04-05 Michael Snyder <msnyder@redhat.com>
9033
9034 * breakpoint.c (clear_command): Rewrite middle section to
9035 combine two loops with identical control conditions.
9036 Add a cleanup to eliminate a memory leak.
9037 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
9038
9039 2002-04-05 H.J. Lu (hjl@gnu.org)
9040
9041 * solib-svr4.c (bkpt_names): Add "__start".
9042
9043 2002-04-04 Andrew Cagney <ac131313@redhat.com>
9044
9045 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
9046 as test for 64 bit target.
9047
9048 2002-04-05 Andrew Cagney <ac131313@redhat.com>
9049
9050 * h8500-tdep.c (h8500_write_fp): Delete function.
9051 * dwarf2cfi.c (cfi_write_fp): Document as not used.
9052 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
9053 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
9054 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
9055 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
9056 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
9057 (s390_write_fp):
9058 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
9059 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
9060 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
9061 (d10v_write_fp): Delete function.
9062 * inferior.h (write_fp, generic_target_write_fp): Delete
9063 declarations.
9064 * regcache.c (generic_target_write_fp): Delete function.
9065 (write_fp): Delete function.
9066 * gdbarch.sh (TARGET_WRITE_FP): Delete.
9067 * gdbarch.h, gdbarch.c: Regenerate.
9068 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
9069 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
9070 (sparc64_write_fp): Delete declaration.
9071 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
9072 (h8500_write_fp): Delete declaration.
9073
9074 2002-04-04 Andrew Cagney <ac131313@redhat.com>
9075
9076 * sparc-tdep.c (sparc64_write_fp): Delete.
9077 (sparc_push_dummy_frame): Replace write_fp call with code to store
9078 the FP directly.
9079 (sparc_gdbarch_init): Do not initialize write_fp.
9080
9081 2002-04-05 Kevin Buettner <kevinb@redhat.com>
9082
9083 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
9084 clause.
9085
9086 2002-03-29 Jim Blandy <jimb@redhat.com>
9087
9088 * stack.c (get_selected_block): Add new argument `addr_in_block',
9089 used to return the exact code address we used to select the block,
9090 not just the block.
9091 * blockframe.c (get_frame_block, get_current_block): Same.
9092 * frame.h (get_frame_block, get_current_block,
9093 get_selected_block): Update declarations.
9094 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
9095 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
9096
9097 2002-04-05 Michael Snyder <msnyder@redhat.com>
9098
9099 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
9100 warning message.
9101
9102 2002-04-05 J. Brobecker <brobecker@gnat.com>
9103
9104 * utils.c (xfullpath): New function.
9105 * defs.h (xfullpath): Add declaration.
9106 * source.c (openp): Use xfullpath in place of gdb_realpath to
9107 avoid resolving the basename part of filenames when the
9108 associated file is a symbolic link. This fixes a potential
9109 inconsistency between the filenames known to GDB and the
9110 filenames it prints in the annotations.
9111 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
9112 to be able to match a filename with either the real filename, or
9113 the name of any symbolic link to this file.
9114 (lookup_partial_symtab): Ditto.
9115
9116 2002-04-04 Michael Snyder <msnyder@redhat.com>
9117
9118 * breakpoint.c: Add support for hardware breakpoints in overlays.
9119 (overlay_events_enabled): New state variable.
9120 (insert_breakpoints): Use overlay_events_enabled to decide
9121 whether to attempt to set a breakpoint at the overlay load addr.
9122 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9123 (remove_breakpoint): Use overlay_events_enabled to decide
9124 whether breakpoints need to be removed from overlay load addr.
9125 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9126 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
9127 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
9128 disable_overlay_breakpoints): Update overlay_events_enabled.
9129
9130 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
9131
9132 * dwarf2read.c (struct function_range): New.
9133 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
9134 (check_cu_functions): New.
9135 (read_file_scope): Initialize global function lists.
9136 Call dwarf_decode_line after processing children.
9137 (read_func_scope): Add to global function list.
9138 (dwarf_decode_lines): Call check_cu_functions everywhere
9139 record_line is called. Call record_line with a linenumber
9140 of 0 to mark sequence ends.
9141
9142 2002-04-04 Michal Ludvig <mludvig@suse.cz>
9143
9144 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
9145 change sync with glibc.
9146
9147 2002-04-03 Jim Blandy <jimb@redhat.com>
9148
9149 * configure.in: Call AC_C_INLINE.
9150 * configure: Regenerated.
9151
9152 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
9153
9154 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
9155 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
9156
9157 2002-03-31 Mark Kettenis <kettenis@gnu.org>
9158
9159 * NEWS: Mention gcore support on FreeBSD/i386.
9160
9161 * fbsd-proc.c: New file.
9162 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
9163 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
9164
9165 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
9166 while statement.
9167
9168 2002-03-29 Jim Blandy <jimb@redhat.com>
9169
9170 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
9171 unescaped newlines in string literals, but newer ones don't. So
9172 escape them.
9173
9174 2002-03-26 Michael Snyder <msnyder@redhat.com>
9175 Andrew Cagney <cagney@redhat.com>
9176
9177 * cli/cli-dump.c: New file. Dump memory to file,
9178 restore file to memory.
9179 * cli/cli-dump.h: New file.
9180 * Makefile.in: Add rules, dependencies for cli-dump.o.
9181 * NEWS: Mention new commands.
9182
9183 2002-03-28 Michael Snyder <msnyder@redhat.com>
9184
9185 * symfile.c (symbol_file_add): Move test for null symbols to later.
9186
9187 2002-03-27 Andrew Cagney <ac131313@redhat.com>
9188
9189 From veksler at il.ibm.com:
9190 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
9191 the xstrduped original path.
9192 Fix PR gdb/417.
9193
9194 2002-03-27 Michael Snyder <msnyder@redhat.com>
9195
9196 * breakpoint.c (_initialize_breakpoint): Clean up help string.
9197 * infcmd.c (_initialize_infcmd): Ditto.
9198 * language.c (_initialize_language): Ditto.
9199 * symfile.c (_initialize_symfile): Ditto.
9200 * top.c (_init_main): Ditto.
9201 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9202
9203 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
9204
9205 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
9206 vector registers handling.
9207 (skip_prologue): Handle new AltiVec instructions. Fill in new
9208 fields of frame data.
9209 (frame_get_saved_regs): Fill in information for AltiVec registers.
9210
9211 2002-03-27 Jim Blandy <jimb@redhat.com>
9212
9213 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
9214 a function; leave this macro here to invoke that function.
9215 (symbol_init_mangled_name): Declaration for that function.
9216 * symtab.c (symbol_init_mangled_name): New function.
9217
9218 2002-03-27 Andrew Cagney <ac131313@redhat.com>
9219
9220 * valarith.c: Replace strerror with safe_strerror.
9221 * tracepoint.c: Ditto.
9222 * lin-lwp.c: Ditto.
9223 * go32-nat.c: Ditto.
9224 * inflow.c: Ditto.
9225 * gnu-nat.c: Ditto.
9226
9227 2002-03-27 Andreas Schwab <schwab@suse.de>
9228
9229 * event-top.c (command_line_handler): Remove useless if.
9230
9231 2002-03-27 Andreas Jaeger <aj@suse.de>
9232
9233 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
9234 comment.
9235
9236 2002-03-27 Michal Ludvig <mludvig@suse.cz>
9237
9238 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
9239 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
9240 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
9241 (x86_64_linux_dr_get_status, supply_gregset),
9242 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
9243 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
9244 (x86_64_register_info_table): Add.
9245 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
9246 (x86_64_register_raw_size, x86_64_register_virtual_type),
9247 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
9248 general x86_64_register_info_table.
9249 (i386_gdbarch_init): gdbarch_register_bytes is now set
9250 dynamicaly during initialization.
9251 * regformats/reg-x86-64.dat: Synced with changes to registers above.
9252 * gdbserver/linux-x86-64-low.c: Ditto.
9253
9254 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
9255
9256 * gdbserver/server.c (main): Call target_signal_to_host_p
9257 and target_signal_to_host on signals received from the remote.
9258 * gdbserver/remote-utils.c (prepare_resume_reply): Call
9259 target_signal_from_host on signals sent to the remote.
9260 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
9261 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
9262
9263 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
9264
9265 * signals/signals.c: Include "server.h" in gdbserver build.
9266 (target_signal_from_name): Don't use STREQ.
9267 (_initialize_signals): Likewise. Don't include function in
9268 gdbserver build.
9269
9270 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
9271
9272 * signals.c: Moved to...
9273 * signals/signals.c: Here.
9274 * Makefile (signals.o): Update.
9275
9276 2002-03-26 Jeff Law (law@redhat.com)
9277
9278 * somread.c (som_symtab_read): Remove some commented out code and
9279 updated related comments. Do not set the minimal symbol table to
9280 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
9281 in a dynamic executable.
9282 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
9283 where we are unable to find the minimal symbol for the given
9284 PC value.
9285
9286 2002-03-25 Jeff Law (law@redhat.com)
9287
9288 * linux-proc.c (read_mapping): Scan up to end of line for filename.
9289
9290 2002-03-25 Michal Ludvig <mludvig@suse.cz>
9291
9292 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
9293
9294 2002-03-23 Andrew Cagney <ac131313@redhat.com>
9295
9296 * command.h: Update copyright.
9297 (struct cmd_list_element): Replace definition with opaque
9298 declaration.
9299 (enum cmd_types): Document that it will eventually be moved to
9300 cli/cli-decode.h
9301 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
9302 (MALLOCED_REPLACEMENT): Delete macro.
9303 * Makefile.in (cli_decode_h): Add $(command_h).
9304 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
9305 * top.c: Include "cli/cli-decode.h".
9306 * completer.c: Include "cli/cli-decode.h".
9307 * maint.c: Include "cli/cli-decode.h".
9308 * cli/cli-decode.h: Include "command.h".
9309 (enum command_class): Delete.
9310 (enum cmd_types): Comment out.
9311 (enum cmd_auto_boolean): Delete.
9312 (enum var_types): Delete.
9313
9314 2002-03-23 Andrew Cagney <ac131313@redhat.com>
9315
9316 * cli/cli-decode.c: Include "gdb_assert.h".
9317 (add_set_or_show_cmd): New static function.
9318 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
9319 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
9320 all fields, such as func, from the set command.
9321
9322 2002-03-23 Andrew Cagney <ac131313@redhat.com>
9323
9324 * MAINTAINERS (sh-elf): Change warning flag to -w.
9325
9326 2002-03-23 Andrew Cagney <cagney@redhat.com>
9327
9328 * defs.h (error): Add printf format attribute.
9329 * thread-db.c (thread_from_lwp): Fix error format string.
9330 * stack.c (parse_frame_specification): Ditto.
9331 * cli/cli-decode.c (undef_cmd_error): Ditto.
9332 * scm-lang.c (scm_lookup_name): Ditto.
9333 * tracepoint.c (trace_error): Ditto.
9334 * remote-utils.c (usage): Ditto.
9335 * remote.c (compare_sections_command): Ditto.
9336 Fix PR gdb/328.
9337
9338 2002-03-22 Andrew Cagney <ac131313@redhat.com>
9339
9340 * gdbtypes.c (append_composite_type_field): New function.
9341 (init_composite_type): New function.
9342 * gdbtypes.h (append_composite_type_field): Declare.
9343 (init_composite_type): Ditto.
9344
9345 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
9346
9347 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
9348 function.
9349 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
9350 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
9351 structure returning convention for SYSV ABI case, but not
9352 for GNU/Linux, FreeBSD, or NetBSD.
9353
9354 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
9355
9356 * symtab.h (lookup_block_symbol): Add mangled_name argument
9357 to prototype.
9358
9359 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
9360 with new mangled_name argument.
9361 * linespec.c (decode_line_1): Likewise.
9362 * valops (value_of_this): Likewise.
9363 * symtab.c (lookup_transparent_type): Likewise.
9364 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
9365 (lookup_symbol): If we are given a mangled name, pass it down
9366 to lookup_symbol_aux.
9367 (lookup_block_symbol): If we are given a mangled name to check
9368 against, only return symbols which match it.
9369
9370 2002-03-22 Christopher Faylor <cgf@redhat.com>
9371
9372 * win32-nat.c (child_create_inferior): Check for proper shell to use
9373 here, in case the user changes it on the fly.
9374 (_initialize_inftarg): Remove shell path considerations.
9375
9376 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
9377
9378 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
9379 for gdbarch_max_register_raw_size and max_register_virtual_size.
9380 Adjust copyright year.
9381
9382 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
9383
9384 * dbxread.c (process_one_symbol): Extend the first N_SLINE
9385 in a function to cover the entire beginning of the function
9386 as well if it does not already.
9387
9388 2002-03-21 Tom Rix <trix@redhat.com>
9389
9390 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
9391 (rs6000_ptrace64): Renamed from ptrace64.
9392
9393 2002-03-20 Martin M. Hunt <hunt@redhat.com>
9394
9395 * gdbserver/remote-utils.c (remote_open): Don't call
9396 getprotobyname, we're all using TCP here so just use
9397 IPPROTO_TCP.
9398 * gdbserver/gdbreplay.c (remote_open): Ditto.
9399
9400 2002-03-20 Martin M. Hunt <hunt@redhat.com>
9401
9402 * regcache.c (_initialize_regcache): No need to call
9403 build_regcache() at this time; it gets called whenever
9404 the gdbarch changes.
9405
9406 2002-03-20 David O'Brien <obrien@FreeBSD.org>
9407
9408 * sparc-nat.c: Include sys/param.h where possible.
9409
9410 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
9411
9412 Fix PR gdb/422.
9413 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
9414 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
9415 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
9416 complex types.
9417 * stabsread.c (rs6000_builtin_type): Likewise.
9418 (read_sun_floating_type): Likewise.
9419
9420 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9421
9422 * stabsread.c (read_member_functions): Remove skip code for duplicate
9423 constructor/destructor methods. Use standard parsing for these
9424 methods and just do not chain them to the list of methods after
9425 parsing.
9426
9427 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
9428
9429 * coffread.c: Remove redundant static declarations. Replace
9430 occurrences of `PTR' with `void *'.
9431 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
9432 * top.h (quit_cover): Likewise.
9433 * defs.h (catch_errors): Likewise.
9434
9435 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9436
9437 * defs.h (XMALLOC): Define.
9438 * gdb-events.sh (XMALLOC): Delete macro.
9439 * gdb-events.c, gdb-events.h: Regenerate.
9440 * gdbarch.sh (XMALLOC): Delete macro.
9441 * gdbarch.c: Regenerate.
9442 * serial.c (XMALLOC): Delete macro.
9443 * ui-file.c (XMALLOC): Ditto.
9444 * ser-unix.h (XMALLOC): Ditto.
9445 * sh-tdep.c (XMALLOC): Ditto.
9446 * ui-out.c (XMALLOC): Ditto.
9447 * utils.c (XMALLOC): Ditto.
9448 * i386-tdep.c (XMALLOC): Ditto.
9449 * gdb-events.c (XMALLOC): Ditto.
9450 * d10v-tdep.c (XMALLOC): Ditto.
9451 * cli-out.c (XMALLOC): Ditto.
9452
9453 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
9454 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
9455 * ui-file.c, ui-out.c: Ditto.
9456
9457 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9458
9459 * command.h (struct cmd_list_element): Add field context.
9460 (set_cmd_context, get_cmd_context): Declare.
9461 * cli/cli-decode.h: Ditto.
9462 * cli/cli-decode.c (get_cmd_context): New function.
9463 (set_cmd_context): New function.
9464 (add_cmd): Initialize context.
9465 Part of fixing PR gdb/145 and PR gdb/146.
9466
9467 2002-03-17 Andrew Cagney <ac131313@redhat.com>
9468
9469 * cli/cli-decode.c (cmd_type): New function.
9470 * command.h (cmd_type): Declare.
9471 * infrun.c (set_schedlock_func): Call function cmd_type.
9472 * kod.c (kod_set_os): Call cmd_type.
9473 * cris-tdep.c (cris_version_update): Use function cmd_type.
9474 (cris_mode_update, cris_abi_update): Ditto.
9475
9476 * command.h: (execute_cmd_post_hook): Declare.
9477 (execute_cmd_pre_hook): Declare.
9478 * cli/cli-script.c (clear_hook_in_cleanup): New function.
9479 (execute_cmd_post_hook, execute_cmd_pre_hook): New
9480 functions. Execute pre/post hook while ensuring that afterwords
9481 hook_in is cleared.
9482 * top.c (execute_command): Use execute_cmd_post_hook, and
9483 execute_cmd_pre_hook to execute pre/post commands.
9484 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
9485 hook_stop_stub.
9486 (hook_stop_stub): Call execute_cmd_pre_hook.
9487
9488 2002-03-17 Andrew Cagney <ac131313@redhat.com>
9489
9490 * kod.c (kod_set_os): Revert previous change. Is called by ``info
9491 set'' and this leads to a core dump. Move xstrdup of
9492 operating_system to after check that it is not NULL.
9493
9494 2002-03-17 Andrew Cagney <ac131313@redhat.com>
9495
9496 * kod.c (kod_set_os): Remove unnecessary check that
9497 ``command->type'' is set_cmd.
9498
9499 * valprint.c (set_input_radix): Use input_radix.
9500 (set_output_radix): Use output_radix.
9501 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
9502 isn't reverted.
9503
9504 2002-03-16 Andrew Cagney <ac131313@redhat.com>
9505
9506 * value.h (struct value): Delete field ``substring_addr''. Change
9507 aligner fields to force_doublest_align, force_longest_align,
9508 force_core_addr_align and force_pointer_aligh.
9509
9510 * value.h (struct value): Fix typo in above change.
9511
9512 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9513
9514 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
9515 to fix internal_error from ``maintenance print architecture''.
9516
9517 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9518
9519 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
9520 for gcc versions after gcc-2.8.1.
9521
9522 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9523
9524 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
9525 for method resolution. Restore adjustment of ``this'' pointer after
9526 calling value_struct_elt, which was accidentally removed during the
9527 HP merge.
9528
9529 2002-03-15 Andrew Cagney <ac131313@redhat.com>
9530
9531 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
9532 value_of_register.
9533 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
9534 get_saved_register.
9535 * value.h (value_of_register): Update.
9536
9537 2002-03-14 Richard Henderson <rth@redhat.com>
9538
9539 * configure.in: Detect declaration for canonicalize_file_name.
9540 * utils.c (canonicalize_file_name): Declare, if needed.
9541 (gdb_realpath): Prefer realpath if available and usable.
9542 * config.in, configure: Rebuild.
9543
9544 2002-03-14 Richard Henderson <rth@redhat.com>
9545
9546 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
9547 a constant array bound.
9548
9549 * MAINTAINERS: Add myself to write-after-approval.
9550
9551 2002-03-14 Michael Snyder <msnyder@redhat.com>
9552
9553 * symfile.c (syms_from_objfile): Return immediately if no syms.
9554 (symbol_file_add): Return immediately if no syms.
9555 (find_sym_fns): Return immediately if no syms.
9556
9557 2002-03-13 Michal Ludvig <mludvig@suse.cz>
9558
9559 * gdbserver/remote-util.c (remote_open): Print remote-side's
9560 IP address when remote debugging over the network.
9561
9562 2002-03-12 David O'Brien <obrien@FreeBSD.org>
9563
9564 * config/sparc/fbsd.mh: Fix copyright.
9565 * config/sparc/fbsd.mt: Likewise.
9566
9567 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
9568
9569 * MAINTAINERS: Fix typo in name of gdb warnings option.
9570 (x86-64): Fix formating so that this can be parsed by awk.
9571
9572 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
9573
9574 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
9575 * defs.h: Include "gdb/signals.h".
9576 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
9577
9578 2002-03-10 Michal Ludvig <mludvig@suse.cz>
9579
9580 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
9581 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
9582 from x86-64-tdep.h
9583
9584 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
9585 Don Howard <dhoward@redhat.com>
9586
9587 * mips-tdep.c (ST0_FR): Define.
9588 (mips2_fp_compat): New function, temporarily disabled.
9589 (mips_read_fp_register_single): New function.
9590 (mips_read_fp_register_double): New function.
9591 (mips_print_register): Use them.
9592 (do_fp_register_row): Likewise.
9593
9594 2002-03-09 Andrew Cagney <ac131313@redhat.com>
9595
9596 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
9597 approval''.
9598
9599 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9600
9601 * stabsread.c (read_member_functions): Fix is_stub test for
9602 static member functions, improve comment.
9603
9604 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
9605
9606 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
9607 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
9608 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
9609 commands that set boolean values.
9610 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
9611 (arm_rdi_resume): Always initialize PC.
9612 (arm_rdi_open): Don't use rslt as a boolean.
9613 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
9614 (arm_rdi_fetch_registers, arm_rdi_store_registers)
9615 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
9616 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
9617
9618 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
9619
9620 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
9621 * configure: Rebuilt.
9622
9623 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9624
9625 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
9626 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
9627
9628 2002-03-06 Andrew Cagney <ac131313@redhat.com>
9629
9630 * cli/cli-decode.c (set_cmd_completer): New function.
9631 * command.h (set_cmd_completer): Declare.
9632 * cli/cli-decode.h (set_cmd_completer): Ditto.
9633
9634 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
9635 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9636 * win32-nat.c (_initialize_inftarg): Ditto.
9637 * remote-rdi.c (_initialize_remote_rdi): Ditto.
9638 * proc-api.c (_initialize_proc_api): Ditto.
9639 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
9640 * source.c (_initialize_source): Ditto.
9641 * exec.c (_initialize_exec): Ditto.
9642 * solib.c (_initialize_solib): Ditto.
9643 * top.c (init_main): Ditto.
9644 * tracepoint.c (_initialize_tracepoint): Ditto.
9645 * symfile.c (_initialize_symfile): Ditto.
9646 * printcmd.c (_initialize_printcmd): Ditto.
9647 * infcmd.c (_initialize_infcmd): Ditto.
9648 * corefile.c (_initialize_core): Ditto.
9649
9650 2002-03-05 Andrew Cagney <ac131313@redhat.com>
9651
9652 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
9653
9654 2002-03-05 Andrew Cagney <ac131313@redhat.com>
9655
9656 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
9657
9658 2002-03-05 Andrew Cagney <ac131313@redhat.com>
9659
9660 * NEWS: Update headings, 5.2 has branched.
9661
9662 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
9663
9664 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
9665 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
9666 (register_addr, REGISTER_RAW_SIZE): Likewise.
9667 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
9668 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
9669
9670 2002-03-03 Michal Ludvig <mludvig@suse.cz>
9671
9672 * MAINTAINERS (x86-64): Add myself.
9673 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
9674 changed value_ptr -> struct value *
9675
9676 2002-03-01 David O'Brien <obrien@FreeBSD.org>
9677
9678 * configure.host (sparc64-*-freebsd): Add.
9679 * configure.tgt: Likewise.
9680 * config/sparc/fbsd.mh: New file.
9681 * config/sparc/fbsd.mt: Likewise.
9682 * config/sparc/nm-fbsd.h: Likewise.
9683 * config/sparc/tm-fbsd.h: Likewise.
9684
9685 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
9686
9687 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
9688 regformats/reg-s390x.dat.
9689
9690 2002-03-01 Andrew Cagney <ac131313@redhat.com>
9691
9692 * utils.c: Add FIXME explaining true/false problem.
9693
9694 2002-02-28 Andrew Cagney <ac131313@redhat.com>
9695
9696 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
9697
9698 2002-02-28 Michael Chastain <mec@shout.net>
9699
9700 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
9701
9702 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
9703
9704 * gdbserver/linux-s390-low.c: New file.
9705 * regformats/reg-s390.dat: New file.
9706 * regformats/reg-s390x.dat: New file.
9707 * gdbserver/configure.srv: Add S/390.
9708 * gdbserver/Makefile.in: Add S/390.
9709 * configure.tgt: Enable gdbserver for S/390.
9710
9711 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
9712
9713 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
9714 first line of the doc string for "info dos", except at the end of
9715 the sentence, since the short help stops at the first period.
9716
9717 2002-02-28 Jason Merrill <jason@redhat.com>
9718
9719 * dwarf2read.c (dwarf_cfi_name): Add new codes.
9720
9721 2002-02-27 Fred Fish <fnf@redhat.com>
9722
9723 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
9724 comment (dumy -> dummy).
9725
9726 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9727
9728 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
9729
9730 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
9731
9732 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
9733
9734 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
9735
9736 * gdbserver/acconfig.h: New file.
9737 * gdbserver/i387-fp.c: New file.
9738 * gdbserver/i387-fp.h: New file.
9739 * gdbserver/linux-x86-64.c: New file.
9740 * regformats/reg-x86-64.dat: New file.
9741 * configure.tgt: Add x86_64-*-linux* gdbserver support.
9742 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
9743 * gdbserver/configure.in: Add support for regsets.
9744 * gdbserver/config.in: Regenerate.
9745 * gdbserver/configure: Regenerate.
9746 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
9747 * gdbserver/linux-low.h: New file.
9748 * gdbserver/linux-low.c: Include "linux-low.h". Add support
9749 for regsets.
9750 * gdbserver/linux-arm-low.c: Include "linux-low.h".
9751 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
9752 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
9753 * gdbserver/linux-mips-low.c: Include "linux-low.h".
9754 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
9755 * gdbserver/linux-sh-low.c: Include "linux-low.h".
9756 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
9757 "i387-fp.h". Add PTRACE_GETREGS and friends.
9758 * gdbserver/regcache.c (supply_register): New function.
9759 (supply_register_by_name): New function.
9760 (collect_register): New function.
9761 (collect_register_by_name): New function.
9762
9763 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
9764
9765 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
9766 (config.status): Add configure.srv dependency.
9767 (server_h): Add config.h dependency.
9768
9769 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
9770
9771 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
9772 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
9773 * gdbserver/configure.srv: Change i386-*-linux* to use
9774 reg-i386-linux.o.
9775
9776 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9777
9778 * x86-64-tdep.c: Re-indent. Update copyright date.
9779
9780 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9781
9782 From Michal Ludvig <mludvig@suse.cz>:
9783 * x86-64-tdep.c (value.h): Delete.
9784 (gdb_assert.h): Include.
9785 (x86_64_register_convert_to_virtual,
9786 x86_64_register_convert_to_raw ): Add check which lets only
9787 floating-point values to be converted.
9788 (value_push): Delete.
9789 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
9790 (i386_gdbarch_init): Number of register_bytes fixed.
9791
9792 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9793
9794 * MAINTAINERS: Add x86-64 target.
9795
9796 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9797
9798 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
9799 * osfsolib.c (solib_map_sections): Ditto.
9800 * irix5-nat.c (solib_map_sections): Ditto.
9801 * corelow.c (gdb_check_format): Ditto.
9802 * symfile.c (symfile_bfd_open): Ditto.
9803 * solib.c (solib_map_sections): Ditto.
9804 Fix PR gdb/354.
9805
9806 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9807
9808 * remote.c (_initialize_remote): By default, disable ``e'' and
9809 ``E'' step out-of-range packets.
9810
9811 2002-02-26 Andreas Schwab <schwab@suse.de>
9812
9813 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
9814 m68k_linux_frame_saved_pc.
9815 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
9816 in_sigtramp.
9817 (SIGCONTEXT_PC_OFFSET): Remove.
9818 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
9819 m68k_linux_sigtramp_saved_pc): New functions.
9820 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
9821 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
9822 (UCONTEXT_PC_OFFSET): Define.
9823 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
9824 non-RT and RT signal trampolines.
9825
9826 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
9827
9828 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
9829 (TARGET_NBPG, STACK_END_ADDR): Delete
9830 (VARIABLES_INSIDE_BLOCK): Delete.
9831
9832 2002-02-25 Andrew Cagney <ac131313@redhat.com>
9833
9834 * utils.c (perror_with_name): Make string parameter constant.
9835 (print_sys_errmsg): Ditto.
9836 (query): Ditto.
9837 * defs.h (perror_with_name): Update.
9838 (print_sys_errmsg): Update.
9839 (query): Update.
9840
9841 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
9842
9843 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
9844 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
9845
9846 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9847
9848 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
9849 if it already matches the current architecture from the exec file.
9850 Include arch-utils.h for gdbarch_info_init prototype.
9851 * Makefile.in (rs6000-nat.o): Update dependencies.
9852
9853 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
9854
9855 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
9856 list of exported variables.
9857
9858 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
9859
9860 * gdbserver/configure.srv: New file.
9861 * gdbserver/configure.in: Use configure.srv instead
9862 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
9863 from it.
9864 * gdbserver/configure: Regenerated.
9865 * gdbserver/terminal.h: New file.
9866 * gdbserver/Makefile.in: Update for configure changes. Remove
9867 more unneeded include paths.
9868
9869 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9870
9871 From wiz at danbala:
9872 * config/sparc/tm-sp64.h: Fix grammar and typos.
9873 Fix PR gdb/287.
9874
9875 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9876
9877 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
9878 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
9879 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
9880 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
9881 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
9882 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
9883 * s390-tdep.c: Ditto.
9884 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
9885 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
9886 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
9887 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
9888 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
9889 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
9890 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
9891 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
9892 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
9893 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
9894 Fix PR gdb/378.
9895
9896 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9897
9898 * lin-thread.c: Delete file.
9899 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
9900 to gdb_proc_service.h.
9901 * configure: Re-generate.
9902
9903 * ocd.c (ocd_open): Do not try to open the "ocd" device.
9904 * serial.c (serial_open): Delete check for "ocd".
9905 Fix PR gdb/349.
9906
9907 * Makefile.in (linux-thread.o): Delete target.
9908 * linux-thread.c: Delete file.
9909
9910 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
9911 renamed SH files to be consistent.
9912
9913 * symtab.c (sort_search_symbols): Use xfree.
9914
9915 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
9916
9917 * arm-linux-tdep.c (arm_linux_init_abi): Register
9918 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
9919 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
9920 definition with undef, since we don't want the sysvr4 definition.
9921 (SKIP_TRAMPOLINE_CODE): Likewise.
9922
9923 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9924
9925 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
9926
9927 * configure.in: (AC_CHECK_FUNCS) Added test for
9928 canonicalize_file_name Regenerated.
9929 * config.in, configure: Regenerated.
9930 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
9931 defined use canonicalize_file_name.
9932
9933 2002-02-23 Michael Chastain <mec@shout.net>
9934
9935 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
9936
9937 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9938
9939 * README: Remove references to cygnus.com.
9940 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
9941 dot com'' form. Remove references to cygnus.com and sourceware.
9942
9943 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9944
9945 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
9946 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
9947 1003.1-2001 no longer allows "head -1".
9948 * gdb/Makefile.in (version.c): Likewise.
9949 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
9950 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
9951 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
9952
9953 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9954
9955 * cli/cli-decode.c (cmd_cfunc_eq): New function.
9956 * command.h (cmd_cfunc_eq): Declare.
9957 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
9958
9959 * cli/cli-cmds.h (is_complete_command): Change parameter to a
9960 ``struct cmd_list_element *''.
9961 * cli/cli-cmds.c (is_complete_command): Update. Use
9962 cmd_cfunc_eq.
9963 * top.c (execute_command): Pass the command to
9964 is_complete_command.
9965 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
9966
9967 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9968
9969 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
9970 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
9971 architecture defines.
9972 * s390-tdep.c (s390_gdbarch_init): Likewise.
9973
9974 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
9975
9976 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
9977 (arm_linux_push_arguments): Likewise.
9978 (arm_linux_init_abi): Register them. Also register linux-specific
9979 call_dummy_words.
9980 (find_minsym_and_objfile): Use strcmp, not STREQ.
9981 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
9982 (arm_linux_call_dummy_words): Delete declaration.
9983 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
9984 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
9985 declarations.
9986 (LOWEST_PC): Delete.
9987
9988 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9989
9990 * maint.c (print_section_info): Do not prepend `0x' to filepos
9991 output, it will be handled by local_hex_string_custom.
9992
9993 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
9994
9995 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
9996 (store_newfpe_double, store_newfpe_extended, store_fpregister)
9997 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
9998
9999 2002-02-22 Jim Blandy <jimb@redhat.com>
10000
10001 Indicate that the bcache functions don't change the strings
10002 they're passed.
10003 * bcache.h (bcache, hash): Add `const' keywords to declarations.
10004 * bcache.c (bcache, hash): Add `const' keywords to definitions.
10005
10006 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
10007
10008 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
10009
10010 2002-02-21 Christopher Faylor <cgf@redhat.com>
10011
10012 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
10013 find the complete path to a loaded DLL.
10014
10015 2002-02-21 Fred Fish <fnf@redhat.com>
10016
10017 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
10018 that marks the end of the range of a function, enter a line number
10019 entry that has a line number of zero and a PC offset that matches
10020 the end of the function. This starts a range of PC's for which no
10021 line number information is known.
10022 * symtab.c (find_pc_sect_line): If our best fit is in a range of
10023 PC's for which no line number info is found (line number is zero)
10024 then we didn't find any valid line information.
10025 * symtab.h: Document use of zero line number entry.
10026
10027 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
10028
10029 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
10030 (have_ptrace_getvrregs): Define for run time checks.
10031 (gdb_vrregset_t): New type for Altivec register handling.
10032 (fetch_register, store_register): Fetch/store altivec register
10033 when needed.
10034 (fetch_altivec_register, store_altivec_register): New functions.
10035 (supply_vrregset, fill_vrregset): New functions.
10036 (fetch_altivec_registers, store_altivec_registers): New functions.
10037 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
10038 registers as well.
10039
10040 2002-02-21 Jiri Smid <smid@suse.cz>
10041
10042 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
10043
10044 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
10045
10046 * Makefile.in (armnbsd-nat.o): Update dependencies.
10047 * armnbsd-nat.c (supply_gregset): New function. Common code to
10048 supply the integer register set.
10049 (supply_fparegset): New function. Similar for FPA registers.
10050 (fetch_regs, fetch_fp_regs): Use them.
10051 (fetch_core_registers): Likewise.
10052 (fetch_elfcore_registers): New function.
10053 (arm_netbsd_elfcore_fns): New core-file type specification.
10054 (_initialize_arm_netbsd_nat): Register it.
10055
10056 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
10057
10058 * armnbsd-nat.c: Include gdbcore.h.
10059 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
10060 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
10061 'void' to declaration, to shut up ARI.
10062 (fetch_core_registers): Make static. Rewrite using supply_register.
10063 (arm_netbsd_core_fns): New core-file type specification.
10064 (_initialize_arm_netbsd_nat): New function.
10065
10066 2002-02-21 Christopher Faylor <cgf@redhat.com>
10067
10068 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
10069 value.
10070
10071 2002-02-20 Christopher Faylor <cgf@redhat.com>
10072
10073 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
10074 fails.
10075
10076 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10077
10078 * jv-exp.y (parse_number): Change type of implicit longs
10079 to builtin_type_uint64.
10080
10081 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10082
10083 * gdbserver/linux-low.c (mywait): Change argument to waitpid
10084 to be an integer instead of a `union wait'.
10085
10086 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10087
10088 * mips-linux-nat.c: Call the operating system GNU/Linux.
10089 * mips-linux-tdep.c: Likewise.
10090 * mips-tdep.c: Likewise.
10091
10092 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10093
10094 Fix PR gdb/265.
10095 * jv-exp.y (parse_number): Handle 64-bit integers.
10096
10097 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10098
10099 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
10100 AC_STDC_HEADERS to AC_HEADER_STDC.
10101 * gdbserver/configure: Regenerated.
10102
10103 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
10104
10105 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
10106 is defined.
10107 * sparc-tdep.c (get_longjmp_target): Likewise.
10108
10109 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
10110
10111 * News: Add news about ARM and Multi-arch. Mention the new target
10112 arm*-*-netbsd*.
10113
10114 2002-02-19 Jim Blandy <jimb@redhat.com>
10115
10116 * stabsread.c (error_type_complaint): Improve error message.
10117
10118 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
10119
10120 * gdbserver/README: Update documentation.
10121 * gdbserver/configure.in: Update configury to match documentation.
10122 * gdbserver/Makefile.in: Likewise.
10123 * gdbserver/configure: Regenerated.
10124 * gdbserver/aclocal.m4: New file, generated by aclocal.
10125 * gdbserver/config.in: New file, generated by autoheader.
10126
10127 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10128
10129 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
10130 armnbsd-nat.c.
10131
10132 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10133
10134 * arm-tdep.h (enum arm_float_model): New enum.
10135 (struct gdbarch_tdep): Add fp_model.
10136 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
10137 up floating-point conversions until we know the floating-point model
10138 in use by the inferior. Don't complain about being unable to
10139 determine the ABI of the inferior when we don't have one.
10140 (arm_extract_return_value): Support different floating-point models.
10141 (arm_store_return_value): Likewise.
10142 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
10143 ARM_FLOAT_SOFT.
10144 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
10145
10146 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10147
10148 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
10149 of ``current_gdbarch''.
10150
10151 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10152
10153 * armnbsd-nat.c : ANSIfy all function declarations.
10154 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
10155 (fetch_inferior_registers): Re-implement in terms of above.
10156 (store_register, store_regs, store_fp_register, store_fp_regs): New.
10157 (store_inferior_registers): Re-implement in terms of above.
10158
10159 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10160
10161 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
10162 kernel.
10163 * arm-linux-tdep.c: Likewise.
10164 * config/arm/tm-linux.h: Likewise.
10165
10166 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10167
10168 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
10169 * config/arm/nbsd.mt (TM_FILE): Delete.
10170 * config/arm/tm-nbsd.h: Delete.
10171
10172 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10173
10174 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
10175 Initialize CALL_DUMMY_LENGTH.
10176
10177 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10178
10179 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
10180 function.
10181 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
10182 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
10183 defines one thing and that is incorrect for this port.
10184 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
10185
10186 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
10187
10188 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
10189
10190 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
10191
10192 * win32-nat.c (display_selector): New function. Displays information
10193 about the information returned by GetThreadSelectorEntry API function.
10194 (display_selectors): New function. Displays the infomation of
10195 the selector given as argument, or of CS, DS ans FS selectors
10196 if no argument is given.
10197 ( _initialize_inftarg): Add "w32" as info prefix command.
10198 Add "info w32 selector" as command calling display_selectors.
10199
10200 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
10201
10202 * i386-tdep.c (get_longjmp_target): Fix compilation failure
10203 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
10204 if not defined.
10205
10206 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10207
10208 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
10209
10210 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10211
10212 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
10213 (arm_fix_call_dummy): Call it.
10214 (arm_call_dummy_breakpoint_offset): Delete.
10215 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
10216 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
10217
10218 2002-02-18 Andrew Cagney <ac131313@redhat.com>
10219
10220 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
10221 Default to func_frame_chain_valid.
10222 * gdbarch.h, gdbarch.c: Re-generate.
10223 * frame.h (FRAME_CHAIN_VALID): Delete definition.
10224
10225 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
10226
10227 * ppc-linux-nat.c: Update copyright.
10228 (fetch_register, store_register): Add tid parameter, don't compute
10229 tid here.
10230 (fetch_ppc_registers, store_ppc_registers): Add tid
10231 parameter. Pass it along to callees.
10232 (fetch_inferior_registers, store_inferior_registers): Compute tid
10233 here, and pass it to calleed functions.
10234 (fill_gregset, supply_fpregset): Clean up formatting.
10235
10236 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10237
10238 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
10239 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
10240
10241 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10242
10243 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
10244 * gdbarch.c gdbarch.h: Regenerate.
10245 * breakpoint.c (create_longjmp_breakpoint): Always compile this
10246 function.
10247 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
10248 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
10249 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
10250
10251 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
10252 * arm-tdep.c (arm_get_longjmp_target): New function.
10253 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
10254 this to a positive value register arm_get_longjmp_target as the
10255 longjmp handler.
10256 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
10257 (arm_linux_init_abi): Set up longjmp description in tdep.
10258 * armnbsd-nat.c (get_longjmp_target): Delete.
10259 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
10260 description in tdep.
10261 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
10262 (get_longjmp_target): Delete declaration.
10263 (GET_LONGJMP_TARGET): Delete.
10264 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
10265 (GET_LONGJMP_TARGET): Delete.
10266
10267 2002-02-17 Kevin Buettner <kevinb@redhat.com>
10268
10269 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
10270 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
10271 of ``current_gdbarch''.
10272
10273 2002-02-17 Tom Tromey <tromey@redhat.com>
10274
10275 * cli/cli-cmds.c (compare_strings): New function.
10276 (complete_command): Only print each unique item once.
10277 * completer.h (complete_line): Declare.
10278 * completer.c (complete_line): New function.
10279 (line_completion_function): Use it.
10280
10281 2002-02-16 Andrew Cagney <ac131313@redhat.com>
10282
10283 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
10284 * gdbarch.h, gdbarch.c: Re-generate.
10285
10286 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
10287
10288 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
10289
10290 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
10291
10292 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
10293 * valops.c (value_arg_coerce): Don't take the address of a reference
10294 to convert an argument to a reference.
10295
10296 2002-02-15 Christopher Faylor <cgf@redhat.com>
10297
10298 * win32-nat.c (get_image_name): New function.
10299 (handle_load_dll): Use get_image_name function.
10300 (get_child_debug_event): Avoid registering debug events until possibly
10301 execed process is started.
10302 (child_create_inferior): Allow invocation via shell so that command
10303 line redirection, etc. works ok.
10304 (_initialize_inftarg): Add new command: "set shell" to control whether
10305 a shell is used to start a process.
10306
10307 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
10308
10309 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
10310 instead of find_register_by_number.
10311 (cannot_store_register): Likewise.
10312
10313 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
10314
10315 * dwarf2read.c: Replace fprintf (stderr, ...) by
10316 fprintf_unfiltered (gdb_stderr, ...).
10317
10318 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
10319
10320 * gdbserver/gdbserver.1: Document --attach.
10321
10322 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
10323
10324 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
10325 descriptions.
10326 * arm-tdep.c (arm_default_arm_le_breakpoint)
10327 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
10328 (arm_default_thumb_be_breakpoint): New. Initialize them from
10329 traditional breakpoint defines.
10330 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
10331 (arm_gdbarch_init): Initialize new breakpoint variables.
10332 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
10333 (arm_linux_init_abi): Initialize linux-specific breakpoint.
10334 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
10335 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
10336 code out to ...
10337 (arm_netbsd_init_abi_common): ... here; new function.
10338 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
10339 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
10340 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
10341 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
10342
10343 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
10344
10345 * arm-tdep.h (enum arm_abi): New enum.
10346 (struct gdbarch_tdep): New structure.
10347 (LOWEST_PC): Provide a default.
10348 (arm_gdbarch_register_os_abi): Declare new function.
10349 * arm-tdep.c (arm_abi_names): New array.
10350 (process_note_abi_tag_sections): New function.
10351 (get_elfosabi): New function.
10352 (arm_gdbarch_register_os_abi): New function.
10353 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
10354 support for that ABI has been built in, then call the appropriate
10355 configuration routine. Use gdbarch_num_regs() to get the number
10356 of registers.
10357 (arm_dump_tdep): New function.
10358 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
10359 place-holder functions.
10360 (_initialize_arm_tdep): Register them.
10361 * config/arm/tm-arm.h (LOWEST_PC): Delete.
10362
10363 * armnbsd-tdep.c: New file.
10364 * Makefile.in (armnbsd-tdep.o): Add dependencies.
10365 * config/arm/nbsd.mt (TDEPFILES): Add it.
10366 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
10367
10368 * armnbsd-nat.c: Include regcache.h.
10369 * Makefile.in (armnbsd-nat.o): Update dependency list.
10370
10371 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
10372
10373 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10374
10375 * gdbserver/Makefile.in: Fix typos in target rules.
10376
10377 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10378
10379 Fix part of PR gdb/267.
10380 * linespec.c (find_methods): Handle constructors specially for now.
10381
10382 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
10383
10384 * arm-tdep.c (arm_push_arguments): Eliminate special float type
10385 handling.
10386 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
10387 standard_coerce_float_to_double().
10388
10389 2002-02-14 Christopher Faylor <cgf@redhat.com>
10390
10391 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
10392 GDBINIT_FILENAME.
10393
10394 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
10395
10396 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
10397 find_variant_by_name, because it confuses the multiarch
10398 framework. Return NULL if there isn't an architecture with the
10399 user supplied name, instead of forcing a different one without
10400 recording the change with the multiarch machinery.
10401 (find_variant_by_name): Delete.
10402
10403 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10404
10405 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
10406 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
10407
10408 2002-02-13 Martin M. Hunt <hunt@redhat.com>
10409
10410 * stack.c (print_frame_info_base): When calling
10411 print_frame_info_listing_hook, set current_source_symtab.
10412
10413 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10414
10415 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
10416 and remove unused $(INCLUDE_DIR).
10417 Add regcache.c to OBS.
10418 Add generated register protocol files to clean target.
10419 Update dependencies for new objects, obsolete old target code.
10420
10421 * gdbserver/linux-low.c: Remove all platform-specific code to
10422 new files. Remove various dead code. Update to use regcache
10423 functionality.
10424 * gdbserver/remote-utils.c (fromhex): Add return statement
10425 to quiet warning.
10426 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
10427 constant.
10428 (input_interrupt): Add integer parameter to match prototype
10429 of a signal handler.
10430 (outreg): Use register_data ().
10431 (prepare_resume_reply): Use gdbserver_expedite_regs.
10432 * gdbserver/server.c (main): Dynamically allocate own_buf because
10433 PBUFSIZ is no longer constant. Use registers_to_string () and
10434 registers_from_string ().
10435 * gdbserver/server.h: No longer include "defs.h". Add prototypes
10436 for error (), fatal (), and warning (). Update definition of
10437 PBUFSIZ to use regcache functionality. Add include guard.
10438 * gdbserver/utils.c (fatal): Add missing ``const''.
10439 (warning): New function.
10440
10441 * regformats/regdat.sh: Include "regcache.h" in generated files.
10442 Provide init_registers () function.
10443 * regformats/regdef.h: Add prototype for set_register_cache ().
10444 Add include guard.
10445
10446 * gdbserver/linux-arm-low.c: New file.
10447 * gdbserver/linux-i386-low.c: New file.
10448 * gdbserver/linux-ia64-low.c: New file.
10449 * gdbserver/linux-m68k-low.c: New file.
10450 * gdbserver/linux-mips-low.c: New file.
10451 * gdbserver/linux-ppc-low.c: New file.
10452 * gdbserver/linux-sh-low.c: New file.
10453
10454 * gdbserver/regcache.c: New file.
10455 * gdbserver/regcache.h: New file.
10456
10457 * gdbserver/low-linux.c: Removed obsolete file.
10458
10459 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10460
10461 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
10462 * config/i386/linux.mt: Likewise.
10463 * config/ia64/linux.mt: Likewise.
10464 * config/m68k/linux.mh: Likewise.
10465 * config/powerpc/linux.mh: Likewise.
10466 * config/mips/linux.mt: Likewise.
10467
10468 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
10469
10470 * config/i386/i386lynx.mh: Mark gdbserver variables
10471 as (currently) obsolete for this target.
10472 * config/i386/nbsd.mt: Likewise.
10473 * config/i386/nbsdelf.mt: Likewise.
10474 * config/m32r/m32r.mt: Likewise.
10475 * config/m68k/m68klynx.mh: Likewise.
10476 * config/m68k/nbsd.mt: Likewise.
10477 * config/m68k/sun3os4.mh: Likewise.
10478 * config/mips/vr5000.mt: Likewise.
10479 * config/ns32k/nbsd.mt: Likewise.
10480 * config/pa/hppabsd.mh: Likewise.
10481 * config/pa/hppaosf.mh: Likewise.
10482 * config/powerpc/nbsd.mt: Likewise.
10483 * config/rs6000/rs6000lynx.mh: Likewise.
10484 * config/s390/s390.mt: Likewise.
10485 * config/s390/s390x.mt: Likewise.
10486 * config/sparc/sparclynx.mh: Likewise.
10487 * config/sparc/sun4os4.mh: Likewise.
10488 * config/i386/x86-64linux.mt: Likewise.
10489 * config/sparc/linux.mh: Likewise.
10490
10491 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10492
10493 * configure.tgt: Configure gdbserver only for known working
10494 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
10495 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
10496 SUBDIRS if it is configured. Update comment for ${nativefile}.
10497 * configure: Regenerated.
10498
10499 2002-02-13 Michael Snyder <msnyder@redhat.com>
10500
10501 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
10502
10503 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
10504 (default_gcore_mach): Just return 0, work around a problem in bfd.
10505 (default_gcore_target): OK to return NULL if exec_bfd is null.
10506 (make_mem_sec): Use a cast, avoid a warning.
10507
10508 * procfs.c (find_memory_regions_callback): Use a cast instead of
10509 calling host_pointer_to_address (which complains if
10510 sizeof (host pointer) != sizeof (target pointer)).
10511 (procfs_make_note_section): Avoid overflow in psargs string.
10512
10513 * procfs.c (procfs_make_note_section): Make the default
10514 implementation return an error.
10515
10516 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
10517
10518 * procfs.c (procfs_make_note_section): Provide a default definition
10519 (for alpha-dec-osf4.0f). Fix typos.
10520
10521 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
10522
10523 * linux-proc.c: Add include of regcache.h.
10524 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
10525
10526 2002-02-13 Andrew Cagney <ac131313@redhat.com>
10527
10528 From 2002-01-18 Greg McGary <greg@mcgary.org>:
10529 * memattr.c (create_mem_region): Disallow useless empty region.
10530 Regions are half-open intervals, so allow [A..B) [B..C) as
10531 non-overlapping.
10532
10533 2002-02-13 Michael Chastain <mec@shout.net>
10534
10535 * defs.h: Kill CONST_PTR.
10536 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
10537 * c-lang.c (c_builtin_types): Likewise.
10538 * ch-lang.c (ch_builtin_types): Likewise.
10539 * f-lang.c (f_builtin_types): Likewise.
10540 * language.c (unknown_builtin_types): Likewise.
10541 * m2-lang.c (m2_builtin_types): Likewise.
10542 * p-lang.c (pascal_builtin_types): Likewise.
10543 * scm-lang.c (c_builtin_types): Likewise.
10544
10545 2002-02-13 Keith Seitz <keiths@redhat.com>
10546
10547 * arm-tdep.h (arm_get_next_pc): Add declaration.
10548
10549 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
10550
10551 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
10552 with other related struct-returning functions.
10553 (arm_extract_struct_value_address): New function.
10554 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
10555 initialize float_format, double_format and long_double_format as
10556 appropriate to the endianness of the target.
10557 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
10558 (arm_use_struct_convention): Delete declaration.
10559 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
10560
10561 2002-02-13 Keith Seitz <keiths@redhat.com>
10562
10563 * defs.h (core_addr_to_string_nz): New function.
10564
10565 2002-02-13 Mark Kettenis <kettenis@gnu.org>
10566
10567 Apply missing bits of 2002-01-15 patch.
10568 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
10569 (fill_fpregset): Use i387_fill_fsave.
10570
10571 2002-02-12 Keith Seitz <keiths@redhat.com>
10572
10573 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
10574 (core_addr_to_string_nz): New function.
10575
10576 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
10577
10578 * arm-linux-nat.c: Really include arm-tdep.h.
10579 * config/arm/tm-linux.h (struct type, struct value): Declare.
10580
10581 2002-02-11 Michael Snyder <msnyder@redhat.com>
10582
10583 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
10584 (gcore section): Ifdef for Solaris and Unixware only.
10585 (procfs_do_thread_registers): Unixware needs one lwpstatus
10586 per thread (not one prstatus or pstatus).
10587 (procfs_make_note_section): Iterate only over kernel threads (lwps),
10588 not over all gdb threads. For unixware, call elfcore_write_pstatus
10589 once before iterating over threads.
10590
10591 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
10592
10593 * arm-tdep.h: New file.
10594 * arm-tdep.c: Include arm-tdep.h.
10595 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
10596 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
10597 (arm_print_float_info, arm_register_type, convert_to_extended)
10598 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
10599 (arm_extract_return_value, arm_register_name): Make static.
10600 (arm_software_single_step): Similarly. Fix types in declaration.
10601 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
10602 (arm_store_return_value, arm_store_struct_return): New functions.
10603 (arm_gdbarch_init): Register the above functions. Also register
10604 call_dummy_start_offset, sizeof_call_dummy_words,
10605 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
10606 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
10607 max_register_virtual_size, register_size. Set up
10608 prologue_cache.saved_regs here, rather than ...
10609 (_initialize_arm_tdep): ... here.
10610 * config/arm/tm-arm.h (struct type, struct value): Delete forward
10611 declarations.
10612 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
10613 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
10614 (arm_print_float_info, arm_register_type, convert_to_extended)
10615 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
10616 (arm_extract_return_value, arm_register_name): Delete declarations.
10617 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
10618 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
10619 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
10620 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
10621 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
10622 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
10623 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
10624 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
10625 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
10626 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
10627 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
10628 (arm_get_next_pc): No-longer static -- these are needed by the RDI
10629 interface.
10630 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
10631 * remote-rdi.c remote-rdp.c: Likewise.
10632 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
10633 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
10634 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
10635 definition.
10636
10637 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
10638 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
10639 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
10640 from non-ARM_ prefixed definitions.
10641 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
10642 all uses of above.
10643 * remote-rdi.c remote-rdp.c: Likewise.
10644 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
10645
10646 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
10647
10648 * arm-tdep.c (arm_frameless_function_invocation)
10649 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
10650 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
10651 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
10652 (arm_pop_frame, arm_get_next_pc): Make static.
10653 (arm_gdbarch_init): Register above in gdbarch structure.
10654 (arm_read_fp): Renamed from arm_target_read_fp.
10655 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
10656 * config/arm/tm-arm.h (arm_frameless_function_invocation)
10657 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
10658 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
10659 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
10660 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
10661 (arm_pc_is_thumb_dummy): Delete declarations.
10662 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
10663 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
10664 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
10665 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
10666
10667 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
10668
10669 * symtab.c (compare_search_syms): New function.
10670 (sort_search_symbols): New function.
10671 (search_symbols): Sort symbols after searching rather than
10672 before.
10673
10674 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10675
10676 * NEWS: Linux -> GNU/Linux.
10677
10678 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10679
10680 * gdbarch.sh: For for level one methods, disallow a definition
10681 when partially multi-arched. Add comments explaining rationale.
10682 * gdbarch.h: Re-generate.
10683
10684 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10685
10686 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
10687 multi-arch partial.
10688
10689 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10690
10691 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
10692 field. Use diff -u.
10693 * gdbarch.c: Re-generate.
10694
10695 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10696
10697 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
10698 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
10699 partial.
10700
10701 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10702
10703 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
10704 multi-arch partial.
10705 (PUSH_ARGUMENTS): Switch to using predefault.
10706 * gdbarch.c: Regenerate.
10707
10708 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10709
10710 * valops.c (PUSH_ARGUMENTS): Delete definition.
10711 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
10712 partial. Default to default_push_arguments.
10713 * gdbarch.h, gdbarch.c: Regenerate.
10714
10715 2002-02-09 Andrew Cagney <ac131313@redhat.com>
10716
10717 * defs.h (throw_exception): Rename return_to_top_level. Update
10718 comments.
10719 * utils.c (error_stream, internal_verror, quit): Ditto.
10720 * top.c (throw_exception, catcher): Ditto.
10721 * sparclet-rom.c (sparclet_load): Ditto.
10722 * remote.c (interrupt_query, minitelnet): Ditto.
10723 * remote-sds.c (interrupt_query): Ditto.
10724 * remote-mips.c (mips_error, mips_kill): Ditto.
10725 * ocd.c (interrupt_query): Ditto.
10726 * monitor.c (monitor_interrupt_query): Ditto.
10727 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
10728 * target.h: Update comment.
10729
10730 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
10731
10732 2002-02-09 Andrew Cagney <ac131313@redhat.com>
10733
10734 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
10735 default_double_format.
10736 * gdbarch.h, gdbarch.c: Re-generate.
10737 * findvar.c (floatformat_unknown): Delete variable definition.
10738 * doublest.h (floatformat_unknown): Delete variable declaration.
10739
10740 2002-02-09 Jim Blandy <jimb@redhat.com>
10741
10742 * stabsread.c (read_type): Add code to parse Sun's syntax for
10743 prototyped function types.
10744
10745 2002-02-09 Andrew Cagney <ac131313@redhat.com>
10746
10747 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
10748 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
10749
10750 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10751
10752 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
10753 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
10754 now _initialize_xcoffsolib gets called again and overrides the
10755 commands from solib.c in a native configuration.
10756
10757 2002-02-09 Mark Kettenis <kettenis@gnu.org>
10758
10759 * doublest.c (store_typed_floating): Don't try to return a value.
10760 Fixes PR gdb/290.
10761
10762 2002-02-08 Jim Blandy <jimb@redhat.com>
10763
10764 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
10765 is prototyped and has no arguments, print its argument list as
10766 `(void)'.
10767
10768 2002-02-08 Chris Demetriou <cgd@broadcom.com>
10769
10770 * MAINTAINERS (write-after-approval): Add myself.
10771 (paper-trail): I've escaped!
10772
10773 2002-02-08 Christopher Faylor <cgf@redhat.com>
10774
10775 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
10776 changes.
10777 (_initialize_check_for_gdb_ini): Ditto.
10778
10779 2002-02-08 Martin M. Hunt <hunt@redhat.com>
10780
10781 * win32-nat.c (cygwin_pid_to_str): Fix typo.
10782 xaprintf -> xasprintf.
10783
10784 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
10785
10786 * win32-nat.c: Remove use of printf and sprintf functions.
10787
10788 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
10789
10790 * arm-tdep.c (arm_frame_chain_valid): Make static.
10791 (arm_push_arguments): Likewise.
10792 (arm_gdbarch_init): New function.
10793 (_initialize_arm_tdep): Call it.
10794 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
10795 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
10796 (FRAME_CHAIN_VALID): Delete.
10797 (arm_frame_chain_valid): Delete declaration.
10798 (PUSH_ARGUMENTS): Delete.
10799 (arm_push_arguments): Delete declaration.
10800 (CALL_DUMMY_P): Delete.
10801
10802 2002-02-08 Andrew Cagney <ac131313@redhat.com>
10803 Corinna Vinschen <vinschen@redhat.com>
10804
10805 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
10806 on builtin float types.
10807
10808 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
10809
10810 * utils.c: Include <curses.h> before "bfd.h".
10811 * tui/tui-hooks.c: Likewise.
10812 * tui/tui.c: Likewise.
10813 * tui/tuiCommand.c: Likewise.
10814 * tui/tuiData.c: Likewise.
10815 * tui/tuiDataWin.c: Likewise.
10816 * tui/tuiDisassem.c: Likewise.
10817 * tui/tuiGeneralWin.c: Likewise.
10818 * tui/tuiIO.c: Likewise.
10819 * tui/tuiLayout.c: Likewise.
10820 * tui/tuiRegs.c: Likewise.
10821 * tui/tuiSource.c: Likewise.
10822 * tui/tuiSourceWin.c: Likewise.
10823 * tui/tuiStack.c: Likewise.
10824 * tui/tuiWin.c: Likewise.
10825
10826 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
10827
10828 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
10829 to include space for pseudoregs as well. Update loops accordingly.
10830 (sh_fp_frame_init_saved_regs): Ditto.
10831 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
10832
10833 2002-02-07 Andrew Cagney <ac131313@redhat.com>
10834
10835 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
10836 Add Richard Earnshaw to Arm maintainers.
10837
10838 2002-02-07 Andrew Cagney <ac131313@redhat.com>
10839
10840 * defs.h (warning_begin): Delete declaration.
10841
10842 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
10843 Delete macro.
10844
10845 2002-02-07 Michael Snyder <msnyder@redhat.com>
10846
10847 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
10848 Logic bug, remove misplaced else.
10849
10850 2002-02-07 Klee Dienes <klee@apple.com>
10851
10852 * fork-inferior.c (fork_inferior): Add '!' to the list of
10853 characters that need to be quoted when building a string for the
10854 shell. Quote '!' specifically with a backslash, since CSH chokes
10855 when trying to evaluate "str!str".
10856
10857 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
10858
10859 * rdi-share/host.h: Only provide a typedef for bool if it is not
10860 defined.
10861
10862 2002-02-04 Michael Snyder <msnyder@redhat.com>
10863
10864 * breakpoint.h (enum bptype): Add new overlay event bp type.
10865 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
10866
10867 * breakpoint.c (create_internal_breakpoint): New function.
10868 (internal_breakpoint_number): Moved into create_internal_breakpoint.
10869 (create_longjmp_breakpoint): Use create_internal_breakpoint.
10870 (create_thread_event_breakpoint): Ditto.
10871 (create_solib_event_breakpoint): Ditto.
10872 (create_overlay_event_breakpoint): New function.
10873 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
10874 (update_breakpoints_after_exec): Delete and re-initialize
10875 overlay event breakpoints after an exec. Add FIXME comment
10876 about longjmp breakpoint.
10877 (print_it_typical): Ignore overlay event breakpoints.
10878 (print_one_breakpoint): Ditto.
10879 (mention): Ditto.
10880 (bpstat_what): Do not stop for overlay event breakpoints.
10881 (delete_breakpoint): Don't delete overlay event breakpoints.
10882 (breakpoint_re_set_one): Delete the overlay event breakpoint.
10883 (breakpoint_re_set): Re-create overlay event breakpoint.
10884
10885 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
10886 (overlay_manual_command): Disable overlay breakpoints.
10887 (overlay_off_command): Disable overlay breakpoints.
10888
10889 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10890
10891 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
10892 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
10893 to here from config/tm-arm.h.
10894 (coff_sym_is_thumb): Make static.
10895 (arm_elf_make_msymbol_special): New function.
10896 (arm_coff_make_msymbol_special): New function.
10897 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
10898 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
10899 (coff_sym_is_thumb): Delete declaration.
10900 (arm_elf_make_msymbol_special): Declare.
10901 (arm_coff_make_msymbol_special): Declare.
10902 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
10903 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
10904
10905 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10906
10907 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
10908
10909 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10910
10911 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
10912 * gdbarch.c gdbarch.h: Regenerate.
10913 * arch-utils.c (default_print_float_info): New function.
10914 * arch-utils.h (default_print_float_info): Prototype it.
10915 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
10916 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
10917 (PRINT_FLOAT_INFO): Document it.
10918
10919 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
10920 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
10921 (PRINT_FLOAT_INFO): Define.
10922
10923 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
10924
10925 * win32-nat.c (_initialize_check_for_gdb_ini):
10926 Add typecast to sprintf argument to suppress a warning.
10927
10928 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
10929
10930 * win32-nat.c (last_sig): Changed type of variable to target_signal,
10931 to allow easier handling of pass state.
10932 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
10933 that gives exception name and address.
10934 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
10935 and set last_sig value to ourstatus->value.sig. Some missing
10936 exceptions added.
10937 (child_continue): Correctly report continue_status.
10938 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
10939 TARGET_SIGNAL_0 (new default value).
10940 (child_resume): consider sig argument passed to decide if
10941 the exception should be passed to debuggee or not.
10942
10943 2002-02-05 Michael Snyder <msnyder@redhat.com>
10944
10945 * regcache.c (fetch_register): Call target_fetch_register
10946 only if we don't call FETCH_PSEUDO_REGISTER.
10947 (store_register): Call target_store_register only if we
10948 don't call STORE_PSEUDO_REGISTER.
10949
10950 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
10951
10952 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
10953 ELF_MAKE_MSYMBOL_SPECIAL.
10954 * gdbarch.c, gdbarch.h: Regenerate.
10955 * arch-utils.c (default_make_msymbol_special): New function.
10956 * arch-utils.h (default_make_msymbol_special): Export.
10957 * elfread.c (elf_symtab_read): Compile use of
10958 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
10959 multiarched.
10960 * coffread.c (coff_symtab_read): Ditto, for
10961 COFF_MAKE_MSYMBOL_SPECIAL.
10962
10963 2002-02-05 Jim Blandy <jimb@redhat.com>
10964
10965 * solib-svr4.c (svr4_truncate_ptr): New function.
10966 (svr4_relocate_section_addresses): Do the address arithmetic with
10967 the appropriate truncation for target addresses, even when
10968 CORE_ADDR is larger than a target address.
10969
10970 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10971
10972 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
10973 to (int *).
10974
10975 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10976
10977 * gdbserver/linux-low.c (kill_inferior): Remove commented out
10978 code.
10979
10980 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10981
10982 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
10983
10984 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10985
10986 * gdbserver/linux-low.c: Remove unused include files.
10987
10988 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10989
10990 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
10991 (read_inferior_memory): Use it.
10992 (write_inferior_memory): Likewise.
10993
10994 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10995
10996 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
10997 grubbing through sys_errlist.
10998
10999 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
11000
11001 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
11002
11003 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
11004 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
11005
11006 2002-02-04 Andrew Cagney <ac131313@redhat.com>
11007
11008 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
11009 (do_sfunc, set_cmd_sfunc): New functions.
11010
11011 * command.h (struct cmd_list_element): Add field func.
11012 * cli/cli-decode.h (struct cmd_list_element): Ditto.
11013 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
11014 * cli/cli-decode.h: Ditto.
11015
11016 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
11017 (help_all, help_cmd_list): Ditto.
11018 (find_cmd, complete_on_cmdlist): Ditto.
11019 * top.c (execute_command): Ditto.
11020
11021 * cli/cli-setshow.c (do_setshow_command): Call func instead of
11022 function.sfunc.
11023
11024 * infcmd.c (notice_args_read): Fix function signature.
11025
11026 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
11027 * cli/cli-decode.c (add_set_cmd): Ditto.
11028 * utils.c (initialize_utils): Ditto.
11029 * maint.c (_initialize_maint_cmds): Ditto.
11030 * infrun.c (_initialize_infrun): Ditto.
11031 * demangle.c (_initialize_demangler): Ditto.
11032 * remote.c (add_packet_config_cmd): Ditto.
11033 * mips-tdep.c (_initialize_mips_tdep): Ditto.
11034 * cris-tdep.c (_initialize_cris_tdep): Ditto.
11035 * proc-api.c (_initialize_proc_api): Ditto.
11036 * kod.c (_initialize_kod): Ditto.
11037 * valprint.c (_initialize_valprint): Ditto.
11038 * top.c (init_main): Ditto.
11039 * infcmd.c (_initialize_infcmd): Ditto.
11040 * corefile.c (_initialize_core): Ditto.
11041 * arm-tdep.c (_initialize_arm_tdep): Ditto.
11042 * arch-utils.c (initialize_current_architecture): Ditto.
11043 (_initialize_gdbarch_utils): Ditto.
11044 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
11045
11046 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
11047 * wince.c (_initialize_inftarg): Ditto.
11048 * symfile.c (_initialize_symfile): Ditto.
11049 * mips-tdep.c (_initialize_mips_tdep): Ditto.
11050 * language.c (_initialize_language): Ditto.
11051 * arc-tdep.c (_initialize_arc_tdep): Ditto.
11052
11053 2002-02-04 Michael Snyder <msnyder@redhat.com>
11054
11055 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
11056
11057 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
11058
11059 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
11060 Add rules for building the register data files.
11061
11062 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
11063
11064 * regformats/regdat.sh: Add braces to the definition of
11065 expedite_regs_${arch}.
11066
11067 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
11068
11069 * regformats/regdef.h (struct reg): Add comment describing the
11070 requirements for offset and size fields.
11071
11072 2002-02-04 Andreas Schwab <schwab@suse.de>
11073
11074 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
11075 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
11076
11077 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
11078
11079 * gdbarch.sh (copyright): Update years in generated header.
11080 (SMASH_TEXT_ADDRESS): Add rule.
11081 * gdbarch.h, gdbarch.c: Re-generate.
11082 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
11083 * dbxread.c: Likewise.
11084 * dwarfread.c: Likewise.
11085 * elfread.c: Likewise.
11086 * somread.c: Likewise.
11087
11088 * arm-tdep.c (arm_smash_text_address): New function.
11089 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
11090
11091 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
11092
11093 Add support for hardware watchpoints on win32 native.
11094 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
11095 CONTEXT_DEBUG_REGISTERS.
11096 (dr variable): New variable. Static array containing a local copy
11097 of debug registers.
11098 (debug_registers_changed): New variable. Reflects when debug registers
11099 are changed and need to be written to inferior.
11100 (debug_registers_used): New variable. Reflects when any debug register
11101 was set, used when new threads are created.
11102 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
11103 i386-nat code.
11104 (thread_rec): Set dr array if id is the thread of current_event .
11105 (child_continue, child_resume): Change the debug registers for all
11106 threads if debug_registers_changed.
11107 (child_add_thread): Change the debug registers if debug_registers_used.
11108 * config/i386/cygwin.mh: Add use of i386-nat.o file.
11109 Link nm.h to new nm-cygwin.h file.
11110 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
11111 of hardware registers.
11112
11113 2002-02-03 Andrew Cagney <ac131313@redhat.com>
11114
11115 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
11116 Restore behavour broken by 2002-01-20 Andrew Cagney
11117 <ac131313@redhat.com> IEEE_FLOAT removal.
11118
11119 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11120
11121 * c-valprint.c (c_val_print): Pass a proper valaddr to
11122 cp_print_class_method.
11123 * valops.c (search_struct_method): If there is only one method
11124 and args is NULL, return that method.
11125
11126 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11127
11128 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
11129 accessing tag_name directly.
11130
11131 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11132
11133 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
11134 of accessing tag_name directly.
11135
11136 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11137
11138 PR gdb/280
11139 * gdbtypes.c (replace_type): New function.
11140 * gdbtypes.h (replace_type): Add prototype.
11141 * stabsread.c (read_type): Use replace_type.
11142
11143 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
11144
11145 * Makefile.in (memattr.o): Add missing dependencies rule.
11146
11147 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11148
11149 * breakpoint.c (break_at_finish_command): Really export.
11150 (break_at_finish_at_depth_command): Ditto.
11151 (tbreak_at_finish_command): Ditto.
11152 * hppa-tdep.c: Include completer.h.
11153 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
11154 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
11155
11156 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11157
11158 * utils.c (do_write): New function.
11159 (error_stream): Rewrite combining the code from error_begin and
11160 verror.
11161 (verror): Rewrite using error_stream.
11162 (error_begin): Delete function.
11163
11164 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11165
11166 * utils.c (error_begin): Make static.
11167 * defs.h (error_begin): Delete declaration.
11168
11169 * linespec.c (cplusplus_error): Replace cplusplus_hint.
11170 (decode_line_1): Use cplusplus_error instead of error_begin,
11171 cplusplus_hint and return_to_top_level.
11172 * coffread.c (coff_symfile_read): Use error instead of error_begin
11173 and return_to_top_level.
11174 * infrun.c (default_skip_permanent_breakpoint): Ditto.
11175
11176 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11177
11178 * language.h (type_error, range_error): Make string parameter
11179 constant.
11180 * language.c (warning_pre_print): Delete extern declaration.
11181 * dwarfread.c (warning_pre_print): Ditto.
11182 * language.c (type_error, range_error): Rewrite to use verror and
11183 vwarning instead of warning_begin.
11184
11185 2002-02-01 Michael Snyder <msnyder@redhat.com>
11186
11187 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
11188 (set_ignore_count): Move misplaced comment back where it belongs.
11189
11190 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11191
11192 * command.h (NO_FUNCTION): Delete macro.
11193 * cli/cli-decode.h (NO_FUNCTION): Ditto.
11194 * top.c (execute_command): Replace NO_FUNCTION with NULL.
11195 * tracepoint.c (_initialize_tracepoint): Ditto.
11196 * cli/cli-decode.c (add_set_cmd): Ditto.
11197 * cli/cli-cmds.c (init_cli_cmds): Ditto.
11198
11199 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
11200
11201 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
11202 Update ``this'' pointer when calling virtual functions.
11203
11204 2002-02-01 Michael Snyder <msnyder@redhat.com>
11205
11206 * breakpoint.c (create_temp_exception_breakpoint): Delete.
11207 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
11208
11209 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
11210
11211 * regformats/reg-arm.dat: New file.
11212 * regformats/reg-i386.dat: New file.
11213 * regformats/reg-ia64.dat: New file.
11214 * regformats/reg-m68k.dat: New file.
11215 * regformats/reg-mips.dat: New file.
11216 * regformats/reg-ppc.dat: New file.
11217 * regformats/reg-sh.dat: New file.
11218 * regformats/regdef.h: New file.
11219 * regformats/regdat.sh: New file.
11220
11221 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
11222
11223 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
11224 (arm_frame_args_address, arm_frame_locals_address): New functions.
11225 (arm_frame_num_args): New function.
11226 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
11227 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
11228 (FRMA_NUM_ARGS): Call arm_frame_num_args.
11229
11230 2002-01-31 Michael Snyder <msnyder@redhat.com>
11231
11232 * breakpoint.c (break_at_finish_command): Export.
11233 (break_at_finish_at_depth_command): Export.
11234 (tbreak_at_finish_command): Export.
11235 (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
11236 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
11237 "txbreak" commands, which are HPPA specific.
11238
11239 * printcmd.c (disassemble_command): Remove an ancient
11240 artifact of an old merge.
11241
11242 * symfile.h (enum overlay_debugging_state):
11243 Define enum constant values for overlay mode.
11244 * symfile.c (overlay_debugging): Use enums instead of literals.
11245 (overlay_is_mapped, overlay_auto_command,
11246 overlay_manual_command): Ditto.
11247
11248 * breakpoint.c (insert_breakpoints, remove_breakpoint,
11249 breakpoint_here_p, breakpoint_inserted_here_p,
11250 breakpoint_thread_match, bpstat_stop_status,
11251 describe_other_breakpoints, check_duplicates, clear_command):
11252 Coding standard fixes.
11253
11254 * target.c (target_xfer_memory): Add spaces, coding standard.
11255 (do_xfer_memory): Add missing line to trust-readonly
11256 code: check bfd SEC_READONLY flag for section.
11257
11258 2002-01-31 Andrew Cagney <ac131313@redhat.com>
11259
11260 * PROBLEMS: Fix typo, 5.1->5.1.1.
11261
11262 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
11263
11264 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
11265 data symbols, since we search based on textlow and texthigh.
11266 (find_pc_sect_symtab): Likewise.
11267
11268 2002-01-30 Andrew Cagney <ac131313@redhat.com>
11269
11270 * defs.h (vwarning): Declare.
11271 * utils.c (vwarning): New function.
11272 (warning): Call vwarning.
11273 (warning_begin): Delete function.
11274
11275 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
11276 the warning message.
11277 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
11278 warning_begin.
11279
11280 2002-01-30 Michael Snyder <msnyder@redhat.com>
11281
11282 * NEWS: Mention "set trust-readonly-sections" command.
11283 Mention generate-core-file command.
11284
11285 2002-01-15 Michael Snyder <msnyder@redhat.com>
11286
11287 * target.c: New command, "set trust-readonly-sections on".
11288 (do_xfer_memory): Honor the suggestion to trust readonly sections
11289 by reading them from the object file instead of from the target.
11290 (initialize_targets): Register command "set trust-readonly-sections".
11291
11292 2002-01-29 Andrew Cagney <ac131313@redhat.com>
11293
11294 * parse.c (target_map_name_to_register): Simplify, search regs and
11295 pseudo-regs using a single loop.
11296
11297 2002-01-30 Andrew Cagney <ac131313@redhat.com>
11298
11299 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
11300
11301 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
11302
11303 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
11304 * config/i386/i386v42mp.mh: Add i387-nat.o .
11305 * i386v4-nat.c: Include i387-nat.h.
11306 (supply_fpregset): Use i387_supply_fsave.
11307 (fill_fpregset): Use i387_fill_fsave.
11308
11309 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
11310
11311 * arm-tdep.c (arm_call_dummy_words): Define.
11312 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
11313 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
11314 (CALL_DUMMY_WORDS): Define.
11315 (arm_call_dummy_words): Declare.
11316 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
11317 (arm_linux_call_dummy_words): Declare.
11318
11319 2002-01-30 Andreas Schwab <schwab@suse.de>
11320
11321 * m68klinux-nat.c: Fix last change to use regcache_collect
11322 instead of referencing registers[] directly.
11323
11324 2002-01-29 Andrew Cagney <ac131313@redhat.com>
11325
11326 * parse.c (target_map_name_to_register): Delete code wrapped in
11327 #ifdef REGISTER_NAME_ALIAS_HOOK.
11328
11329 2002-01-28 Michael Snyder <msnyder@redhat.com>
11330
11331 * regcache.c (legacy_read_register_gen): Need to be able to
11332 read pseudo-register as well as real register.
11333 (legacy_write_register_gen): Ditto.
11334
11335 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11336
11337 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11338 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
11339 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
11340 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
11341 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
11342 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
11343 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
11344 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
11345 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
11346 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11347 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
11348 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
11349 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
11350 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
11351 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
11352 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
11353 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
11354 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
11355 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
11356 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
11357
11358 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11359
11360 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
11361 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
11362 (initialize_current_architecture): Update target_byte_order using
11363 information from BFD.
11364 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
11365 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
11366
11367 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11368
11369 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
11370 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
11371
11372 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
11373 #ifdef INVALID_FLOAT.
11374 * infcmd.c (do_registers_info): Ditto.
11375 * values.c (unpack_double): Ditto. Add comment.
11376
11377 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
11378 already commented out.
11379
11380 2002-01-26 Andreas Schwab <schwab@suse.de>
11381
11382 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
11383 * m68klinux-nat.c: Update ptrace interface for fetching/storing
11384 registers and add support for PTRACE_GETREGS.
11385
11386 2002-01-24 Andrew Cagney <ac131313@redhat.com>
11387
11388 GDB 5.1.1 released from 5.1 branch.
11389 * NEWS: Add 5.1.1 news.
11390 * README: Sync with 5.1 branch.
11391
11392 2002-01-23 Fred Fish <fnf@redhat.com>
11393
11394 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
11395 stabstring on initial malloc. Reallocing will copy it for us,
11396 if necessary.
11397
11398 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
11399
11400 * Makefile.in (hpread_h): Delete.
11401 (HFILES_NO_SRCDIR): Remove hpread.h.
11402 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
11403 (hpread.o): Update dependencies.
11404 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
11405
11406 * hp-psymtab-read.c: Remove file.
11407 * hp-symtab-read.c: Remove file.
11408 * hpread.h: Remove file.
11409
11410 * hpread.c: Merge all contents of hp-psymtab-read.c,
11411 hp-symtab-read.c and hpread.h into this file, as it was prior to
11412 January 1999.
11413
11414 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
11415 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
11416 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
11417 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
11418
11419 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
11420
11421 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
11422 fill_gregset): Call gdbarch_tdep() just once, assign result to
11423 variable and use that, instead of calling the function several
11424 times.
11425
11426 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
11427
11428 * configure.host: Accept sparcv9 as alias for sparc64.
11429 * configure.tgt: Likewise.
11430
11431 2002-01-22 Kevin Buettner <kevinb@redhat.com>
11432
11433 * solib-aix5.c (build_so_list_from_mapfile)
11434 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
11435 arguments is not reversed.
11436 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
11437 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
11438
11439 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
11440
11441 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
11442 modified version of obsolete sh_fetch_pseudo_register.
11443 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
11444 (sh4_register_read): New function.
11445 (sh_pseudo_register_write): New function. Renamed and modified
11446 version of obsolete sh_store_pseudo_register.
11447 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
11448 (sh4_register_write): New function.
11449 (sh_gdbarch_init): Remove setting of gdbarch function
11450 fetch_pseudo_register and store_pseudo_register. Remove setting of
11451 register_convert_to_raw, register_convert_to_virtual,
11452 register_convertible.
11453 (sh_sh4_register_convertible): Delete. No longer needed. All is
11454 taken care by architecture specific functions
11455 register_read/register_write.
11456 (sh_sh4_register_convert_to_virtual): Make static.
11457 (sh_sh4_register_convert_to_raw): Ditto.
11458
11459 2002-01-22 Andrew Cagney <ac131313@redhat.com>
11460
11461 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
11462 (floatformat_is_nan, floatformat_mantissa): Ditto.
11463
11464 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
11465 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
11466 builtin_type_ieee_double_little,
11467 builtin_type_ieee_double_littlebyte_bigword,
11468 builtin_type_m68881_ext, builtin_type_i960_ext,
11469 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
11470 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
11471 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
11472 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
11473
11474 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
11475
11476 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
11477 parameter. Set frameless flag if it exists and depended of
11478 whether the scanned function is frameless or not.
11479 (xstormy16_skip_prologue): If function is frameless, return
11480 result of xstormy16_scan_prologue().
11481 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
11482 call.
11483
11484 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
11485
11486 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
11487 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
11488 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
11489 sh_sh4_register_byte, sh_sh4_register_raw_size,
11490 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
11491 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
11492 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
11493 sh_store_pseudo_register, sh_do_pseudo_register): Call
11494 gdbarch_tdep() just once, assign result to variable and use that,
11495 instead of calling the function several times.
11496
11497 2002-01-20 Mark Kettenis <kettenis@gnu.org>
11498
11499 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
11500 macros instead of LAST_FPU_CTRL_REGNUM.
11501 (store_register): Likewise.
11502
11503 2002-01-21 Jim Blandy <jimb@redhat.com>
11504
11505 * infcmd.c (run_command): Check that the `exec' target layer's BFD
11506 is up-to-date before running the program, not just when a program
11507 exits.
11508
11509 2002-01-21 Fred Fish <fnf@redhat.com>
11510
11511 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
11512 when we have found all instructions we are looking for.
11513
11514 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
11515
11516 * arm-tdep.c (arm_register_name): New function.
11517 (arm_registers_names): Make static.
11518 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
11519 (arm_register_name): Declare.
11520 (REGISTER_NAME): Use it.
11521
11522 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
11523 Kevin Buettner <kevinb@redhat.com>
11524
11525 Convert arm targets to new FRAME interface.
11526 * arm-tdep.c (struct frame_extra_info): Remove fsr.
11527 (arm_frame_find_save_regs): Delete.
11528 (arm_frame_init_saved_regs): New.
11529 (arm_init_extra_frame_info): Alloacte saved_regs as required.
11530 Allocate extra_info as required. Convert all uses of fsr.regs
11531 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
11532 to use extra_info.
11533 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
11534 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
11535 (check_prologue_cache, save_prologue_cache): Likewise.
11536 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
11537 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
11538 (FRAME_FIND_SAVED_REGS): Delete.
11539 (arm_frame_find_saved_regs): Delete prototype.
11540 (arm_frame_init_saved_regs): New prototype.
11541 (FRAME_INIT_SAVED_REGS): Define.
11542
11543 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11544
11545 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
11546
11547 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11548
11549 From Jeff Law <law@redhat.com>:
11550 * infttrace.c: Include <sys/pstat.h>.
11551 (child_pid_to_exec_file): Revamp. Use pstat call to get the
11552 exec file if the ttrace equivalent fails.
11553
11554 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11555
11556 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
11557 (closeLogFile): Ditto.
11558
11559 2002-01-20 Michael Chastain <mec@shout.net>
11560
11561 * top.c (print_gdb_version): Bump copyright year to 2002.
11562
11563 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11564
11565 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
11566 Zannoni and Eli Zaretskii.
11567
11568 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11569
11570 * buildsym.c: Update copyright years.
11571 * c-typeprint.c: Likewise.
11572 * dwarf2read.c: Likewise.
11573 * f-typeprint.c: Likewise.
11574 * gdbtypes.c: Likewise.
11575 * gdbtypes.h: Likewise.
11576 * hp-symtab-read.c: Likewise.
11577 * hpread.c: Likewise.
11578 * mdebugread.c: Likewise.
11579 * p-typeprint.c: Likewise.
11580
11581 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11582
11583 * remote-sim.c (gdbsim_open): Simplify code testing the macro
11584 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
11585 byte-order selectable.
11586 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
11587 * arch-utils.c: Ditto.
11588 (set_endian): Ditto.
11589 (set_endian_from_file): Ditto.
11590 * gdbserver/low-sim.c (create_inferior): Ditto.
11591 * gdbarch.sh: Ditto.
11592 * gdbarch.h: Re-generate.
11593 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11594 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
11595 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
11596 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11597 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11598 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11599 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
11600 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
11601 macro definition.
11602 * config/mips/tm-wince.h: Remove #undef of macro
11603 TARGET_BYTE_ORDER_SELECTABLE.
11604 * config/sh/tm-wince.h: Ditto.
11605
11606 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11607
11608 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
11609 member function fields. Add accessor macro
11610 TYPE_FN_FIELD_ARTIFICIAL.
11611 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
11612 * c-typeprint.c (c_type_print_base): Skip artificial member
11613 functions.
11614
11615 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11616
11617 * f-typeprint.c: Delete unused function f_type_print_args.
11618 * p-typeprint.c: Delete unused function pascal_type_print_args.
11619
11620 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11621
11622 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
11623 comment. Add ``artificial'' to ``union field_location''.
11624
11625 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
11626
11627 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
11628 * mdebugread.c (parse_symbol): Likewise.
11629 * stabsread.c (define_symbol): Likewise.
11630 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
11631 initializing TYPE_FIELD_BITPOS to n (obsolete).
11632 (hpread_doc_function_type): Likewise.
11633 * hpread.c (hpread_function_type): Likewise.
11634
11635 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11636
11637 * configure.in (host_makefile_frag): Only require a host makefile
11638 fragment when a native build.
11639 * configure: Re-generate.
11640
11641 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11642
11643 * doublest.h (floatformat_from_type): Declare.
11644 * doublest.c (floatformat_from_type): New function.
11645 (convert_typed_floating): Use.
11646
11647 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
11648 call to function floatformat_from_type.
11649
11650 * gdbarch.sh (IEEE_FLOAT): Delete.
11651 * gdbarch.h, gdbarch.c: Re-generate.
11652 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
11653 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
11654 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
11655 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
11656 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
11657 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
11658 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
11659 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
11660 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
11661 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
11662 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
11663 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
11664
11665 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
11666 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
11667 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11668 * sh-tdep.c (sh_gdbarch_init): Ditto.
11669 * mips-tdep.c (mips_gdbarch_init): Ditto.
11670 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11671 * cris-tdep.c (cris_gdbarch_init): Ditto.
11672
11673 2002-01-20 Jiri Smid <smid@suse.cz>
11674
11675 * configure.host, configure.tgt: Support x86-64.
11676 * NEWS: Note new target x86-64.
11677
11678 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
11679 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
11680 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
11681 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
11682 x86-64-linux-nat.o): Fix dependencies.
11683
11684 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11685
11686 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
11687 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
11688 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
11689 * config/sparc/xm-sun4os4.h: Delete file.
11690 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
11691
11692 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11693
11694 * config/sparc/sparclynx.mh (XM_FILE): Delete.
11695 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
11696 * config/m68k/m68klynx.mh (XM_FILE): Delete.
11697 * config/i386/i386lynx.mh (XM_FILE): Delete.
11698 * config/rs6000/xm-rs6000ly.h: Delete file.
11699 * config/sparc/xm-sparclynx.h: Delete file.
11700 * config/m68k/xm-m68klynx.h: Delete file.
11701 * config/i386/xm-i386lynx.h: Delete file.
11702 * config/xm-lynx.h: Delete file.
11703 * config/djgpp/fnchange.lst: Update.
11704
11705 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11706
11707 * alpha-tdep.c (alpha_register_byte): New function.
11708 (alpha_register_raw_size): Ditto.
11709 (alpha_register_virtual_size): Ditto.
11710 (alpha_skip_prologue_internal): Renamed from
11711 alpha_skip_prologue.
11712 (alpha_skip_prologue): New version that calls
11713 alpha_skip_prologue_internal.
11714 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
11715 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
11716 second argument from alpha_skip_prologue.
11717 (REGISTER_BYTE): Use alpha_register_byte.
11718 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
11719 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
11720 (FRAMELESS_FUNCTION_INVOCATION): Use
11721 generic_frameless_function_invocation_not.
11722 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
11723 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
11724
11725 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11726
11727 * config/mips/xm-news-mips.h: Delete file.
11728 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
11729
11730 * config/m88k/xm-m88k.h: Delete file.
11731 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
11732 * config/m88k/xm-delta88v4.h: Ditto.
11733 * config/m88k/xm-delta88.h: Ditto.
11734
11735 * config/alpha/xm-fbsd.h: Delete file.
11736 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
11737
11738 * config/sparc/xm-sparc.h: Delete file.
11739 * Makefile.in (xm-sun4os4.h): Delete dependency.
11740 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
11741 * config/sparc/xm-sun4os4.h: Ditto.
11742 * config/sparc/xm-linux.h: Ditto.
11743
11744 * config/i386/xm-windows.h: Delete file.
11745
11746 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11747
11748 * utils.c: Include <sys/param.h> for MAXPATHLEN.
11749 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
11750
11751 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11752
11753 * alpha-tdep.c (alpha_call_dummy_words): New.
11754 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
11755 (CALL_DUMMY_P): Define.
11756 (CALL_DUMMY_WORDS): Define.
11757 (SIZEOF_CALL_DUMMY_WORDS): Define.
11758
11759 2002-01-19 Per Bothner <per@bothner.com>
11760
11761 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
11762 isn't NULL, which can happen with some gcj-3.x-produced code.
11763
11764 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11765
11766 * alpha-tdep.c (alpha_register_virtual_type): New function.
11767 (alpha_init_frame_pc_first): Ditto.
11768 (alpha_fix_call_dummy): Ditto.
11769 (alpha_store_struct_return): Ditto.
11770 (alpha_extract_struct_value_address): Ditto.
11771 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
11772 alpha_register_virtual_type.
11773 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
11774 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
11775 alpha_extract_struct_value_address.
11776 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
11777 (INIT_FRAME_PC): Use init_frame_pc_noop.
11778 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
11779
11780 2002-01-19 Mark Kettenis <kettenis@gnu.org>
11781
11782 * i386gnu-nat.c: Include "i386-tdep.h".
11783 (fetch_fpregs): Simplify code dealing with uninitialized floating
11784 point states such that it doesn't require FP7_REGNUM.
11785
11786 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11787
11788 * alpha-tdep.c (frame_extra_info): New.
11789 (alpha_find_saved_regs): Make static. Use
11790 frame->extra_info.
11791 (alpha_frame_init_saved_regs): New function.
11792 (alpha_frame_saved_pc): Use frame->extra_info.
11793 (temp_saved_regs): Don't declare as struct frame_saved_regs.
11794 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
11795 (init_extra_frame_info): Rename to...
11796 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
11797 (alpha_print_extra_frame_info): New function.
11798 (alpha_frame_locals_address): Ditto.
11799 (alpha_frame_args_address): Ditto.
11800 (alpha_pop_frame): Use frame->extra_info.
11801 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
11802 alpha_frame_args_address.
11803 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
11804 (alpha_find_saved_regs): Remove prototype.
11805 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
11806 (EXTRA_FRAME_INFO): Remove.
11807 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
11808 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
11809
11810 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11811
11812 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
11813 (alpha_cannot_fetch_register): Ditto.
11814 (alpha_cannot_store_register): Ditto.
11815 (alpha_register_convertible): Ditto.
11816 (alpha_use_struct_convention): Ditto.
11817 * config/alpha/tm-alpha.h: Update copyright years.
11818 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
11819 (INNER_THAN): Use core_addr_lessthan.
11820 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
11821 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
11822 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
11823 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
11824 (FRAME_CHAIN): Remove unnecessary cast.
11825
11826 2002-01-18 Andrew Cagney <ac131313@redhat.com>
11827
11828 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
11829 obsolete.
11830
11831 2002-01-18 Andrew Cagney <ac131313@redhat.com>
11832
11833 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
11834 * monitor.c, remote-array.c, remote-bug.c: Ditto.
11835 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
11836 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
11837 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
11838 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
11839 * x86-64-linux-nat.c: Ditto.
11840
11841 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11842
11843 * alpha-tdep.c (alpha_register_name): New function.
11844 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
11845 (REGISTER_NAME): Define.
11846
11847 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11848
11849 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
11850
11851 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11852
11853 * alpha-tdep.c: Update copyright years.
11854 (alpha_next_pc): New function.
11855 (alpha_software_single_step): Ditto.
11856 * config/alpha/tm-alpha.h: Add prototype for
11857 alpha_software_single_step.
11858
11859 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11860
11861 * alphabsd-nat.c: Update copyright years.
11862 (fill_gregset): Use regcache_collect.
11863 (fill_fpregset): Likewise.
11864 (fetch_inferior_registers): Only fetch integer registers
11865 if requested to do so.
11866 (store_inferior_registers): Only store integer registers
11867 if requested to do so.
11868
11869 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11870
11871 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
11872 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
11873 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
11874 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
11875 * config/alpha/fbsd.mh (XDEPFILES): Delete.
11876 * config/arm/linux.mh (XDEPFILES): Delete.
11877 * config/arm/nbsd.mh (XDEPFILES): Delete.
11878 * config/i386/i386dgux.mh (XDEPFILES): Delete.
11879 * config/i386/i386sol2.mh (XDEPFILES): Delete.
11880 * config/i386/i386m3.mh (XDEPFILES): Delete.
11881 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
11882 * config/i386/i386gnu.mh (XDEPFILES): Delete.
11883 * config/i386/fbsd.mh (XDEPFILES): Delete.
11884 * config/i386/i386bsd.mh (XDEPFILES): Delete.
11885 * config/i386/i386sco5.mh (XDEPFILES): Delete.
11886 * config/i386/i386v4.mh (XDEPFILES): Delete.
11887 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
11888 * config/i386/i386sco4.mh (XDEPFILES): Delete.
11889 * config/i386/i386aix.mh (XDEPFILES): Delete.
11890 * config/i386/go32.mh (XDEPFILES): Delete.
11891 * config/i386/cygwin.mh (XDEPFILES): Delete.
11892 * config/i386/i386lynx.mh (XDEPFILES): Delete.
11893 * config/i386/i386mach.mh (XDEPFILES): Delete.
11894 * config/i386/i386v32.mh (XDEPFILES): Delete.
11895 * config/i386/linux.mh (XDEPFILES): Delete.
11896 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
11897 * config/i386/ncr3000.mh (XDEPFILES): Delete.
11898 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
11899 * config/i386/i386sco.mh (XDEPFILES): Delete.
11900 * config/i386/i386v.mh (XDEPFILES): Delete.
11901 * config/i386/nbsd.mh (XDEPFILES): Delete.
11902 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
11903 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
11904 * config/i386/symmetry.mh (XDEPFILES): Delete.
11905 * config/i386/obsd.mh (XDEPFILES): Delete.
11906 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
11907 * config/ia64/linux.mh (XDEPFILES): Delete.
11908 * config/ia64/aix.mh (XDEPFILES): Delete.
11909 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
11910 * config/m68k/dpx2.mh (XDEPFILES): Delete.
11911 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
11912 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
11913 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
11914 * config/m68k/linux.mh (XDEPFILES): Delete.
11915 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
11916 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
11917 * config/m68k/nbsd.mh (XDEPFILES): Delete.
11918 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
11919 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
11920 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
11921 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
11922 * config/m88k/delta88.mh (XDEPFILES): Delete.
11923 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
11924 * config/m88k/m88k.mh (XDEPFILES): Delete.
11925 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
11926 * config/mips/linux.mh (XDEPFILES): Delete.
11927 * config/mips/irix6.mh (XDEPFILES): Delete.
11928 * config/mips/irix5.mh (XDEPFILES): Delete.
11929 * config/mips/irix4.mh (XDEPFILES): Delete.
11930 * config/mips/irix3.mh (XDEPFILES): Delete.
11931 * config/mips/decstation.mh (XDEPFILES): Delete.
11932 * config/mips/mipsm3.mh (XDEPFILES): Delete.
11933 (NATDEPFILES): Move core-aout.o to here.
11934 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
11935 * config/pa/hpux1020.mh (XDEPFILES): Delete.
11936 * config/pa/hppabsd.mh (XDEPFILES): Delete.
11937 * config/pa/hppahpux.mh (XDEPFILES): Delete.
11938 * config/pa/hpux11w.mh (XDEPFILES): Delete.
11939 * config/pa/hppaosf.mh (XDEPFILES): Delete.
11940 * config/pa/hpux11.mh (XDEPFILES): Delete.
11941 * config/powerpc/aix.mh (XDEPFILES): Delete.
11942 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
11943 * config/powerpc/linux.mh (XDEPFILES): Delete.
11944 * config/romp/rtbsd.mh: Rename XDEPFILES.
11945 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
11946 * config/rs6000/aix4.mh (XDEPFILES): Delete.
11947 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
11948 * config/s390/s390.mh (XDEPFILES): Delete.
11949 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
11950 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
11951 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
11952 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
11953 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
11954 * config/sparc/nbsd.mh (XDEPFILES): Delete.
11955 * config/sparc/linux.mh (XDEPFILES): Delete.
11956 * config/vax/vaxult.mh (XDEPFILES): Delete.
11957 * config/vax/vaxult2.mh (XDEPFILES): Delete.
11958 * Makefile.in (DEPFILES): Remove XDEPFILES.
11959
11960 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11961
11962 * utils.c (internal_verror): Fix comments, default is yes not no.
11963 Update queries to match. Default to quit and dump core.
11964
11965 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11966
11967 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
11968 copyright.
11969 * defs.h, event-top.c, gdbcmd.h: Ditto.
11970 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
11971 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
11972 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
11973 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
11974 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
11975 * mi/mi-main.c:Ditto.
11976
11977 * stack.c, symfile.c: Update copyright.
11978
11979 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
11980
11981 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
11982 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
11983 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
11984 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
11985
11986 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
11987
11988 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
11989 * gdbserver/low-lynx.c (myattach): Likewise.
11990 * gdbserver/low-nbsd.c (myattach): Likewise.
11991 * gdbserver/low-sim.c (myattach): Likewise.
11992 * gdbserver/low-sparc.c (myattach): Likewise.
11993 * gdbserver/low-sun3.c (myattach): Likewise.
11994
11995 * gdbserver/low-linux.c (myattach): New function.
11996
11997 * gdbserver/server.c (attach_inferior): New function.
11998 (main): Handle "--attach".
11999
12000 2002-01-16 Andrew Cagney <ac131313@redhat.com>
12001
12002 * MAINTAINERS (language support): Daniel Jacobwitz is C++
12003 maintainer.
12004
12005 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
12006
12007 * c-typeprint.c (is_type_conversion_operator): Add additional
12008 check for non-conversion operators.
12009
12010 2002-01-15 Michael Snyder <msnyder@redhat.com>
12011
12012 * linux-proc.c: Add "info proc" command, a la procfs.c.
12013 (read_mapping): New function, abstract and re-use code.
12014 (linux_find_memory_regions): Use new func read_mapping.
12015 (linux_info_proc_cmd): New function, implement "info proc".
12016 (_initialize_linux_proc): Add new command "info proc".
12017
12018 2002-01-15 Michael Snyder <msnyder@redhat.com>
12019
12020 * symfile.c (generic_load): Use bfd_map_over_sections method
12021 instead of manipulating bfd structure members directly.
12022 (add_section_size_callback): New function, bfd sections callback
12023 used by generic_load.
12024 (load_sections_callback): New function, bfd sections callback
12025 used by generic_load.
12026
12027 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
12028
12029 [Based on work by Jim Blandy]
12030 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
12031 (builtin_type_vec128): Export.
12032 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
12033 types.
12034 (builtin_type_vec128): New builtin type for 128 bit vector
12035 registers.
12036 (build_gdbtypes): Initialize builtin_type_v16qi and
12037 builtin_type_v8hi. Create the vec128 register builtin type
12038 structure.
12039 (build_builtin_type_vec128): New function.
12040 (_initialize_gdbtypes): Register builtin_type_v16qi and
12041 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
12042 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
12043 AltiVec register to new builtin type.
12044
12045 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
12046
12047 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
12048 to make_cv_type.
12049
12050 2002-01-14 Andrew Cagney <ac131313@redhat.com>
12051
12052 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
12053 CLEAN_UP_REGISTER_VALUE.
12054 * regcache.c (supply_register): Update only call.
12055
12056 2002-01-14 Andrew Cagney <ac131313@redhat.com>
12057
12058 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12059 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12060 a29k-*-vxworks* targets as obsolete.
12061
12062 2002-01-14 Michael Snyder <msnyder@redhat.com>
12063
12064 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
12065 until we can resolve portability issues.
12066 * gregset.h: Remove references to fpxregs.
12067 * gcore.c (gcore_command): Initialize note_sec to NULL.
12068
12069 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12070
12071 * signals.c (target_signal_to_name): Rewrite. Only use
12072 signals[].name when in bounds and non-NULL.
12073
12074 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12075
12076 From Petr Ledvina <ledvinap@kae.zcu.cz>:
12077 * signals.c (target_signal_to_name): Verify that SIG is within the
12078 bounds of the signals array.
12079
12080 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12081
12082 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
12083
12084 2002-01-13 Keith Seitz <keiths@redhat.com>
12085
12086 * stack.c (print_frame_info_base): Print the frame's pc
12087 only if when print_frame_info_listing_hook is not defined.
12088
12089 2002-01-13 Keith Seitz <keiths@redhat.com>
12090
12091 * varobj.c (varobj_set_value): Make sure that there were no
12092 errors evaluating the object before attempting to set its
12093 value.
12094 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
12095 so this offset adjustment is no longer necessary.
12096 (create_child): Don't set the error flag if the child is
12097 a CPLUS_FAKE_CHILD.
12098 (value_of_child): If value_fetch_lazy fails, return NULL
12099 so that callers will be notified that an error occurred.
12100 (c_value_of_variable): Delay check of variable's validity
12101 until later. We actually want all structs and unions to have
12102 the value "{...}".
12103 Do not return "???" for variables which could not be evaluated.
12104 This error condition must be returned to the caller so that it
12105 can get the error condition from gdb.
12106 (cplus_name_of_child): Adjust index for vptr before figuring
12107 out the name of the child.
12108 (cplus_value_of_child): If a child's (real) parent is not valid,
12109 don't even bother trying to give a value for it. Just return
12110 an error. Change all instances in this function.
12111 (cplus_type_of_child): If our parent is one of the "fake"
12112 parents, we need to get at the type of the real parent, and
12113 derive the child's true type using this information.
12114
12115 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12116
12117 From 2002-01-09 John Marshall <johnm@falch.net>:
12118 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
12119 sources.redhat.com, and tweak some related URLs which had
12120 suffered from linkrot.
12121
12122 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12123
12124 From Jeff law:
12125 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
12126 structures passed in registers.
12127
12128 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
12129
12130 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
12131 white space which prevented compilation. Reported by DSK
12132 <dsk@student.unsw.edu.au>.
12133
12134 2002-01-11 Michael Snyder <msnyder@redhat.com>
12135
12136 * symfile.c (build_section_addr_info_from_section_tab):
12137 Use bfd access method instead of manipulating bfd directly.
12138 (syms_from_objfile): Ditto.
12139 (simple_overlay_update_1): Ditto.
12140 (simple_overlay_update): Ditto.
12141 (generic_load): Ditto.
12142 (overlay_unmapped_address): FIXME comment, bfd access methods.
12143 (sections_overlap): FIXME comment, bfd access methods.
12144 (pc_in_mapped_range): FIXME comment, bfd access methods.
12145 (pc_in_unmapped_range): FIXME comment, bfd access methods.
12146 (section_is_mapped): FIXME comment, bfd access methods.
12147 (section_is_overlay): FIXME comment, bfd access methods.
12148
12149 * symfile.c (generic_load): Whitespace and long line cleanups.
12150 Remove duplicate variable, change several local variables to
12151 more appropriate data types.
12152 (print_transfer_performance): Use %lu instead of %ld for ulongs.
12153
12154 2002-01-12 Andrew Cagney <ac131313@redhat.com>
12155
12156 From Peter Schauer:
12157 * language.c (longest_local_hex_string_custom): Use phex_nz to
12158 convert NUM to a hex string.
12159
12160 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
12161
12162 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
12163 the function.
12164 Update Copyright year.
12165
12166 2002-01-12 Andrew Cagney <ac131313@redhat.com>
12167
12168 * language.c (longest_raw_hex_string): Delete unused function.
12169
12170 2002-01-11 Petr Sorfa <petrs@caldera.com>
12171
12172 * MAINTAINERS (write-after-approval): Add myself.
12173 * dwarf2read.c (read_tag_string_type): Handling of
12174 DW_AT_byte_size.
12175 (read_tag_string_type): FORTRAN fix to prevent propagation of
12176 first string size.
12177 (set_cu_language): Handling of DW_LANG_Fortran95
12178
12179 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
12180
12181 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
12182 GETPID(inferior_ptid).
12183 (store_inferior_registers): Likewise.
12184
12185 2002-01-10 Jason Merrill <jason@redhat.com>
12186
12187 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
12188 Fix DW_OP_minus.
12189
12190 2002-01-10 Andrew Cagney <ac131313@redhat.com>
12191
12192 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
12193 and bfd/elf32-sh-nbsd.c.
12194
12195 2002-01-10 Michael Snyder <msnyder@redhat.com>
12196
12197 * NEWS: Mention --pid and corefile/proc-id behavior change.
12198
12199 * Makefile.in: Add rules for gcore.o and linux-proc.o.
12200 * gcore.c: Include cli/cli-decode.h instead of command.h.
12201
12202 * main.c (captured_main): Add new command line option "--pid".
12203 If the second command line argument (following the symbol-file)
12204 begins with a digit, try to attach to it before trying to open
12205 it as a corefile.
12206 (print_gdb_help): Document the "--pid" argument.
12207
12208 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
12209
12210 * completer.c (command_completer): New function.
12211
12212 * completer.h <command_completer>: Add prototype.
12213
12214 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
12215 completer for the "help" command.
12216
12217 2002-01-09 Jason Merrill <jason@redhat.com>
12218
12219 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
12220
12221 2002-01-09 Michael Snyder <msnyder@redhat.com>
12222
12223 * i386-linux-nat.c (fill_fpxregset): Make global.
12224 (store_fpxregset): Ditto.
12225
12226 * gregset.h (gdb_fpxregset_t): Define.
12227 (supply_fpxregset): Prototype.
12228 (fill_fpxregset): Prototype.
12229
12230 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
12231
12232 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
12233
12234 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
12235 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
12236 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
12237
12238 2002-01-09 Andrew Cagney <ac131313@redhat.com>
12239
12240 * MAINTAINERS: Update target maintainer rules so that any
12241 Maintainer can approve a tested patch for a maintenance-only
12242 target.
12243
12244 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
12245
12246 * MAINTAINERS (write-after-approval): Add myself.
12247
12248 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
12249 IN_SIGTRAMP.
12250
12251 2002-01-08 Michael Snyder <msnyder@redhat.com>
12252
12253 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
12254 real name of the executable, rather than the /proc name.
12255
12256 2002-01-03 Michael Snyder <msnyder@redhat.com>
12257
12258 Implement a "generate-core-file" command in gdb, save target state.
12259 * gcore.c: New file. Implement new command 'generate-core-file'.
12260 Save a corefile image of the current state of the inferior.
12261 * linux-proc.c: Add linux-specific code for saving corefiles.
12262 * target.h (struct target_ops): Add new target vectors for saving
12263 corefiles; to_find_memory_regions and to_make_corefile_notes.
12264 (target_find_memory_regions): New macro.
12265 (target_make_corefile_notes): New macro.
12266 * target.c (update_current_target): Inherit new target methods.
12267 (dummy_find_memory_regions): New place-holder method.
12268 (dummy_make_corefile_notes): New place-holder method.
12269 (init_dummy_target): Initialize new dummy target vectors.
12270 * exec.c (exec_set_find_memory_regions): New function.
12271 Allow the exec_ops vector for memory regions to be taken over.
12272 (exec_make_note_section): New function, target vector method.
12273 * defs.h (exec_set_find_memory_regions): Export prototype.
12274 * procfs.c (proc_find_memory_regions): New function, corefile method.
12275 (procfs_make_note_section): New function, corefile method.
12276 (init_procfs_ops): Set new target vector pointers.
12277 (find_memory_regions_callback): New function.
12278 (procfs_do_thread_registers): New function.
12279 (procfs_corefile_thread_callback): New function.
12280 * sol-thread.c (sol_find_memory_regions): New function.
12281 (sol_make_note_section): New function.
12282 (init_sol_thread_ops): Initialize new target vectors.
12283 * inftarg.c (inftarg_set_find_memory_regions): New function.
12284 Allow to_find_memory_regions vector to be taken over.
12285 (inftarg_set_make_corefile_notes): New function.
12286 Allow to_make_corefile_notes vector to be taken over.
12287 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
12288 interface layer if not target_has_execution (may be a corefile).
12289 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
12290 * config/sparc/sun4sol2.mh: Ditto.
12291 * config/alpha/alpha-linux.mh: Ditto.
12292 * config/arm/linux.mh: Ditto.
12293 * config/i386/x86-64linux.mh: Ditto.
12294 * config/ia64/linux.mh: Ditto.
12295 * config/m68k/linux.mh: Ditto.
12296 * config/mips/linux.mh: Ditto.
12297 * config/powerpc/linux.mh: Ditto.
12298 * config/sparc/linux.mh: Ditto.
12299
12300 2002-01-07 Michael Snyder <msnyder@redhat.com>
12301
12302 * arm-linux-nat.c: Remove references to regcache.c internal data
12303 (registers[] and register_valid[]).
12304
12305 2002-01-07 Michael Snyder <msnyder@redhat.com>
12306
12307 * linux-proc.c: New file. Implement child_pid_to_exec_file,
12308 so that attaching to a pid will automatically read the process's
12309 symbol file and shlibs.
12310 * Makefile.in: Add rule for linux-proc.o.
12311 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
12312 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
12313 * config/arm/linux.mh: Ditto.
12314 * config/i386/linux.mh: Ditto.
12315 * config/i386/x86-64linux.mh: Ditto.
12316 * config/ia64/linux.mh: Ditto.
12317 * config/m68k/linux.mh: Ditto.
12318 * config/mips/linux.mh: Ditto.
12319 * config/powerpc/linux.mh: Ditto.
12320 * config/sparc/linux.mh: Ditto.
12321
12322 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
12323
12324 * win32-nat.c: Add i386-tdep.h dependency.
12325
12326 2002-01-07 Michael Snyder <msnyder@redhat.com>
12327
12328 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
12329 instead of bfd_get_arch_size. Don't bail out just because
12330 there's no exec_bfd.
12331
12332 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
12333 * p-valprint.c (pascal_object_print_value): Ditto.
12334 * somread.c (som_symtab_read): Ditto.
12335 * symfile.c (simple_free_overlay_region_table): Ditto.
12336 * valops.c (value_assign): Ditto.
12337
12338 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
12339 use tilde_expand and strerror for opening save-tracepoints file.
12340
12341 * thread-db.c (thread_db_new_objfile): Indendation fix.
12342
12343 * infptrace.c (GDB_MAX_ALLOCA): New define.
12344 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
12345 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
12346 can be overridden with whatever value is appropriate to the host).
12347 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
12348 alloca to allocate potentially large buffer.
12349 * rs6000-nat.c (child_xfer_memory): Ditto.
12350 * symm-nat.c (child_xfer_memory): Ditto.
12351 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
12352
12353 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
12354
12355 From Nick Clifton <nickc@redhat.com>
12356 * d10v-tdep.c: Set STACK_START to 0x200bffe.
12357
12358 2002-01-07 Michael Snyder <msnyder@redhat.com>
12359
12360 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
12361 Don't use exec_bfd if it's NULL.
12362
12363 2002-01-06 Mark Kettenis <kettenis@gnu.org>
12364
12365 * valops.c (value_arg_coerce): Fix formatting.
12366
12367 2002-01-06 Andrew Cagney <ac131313@redhat.com>
12368
12369 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
12370 * gnu-nat.c: Ditto.
12371
12372 2002-01-06 Andrew Cagney <ac131313@redhat.com>
12373
12374 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
12375 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
12376 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
12377 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
12378 z8k-coff have not been multi-arched. Update z8k-coff build
12379 status.
12380
12381 2002-01-06 Andrew Cagney <ac131313@redhat.com>
12382
12383 * MAINTAINERS: Mark a29k target as obsolete.
12384 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
12385 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
12386 comments.
12387 * NEWS: Note that a29k targets are obsolete.
12388 * a29k-tdep.c: Mark as obsolete.
12389 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12390 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12391 a29k-*-vxworks* targets as obsolete.
12392 * remote-adapt.c: Obsolete.
12393 * remote-eb.c: Obsolete.
12394 * remote-mm.c: Obsolete.
12395 * remote-udi.c: Obsolete.
12396 * config/a29k/a29k-udi.mt: Obsolete.
12397 * config/a29k/a29k.mt: Obsolete.
12398 * config/a29k/tm-a29k.h: Obsolete.
12399 * config/a29k/tm-vx29k.h: Obsolete.
12400 * config/a29k/vx29k.mt: Obsolete.
12401
12402 2002-01-05 Andrew Cagney <ac131313@redhat.com>
12403
12404 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
12405 with BFD_ENDIAN_BIG.
12406
12407 2002-01-05 Andrew Cagney <ac131313@redhat.com>
12408
12409 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
12410 * configure, config.in: Re-generate.
12411 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
12412 * defs.h: Do not include <endian.h>.
12413
12414 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
12415
12416 * acconfig.h (HAVE_PT_GETXMMREGS): New.
12417 * config.in: Regenerate.
12418 * configure.in: Update copyright years.
12419 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
12420 * configure: Regenerate.
12421 * i386bsd-nat.c: Update copyright years.
12422 (fill_gregset): Use regcache_collect.
12423 (fetch_inferior_registers): Only fetch integer registers
12424 if requested to do so. Add support for XMM registers
12425 using PT_GETXMMREGS.
12426 (store_inferior_registers): Only store integer registers
12427 if requested to do so. Add support for XMM registers
12428 using PT_SETXMMREGS.
12429 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
12430 (store_inferior_registers): Remove.
12431 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
12432 (fetch_elfcore_registers): New function.
12433 (i386nbsd_elfcore_fns): New.
12434 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
12435 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
12436 i386bsd-nat.o.
12437 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
12438 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
12439 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
12440 * config/i386/tm-nbsd.h: Update copyright years.
12441 (HAVE_SSE_REGS): Define.
12442 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
12443 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
12444 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
12445 (SIGCONTEXT_PC_OFFSET): Remove.
12446 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
12447
12448 2002-01-05 Andrew Cagney <ac131313@redhat.com>
12449
12450 * configure.tgt: Remove powerpc-*-macos* target.
12451 * config/m68k/xm-mpw.h: Delete file.
12452 * config/xm-mpw.h: Delete file.
12453 * ser-mac.c: Delete file.
12454 * mpw-make.sed: Delete file.
12455 * mpw-config.in: Delete file.
12456 * mac-xdep.c: Delete file.
12457 * mac-gdb.r: Delete file.
12458 * mac-defs.h: Delete file.
12459 * mac-nat.c: Delete file.
12460 * config/powerpc/macos.mh: Delete file.
12461 * config/powerpc/macos.mt: Delete file.
12462 * config/powerpc/nm-macos.h: Delete file.
12463 * config/powerpc/tm-macos.h: Delete file.
12464 * source.c (openp, open_source_file): Remove obsolete code.
12465 * top.c (gdb_readline): Ditto.
12466 * utils.c (query): Ditto.
12467 * event-top.c (display_gdb_prompt): Ditto.
12468 * Makefile.in (ser-mac.o): Delete obsolete target.
12469 * NEWS: Update.
12470
12471 2002-01-04 Andrew Cagney <ac131313@redhat.com>
12472
12473 * defs.h (BIG_ENDIAN): Delete macro definition.
12474 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
12475 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
12476 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
12477 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
12478 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
12479 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
12480 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
12481 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
12482 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
12483 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
12484 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
12485 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
12486 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12487 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12488 * gdbarch.c: Re-generate.
12489
12490 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12491
12492 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
12493 for core files.
12494
12495 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
12496
12497 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
12498
12499 2002-01-04 Andrew Cagney <ac131313@redhat.com>
12500
12501 * value.h (value_ptr): Delete typedef.
12502
12503 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
12504
12505 * i386nbsd-nat.c: Update copyright years.
12506 Include i386-tdep.h.
12507
12508 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
12509
12510 * stabsread.c: Update copyright years.
12511
12512 From Debashis Mahata <debashis.mahata@wipro.com>:
12513 (read_struct_fields): Deal with Sun C compiler erroneous stab
12514 output for structs and unions.
12515 Fix PR gdb/269.
12516
12517 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12518
12519 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
12520 prototype.
12521
12522 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12523
12524 * cp-abi.c: Fix whitespace.
12525 (baseclass_offset): New wrapper function.
12526 * cp-abi.h (baseclass_offset): Add prototype.
12527 (struct cp_abi_ops): Add baseclass_offset pointer.
12528
12529 * valops.c (vb_match): Move to...
12530 * gnu-v2-abi.c (vb_match): here.
12531 * valops.c (baseclass_offset): Move to...
12532 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
12533
12534 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
12535
12536 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
12537 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
12538 * hpacc-abi.c (init_hpacc_ops): Likewise.
12539
12540 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12541
12542 * valops.c (find_overload_match): Accept obj as a
12543 reference parameter. Update it before returning.
12544 * value.h (find_overload_match): Update prototype.
12545 * eval.c (evaluate_subexp_standard): Pass object to
12546 find_overload_match by reference.
12547
12548 2002-01-03 Andrew Cagney <ac131313@redhat.com>
12549
12550 * valarith.c: Replace value_ptr with struct value pointer. Remove
12551 register attribute from value declarations.
12552 * valops.c: Ditto.
12553 * value.h: Ditto.
12554 * scm-lang.c (scm_lookup_name): Ditto.
12555
12556 2002-01-03 Michael Snyder <msnyder@redhat.com>
12557
12558 Abstract the functionality of iterating over mapped memory
12559 regions into a general purpose iterator function.
12560 * procfs.c (iterate_over_mappings): New function, general purpose
12561 iterator for memory sections.
12562 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
12563 (solib_mappings_callback): New function, callback for above.
12564 (info_proc_mappings): Reimpliment using iterate_over_mappings.
12565 (info_mappings_callback): New function, callback for above.
12566
12567 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
12568
12569 2002-01-01 Mark Kettenis <kettenis@gnu.org>
12570
12571 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
12572 * i386-tdep.c: Include "elf-bfd.h".
12573 (process_note_abi_tag_sections): New function.
12574 (i386_gdbarch_init): Add code to recognize various OS/ABI
12575 combinations.
12576
12577 * maint.c (_initialize_maint_cmds): Add missing \ in
12578 string-literal.
12579
12580 For older changes see ChangeLog-2001
12581 \f
12582 Local Variables:
12583 mode: change-log
12584 left-margin: 8
12585 fill-column: 74
12586 version-control: never
12587 End: