2002-11-06 Andrew Cagney <ac131313@redhat.com>
[external/binutils.git] / gdb / ChangeLog
1 2002-11-06  Andrew Cagney  <ac131313@redhat.com>
2
3         * infcmd.c: Include "reggroups.h" and <ctype.h>.
4         (print_float_info): Print registers in float_reggroup.
5         (print_vector_info): Print registers in vector_reggroup.
6         (default_print_registers_info): When all, print registers in
7         all_reggroup.  Otherwize, print registers in general_reggroup.
8         (registers_info): Rewrite.  Add support for register groups.
9         Eliminate a goto.
10
11 2002-11-06  Elena Zannoni  <ezannoni@redhat.com>
12
13         * symtab.c (methods_info): Delete. It has been ifdeffed out for
14         ages.
15         (symtab_symbol_info): Remove eons old ifdeffed out code.
16         (_initialize_symtab): Remove prehistoric disabled 'info methods'
17         command.
18
19 2002-11-06  Theodore A. Roth  <troth@openavr.org>
20
21         * c-exp.y: Add missing semi-colons.
22         * f-exp.y: Add missing semi-colons.
23         * m2-exp.y: Add missing semi-colons.
24         * p-exp.y: Add missing semi-colons.
25         Add empty action to start rule to avoid a type clash error when
26         building with bison >= 1.50.
27
28 2002-11-06  Jim Blandy  <jimb@redhat.com>
29
30         * macrotab.h (struct macro_source_file): Doc fix.
31
32 2002-11-05  Jeff Johnston  <jjohnstn@redhat.com>
33
34         * varobj.c (child_exists, cplus_number_of_children): Change
35         STREQ macro references to strcmp.
36         (cplus_name_of_child): Change code to handle the fact that
37         fields are not necessarily contiguous with regards to their 
38         access control. This is a fix for PR gdb/792.
39
40 2002-11-05  Andrew Cagney  <ac131313@redhat.com>
41
42         * gdbarch.sh (GET_SAVED_REGISTER): Change to a predicate function.
43         * gdbarch.h, gdbarch.c: Regnerate.
44         * frame.h (frame_register): Declare.
45         * frame.c (frame_register): New function.
46         (get_saved_register): Test GET_SAVED_REGISTER_P before calling
47         GET_SAVED_REGISTER, otherwize call
48         generic_unwind_get_saved_register.
49         (frame_register_read): Use frame_register instead of
50         get_saved_register.
51
52 2002-11-05  Elena Zannoni  <ezannoni@redhat.com>
53         
54         From Jim Ingham  <jingham@apple.com>:
55         * event-top.c (gdb_disable_readline): New function.
56         (_initialize_event_loop): Move comment.
57
58 2002-11-05  Elena Zannoni  <ezannoni@redhat.com>
59
60         * event-loop.c (start_event_loop): Add comment.
61         Update copyright.
62
63 2002-11-05  Andrew Cagney  <ac131313@redhat.com>
64
65         * infcmd.c (default_print_registers_info): Do not call
66         PRINT_REGISTER_HOOK.
67
68 2002-11-05  Andrew Cagney  <ac131313@redhat.com>
69
70         * sparc-tdep.c (sparc_print_register_hook): Make static.
71         (sparc_print_registers_info): New function.
72         (sparc_do_registers_info): New function.
73         (sparclet_print_registers_info): New function.
74         (sparclet_do_registers_info): New function.
75         (do_sparc_print_registers_info): New function.
76         (sparc_print_registers): New static function, clone of infcmd.c's
77         default_print_registers_info.
78         * config/sparc/tm-sparclet.h (PRINT_REGISTER_HOOK): Delete macro.
79         (sparclet_do_registers_info): Declare.
80         (DEPRECATED_DO_REGISTERS_INFO): Re-define.
81         * config/sparc/tm-sparc.h (DEPRECATED_DO_REGISTERS_INFO):
82         Re-define.
83         (sparc_do_registers_info): Declare.
84         (PRINT_REGISTER_HOOK): Delete macro.
85         (sparc_print_register_hook): Delete declaration.
86
87 2002-11-05  David Carlton  <carlton@math.stanford.edu>
88
89         * symtab.c (lookup_symbol_aux): Move chunks of code into separate
90         functions.
91         (lookup_symbol_aux_local): New function.
92         (lookup_symbol_aux_symtabs): New function.
93         (lookup_symbol_aux_psymtabs): New function.
94
95 2002-11-05  David Carlton  <carlton@math.stanford.edu>
96
97         * symtab.c (lookup_symbol_aux): In minsym sections, don't use the
98         previous values of 'objfile' and 'block'.
99
100 2002-11-05  Pierre Muller  <muller@ics.u-strasbg.fr>
101
102         * values.c (value_change_enclosing_type): Set 
103         enclosing_type field correctly also for the case where 
104         more memory needs to be allocated.
105
106 2002-11-03  Mark Kettenis  <kettenis@gnu.org>
107
108         * i387-tdep.c (i387_print_float_info): Call fputs_filtered instead
109         of puts_filtered.
110
111         * i387-tdep.c (i387_print_float_info): Replace calls to
112         register_read and deprecated_read_register_gen with calls to
113         frame_register_read, and make the necessary adjustments to the
114         surrounding code.
115
116 2002-11-02  Andrew Cagney  <ac131313@redhat.com>
117
118         * gdbarch.sh (register_reggroup_p): Allow default value.
119         * gdbarch.h, gdbarch.c: Regenerate.
120
121 2002-11-02  Andrew Cagney  <ac131313@redhat.com>
122
123         * regcache.h: Add coment indicating replacements for deprecated
124         functions.
125
126 2002-11-02  Andrew Cagney  <cagney@redhat.com>
127
128         * reggroups.h, reggroups.c: New files.
129         * regcache.c: Include "reggroups.h".
130         (enum regcache_dump_what): Add `regcache_dump_groups'.
131         (regcache_dump): Contract size of the "Type" column.  When
132         specified, dump the register's groups.
133         (maintenance_print_register_groups): New function.
134         (_initialize_regcache): Add command `maint print register-groups'.
135         * Makefile.in (COMMON_OBS): Add reggroups.o
136         (SFILES): Add reggroups.c.
137         (reggroups_h): Define.
138         (regcache.o, gdbarch.o): Update dependencies.
139         (reggroups.o): Specify dependencies.
140         * gdbarch.sh (register_reggroup_p): Add pure multi-arch method.
141         Add opaque declaration for `struct reggroup' in generated .h file.
142         Include "reggroups.h" in generated .c file.
143         gdbarch.h, gdbarch.c: Re-generate.
144
145 2002-11-02  Andrew Cagney  <cagney@redhat.com>
146
147         * regcache.h (deprecated_read_register_gen): Rename
148         read_register_gen.
149         (deprecated_write_register_gen): Rename write_register_gen.
150         * i387-tdep.c: Update.
151         * x86-64-linux-nat.c: Update
152         * wince.c: Update.
153         * thread-db.c: Update.
154         * win32-nat.c: Update.
155         * mips-tdep.c: Update.
156         * d10v-tdep.c: Update.
157         * cris-tdep.c: Update.
158         * remote-sim.c: Update.
159         * remote-rdi.c: Update.
160         * remote-rdp.c: Update.
161         * frame.c: Update.
162         * target.c: Update.
163         * blockframe.c: Update.
164         * x86-64-tdep.c: Update.
165         * xstormy16-tdep.c: Update.
166         * sh-tdep.c: Update.
167         * s390-tdep.c: Update.
168         * rs6000-tdep.c: Update.
169         * sparc-tdep.c: Update.
170         * i386-tdep.c: Update.
171         * dwarf2cfi.c: Update.
172         * regcache.c: Update.
173
174 2002-11-01  Joel Brobecker  <brobecker@gnat.com>
175
176         New interix-specific files:
177         * config/i386/nm-interix.h: New file.
178         * config/i386/interix.mh: New file.
179         * config/i386/interix.mt: New file.
180         * i386-interix-nat.c: New file.
181         * i386-interix-tdep.c: New file.
182
183 2002-11-01  Andrew Cagney  <cagney@redhat.com>
184
185         * frame.h (deprecated_generic_get_saved_register): Rename
186         generic_get_saved_register.
187         * blockframe.c (deprecated_generic_get_saved_register): Update.
188         * xstormy16-tdep.c (xstormy16_get_saved_register): Update.
189         (xstormy16_frame_saved_register): Update.
190         * sh-tdep.c (sh_gdbarch_init): Update.
191         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
192         * ia64-tdep.c (ia64_get_saved_register): Update.
193         * cris-tdep.c (cris_gdbarch_init): Update.
194         * config/m32r/tm-m32r.h (GET_SAVED_REGISTER): Update.
195         * arm-tdep.c (arm_gdbarch_init): Update.
196
197 2002-10-31  Daniel Jacobowitz  <drow@mvista.com>
198
199         * lin-lwp.c (lin_lwp_resume): Remove resume_all test for !step.
200
201 2002-10-31  Daniel Jacobowitz  <drow@mvista.com>
202
203         * i386-linux-tdep.c (i386_linux_pc_in_sigtramp): Check for
204         trampolines in sigaction.
205
206 2002-10-31  Andrew Cagney  <cagney@redhat.com>
207
208         * h8300-tdep.c: Include "gdb_assert.h".
209         (h8300_print_register): Add gdbarch, file and frame parameters.
210         Use frame_read_unsigned_register to read the register's value.
211         Use fprintf_filtered to display output.
212         (h8300_print_registers_info): Replace h8300_do_registers_info.
213         (h8300_gdbarch_init): Set print_registers_info.
214
215 2002-10-31  Andrew Cagney  <cagney@redhat.com>
216
217         * frame.c (frame_read_unsigned_register): New function.
218         (frame_read_signed_register): New function.
219         * frame.h (frame_read_unsigned_register): Declare.
220         (frame_read_signed_register): Declare.
221
222 2002-10-31  Andrew Cagney  <cagney@redhat.com>
223
224         * h8500-tdep.c (h8500_print_registers_info): New static function,
225         clone of infcmd.c's default_print_registers_info.
226         (h8500_do_registers_info): New funtion.
227         (h8500_print_register_hook): Rename print_register_hook, make
228         static.
229
230         * config/h8500/tm-h8500.h: Update copyright.
231         (DEPRECATED_DO_REGISTERS_INFO): Define.
232         (h8500_do_registers_info: Declare.
233         (PRINT_REGISTER_HOOK): Delete macro.
234         (print_register_hook): Delete function.
235
236 2002-10-31  Andrew Cagney  <cagney@redhat.com>
237
238         * z8k-tdep.c (z8k_print_register_hook): Make static.
239         (z8k_print_registers_info): New static function, clone of
240         infcmd.c's default_print_registers_info.
241         (z8k_do_registers_info): New function.  Wrap
242         z8k_print_registers_info.
243         * config/z8k/tm-z8k.h: Update copyright.
244         (PRINT_REGISTER_HOOK): Delete macro.
245         (z8k_print_register_hook): Delete declaration.
246         (DEPRECATED_DO_REGISTERS_INFO): Define.
247         (z8k_do_registers_info): Declare.
248
249 2002-10-30  Joel Brobecker  <brobecker@gnat.com>
250
251         * hppa-tdep.c (find_function_in_inferior): Remove this extern,
252         as this is already provided by value.h, and was actually causing
253         a compilation error because of a conflict in parameter type
254         declaration due to a missing const keyword.
255         (low_text_segment_addres): Fix a compilation warning.
256
257 2002-10-29  Daniel Jacobowitz  <drow@mvista.com>
258
259         * mips-linux-nat.c (mips_linux_cannot_fetch_register): Don't fetch
260         registers without a name.
261         (mips_linux_cannot_store_register): Don't store registers without
262         a name.
263
264 2002-10-28  David Carlton  <carlton@math.stanford.edu>
265
266         * symtab.c (find_addr_symbol): Delete.  (It was already commented
267         out.)
268         * symtab.h: Delete prototype for find_addr_symbol.
269
270 2002-10-26  Andrew Cagney  <cagney@redhat.com>
271
272         * gdbarch.sh (DEPRECATED_DO_REGISTERS_INFO): Rename
273         DO_REGISTERS_INFO.
274         gdbarch.h, gdbarch.c: Re-generate.
275         * infcmd.c (default_print_registers_info): Update reference.
276         * mips-tdep.c (mips_gdbarch_init): Set deprecated_do_registers_info.
277         (mips_dump_tdep): Do not print DO_REGISTERS_INFO.
278         * sh-tdep.c (sh_gdbarch_init): Ditto.
279         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
280         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
281
282 2002-10-26  Mark Kettenis  <kettenis@gnu.org>
283
284         * x86-64-tdep.c (x86_64_init_abi): Set init_extra_frame_info to
285         cfi_init_extra_frame_info.
286         * x86-64-tdep.h (x86_64_init_extra_frame_info): Remove prototype.
287         * x86-64-linux-tdep.c (x86_64_init_extra_frame_info): Remove function.
288
289         * x86-64-tdep.c (x86_64_init_abi): Add calls to override the i386
290         target where necessary.  Add more comments and remove the ones
291         that don't provide any useful information.
292
293         * i386-tdep.c (i386_frame_saved_pc): Replace call to
294         deprecated_read_register_dummy with
295         frame_unwind_unsigned_register.
296
297         * i386-tdep.c (i386_extract_struct_value_address): Use
298         regcache_raw_read_unsigned instead of
299         regcache_cooked_read_unsigned since we know that the register
300         we're reading isn't a pseudo register.  Rename variable 'val' into
301         the more descriptive 'addr'.
302
303         * x86-64-tdep.c: Fix some formatting problems, mostly in comments.
304         (x86_64_push_return_address): Add comment.
305         (x86_64_pop_frame): Make static.
306         (examine_argument): Clarify comment.
307         (x86_64_skip_prologue): Make prolog_expact variable static.
308
309         * dwarf2cfi.c: Fix some formatting problems.
310         (context_cpy, read_encoded_pointer): Clarify comments.
311
312         * x86-64-tdep.c (x86_64_breakpoint_from_pc): Constify.
313         (x86_64_init_abi): Move set_gdbarch_* calls that overlap with the
314         i386 target back into x86_64_gdbarch_init.  Add some comments and
315         remove meaningless ones.
316
317 2002-10-25  Andrew Cagney  <cagney@redhat.com>
318
319         * complaints.h (struct deprecated_complaint): Rename `struct
320         complaint'.
321         * complaints.c (complain): Update.
322         * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete
323         incorrect comment indicating that "symfile.h" was being included
324         for the `struct complaint' definition.
325         * remote-vx.c: Update.
326         * objc-lang.c: Update.
327         * xcoffread.c: Update.
328         * hpread.c: Update.
329         * mdebugread.c: Update.
330         * stabsread.c: Update.
331         * dwarf2read.c: Update.
332         * dwarfread.c: Update.
333         * elfread.c: Update.
334         * coffread.c: Update.
335         * stabsread.h: Update.
336         * dbxread.c: Update.
337         * buildsym.c: Update.
338         * gdbtypes.c: Update.
339         * macrotab.c: Update.
340
341 2002-10-25  Mark Kettenis  <kettenis@gnu.org>
342
343         * x86-64-tdep.c (x86_64_gdbarch_init): Make a bit more similar to
344         the version in i386-tdep.c.  Move set_gdbarch_* calls out into...
345         (x86_64_init_abi): ...new function.
346
347         * Makefile.in (i386v-nat.o): Add $(i386_tdep_h).
348         * i386v-nat.c: Include "i386-tdep.h".
349
350 2002-10-25  Andrew Cagney  <cagney@redhat.com>
351
352         * gdbtypes.c (address_space_name_to_int): Update.
353         (address_space_int_to_name): Update.
354         * gdbarch.sh (address_class_type_flags_to_name): Change to a pure
355         multi-arch predicate.
356         (address_class_name_to_type_flags): Ditto.
357         * gdbarch.h, gdbarch.c: Re-generate.
358         
359         * MAINTAINERS: Check all warnings when h8300hms and alpha-elf.
360
361 2002-10-24  Martin M. Hunt  <hunt@redhat.com>
362
363         * utils.c (string_to_core_addr): Revert patch from 11 Oct.
364
365 2002-10-24  Elena Zannoni  <ezannoni@redhat.com>
366
367         * symtab.h (INIT_SAL): Delete macro.
368         (init_sal): Export.
369         * symtab.c (init_sal): New function.
370
371         * ada-lang.c (ada_finish_decode_line_1): Change INIT_SAL macro
372         to init_sal function call.
373         (find_sal_from_funcs_and_line): Ditto.
374         (all_sals_for_line): Ditto. 
375         * breakpoint.c (create_internal_breakpoint): Ditto. 
376         (create_fork_vfork_event_catchpoint): Ditto. 
377         (create_exec_event_catchpoint): Ditto. 
378         (parse_breakpoint_sals): Ditto. 
379         (watch_command_1): Ditto. 
380         (handle_gnu_4_16_catch_command): Ditto.
381         (clear_command): Ditto. 
382         * hppa-tdep.c (child_enable_exception_callback): Ditto. 
383         * infcmd.c (run_stack_dummy): Ditto. 
384         * infrun.c (process_event_stop_test): Ditto.
385         (check_sigtramp2): Ditto.
386         (step_over_function): Ditto. 
387         * linespec.c (decode_line_2): Ditto. 
388         (decode_line_1): Ditto. 
389         * source.c (line_info): Ditto. 
390         * symtab.c (find_pc_sect_line): Ditto.
391
392 2002-10-24  Michal Ludvig  <mludvig@suse.cz>
393
394         * dwarf2cfi.c (struct context)
395         (struct context_reg): Moved to dwarf2cfi.h
396         (context_alloc, frame_state_alloc, context_cpy):
397         Made extern instead of static, removed prototypes.
398         * dwarf2cfi.h (struct context)
399         (struct context_reg): New, moved from dwarf2cfi.c
400         (context_alloc, frame_state_alloc, context_cpy):
401         New prototypes.
402         * x86-64-linux-tdep.c (x86_64_linux_sigtramp_saved_pc):
403         Changed from static to extern.
404         (LINUX_SIGINFO_SIZE, LINUX_SIGCONTEXT_PC_OFFSET)
405         (LINUX_SIGCONTEXT_FP_OFFSET)
406         (LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Adjusted.
407         (x86_64_linux_in_sigtramp, x86_64_linux_frame_chain)
408         (x86_64_init_frame_pc, x86_64_init_extra_frame_info): New.
409         * x86-64-tdep.c (x86_64_gdbarch_init): Several
410         set_gdbarch_*() calls now use x86-64 specific functions 
411         instead of DWARF2 CFI ones.
412         * x86-64-tdep.h (x86_64_linux_in_sigtramp)
413         (x86_64_linux_frame_chain, x86_64_init_frame_pc)
414         (x86_64_init_extra_frame_info): New prototypes.
415         
416 2002-10-23  David Carlton  <carlton@math.stanford.edu>
417
418         * linespec.c: #include "parser-defs.h".
419         Delete prototype for find_template_name_end.
420         * Makefile.in (linespec.o): Depend on $(parser_defs_h).
421
422 2002-10-23  Jeff Johnston  <jjohnstn@redhat.com>
423
424         * NEWS: add recent mi fixes.
425         * varobj.c (struct varobj): Add new "updated" flag.
426         (new_variable): Default "updated" flag to 0.
427         (varobj_set_value): Set "updated" flag to 1 if value
428         changes.
429         (varobj_update): Check varobj "updated" flag before
430         comparing old and refreshed values.  Fix for
431         PR gdb/702.
432
433 2002-10-23  David Carlton  <carlton@math.stanford.edu>
434
435         * parse.c (parse_exp_1): Use BLOCK_START.
436         * x86-64-tdep.c (x86_64_skip_prologue): Use BLOCK_END,
437         SYMBOL_BLOCK_VALUE.
438         * objc-lang.c (find_methods): Use BLOCK_START, BLOCK_END.
439
440 2002-10-23  David Carlton  <carlton@math.stanford.edu>
441
442         * symtab.c: Delete cplusplus_hint.
443         Delete prototype for find_template_name_end.
444
445 2002-10-23  Elena Zannoni  <ezannoni@redhat.com>
446
447         * symtab.h: Update comment.
448
449 2002-10-23  Michael Snyder  <msnyder@redhat.com>
450
451         * printcmd.c (address_info): Restore quotes in output.
452         * valops.c (value_of_local): Restore quotes in error message.
453
454 2002-10-23  Elena Zannoni  <ezannoni@redhat.com>
455
456         * symtab.c (symbol_demangled_name): New function.
457         * symtab.h (SYMBOL_DEMANGLED_NAME): Simplify macro, by
458         turning most of it into a function.
459         (symbol_demangled_name): Export.
460
461 2002-10-23  Michael Snyder  <msnyder@redhat.com>
462
463         * valops.c (value_of_local): Restore quotes in error message.
464
465 2002-10-23  Elena Zannoni  <ezannoni@redhat.com>
466
467         * symtab.c (symbol_init_language_specific): New function.
468         * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): Simplify macro, by
469         turning most of it into a function.
470         (symbol_init_language_specific): Export.
471
472 2002-10-23  David Carlton  <carlton@math.stanford.edu>
473
474         * dwarf2read.c (dwarf_tag_name): Add DWARF 3 names.
475         (dwarf_attr_name): Ditto.
476         (dwarf_type_encoding_name): Ditto.
477         (scan_partial_symbols): Descend into DW_TAG_namespace entries.
478         (process_die): Handle DW_TAG_namespace,
479         DW_TAG_imported_declaration, DW_TAG_imported_module.
480         (read_namespace): New function.
481
482 2002-10-22  Joel Brobecker  <brobecker@gnat.com>
483
484         * configure.in: Define NEW_PROC_API on Interix too.
485         * configure: Regenerate.
486
487 2002-10-21  Joel Brobecker  <brobecker@gnat.com>
488
489         * configure: Regenerate using the proper version of autoconf.
490
491 2002-10-21  Elena Zannoni  <ezannoni@redhat.com>
492
493         * findvar.c (read_var_value): Temporarily disable TLS code, until
494         complete TLS support is added.
495
496 2002-10-21  Jim Blandy  <jimb@redhat.com>
497             Elena Zannoni  <ezannoni@redhat.com>
498
499         * symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC
500         for thread local storage locations.
501         (struct symbol): Add objfile field.
502         (SYMBOL_OBJFILE): Define.
503         * dwarf2read.c (is_thread_local): New static variable.
504         (new_symbol): If variable is in thread local fill in address class
505         and objfile appropriately.
506         (decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address
507         stack operation.
508         * printcmd.c (address_info): Print the information for thread
509         local storage variable.
510         * findvar.c (read_var_value): In case of thread local variable,
511         defer to the target vector code to compute address.
512
513 2002-10-21  Elena Zannoni  <ezannoni@redhat.com>
514
515         * solib-svr4.c (svr4_fetch_objfile_link_map): New function.
516         * solib-svr4.h (svr4_fetch_objfile_link_map): Export.   
517
518 2002-10-21  Elena Zannoni  <ezannoni@redhat.com>
519
520         * symtab.h (address_class):  Rename
521         LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC.
522         * hpread.c (hpread_process_one_debug_symbol): Ditto.
523         * printcmd.c (address_info): Ditto.
524         * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
525
526 2002-10-20  Mark Kettenis  <kettenis@gnu.org>
527
528         * i386bsd-nat.c (i386bsd_dr_set, i386bsd_dr_get_status): Use
529         DBREG_DRX macro to acces debug registers.
530
531         * Makefile.in (i386obsd-tdep.o): New target.
532
533         * solib-sunos.c: Include "bcache.h" and "regcache.h".
534         * Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
535
536         * configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
537         * config/i386/obsd.mt: New file.
538         * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce
539         i386obsd_sc_pc_offset and i386obsd_sc_sp_offset;
540         * i386obsd-nat.c (_initialize_i386obsd_nat): Set
541         i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of
542         i386nbsd_sigtramp_start and i386nbsd_sigtramp_end.
543         * i386obsd-tdep.c: New file.
544
545 2002-10-19  Adam Fedor  <fedor@gnu.org>
546
547         * objc-exp.y (name_not_typename): Fix invalid comment.  
548
549 2002-10-20  Mark Kettenis  <kettenis@gnu.org>
550
551         * solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
552         to allocate partial syms and macro byte caches.
553
554 2002-10-18  David Carlton  <carlton@math.stanford.edu>
555
556         * symtab.h: Delete 'struct source' and 'struct sourcevector'.
557
558 2002-10-18  Adam Fedor  <fedor@gnu.org>
559
560         * stabsread.c (find_name_end): New function.
561         (define_symbol): Use it.
562
563 2002-10-18  Daniel Jacobowitz  <drow@mvista.com>
564
565         * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
566         * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
567         * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
568         * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
569
570 2002-10-17  David Carlton  <carlton@math.stanford.edu>
571
572         * symfile.h: Add opaque declaration for struct obstack.
573         Declare obsavestring to take a const char *.
574         * symfile.c (obsavestring): Make first argument a const char *.
575
576 2002-10-16  Adam Fedor  <fedor@gnu.org>
577
578         * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
579         names when matching breakpoints in current file.
580
581 2002-10-16  Kevin Buettner  <kevinb@redhat.com>
582
583         * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
584         (read_tag_pointer_type): Add address class support.
585         * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
586         (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
587         New methods.
588         * gdbarch.h, gdbarch.c: Regenerate.
589         * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
590         (make_type_with_address_space, recursive_type_dump): Add address
591         class support.
592         * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
593         (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
594         (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
595
596 2002-10-16  Klee Dienes  <kdienes@apple.com>
597
598         * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
599         to get the last character of a char[] buffer, not
600         name[sizeof(vptr_name)-1].
601
602 2002-10-14  Adam Fedor  <fedor@gnu.org>
603
604         * symtab.h: New objc_specific struct.
605         (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
606         (SYMBOL_DEMANGLED_NAME): Likewise.
607
608 2002-10-14  Adam Fedor  <fedor@gnu.org>
609
610         * symfile.c (init_filename_language_table): Add ObjC file extension.
611
612 2002-10-14  Adam Fedor  <fedor@gnu.org>
613
614         * utils.c (puts_filtered_tabular): New function.
615         (fprintf_symbol_filtered): Get ObjC demangled name.
616         * defs.h (puts_filtered_tabular): Declared.
617
618 2002-10-14  Kevin Buettner  <kevinb@redhat.com>
619
620         * c-lang.h (c_type_print_varspec_prefix): Delete.
621         * c-typeprint.c (c_type_print_varspec_prefix): Make static.  Add
622         ``need_post_space'' parameter.  Adjust all callers.
623
624 2002-10-14  Daniel Jacobowitz  <drow@mvista.com>  
625  
626         * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
627         * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
628         * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
629         * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
630
631 2002-10-13  Adam Fedor  <fedor@gnu.org>
632
633         * source.c (print_source_lines): Update comments.
634
635 2002-10-13  Adam Fedor  <fedor@gnu.org>
636
637         * valops.c (value_of_local): New function.
638         (value_of_this): Use it.
639         * value.h (value_of_local): Declared.
640
641 2002-10-13  Adam Fedor  <fedor@gnu.org>
642
643         * parse.c: (length_of_subexp, prefixify_subexp): Handle
644         OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
645
646 2002-10-12  Adam Fedor  <fedor@gnu.org>
647
648         * language.c (binop_result_type): Add language_objc to case.
649         (integral_type): Likewise.
650         (character_type): Likewise.
651         (string_type): Likewise.
652         (boolean_type): Likewise.
653         (structured_type): Likewise.
654         (binop_type_check): Likewise.
655
656 2002-10-11  Adam Fedor  <fedor@gnu.org>
657
658         * printcmd.c (address_info): Print 'self' for ObjC.
659
660 2002-10-11  Adam Fedor  <fedor@gnu.org>
661
662         * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
663         OP_SELF.
664
665 2002-10-11  Adam Fedor  <fedor@gnu.org>
666
667         * language.h (CAST_IS_CONVERSION): Add language_objc.
668
669 2002-10-11  Adam Fedor  <fedor@gnu.org>
670
671         * defs.h (enum language): Add language_objc.
672
673 2002-10-11  Klee Dienes  <kdienes@apple.com>
674
675         * corefile.c (read_memory_typed_address): New function.
676         * gdbcore.h (read_memory_typed_address): Add prototype.
677         * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
678         to read a value destined for a CORE_ADDR, not read_memory_integer.
679         * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
680         (f77_get_dynamic_lowerbound): Ditto.
681
682 2002-10-11  Martin M. Hunt  <hunt@redhat.com>
683
684         * utils.c (string_to_core_addr): After turning string into
685         a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
686         which will do necessary sign-extension, etc.
687
688 2002-10-11  Daniel Jacobowitz  <drow@mvista.com>
689
690         * c-exp.y (THIS): Delete token and grammar rule.
691         (yylex): Don't return THIS.
692         * cp-valprint.c (vtbl_ptr_name_old): Delete.
693         (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
694         * demangle.c (cplus_markers): Update comment.  Put '$'
695         first.  Remove CPLUS_MARKER.
696         (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
697         * jv-exp.y (THIS): Delete token and grammar rule.
698         (yylex): Don't return THIS.
699         * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
700         * objc-exp.y (THIS): Delete token and grammar rule.
701         (yylex): Don't return THIS.
702         * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
703         * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
704         (read_member_functions): Likewise for opname.
705         (read_tilde_fields): Use is_cplus_marker.
706
707         * defs.h (CPLUS_MARKER): Don't define.
708         * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
709         * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
710         * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
711         * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
712         * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
713
714         * config/i386/tm-i386v4.h: Delete file.
715         * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
716         * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
717         * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
718         * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
719         * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
720         * config/i386/i386sco5.mt (TM_FILE): Likewise.
721         * config/i386/i386v4.mt (TM_FILE): Likewise.
722         * config/i386/ncr3000.mt (TM_FILE): Likewise.
723
724 2002-10-10  Marko Mlinar  <markom@opencores.org>
725
726         * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
727         accidentially not commited 2002-10-09
728         * gdbarch.h, gdbarch.c: Re-generate.
729
730 2002-10-09  Marko Mlinar  <markom@opencores.org>
731
732         * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
733         * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
734         * gdbarch.h, gdbarch.c: Re-generate.
735
736 2002-10-08  Petr Sorfa <petrs@caldera.com>
737
738         Revised and re-submitted by John Wolfe <jlw@caldera.com>
739
740         Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
741         so we can work on more than one compilation unit at a time.  This
742         helps prepare GDB to handle inter-CU die references.
743         * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
744         the code to be defined before struct comp_unit_head.
745         (comp_unit_head): Added new members - offset, cu_head,
746         begin_die, next and dwarf2_abbrevs.
747         (dwarf2_abbrevs): Removed single static var; now member of
748         struct comp_unit_head.
749         dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
750         members.
751         (psymtab_to_symtab_1): Changed to work with the new
752         struct comp_unit_head.
753         (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
754         constructs the dwarf2_abbrevs[] inside the cu_header.
755         (dwarf2_empty_abbrev_table): Now expects a ptr to a
756         dwarf2_abbrev table to clean up.
757         (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
758         handling of dwarf2_abbrevs inside the cu_header.
759         (read_partial_die): Now supports the call to the new
760         dwarf2_lookup_abbrev.
761         (read_full_die): Now supports the call to the new
762         dwarf2_lookup_abbrev.
763
764 2002-10-06  Christopher Faylor  <cgf@redhat.com>
765
766         * Makefile.in (install-gdbtk): Add missing continuation backslash to
767         insure that shell variables, such as "transformed_name" are propagated
768         to later shell statements in rule.
769
770 2002-10-06  Mark Kettenis  <kettenis@gnu.org>
771
772         * config/i386/nm-i386sco.h: Add protection against
773         multiple-inclusion.  Include "i386/nm-i386v.h".
774         (REGISTER_U_ADDR): Remove define.
775         (i386_register_u_addr): Remove prototype.
776
777 2002-10-04  Michael Snyder  <msnyder@redhat.com>
778
779         * m32r-stub.c (handle_exception): Make sure exception is "trap"
780         before treating it as a single-step event.
781
782 2002-10-03  Adam Fedor  <fedor@gnu.org>
783
784         * objc-lang.c: ARI fixes.  Change string.h to gdb_string.h.
785         (objc_demangle): Remove assignment in if statements, Replace
786         free with xfree.
787         (add_msglist): Likewise.
788         (end_msglist): Likewise.
789         (complare_selectors): Likewise.
790         (selectors_info): Likewise.
791         (compare_classes): Likewise.
792         (classes_info): Likewise.
793         (print_object_command): Likewise.
794         (find_objc_msgcall_submethod): Replace PTR with void *.
795         * objc-lang.h: Remove check for __STDC__.
796
797 2002-10-03  Jeff Johnston  <jjohnstn@redhat.com>
798
799         * ui-out.h (ui_out_field_fmt_int): New prototype.
800         * ui-out.c (ui_out_field_fmt_int): New function allowing specification
801         of field width and alignment.
802         * stack.c (print_frame_info_base): When printing frame level, use
803         ui_out_field_fmt_int with a width of 2 and left alignment.  Fix for
804         PR gdb/192
805
806 2002-10-03  Jeff Johnston  <jjohnstn@redhat.com>
807
808         * MAINTAINERS: Add self to Write After Approval list.
809
810 2002-10-02  Elena Zannoni  <ezannoni@redhat.com>
811
812         * infcmd.c (interrupt_target_command_wrapper): Delete.
813         (interrupt_target_command): Make non static.
814         (nofp_registers_info): Make static.
815         * stack.c (return_command_wrapper): Delete.
816         (return_command): Make non static.
817
818 2002-10-02  Elena Zannoni  <ezannoni@redhat.com>
819
820         * event-top.c (gdb_setup_readline): New function. Code moved from
821         _initialize_event_loop().
822         (_initialize_event_loop): Call gdb_setup_readline().
823
824 2002-10-02  Andrew Cagney  <ac131313@redhat.com>
825
826         * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
827         * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
828         * gdbarch.h, gdbarch.c: Re-generate.
829
830 2002-10-02  Daniel Jacobowitz  <drow@mvista.com>
831
832         Fix PR gdb/778
833         * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
834         before recursing.
835         * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
836         of fill_in_vptr_fieldno.
837
838 2002-10-02  Elena Zannoni  <ezannoni@redhat.com>
839
840         * inferior.h (registers_info, stepi_command, nexti_command,
841         continue_command, interrupt_target_command): Export from infcmd.c.
842         * frame.h (args_info, selected_frame_level_changed_hook,
843         return_command): Export from stack.c.
844         * v850ice.c (stepi_command, nexti_command, continue_command): use
845         prototypes from inferior.h.
846         * tracepoint.c (registers_info, args_info, locals_info): Use
847         prototypes from frame.h and inferior.h.
848         * Makefile.in (mi-main.o): Add dependency on frame.h.
849
850 2002-10-02  Andrew Cagney  <ac131313@redhat.com>
851
852         * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
853         value in register 3 adjusted by ppc_gp0_regnum.
854
855         * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
856
857 2002-10-02  Marko Mlinar <markom@opencores.org>
858
859         * MAINTAINERS: Add myself to the Write After Approval list.
860
861 2002-10-01  Alexandre Oliva  <aoliva@redhat.com>
862
863         * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
864         of the section for the N64 ABI, fixed.
865
866         * config/mips/tm-irix6.h: Include solib.h.
867
868 2002-10-01  Elena Zannoni  <ezannoni@redhat.com>
869
870         * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
871         GNU operators.
872
873 2002-10-01  Andrew Cagney  <ac131313@redhat.com>
874
875         * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
876         and that "mi0" syntax has been removed.
877
878 2002-09-30  David Carlton  <carlton@math.stanford.edu>
879
880         * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
881         * ppc-sysv-tdep.c: #include "gdb_string.h".
882         * remote-sds.c (getmessage): Add semicolon after 'retry' label to
883         pacify GCC.
884
885 2002-10-01  Andrew Cagney  <ac131313@redhat.com>
886
887         * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
888         "vrsave"'s register number.
889
890 2002-09-30  Andrew Cagney  <ac131313@redhat.com>
891
892         * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
893         use frame_unwind_signed_register to obtain the PC.
894         (mips_frame_chain): Handle a generic dummy frame.
895         (mips_init_extra_frame_info): When a generic dummy frame, don't
896         re-compute the frame base.
897         (mips_pop_frame): Handle generic dummy frames.
898         (mips_gdbarch_init): When generic dummy frames, set
899         use_generic_dummy_frames, push_dummy_frame to
900         generic_push_dummy_frame, pc_in_call_dummy to
901         generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
902         generic_save_dummy_frame_tos.
903
904 2002-09-30  Andrew Cagney  <ac131313@redhat.com>
905
906         * blockframe.c (generic_find_dummy_frame): Rewrite.  Only test
907         against TOP when TOP was explictly set.
908         (generic_push_dummy_frame): Set TOP to zero.
909
910 2002-09-30  Elena Zannoni  <ezannoni@redhat.com>
911
912         * event-loop.c (start_event_loop): Rename variable 'result' to
913         'gdb_result', to avoid conflicts with upcoming intepreters changes.
914
915 2002-09-30  Keith Seitz  <keiths@redhat.com>
916
917         * gdb-events.sh (selected_thread_changed): New event.
918         * gdb-events.c: Regenerated.
919         * gdb-events.h: Regenerated.
920
921 2002-09-30  Hans-Peter Nilsson  <hp@bitrange.com>
922
923         * MAINTAINERS: Add self to Write After Approval list.
924
925 2002-09-30  Fernando Nasser  <fnasser@redhat.com>
926
927         * disasm.c: New file.  
928         * disasm.h: New file.  
929         * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
930         (compare_lines): Ditto.
931         (dump_insns): Ditto.
932         (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
933         argument.
934         (do_assembly_only): Ditto.
935         (do_disassembly): Renamed to gdb_disassembly and moved to
936         disasm.c.  Sdded uiout argument.
937         * Makefile.in: Add new files.  Reorder SFILES list. Update
938         dependencies.  Include libgdb.a later in the insight executable.
939
940 2002-09-29  Andrew Cagney  <ac131313@redhat.com>
941
942         * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
943         bfd/elf64-alpha-fbsd.c.
944
945 2002-09-29  Andrew Cagney  <ac131313@redhat.com>
946
947         * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
948         i386gnu-tdep.c.
949
950 2002-09-29  Andrew Cagney  <ac131313@redhat.com>
951
952         * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
953         __FUNCTION__.
954         * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
955         function name.
956         (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
957         (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
958         (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
959         (S_msg_sig_post_reply): Ditto.
960         
961 2002-09-28  Corinna Vinschen  <vinschen@redhat.com>
962
963         * sh-tdep.c (sh_use_struct_convention): Use definition according
964         to ABI.
965         (sh_push_arguments): Store in register with correct endianess.
966         (sh_default_store_return_value): Ditto.
967         (sh_gdbarch_init): Set sizeof long double to 8.
968
969 2002-09-27  Mark Kettenis  <kettenis@gnu.org>
970
971         * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
972         Fix some whitespace problems.
973
974 2002-09-27  David Carlton  <carlton@math.stanford.edu>
975
976         * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
977         (mcore-tdep.o): Ditto.
978         (ns32k-tdep.o): Ditto.
979         (ns32knbsd-tdep.o): Ditto.
980         (sh3-rom.o): Ditto.
981         (vax-tdep.o): Ditto.
982         * cris-tdep.c: #include "gdb_string.h"
983         * mcore-tdep.c: Ditto.
984         * ns32k-tdep.c: Ditto.
985         * ns32knbsd-tdep.c: Ditto.
986         * sh3-rom.c: Ditto.
987         * vax-tdep.c: Ditto.
988
989 2002-09-27  David Carlton  <carlton@math.stanford.edu>
990
991         * config/djgpp/fnchange.lst: Add entries for
992         gdb/testsuite/gdb.c++/m-static files.
993
994 2002-09-27  Jim Wilson  <wilson@redhat.com>
995
996         * MAINTAINERS: Add myself to the Write After Approval list.
997
998 2002-09-26  Martin M. Hunt  <hunt@redhat.com>
999
1000         * mips-tdep.c (find_proc_desc): Initialize startaddr.
1001
1002
1003 2002-09-26  Andrew Cagney  <ac131313@redhat.com>
1004
1005         * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
1006         frame.
1007
1008 2002-09-26  Andrew Cagney  <ac131313@redhat.com>
1009
1010         * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
1011         (rs6000_struct_return_address): Delete variable.
1012         (rs6000_store_struct_return): Update.
1013         (rs6000_gdbarch_init): Set extract_struct_value_address instead of
1014         deprecated_extract_struct_value_address.
1015         (rs6000_frame_align): New function.
1016         (rs6000_gdbarch_init): Set frame_align.
1017
1018 2002-09-26  Andrew Cagney  <ac131313@redhat.com>
1019
1020         From Grace Sainsbury <graces@redhat.com>:
1021         * Makefile.in (gdbtk-main.o): New target.
1022         (gdb.o): New target.
1023         (main_h): Define.
1024         (main.o): Update dependencies.
1025         (gdb$(EXEEXT)): Add gdb.o.
1026         (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
1027         (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
1028         (SUBDIR_GDBTK_CLEAN): Set.
1029         (install-gdbtk): Install the insight binary.
1030         (uninstall-gdbtk): New target.
1031         (all-gdbtk, clean-gdbtk): New rule.
1032         * top.c (use_windows): Default to zero.
1033         * main.c: Include "main.h".
1034         (main): Delete.
1035         (struct captured_main_args): Delete.
1036         (gdb_main): New function.
1037         * main.h: New file.
1038         * gdb.c: New File.
1039
1040 2002-09-25  Andrew Cagney  <cagney@redhat.com>
1041
1042         * frame.c: Include "gdb_string.h" and "builtin-regs.h".
1043         (frame_map_regnum_to_name): New function.
1044         (frame_map_name_to_regnum): New function.
1045         * frame.h (frame_map_name_to_regnum): Declare.
1046         (frame_map_regnum_to_name): Declare.
1047         * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
1048         * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
1049         * parse.c: Do not include "builtin-regs.h".
1050         (target_map_name_to_register): Delete function.
1051         (write_dollar_variable): Use frame_map_name_to_regnum.
1052         * parser-defs.h (target_map_name_to_register): Delete declaration.
1053         * expprint.c: Include "frame.h".
1054         (print_subexp): Use frame_map_regnum_to_name.
1055         * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
1056         * infcmd.c (registers_info): Use frame_map_name_to_regnum.
1057
1058 2002-09-25  Andrew Cagney  <ac131313@redhat.com>
1059
1060         * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
1061         wasn't saved, and the next innermost frame is a dummy, return the
1062         dummy frame's link register.
1063
1064 2002-09-24  Jim Blandy  <jimb@redhat.com>
1065
1066         Fix from Paul Breed:
1067         * main.c (captured_main): Add a `break' after the case for 'b'.
1068
1069 2002-09-24  Keith Seitz  <keiths@redhat.com>
1070
1071         * varobj.c (c_type_of_child): Use get_target_type instead
1072         of TYPE_TARGET_TYPE.
1073
1074 2002-09-22  Fernando Nasser  <fnasser@redhat.com>
1075
1076         * source.c (get_current_or_default_source_symtab_and_line): Remove
1077         function.
1078         (set_default_source_symtab_and_line): New function. Attempts to
1079         determine a source file to list lines from if one is not currently
1080         defined.
1081         (get_current_source_symtab_and_line): Initialize sal.pc and
1082         sal.end fields.
1083         (set_current_source_symtab_and_line): Mark argument as const.
1084         * source.h: Update declarations and comments.
1085         * linespec.c (decode_line_1): Replace call to removed routine above.
1086         * stack.c (print_frame_info_base): Ditto.
1087         * cli/cli-cmds.c (edit_command): Ditto.
1088         (list_command): Ditto.
1089
1090 2002-09-22  Fernando Nasser  <fnasser@redhat.com>
1091
1092         * source.c (get_current_or_default_source_symtab_and_line): Initialize
1093         sal.pc and sal.end fields.
1094         (get_current_or_default_source_symtab_and_line): Ditto.
1095         * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
1096         so we do not cause a new source symtab to be searched for (reverting an
1097         unintentional change from the 2002-09-20 patch).
1098         * scm-lang.c (scm_unpac): Ditto.
1099
1100 2002-09-21  Andrew Cagney  <cagney@redhat.com>
1101
1102         * complaints.c (symfile_explanations): Remove new-line from
1103         ``isolated_message''.
1104         (vcomplaint): When ISOLATED_MESSAGE, force a line break.
1105         (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
1106
1107 2002-09-20  Nick Clifton  <nickc@redhat.com>
1108         
1109         * NEWS: Announce that V850EA ISA is no longer supported.
1110         * v850-tdep.c: Remove reference to bfd_mach_v850ea.
1111
1112 2002-09-20  David Carlton  <carlton@math.stanford.edu>
1113
1114         * Makefile.in (c-lang.o): Correct dependencies.
1115         (utils.o): Gather dependencies.
1116         (charset.o): Move.
1117         * c-lang.c: #include "gdb_string.h"
1118
1119 2002-09-20  Fernando Nasser  <fnasser@redhat.com>
1120
1121         From 2002-07-02  George Helffrich <george@gly.bris.ac.uk>
1122         * cli/cli-cmds.c (list_command): New function.  Implements the new
1123         cli edit command.
1124         (_init_cli_cmds): Add new command definition.
1125         * gdb.1: Document edit command.
1126         * doc/gdb.texinfo: Document edit command.
1127
1128 2002-09-20  Fernando Nasser  <fnasser@redhat.com>
1129
1130         * source.c: Make global variables current_source_symtab and
1131         current_source_line static.
1132         (list_command): Moved to cli/cli-cmds.c.
1133         (ambiguous_line_spec): Moved to cli/cli-cmds.c.
1134         (get_first_line_listed): New accessor function.
1135         (get_lines_to_list): New accessor function.
1136         (get_current_source_symtab_and_line): New function. Retrieves the
1137         position in the source code that we consider current.
1138         (get_current_or_default_source_symtab_and_line): New function.
1139         Like the above but attempts to determine a default position if one
1140         is not currently defined.
1141         (set_current_source_symtab_and_line): New function. Sets the source
1142         code position considered current and returns the previously set one.
1143         (clear_current_source_symtab_and_line): Reset stored information about
1144         a current source line.
1145         (_initialize_source): Remove registration for the "list" command and
1146         its alias.
1147         * source.h: Add declarations for the new functions above.
1148         * symtab.h: Remove declarations for the global variables mentioned
1149         above.
1150         * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
1151         obtain current source line.
1152         * linespec.c (decode_line_1): Ditto.
1153         * macroscope.c (default_macro_scope): Ditto.
1154         * scm-lang.c (scm_unpac): Ditto.
1155         * stack.c (print_frame_info_base): Ditto.
1156         * symfile.c (clear_symtab_users): Ditto.
1157         * symtab.c (decode_line_spec): Ditto.
1158         * cli/cli-cmds.c (list_command): Moved here from source.c.
1159         (ambiguous_line_spec): Moved here from source.c.
1160         (_init_cli_cmds): Add definition for "list" and its alias.
1161         * Makefile.in: Update dependencies.
1162
1163 2002-09-20  Corinna Vinschen  <vinschen@redhat.com>
1164
1165         * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
1166         with what gcc thinks is correct.
1167
1168 2002-09-20  Corinna Vinschen  <vinschen@redhat.com>
1169
1170         * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
1171         multiple register push instruction.
1172
1173 2002-09-19  Jim Blandy  <jimb@redhat.com>
1174
1175         Add support for distinct host and target character sets.
1176         * charset.c, charset.h: New files.
1177         * c-exp.y: #include "charset.h".
1178         (yylex): Convert character and string literals to the target
1179         character set, before returning them as the semantic value of the
1180         token.
1181         * c-lang.c: #include "charset.h".
1182         (c_emit_char): Use charset-specific methods to recognize
1183         characters with backslash escape forms, to decide which characters
1184         to print literally and which to print using numeric escape
1185         sequences, and to convert target characters to host characters
1186         before printing.
1187         * utils.c: #include "charset.h".
1188         (no_control_char_error): New function.
1189         (parse_escape): Use charset-specific methods to recognize
1190         backslash escapes, parse `control character' notation, and convert
1191         characters from the host character set to the target character set.
1192         * configure.in: Set the default host character set.
1193         Check where to find iconv, and what its argument types might be.
1194         * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
1195         * Makefile.in (SFILES): List charset.c.
1196         (COMMON_OBS): List charset.o.   
1197         (charset.o): New rule.
1198         (charset_h): New header dependency variable.
1199         (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
1200         (LIBICONV): New variable, set by configure.
1201         (CLIBS): Include $(LIBICONV) here.
1202         * aclocal.m4, config.in, configure: Regenerated.
1203
1204 2002-09-19  Joel Brobecker  <brobecker@gnat.com>
1205
1206         * ada-exp.y: Add missing semicolons to end rules. Fixes a
1207         bison 1.35 warning.
1208
1209 2002-09-19  Richard Earnshaw  <rearnsha@arm.com>
1210
1211         * gdb_mbuild.sh: New file.
1212
1213 2002-09-19  Andrew Cagney  <ac131313@redhat.com>
1214
1215         * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
1216
1217 2002-09-18  Andrew Cagney  <ac131313@redhat.com>
1218
1219         * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
1220         jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
1221         printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
1222         valops.c, value.h: Revert previous change.
1223         
1224 2002-09-18  Michael Snyder  <msnyder@redhat.com>
1225
1226         Preliminary support for Objective-C:
1227         * defs.h (language_objc): New enum value.
1228         (puts_filtered_tabular): Declaration only, exported from utils.c.
1229         (skip_quoted): Delete, declared in completer.h.
1230         * c-exp.y: Include completer.h.
1231         * p-exp.y: Ditto.
1232         * jv-exp.y: Ditto.
1233         * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING): 
1234         New operator enum values.
1235         * language.h (CAST_IS_CONVERSION): Test for language_objc.
1236         * language.c (binop_result_type): Handle language_objc case.
1237         (integral_type, character_type, string_type, boolean_type,
1238         structured_type, binop_type_check): Ditto.
1239         * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
1240         (struct objc_specific): Add to general_symbol_info.
1241         (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
1242         (SYMBOL_DEMANGLED_NAME): Handle objc case.
1243         * parser-defs.h (struct objc_class_str): New struct type.
1244         (start_msglist, end_msglist, add_msglist): Declaration only,
1245         exported from objc-lang.c.
1246         * value.h (value_of_local, value_nsstring, 
1247         call_function_by_hand_expecting_type): Exported from valops.c.
1248         * valops.c (find_function_addr): Export.
1249         (call_function_by_hand_expecting_type): New function.
1250         (value_of_local): New function.
1251         * symfile.c (init_filename_language_table): Add ".m" extension
1252         for Objective-C.
1253         * utils.c (puts_filtered_tabular): New function.
1254         (fprintf_symbol_filtered): Add objc demangling support (disabled).
1255         (set/show demangle): Extend help-string to refer to ObjC.
1256         * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
1257         * stabsread.c (symbol_reference_defined): Objective-C symbols
1258         may contain colons: make allowances when scanning stabs strings
1259         for colons.
1260         (objc_find_colon): New function.
1261         * printcmd.c (address_info): If language == objc then print
1262         "self" instead of "this".
1263         * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
1264         OP_NSSTRING, and OP_SELF.
1265         (prefixify_subexp): Ditto.
1266         * source.c (print_source_lines): Mention objc in comment.
1267         * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
1268         method names.
1269
1270 2002-09-18  Andrew Cagney  <ac131313@redhat.com>
1271
1272         * complaints.h: Update copyright.
1273         (struct complaints): Declare.
1274         (struct complaint): Make `message' constant.
1275         (internal_complaint): Declare.
1276         (complaint): Declare.
1277         (complaint_root): Delete declaration.
1278         (symfile_complaints): Delete declaration.
1279         (struct complaints): Add opaque declaration.
1280         (clear_complaints): Add a complaints parameter.
1281         * complaints.c: Update copyright.
1282         (enum complaint_series): Define.
1283         (complaint_root): Delete.
1284         (struct complaints): Define.
1285         (complaint_sentinel, symfile_complaint_book): New variables.
1286         (symfile_explanations, symfile_complaints): New variables.
1287         New variables.
1288         (get_complaints): New function.
1289         (vcomplaint): New function.
1290         (complaint): New function.
1291         (internal_complaint): New function.
1292         (complain): Call vcomplain with symfile_complaint.
1293         (clear_complaints): Rewrite.
1294         (_initialize_complaints): Use add_setshow_command.
1295         * Makefile.in (complaints.o): Update dependencies.
1296         * symfile.c (syms_from_objfile): Add symfile_complaints parameter
1297         to call to clear_complaints.
1298         (new_symfile_objfile, reread_symbols): Ditto.
1299         (oldsyms_complaint): Delete.
1300         (empty_symtab_complaint, unknown_option_complaint): Delete.
1301         (free_named_symtabs): Use complaint instead of complain.
1302
1303 2002-09-18  Michael Snyder  <msnyder@redhat.com>
1304
1305         Contributed by Apple Computer, Inc.  Merged with current sources
1306         by Adam Fedor <fedor@doc.com> [cagney].
1307         
1308         * objc-lang.c: First clean-up round: comments, indentation.
1309         * objc-lang.h: Ditto.
1310         * objc-lang.y: Ditto.
1311
1312 2002-09-18  Andrew Cagney  <ac131313@redhat.com>
1313
1314         * maint.c (maintenance_internal_error): Print the parameter as the
1315         error message.
1316         (maintenance_internal_warning): New function.
1317         (_initialize_maint_cmds): Add command `maint internal-warning'.
1318
1319         * defs.h (internal_warning, internal_vwarning): Declare.
1320         * utils.c (struct internal_problem): Define.
1321         (internal_vproblem): New function.
1322         (internal_warning): New function.
1323         (internal_vwarning): New function.
1324         (internal_warning_problem, internal_error_problem): New variables.
1325         (internal_verror): Just call internal_vproblem.
1326
1327 2002-09-18  Michael Snyder  <msnyder@redhat.com>
1328
1329         * objc-lang.c: New file, support for Objective-C.
1330         Preliminary check-in, not yet integrated into gdb.
1331         * objc-lang.h: New file.
1332         * objc-exp.y:  New file.
1333
1334 2002-09-18  Andrew Cagney  <ac131313@redhat.com>
1335
1336         * infrun.c (signal_stop_update): Convert definition to ISO C.
1337         (signal_print_update): Ditto.
1338         (signal_pass_update): Ditto.
1339         * inflow.c (terminal_save_ours): Ditto.
1340
1341         * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
1342         comments.
1343         
1344         * config/djgpp/fnchange.lst: Handle name clashes between
1345         bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
1346         bfd/coff-tic80.c.
1347
1348         * i386-linux-tdep.h: Fix tipo.
1349
1350 2002-09-18  Adam Fedor  <fedor@gnu.org>
1351
1352         * MAINTAINERS: Add myself to the Write After Approval list.
1353
1354 2002-09-18  Jim Blandy  <jimb@redhat.com>
1355
1356         * dbxread.c, mdebugread.c: Revert my change of 2001-10-23.  Moving
1357         texthigh and textlow to reader-specific structs caused
1358         objfile_relocate to miss them.  This is fixable, but the work that
1359         the change was supposed to prepare GDB for never got done anyway.
1360
1361 2002-09-18  David Carlton  <carlton@math.stanford.edu>
1362
1363         * MAINTAINERS: Alphabetize Write After Approval list.
1364
1365 2002-09-18  Daniel Jacobowitz  <drow@mvista.com>
1366
1367         Fix PR gdb/709
1368         * values.c (value_static_field): Call read_var_value.
1369
1370 2002-09-18  Andrew Cagney  <ac131313@redhat.com>
1371
1372         * valops.c (hand_function_call): Align the initial stack pointer
1373         and STRUCT_ADDR using frame_align.  When STRUCT_RETURN and
1374         FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
1375         return value.
1376         * mips-tdep.c (mips_frame_align): New function.
1377         (mips_gdbarch_init): Set frame_align.
1378         * gdbarch.sh (FRAME_ALIGN): New method.
1379         * gdbarch.h, gdbarch.c: Re-generate.
1380
1381 2002-09-18  Michal Ludvig  <mludvig@suse.cz>
1382
1383         * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
1384         registers.
1385
1386 2002-09-17  Andrew Cagney  <ac131313@redhat.com>
1387
1388         * NEWS: Mention that MIPS $fp behavior changed.
1389         * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
1390         reference to FP_REGNUM.
1391         (mipsnbsd_cannot_store_register): Ditto.
1392         * mips-linux-nat.c: Update copyright.
1393         (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
1394         (mips_linux_cannot_store_register): Ditto.
1395         * mips-linux-tdep.c (supply_gregset): Ditto.  Update copyright.
1396         * config/mips/tm-mips.h: Update copyright.
1397         (FP_REGNUM): Delete macro.
1398         (MIPS_REGISTER_NAMES): Replace "fp" with "".
1399         * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
1400         * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
1401         (mips_r3041_reg_names, mips_r3051_reg_names)
1402         (mips_r3081_reg_names): Replace "fp" with "".
1403         Fix PR gdb/480.
1404
1405 2002-09-17  Theodore A. Roth  <troth@verinet.com>
1406
1407         * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to 
1408         generic_read_register_dummy() (PR gdb/703).
1409         (avr_push_return_address): #if 0 out unused vars.
1410         (avr_gdbarch_init): Enable use of avr_push_return_address().
1411
1412 2002-09-17  Michael Snyder  <msnyder@redhat.com>
1413
1414         * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
1415         RTE will take care of it.
1416
1417 2002-09-17  Andrew Cagney  <ac131313@redhat.com>
1418
1419         * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
1420         invalid, return SP_REGNUM.
1421
1422 2002-09-17  Michael Snyder  <msnyder@redhat.com>
1423
1424         * mips-tdep.c (mips_pop_frame): Read saved values of floating
1425         point registers without sign extension.
1426
1427 2002-09-17  Andrew Cagney  <cagney@redhat.com>
1428
1429         * blockframe.c (deprecated_read_register_dummy): Rename
1430         generic_read_register_dummy.
1431         * frame.c (frame_unwind_signed_register): New function.
1432         (frame_unwind_unsigned_register): New function.
1433         * frame.h (frame_unwind_signed_register): Declare.
1434         (frame_unwind_unsigned_register): Declare.
1435         (deprecated_read_register_dummy): Rename
1436         generic_read_register_dummy.
1437
1438         * h8300-tdep.c (h8300_frame_chain): Update.
1439         (h8300_frame_saved_pc): Update.
1440         * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
1441         * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
1442         * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
1443         (s390_frame_chain): Update.
1444         * v850-tdep.c (v850_find_callers_reg): Update.
1445         (v850_frame_saved_pc): Update.
1446         * m32r-tdep.c (m32r_init_extra_frame_info): Update.
1447         (m32r_find_callers_reg): Update.
1448         (m32r_frame_saved_pc): Update.
1449         * sh-tdep.c (sh_find_callers_reg): Update.
1450         (sh64_get_saved_pr): Update.
1451         (sh_init_extra_frame_info): Update.
1452         (sh_init_extra_frame_info): Update.
1453         (sh64_init_extra_frame_info): Update.
1454         (sh64_init_extra_frame_info): Update.
1455         * mcore-tdep.c (mcore_find_callers_reg): Update.
1456         (mcore_frame_saved_pc): Update.
1457         (mcore_init_extra_frame_info): Update.
1458         * i386-tdep.c (i386_frame_saved_pc): Update.
1459         * ia64-tdep.c (ia64_frame_saved_pc): Update.
1460         (ia64_init_extra_frame_info): Update.
1461         (ia64_init_extra_frame_info): Update.
1462         * d10v-tdep.c (d10v_frame_saved_pc): Update.
1463         * cris-tdep.c (cris_init_extra_frame_info): Update.
1464         * avr-tdep.c (avr_frame_chain): Update.
1465         (avr_init_extra_frame_info): Update.
1466         (avr_frame_saved_pc): Update.
1467         * arm-tdep.c (arm_find_callers_reg): Update.
1468         (arm_init_extra_frame_info): Update.
1469         (arm_frame_saved_pc): Update.
1470
1471 2002-09-17  Tom Tromey  <tromey@redhat.com>
1472
1473         * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
1474         is "'".
1475
1476 2002-09-17  Corinna Vinschen  <vinschen@redhat.com>
1477
1478         * MAINTAINERS: Remove "non multi-arched" text from h8300.
1479         * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
1480         NEXT_PROLOGUE_INSN.
1481         (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
1482         NEXT_PROLOGUE_INSN.
1483
1484 2002-09-16  Joel Brobecker  <brobecker@gnat.com>
1485
1486         * osfsolib.c: Remove file, replaced by solib-osf.c.
1487         * Makefile.in: Remove compilation rules for osfsolib.c.
1488
1489 2002-09-16  David Carlton  <carlton@math.stanford.edu>
1490
1491         * cp-valprint.c (cp_print_class_method): Correct args to
1492         check_stub_method_group.
1493
1494 2002-09-16  Corinna Vinschen  <vinschen@redhat.com>
1495
1496         * h8300-tdep.c: Multiarch.  Drop `set machine' command in favor of
1497         `set architecture'.  Unify naming convention of functions.
1498         (h8300_skip_prologue): Improve prologue analysis.
1499         (h8300_push_arguments): Rewritten to more closely match GCC's
1500         bizarre argument-passing behavior, along with the comment describing
1501         said behavior.
1502         * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
1503         * config/h8300/tm-h8300.h: Multiarch.  Just keep stuff needed by
1504         sim, remote-e7000.c, remote-hms.c and remote.c
1505
1506 2002-09-15  Mark Kettenis  <kettenis@gnu.org>
1507
1508         * i386-tdep.c (gdb_print_insn_i386): Removed.
1509         (i386_print_insn): New function.
1510         (i386_gdbarch_init): Set print_insn to i386_print_insns.
1511         (_initialize_i386_tdep): Don't initialize tm_print_insn and
1512         tm_print_insn_info.
1513
1514 2002-09-14  Mark Kettenis  <kettenis@gnu.org>
1515
1516         * gdbtypes.c (check_stub_method_group): Initialize found_stub to
1517         zero.
1518
1519 2002-09-14  Corinna Vinschen  <vinschen@redhat.com>
1520
1521         * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
1522         for IN_SIGTRAMP to here.  Use IN_SIGTRAMP only if it's defined. 
1523         Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
1524
1525 2002-09-13  Christopher Faylor  <cgf@redhat.com>
1526
1527         * win32-nat.c (child_create_inferior): Honor 'tty' command.
1528
1529 2002-09-13  Daniel Jacobowitz  <drow@mvista.com>
1530
1531         * gdbtypes.c (check_stub_method): Make static.
1532         (check_stub_method_group): New function.
1533         * gdbtypes.h: Update prototypes.
1534         * cp-support.c: New file.
1535         * cp-support.h: New file.
1536
1537         * stabsread.c: Include "cp-abi.h" and "cp-support.h".
1538         (update_method_name_from_physname): New function.
1539         (read_member_functions): Correct method names for operators
1540         and v3 constructors/destructors.  Separate v2 constructors and
1541         destructors.
1542         * Makefile.in (stabsread.o): Update dependencies.
1543         (SFILES): Add cp-support.c.
1544         (COMMON_OBS): Add cp-support.o.
1545         (cp_support_h, cp-support.o): Add.
1546
1547         * cp-valprint.c (cp_print_class_method): Call
1548         check_stub_method_group instead of check_stub_method.  Remove
1549         extraneous QUITs.
1550         * p-valprint.c (pascal_object_print_class_method): Likewise.
1551         * valops.c (search_struct_method): Likewise.
1552         (find_method_list, value_struct_elt_for_reference): Likewise.
1553
1554 2002-09-13  Andrew Cagney  <cagney@redhat.com>
1555
1556         * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
1557         * gdbarch.h, gdbarch.c: Regenerate.
1558
1559 2002-09-13  Andrew Cagney  <ac131313@redhat.com>
1560
1561         * frame.c (find_saved_register): Delete function.
1562         * frame.h (find_saved_register): Delete declaration.
1563         Fix PR gdb/631.
1564
1565 Fri Sep 13 14:59:55 2002  Andrew Cagney  <cagney@redhat.com>
1566
1567         * mips-tdep.c (read_next_frame_reg): Re-hack using
1568         frame_register_unwind.
1569
1570 Fri Sep 13 07:42:09 2002  Andrew Cagney  <cagney@redhat.com>
1571
1572         * mips-tdep.c (mips_get_saved_register): Re-hack using
1573         frame_register_unwind.
1574
1575 2002-09-12  Joel Brobecker  <brobecker@gnat.com>
1576
1577         * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
1578         vector. Will be useful for Interix.  
1579         * gdbarch.h, gdbarch.c: Regenerate.
1580
1581         * valops.c (value_allocate_space_in_inferior): Replace hard-coded
1582         name of the malloc function by NAME_OF_MALLOC.
1583
1584 2002-09-12  Joel Brobecker  <brobecker@gnat.com>
1585
1586         * value.h (find_function_in_inferior): Add const keyword to
1587         one of the parameters. Allows us to invoke this function with
1588         a const char *.
1589         * valops.c (find_function_in_inferior): Likewise.
1590
1591 2002-09-12  Joel Brobecker  <brobecker@gnat.com>
1592
1593         * exec.c (xfer_memory): Fix compilation warning with old versions
1594         of GCC.
1595         * tracepoint.c (trace_find_tracepoint_command): Likewise.
1596
1597 2002-09-12  David Carlton  <carlton@math.stanford.edu>
1598
1599         * symtab.h: Run through gdb_indent.h.
1600         Add 2002 to Copyright year list.
1601
1602 2002-09-12  Alan Modra  <amodra@bigpond.net.au>
1603
1604         * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
1605         mach constants.
1606         * MAINTAINERS: Add myself to write after approval list.
1607
1608 2002-09-11  J. Brobecker  <brobecker@gnat.com>
1609
1610         * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
1611
1612 2002-09-11  J. Brobecker  <brobecker@gnat.com>
1613
1614         * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
1615         Interix.
1616
1617 2002-06-05  Paul N. Hilfinger  <hilfingr@otisco.mckusick.com>
1618
1619         * procfs.c (do_detach): Clear current signal, not just fault.
1620         Corrects problem with breakpoint trap signal leaking to detached
1621         process on Tru64.
1622
1623 2002-09-10  Michael Snyder  <msnyder@redhat.com>
1624
1625         * buildsym.c (finish_block): Protect against null pointer.
1626
1627 2002-09-10  Andrew Cagney  <cagney@redhat.com>
1628
1629         * infcmd.c (default_print_registers_info): Send all output to
1630         ``file'' instead of ``gdb_stdout''.
1631
1632 2002-09-10  Michael Snyder  <msnyder@redhat.com>
1633
1634         * mips-tdep.c (mips_extract_struct_value_address): Make val a
1635         LONGEST, and use signed register read (addresses are sign-
1636         extended for mips).
1637
1638 2002-09-10  Stephane Carrez  <stcarrez@nerim.fr>
1639
1640         * event-loop.c (gdb_do_one_event): Make public.
1641         * event-loop.h (gdb_do_one_event): Declare.
1642
1643 2002-09-10  Jeff Law  <law@redhat.com>
1644
1645         * infttrace.c (child_resume): Simplify and rework to avoid
1646         TT_PROC_CONTINUE.
1647
1648 2002-09-09  Fred Fish  <fnf@intrinsity.com>
1649
1650         * printcmd.c (print_scalar_formatted): "len" is the number of
1651         target bytes, NOT the number of target bits.
1652
1653 2002-09-09  Elena Zannoni  <ezannoni@redhat.com>
1654
1655         From: Emmanuel Thome'  <thome@lix.polytechnique.fr>
1656         * top.c (init_main): Set rl_terminal_name.
1657
1658 2002-09-08  Aidan Skinner <aidan@velvet.net>
1659
1660         * ada-lang.c (ada_array_bound, ada_type_match,
1661         _initialize_ada_language): Fix K&R definitions.
1662         * ada-tasks.c (get_current_task): Fix K&R definitions.
1663         * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
1664                         
1665 2002-09-07  Christopher Faylor  <cgf@redhat.com>
1666
1667         * MAINTAINERS: Remove CE from list of maintainership responsibilities.
1668         Add XP.
1669
1670 2002-09-06  Mark Kettenis  <kettenis@gnu.org>
1671
1672         * i386-tdep.c (i386_register_virtual_type,
1673         i386_register_convertible, i386_register_convert_to_virtual,
1674         i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
1675         instead of IS_FP_REGNUM and IS_SSE_REGNUM.
1676         (i386_gdbarch_init): Fix comment.  Add comments on calls that set
1677         sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
1678         Don't set push_arguments twice.
1679
1680         * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
1681         sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
1682         * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
1683         sigtramp_end to NULL.
1684         * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
1685         defines.
1686         (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
1687
1688         * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
1689         whitespace.
1690
1691         * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
1692         * gdbarch.h, gdbarch.c: Re-generate.
1693         * blockframe.c (find_pc_sect_partial_function): Convert to use
1694         SIGTRAMP_START_P predicate.
1695
1696 2002-09-05  Michael Snyder  <msnyder@redhat.com>
1697
1698         * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
1699         generic_dummy_frame method and old method.  Also distinguish
1700         between ARM_FP_REGNUM and THUMB_FP_REGNUM.
1701         (arm_extract_return_value): Use new regcache method.
1702
1703         * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
1704         adjustment that doesn't conform to the ABI.
1705         (mips_extract_struct_value_address): Retrieve V0_REGNUM from
1706         saved regcache, not from current regcache.
1707
1708 2002-09-05  Andrew Cagney  <ac131313@redhat.com>
1709
1710         * NEWS: Update for 5.3.  Add new section ``Changes since 5.3''.
1711         * README: Update.
1712
1713 2002-09-04  Jason Thorpe  <thorpej@wasabisystems.com>
1714
1715         * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
1716         if arm_apcs_32 is false.
1717
1718 2002-09-04  Andrew Cagney  <ac131313@redhat.com>
1719
1720         GDB 5.3 branch created.
1721
1722 2002-09-03  Theodore A. Roth  <troth@verinet.com>
1723
1724         * gdb/avr-tdep.c (avr_gdbarch_init): Use
1725         generic_unwind_get_saved_register.
1726
1727 2002-09-03  David Carlton  <carlton@math.stanford.edu>
1728
1729         * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
1730         argument (PR gdb/653).  Update call to smash_to_method_type.
1731         (read_structure_scope): Update call to dwarf2_add_member_fn.
1732
1733 2002-09-03  Michal Ludvig  <mludvig@suse.cz>
1734
1735         * x86-64-linux-tdep.c: Include gdb_string.h
1736         * x86-64-linux-nat.c: Ditto.
1737
1738 2002-09-02  Jason Thorpe  <thorpej@wasabisystems.com>
1739
1740         * ada-exp.y (yyname, yyrule): Remap global variables that appear
1741         when YYDEBUG is set to 1.  
1742         * c-exp.y: Likewise.
1743         * f-exp.y: Likewise.
1744         * jv-exp.y: Likewise.
1745         * m2-exp.y: Likewise.
1746         * p-exp.y: Likewise.
1747
1748 2002-09-02  Jason Thorpe  <thorpej@wasabisystems.com>
1749
1750         * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
1751         dependency list.
1752         * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
1753         solib_svr4_fetch_link_map_offsets to
1754         nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
1755         * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
1756         * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
1757         * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
1758         solib-svr4.o, and solib-legacy.o.
1759         * config/i386/tm-nbsd.h: Include solib.h.
1760
1761 2002-09-02  Jason Thorpe  <thorpej@wasabisystems.com>
1762
1763         * configure.tgt (i[3456]86-*-netbsdelf*): Merge with... 
1764         (i[3456]86-*-netbsd*): ...this.  Set gdb_target to nbsd. 
1765         (i[3456]86-*-openbsd*): Make this a separate entry.  Add a
1766         comment noting that this needs its own target configuration.
1767         * config/i386/nbsd.mt: New file.
1768         * config/i386/nbsdaout.mt: Remove.
1769         * config/i386/nbsdelf.mt: Ditto.
1770         * config/i386/tm-nbsdaout.h: Ditto. 
1771
1772 2002-09-02  Jason Thorpe  <thorpej@wasabisystems.com>
1773
1774         * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function. 
1775         (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset. 
1776         (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
1777         tdep->sigtramp_end.
1778         (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove. 
1779         * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
1780         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
1781
1782 2002-09-02  Jason Thorpe  <thorpej@wasabisystems.com>
1783
1784         * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
1785         $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
1786         * i386-tdep.h (i386bsd_init_abi): New prototype.
1787         * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
1788         function declaration.
1789         (_initialize_i386bsd_tdep): Don't register OS ABI handlers
1790         for NetBSD-a.out or NetBSD-ELF.
1791         (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
1792         (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
1793         (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
1794         * i386nbsd-tdep.c: ...here.  Include arch-utils.h, i386-tdep.h,
1795         and nbsd-tdep.h.
1796         (i386nbsd_pc_in_sigtramp): New function.
1797         (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1798         i386nbsd_pc_in_sigtramp.
1799         (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
1800         and i386nbsdelf_init_abi OS ABI handlers.
1801         * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
1802         * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
1803
1804 2002-09-02  Mark Kettenis  <kettenis@gnu.org>
1805
1806         * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
1807         registers if the target really has them.
1808
1809 2002-08-31  Jason Thorpe  <thorpej@wasabisystems.com>
1810
1811         * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
1812         than nbsd-tdep.h.
1813
1814 2002-08-31  Jason Thorpe  <thorpej@wasabisystems.com>
1815
1816         * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
1817         list.
1818         * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
1819         (alphanbsd_skip_sigtramp_frame): New functions. 
1820         (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
1821         alphanbsd_skip_sigtramp_frame.  Set tdep->sigcontext_addr
1822         to alphanbsd_sigcontext_addr. 
1823
1824 2002-08-31  Jason Thorpe  <thorpej@wasabisystems.com>
1825
1826         * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
1827         list.
1828         (nbsd-tdep.o): Add $(gdb_string_h) to dependency list. 
1829         * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
1830         nbsd_pc_in_sigtramp. 
1831         * mipsnbsd-tdep.c: Include nbsd-tdep.h.
1832         (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
1833         * nbsd-tdep.c: Include gdb_string.h.
1834         (nbsd_pc_in_sigtramp): New function. 
1835         * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype. 
1836         * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
1837         (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1838         ppcnbsd_pc_in_sigtramp. 
1839         * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
1840         (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1841         shnbsd_pc_in_sigtramp. 
1842         * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
1843         gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp. 
1844         * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
1845
1846 2002-08-30  Pierre Muller  <muller@ics.u-strasbg.fr>
1847
1848         * breakpoint.c (breakpoint_init_inferior): Reset the val field of
1849         watchpoints to NULL.
1850         (insert_breakpoints): set val field of watchpoints if NULL.
1851
1852
1853 2002-08-29  Jim Blandy  <jimb@redhat.com>
1854
1855         * symtab.c (lookup_symbol_aux): In the cases where we find a
1856         minimal symbol of an appropriate name and use its address to
1857         select a symtab to read and search, use `name' (as passed to us)
1858         as the demangled name when searching the symtab's global and
1859         static blocks, not the minsym's name.
1860
1861 2002-08-29  Keith Seitz  <keiths@redhat.com>
1862
1863         * stack.c (print_frame_info_base): Always set current_source_symtab
1864         and current_source_line.
1865
1866 2002-08-29  Donn Terry  <donnte@microsoft.com>
1867
1868         * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
1869
1870 2002-08-28  Keith Seitz  <keiths@redhat.com>
1871
1872         * stack.c (select_frame): Add FIXME concerning selected-frame
1873         events.
1874         (select_frame_command): Send selected-frame-level-changed
1875         event notification, but only if the level actually changed.
1876         (up_silently_base): Add selected-frame-level-changed event
1877         notification.
1878         (down_silently_base): Likewise.
1879
1880 2002-08-28  Andrew Cagney  <ac131313@redhat.com>
1881
1882         * Makefile.in: Update dependencies for all gdb/*.c files.
1883
1884 2002-08-27  Tom Tromey  <tromey@redhat.com>
1885
1886         * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
1887         ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
1888         Update dependencies.
1889         * i387-tdep.c: Include gdb_string.h.
1890         * osabi.c: Likewise.
1891         * i386-linux-nat.c: Likewise.
1892         * lin-lwp.c: Likewise.
1893         * ax-gdb.c: Likewise.
1894         * signals/signals.c: Likewise.
1895         * jv-valprint.c: Likewise.
1896         * p-lang.c: Likewise.
1897         * c-valprint.c: Likewise.
1898         * cp-abi.c: Likewise.
1899
1900 2002-08-27  Elena Zannoni  <ezannoni@redhat.com>
1901
1902         * cli/cli-script.h (copy_command_lines): Export.
1903         * breakpoint.c: Include cli/cli-script.h.
1904         * Makefile.in (breakpoint.o): Update dependencies.
1905
1906 2002-08-26  Michael Snyder  <msnyder@redhat.com>
1907
1908         * breakpoint.c (insert_breakpoints): Protect all references
1909         to 'process_warning'.  Shorten long lines.
1910
1911 2002-08-26  Joel Brobecker  <brobecker@gnat.com>
1912
1913         * cli/cli-script.c (copy_command_lines): New function.
1914         * defs.h (copy_command_lines): Export.
1915         * testsuite/gdb.base/commands.exp: New tests for commands
1916         attached to a temporary breakpoint, and for commands that
1917         delete the breakpoint they are attached to.
1918         
1919 2002-08-26  Michael Snyder  <msnyder@redhat.com>
1920
1921         * breakpoint.c (bpstat_stop_status): Instead of copying the 
1922         pointer to the breakpoint commands struct, make a new copy
1923         of the struct and point to that.
1924         (bpstat_clear): Free the commands struct.
1925         (bpstat_clear_actions): Free the commands struct.
1926         (bpstat_do_actions): Free the command actions.  Also execute
1927         the local cleanups, instead of deleting them.
1928         (delete_breakpoint): Leave the commands field of the bpstat
1929         chain alone -- it will be freed later.
1930
1931 2002-08-26  Kevin Buettner  <kevinb@redhat.com>
1932
1933         * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
1934         deleted in 2002-08-20 commit.  This function is still used by
1935         ppc-linux-nat.c.
1936
1937 2002-08-26  Keith Seitz  <keiths@redhat.com>
1938
1939         * gdb-events.sh: Add selected-frame-level-changed event.
1940         * gdb-events.c: Regenerated.
1941         * gdb-events.h: Regenerated.
1942         
1943 2002-08-26  Stephane Carrez  <stcarrez@nerim.fr>
1944
1945         Fix PR gdb/393:
1946         * inflow.c (terminal_save_ours): New function to save terminal
1947         settings.
1948         * inferior.h (terminal_save_ours): Declare.
1949         * target.c (debug_to_terminal_save_ours): New function.
1950         (cleanup_target): Defaults to_terminal_save_ours.
1951         (update_current_target): Inherit to_terminal_save_ours.
1952         (setup_target_debug): Set to_terminal_save_ours.
1953         * target.h (target_terminal_save_ours): New to save terminal settings.
1954         (target_ops): New member to_terminal_save_ours.
1955         * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
1956         * hpux-thread.c (init_hpux_thread_ops): Likewise.
1957         * inftarg.c (init_child_ops): Likewise.
1958         * m3-nat.c (init_m3_ops): Likewise.
1959         * procfs.c (init_procfs_ops): Likewise.
1960         * wince.c (init_child_ops): Likewise.
1961         * win32-nat.c (init_child_ops): Likewise.
1962         * sol-thread.c (init_sol_thread_ops): Likewise.
1963
1964 2002-08-26  Mark Kettenis  <kettenis@gnu.org>
1965
1966         * i386-tdep.c (i386_store_return_value): Undeprecate.  Convert to
1967         use regcache_* functions.
1968         (i386_gdbarch_init): Set store_return_value instead of
1969         deprecated_store_return_value.
1970
1971         * regcache.c (regcache_raw_write_signed,
1972         regcache_raw_write_unsigned): New functions.
1973         * regcache.h (regcache_raw_write_signed,
1974         regcache_raw_write_unsigned): New prototypes.
1975
1976 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
1977
1978         * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
1979         (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
1980         source file dependencies.  Cleanup corresponding generator rules.
1981
1982 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
1983
1984         * regcache.h (register_offset_hack): Declare.
1985         (regcache_cooked_read_using_offset_hack): Declare.
1986         (regcache_cooked_write_using_offset_hack): Declare.
1987
1988         * regcache.c (register_offset_hack): New function.
1989         (regcache_cooked_read_using_offset_hack): New function.
1990         (regcache_cooked_write_using_offset_hack): New function.
1991         (regcache_dump): Check that the registers, according to their
1992         offset, are packed hard against each other.
1993         (cooked_xfer_using_offset_hack): New function.
1994
1995 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
1996
1997         * regcache.c (struct regcache_descr): Add field register_type.
1998         (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
1999         in as a parameter
2000         (init_regcache_descr): Initialize register_type.  Pass the descr
2001         to init_legacy_regcache_descr.  Use register_type instead of
2002         REGISTER_VIRTUAL_TYPE.
2003         (register_type): New function.
2004         (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
2005         * regcache.h (register_type): Declare.
2006
2007 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
2008
2009         * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
2010         instead of deprecated_store_return_value.  Fix fallout from
2011         2002-08-23 Andrew Cagney <cagney@redhat.com>.
2012
2013 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
2014
2015         * regcache.c (max_register_size): New function.
2016         (init_legacy_regcache_descr): Ensure that max_register_size is
2017         large enough for REGISTER_VIRTUAL_SIZE.
2018         * regcache.h (max_register_size): Declare.
2019
2020 2002-08-24  Andrew Cagney  <ac131313@redhat.com>
2021
2022         * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
2023         store_return_value.
2024         (e500_extract_return_value): Change type of valbuf pointer to
2025         void.
2026
2027 2002-08-24  Mark Kettenis  <kettenis@gnu.org>
2028
2029         * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
2030         workaround.
2031
2032         * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
2033         PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
2034         long long) to prevent compiler warning on 64-bit systems.
2035
2036 2002-08-23  Andrew Cagney  <cagney@redhat.com>
2037
2038         * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
2039         (DEPRECATED_STORE_RETURN_VALUE): New method.
2040         (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
2041         * gdbarch.h, gdbarch.c: Re-generate.
2042
2043         * values.c (set_return_value): Pass current_regcache to
2044         STORE_RETURN_VALUE.
2045         * arch-utils.h (legacy_store_return_value): Declare.
2046         * arch-utils.c (legacy_store_return_value): New function.
2047         (legacy_extract_return_value): Update parameters.
2048
2049         * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
2050         STORE_RETURN_VALUE.
2051         * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2052         * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2053         * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2054         * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2055         * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2056         * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2057         * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2058         * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2059         * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2060         * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2061
2062         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2063         * i386-tdep.c (i386_extract_return_value): Update.
2064         * arch-utils.c (legacy_extract_return_value): Update.
2065         * frv-tdep.c (frv_gdbarch_init): Update.
2066         * cris-tdep.c (cris_gdbarch_init): Update.
2067         * d10v-tdep.c (d10v_gdbarch_init): Update.
2068         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2069         * m68k-tdep.c (m68k_gdbarch_init): Update.
2070         * mcore-tdep.c (mcore_gdbarch_init): Update.
2071         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2072         * s390-tdep.c (s390_gdbarch_init): Update.
2073         * sparc-tdep.c (sparc_gdbarch_init): Update.
2074         * sh-tdep.c (sh_gdbarch_init): Update.
2075         * x86-64-tdep.c (x86_64_gdbarch_init): Update.
2076         * v850-tdep.c (v850_gdbarch_init): Update.
2077         * avr-tdep.c (avr_gdbarch_init): Update.
2078         * ia64-tdep.c (ia64_gdbarch_init): Update.
2079         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2080         * vax-tdep.c (vax_gdbarch_init): Update.
2081         * alpha-tdep.c (alpha_gdbarch_init): Update.
2082         * arm-tdep.c (arm_gdbarch_init): Update.
2083         * mips-tdep.c (mips_gdbarch_init): Update.
2084         * i386-tdep.c (i386_gdbarch_init): Update.
2085
2086 2002-08-23  Andrew Cagney  <ac131313@redhat.com>
2087
2088         * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
2089         bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
2090
2091 2002-08-24  Mark Kettenis  <kettenis@gnu.org>
2092
2093         * PROBLEMS: Refer to GDB 5.3 instead of 5.2.  Mention FreeBSD
2094         problems.
2095
2096 2002-08-23  Joel Brobecker  <brobecker@gnat.com>
2097
2098         * infrun.c (handle_inferior_event): Move a comment outside of a
2099         function call, in order to avoid indent reformatting this part
2100         of the code in an unreadable way.
2101
2102 2002-08-23  Grace Sainsbury  <graces@redhat.com>
2103
2104         * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
2105         when breakpoints fail. Move general breakpoint error messages to
2106         insert_breakpoints.  
2107         * breakpoint.c (insert_breakpoints): Change warnings when
2108         breakpoints are nto inserted to specify the type. Remove call to
2109         memory_error when hardware breakpoints can't be inserted. Remove
2110         multiple calls to warning so all messages are sent to the user at
2111         once.
2112         (delete_breakpoints): Make insert error messsages more explicit.
2113
2114 2002-08-23  Daniel Jacobowitz  <drow@mvista.com>
2115
2116         * ChangeLog: Move gdbserver entries after GDB 5.2 to
2117         gdbserver/ChangeLog.
2118
2119 2002-08-23  Mark Kettenis  <kettenis@gnu.org>
2120
2121         * i386-tdep.c: Include "objfiles.h".
2122         (i386_svr4_init_abi): Set in_solib_call_trampoline and
2123         skip_trampoline_code.
2124         * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
2125         (CPLUS_MARKER): Define to '.'.
2126
2127         * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
2128         member.
2129         (linux_corefile_thread_callback): Increase args->num_notes.
2130         (linux_make_note_section): Initialize thread_args.num_notes, and
2131         use it to determine whether notes for any threads were created.
2132
2133 2002-08-23  Donn Terry  <donnte@microsoft.com>
2134
2135         * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
2136         corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
2137         and PCUNKILL.
2138         (write_with_trace): Conditionalize out the switch branch handling
2139         PCSHOLD if the corresponding macro is not defined. Likewise for
2140         PRSABORT and PRSTOP.
2141         This change will be needed by the Interix port.
2142
2143 2002-08-22  Elena Zannoni  <ezannoni@redhat.com>
2144
2145         * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
2146         write_register wherever possible instead of manipulating the
2147         register bytes directly.
2148         Assign VALUE_CONTENTS to a variable and use that.
2149         The GPR numbers are now dependent on the architecture.
2150         
2151 2002-08-22  Elena Zannoni  <ezannoni@redhat.com>
2152
2153         * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
2154         ev_offset fields.
2155         (skip_prologue): Add support for BookE/e500 instructions.
2156         (e500_extract_return_value): New function.
2157         (frame_get_saved_regs): Add support for saving ev registers and
2158         pseudo gpr's.
2159         (e500_store_return_value): New function.
2160         (rs6000_gdbarch_init): Move up default intializations of
2161         deprecated_extract_return_value and store_return_value.  Overwrite
2162         init of store_return_value with e500 specific version.
2163         Set extract_return_value for e500.
2164         
2165 2002-08-22  Elena Zannoni  <ezannoni@redhat.com>
2166
2167         * blockframe.c (generic_call_dummy_register_unwind): Use
2168         regcache_cooked_read to catch cases in which the variable is
2169         stored in a pseudo register.
2170
2171 2002-08-22  Andrew Cagney  <cagney@redhat.com>
2172
2173         * NEWS: Mention that the i960 has been made obsolete.
2174         * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
2175         i960-tdep.c
2176         (remote-nrom.o): Obsolete target.
2177         (remote-nindy.o, i960-tdep.o): Ditto.
2178         * remote-nrom.c: Make file obsolete.
2179         * remote-nindy.c, remote-vx960.c: Ditto.
2180         * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
2181         * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
2182         * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
2183         * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
2184         * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
2185         i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
2186         i960-*-vxworks* obsolete.
2187         * MAINTAINERS: Note that the i960 is obsolete.
2188
2189 2002-08-21  Corinna Vinschen  <vinschen@redhat.com
2190
2191         * aix-thread.c (aix_thread_detach): Disable thread debugging on
2192         detach to allow reinitialization.
2193
2194 2002-08-22  Andrew Cagney  <ac131313@redhat.com>
2195
2196         * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
2197         attempt).
2198
2199 2002-08-22  Jim Blandy  <jimb@redhat.com>
2200
2201         * coffread.c (coff_symfile_read): Don't try to read the line
2202         number table from disk if the image file doesn't have a symbol
2203         table; we'll never actually look at the info anyway, and Windows
2204         ships DLL's with bogus file offsets for the line number data.
2205
2206 2002-08-21  Elena Zannoni  <ezannoni@redhat.com>
2207
2208         * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
2209         an e500 executable.
2210
2211 2002-08-21  Michael Snyder  <msnyder@redhat.com>
2212
2213         * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
2214         (MSYMBOL_SIZE): Replace macro with function.
2215         (DEFAULT_MIPS_TYPE): Delete unused macro.
2216         * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
2217         * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
2218
2219 2002-08-21  Jim Blandy  <jimb@redhat.com>
2220
2221         * valops.c (value_cast): Simplify and correct logic for doing a
2222         static cast from a pointer to a base class to a pointer to a
2223         derived class.
2224
2225 2002-08-21  Andrew Cagney  <ac131313@redhat.com>
2226
2227         * infcmd.c (default_print_registers_info): Replace
2228         do_registers_info.
2229         (registers_info): Use gdbarch_print_registers_info instead of
2230         DO_REGISTERS_INFO.
2231         * inferior.h (default_print_registers_info): Replace
2232         do_registers_info.
2233         * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
2234         (DO_REGISTERS_INFO): Change to a predicate function.
2235         * gdbarch.h, gdbarch.c: Regenerate.
2236         
2237 2002-08-21  Keith Seitz  <keiths@redhat.com>
2238
2239         * gdb-events.sh: Add target-changed event.
2240         * gdb-events.c: Regenerated.
2241         * gdb-events.c: Regenerated.
2242         * valops.c (value_assign): Add target-changed event notification
2243         to inlval_register, lval_memory, and lval_reg_frame_relative.
2244
2245 2002-08-21  Joel Brobecker  <brobecker@gnat.com>
2246
2247         * NEWS: Add an entry regarding the improvement of the next/step
2248         operation on Alpha Tru64 multi-processor machines.
2249
2250 2002-08-21  Andrew Cagney  <ac131313@redhat.com>
2251
2252         * Makefile.in: Update dependencies for mi/ cli/ and tui/
2253         directores.
2254         * Makefile.in: Update all _h macro definitions.
2255         * Makefile.in (install-gdbtk): Move to install section.
2256         (rdi-share/libangsd.a): Move to end of file.
2257
2258 2002-08-19  Andrew Cagney  <ac131313@redhat.com>
2259
2260         * frame.c (frame_register_unwind): When a register, set addrp to
2261         the register's byte.
2262
2263 2002-08-20  Michael Snyder  <msnyder@redhat.com>
2264
2265         * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
2266         used locally, so move them from the target machine header to here.
2267         (mips_set_processor_type, mips_register_name, mips32_next_pc, 
2268         mips16_next_pc, cached_proc_desc, mips_set_processor_type): 
2269         Make static.
2270         * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
2271
2272 2002-08-20  Andrew Cagney  <cagney@redhat.com>
2273
2274         * NEWS: Mention that the Apollo line was made obsolete.
2275         * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
2276         m68*-hp-hpux* obsolete.
2277         * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
2278         m68*-hp-bsd* and m68*-hp-hpux* obsolete.
2279         * buildsym.c (make_blockvector): Make static.
2280         * buildsym.h (make_blockvector): Make extern declaration obsolete.
2281         * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
2282         (ALLDEPFILES): Remove dstread.c.
2283         (dstread.o): Obsolete make rule.
2284         * dstread.c: Makefile obsolete.
2285         * dst.h: Ditto.
2286         * config/m68k/hp300hpux.mt: Ditto.
2287         * config/m68k/hp300hpux.mh: Ditto.
2288         * config/m68k/hp300bsd.mt: Ditto.
2289         * config/m68k/hp300bsd.mh: Ditto.
2290         * config/m68k/apollo68b.mt: Ditto.
2291         * config/m68k/apollo68v.mh: Ditto.
2292         * config/m68k/apollo68b.mh: Ditto.
2293
2294 2002-08-20  Michael Snyder  <msnyder@redhat.com>
2295
2296         * mips-tdep.c (mips_in_return_stub): Make static.
2297         (mips_gdbarch_init): Set in_solib_return_trampoline.
2298         * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
2299
2300 2002-08-20  Michael Snyder  <msnyder@redhat.com>
2301
2302         * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
2303         * gdbarch.c, gdbarch.h: Regenerate.
2304         * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
2305         Add.
2306         * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
2307
2308 2002-08-20  Michael Snyder  <msnyder@redhat.com>
2309
2310         * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
2311         (mips_gdbarch_init): Set skip_trampoline_code, 
2312         in_solib_call_trampoline.
2313         * config/mips/tm-mips.h (REGISTER_NAME): Delete.
2314         (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
2315
2316 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
2317
2318         * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
2319
2320         * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
2321         vector type for ev registers.
2322         (e500_pseudo_register_read): New function.
2323         (e500_pseudo_register_write): New function.
2324         (e500_dwarf2_reg_to_regnum): New function.
2325         (PPC_UISA_NOFP_SPRS): New macro.
2326         (PPC_EV_REGS): New macro.
2327         (PPC_GPRS_PSEUDO_REGS): New macro.
2328         (registers_e500): New register set for e500.
2329         (variants): Add e500 variant.
2330         (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
2331         before setting architectural dependent variations.  Initialize ev
2332         registers numbers.  Add case for e500 architecture.  Set the
2333         number of pseudo registers.
2334
2335 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
2336
2337         * rs6000-tdep.c: Clean up comments.
2338
2339 2002-08-20  Andrew Cagney  <cagney@redhat.com>
2340
2341         * h8300-tdep.c: Re-indent file.
2342
2343 2002-08-20  Jim Blandy  <jimb@redhat.com>
2344
2345         * Makefile.in (LDFLAGS): Allow the configure script to establish a
2346         default for this.
2347
2348 2002-08-20  Keith Seitz  <keiths@redhat.com>
2349
2350         * breakpoints.c (watch_command_1): Use internal breakpoint
2351         when setting a watchpoint_scope breakpoint.
2352
2353 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
2354
2355         * gdbtypes.c (build_builtin_type_vec64): Add name to type.
2356         (build_builtin_type_vec64i): Ditto.
2357         (build_builtin_type_vec128): Ditto.
2358         (build_builtin_type_vec128i): Ditto.
2359
2360 2002-08-19  Michael Snyder  <msnyder@redhat.com>
2361
2362         * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
2363         (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
2364         (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
2365         POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
2366         (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
2367         CALL_DUMMY_ADDRESS): Delete.
2368         * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
2369         mips_msymbol_is_special, mips_fix_call_dummy): New functions.
2370         (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame, 
2371         push_dummy_frame, fix_call_dummy, init_extra_frame_info, 
2372         push_return_address.
2373         (mips_register_raw_size, mips_eabi_use_struct_convention, 
2374         mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
2375         mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
2376         mips_init_extra_frame_info, mips_eabi_push_arguments, 
2377         mips_n32n64_push_arguments, mips_push_return_address,
2378         mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
2379         mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
2380
2381 2002-08-19  Michael Snyder  <msnyder@redhat.com>
2382
2383         * mips-tdep.c (mips_frame_num_args): New function.
2384         (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
2385         frame_saved_pc, frame_args_address, frame_locals_address, 
2386         frame_num_args, and frame_args_skip.
2387         * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
2388         FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, 
2389         FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
2390         * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
2391
2392 2002-08-20  Michael Snyder  <msnyder@redhat.com>
2393
2394         * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
2395         (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
2396         * mips-tdep.c (mips_store_struct_return): New function.
2397         (mips_extract_struct_value_address): New function.
2398         (mips_gdbarch_init): Set store_struct_return and
2399         extract_struct_value_address.
2400
2401 2002-08-20  David Carlton  <carlton@math.stanford.edu>
2402
2403         * dwarf2read.c (dwarf2_build_psymtabs): Check that
2404         dwarf_line_offset is nonzero before creating dwarf_line_buffer.
2405         (read_file_scope): Check that line_header is nonzero before
2406         decoding macro information.
2407
2408 2002-08-20  Mark Kettenis  <kettenis@gnu.org>
2409
2410         * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
2411         flag the general-purpose registers as floating-point on targets
2412         that don't support the floating-point registers.
2413
2414 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
2415
2416         * rs6000-tdep.c (altivec_register_p): Delete.
2417         (rs6000_do_altivec_registers): Delete.
2418         (rs6000_altivec_registers_info): Delete.
2419         (rs6000_do_registers_info): Delete.
2420         (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
2421         (rs6000_gdbarch_init): Remove setting of do_registers_info.
2422
2423 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
2424
2425         * infcmd.c (do_registers_info): Print vector registers in hex
2426         format only.
2427         (print_vector_info): Check that printing registers
2428         makes sense.
2429         (print_float_info): Ditto.
2430
2431 2002-08-20  Andrew Cagney  <ac131313@redhat.com>
2432
2433         * mips-tdep.c (mips_gdbarch_init): Update.
2434         (mips_o32_extract_return_value): Rewrite.
2435         (mips_o32_store_return_value): Rewrite.
2436         (mips_o32_xfer_return_value): New function.
2437         (mips_xfer_register): Tweak debug print message.  Allow for
2438         buf_offset when dumping the value transfered.
2439
2440 2002-08-20  Andrew Cagney  <ac131313@redhat.com>
2441
2442         * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
2443         * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
2444         * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
2445         * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
2446         * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
2447
2448 2002-08-14  Michael Snyder  <msnyder@redhat.com>
2449
2450         * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
2451
2452 2002-08-19  Elena Zannoni  <ezannoni@redhat.com>
2453
2454         * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
2455         register.
2456         (P): New macro to define a register as a pseudo register.
2457         (R, R4, R8, R16, FR32, R64, R0): Updated.
2458         (struct variant): Add new fields for number of pseudo registers
2459         and number of total registers.
2460         (tot_num_registers): New macro replacing....
2461         (num_registers): ...deleted macro.
2462         (num_registers): New function.
2463         (num_pseudo_registers): New function.
2464         (variants): Update all variants to intialize new fields correctly.
2465         Postpone initialization of number of pseudo regs and real regs.
2466         (init_variants): New function.
2467         (rs6000_gdbarch_init): Initialize variants.  Update calculation of
2468         registers offsets.
2469
2470 2002-08-19  David Carlton  <carlton@math.stanford.edu>
2471
2472         * valops.c (search_struct_field): Change error message to treat
2473         return value of 0 from value_static_field as meaning that field is
2474         optimized out.
2475         (value_struct_elt_for_reference): Ditto.
2476         * values.c (value_static_field): Treat an unresolved location the
2477         same as a nonexistent symbol.  Fix PR gdb/635.
2478         * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
2479         enclosed.  Fix PR gdb/574.
2480         * MAINTAINERS: Add self to Write After Approval list.
2481
2482 2002-08-19  Andrew Cagney  <ac131313@redhat.com>
2483
2484         * mips-tdep.c (mips_xfer_register): New function.
2485         (mips_n32n64_extract_return_value): Rewrite.
2486         (mips_gdbarch_init): For N32 and N64, set extract_return_value
2487         instead of deprecated_extract_return_value.
2488
2489 2002-08-19  Elena Zannoni  <ezannoni@redhat.com>
2490
2491         * rs6000-tdep.c (TDEP): Delete macro.
2492         (branch_dest): Replace use of TDEP macro with its body.
2493         (rs6000_pop_frame): Ditto.
2494         (rs6000_push_arguments): Ditto.
2495         (rs6000_skip_trampoline_code): Ditto.
2496         (rs6000_frame_saved_pc): Ditto.
2497         (rs6000_frame_chain): Ditto.
2498         (rs6000_register_name): Ditto.
2499         (rs6000_register_byte): Ditto.
2500         (rs6000_register_raw_size): Ditto.
2501         (rs6000_register_virtual_type): Ditto.
2502         (rs6000_register_convertible): Ditto.
2503         (rs6000_convert_from_func_ptr_addr): Ditto.
2504
2505 2002-08-19  Daniel Jacobowitz  <drow@mvista.com>
2506
2507         * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
2508         conditionally.
2509         (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
2510         MIPS_LINUX_JB_ELEMENT_SIZE.
2511         * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
2512         for MAX_REGISTER_RAW_SIZE arrays.
2513         (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
2514         MIPS_LINUX_JB_ELEMENT_SIZE.
2515
2516 2002-08-19  Pierre Muller  <muller@ics.u-strasbg.fr>
2517
2518         * i387-tdep.c (i387_print_float_info): Fix typo in comment.
2519
2520 2002-08-19  Aidan Skinner <aidan@velvet.net>
2521
2522         * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
2523         ada-valprint.c ada-tasks.c.
2524         (YYFILES): Add ada-exp.y.
2525         (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
2526         (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
2527         (ada-exp.tab.o): New target.
2528                 
2529 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
2530
2531         * regcache.c (regcache_xfer_part): New function.
2532         (regcache_raw_read_part): New function.
2533         (regcache_raw_write_part): New function.
2534         (regcache_cooked_read_part): New function.
2535         (regcache_cooked_write_part): New function.
2536         * regcache.h (regcache_raw_read_part): Declare.
2537         (regcache_raw_write_part): Declare.
2538         (regcache_cooked_read_part): Declare.
2539         (regcache_cooked_write_part): Declare.
2540
2541 2002-08-18  Daniel Jacobowitz  <drow@mvista.com>
2542
2543         * remote.c (remote_open_1): Add async_p.
2544         (remote_async_open_1): Delete.
2545         (open_remote_target): Delete.
2546         (remote_open, extended_remote_open): Update calls to remote_open_1.
2547         (remote_async_open, extended_remote_async_open): Call
2548         remote_open_1 instead of remote_async_open_1.
2549
2550 2002-08-19  Mark Kettenis  <kettenis@gnu.org>
2551
2552         * blockframe.c: Fix a few coding standard violations.
2553
2554 2002-08-19  Mark Kettenis  <kettenis@gnu.org>
2555
2556         * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
2557         here from ...
2558         * config/i386/tm-i386sco5.h: ... here.  File removed.
2559         * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
2560
2561         * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
2562         * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
2563         (TM_FILE): Set to tm-i386.h.
2564         * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
2565         * config/i386/tm-i386v.h: Remove file.
2566         * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
2567         instead of "i386/tm-i386v.h".
2568         (START_INFERIOR_TRAPS_EXPECTED): Remove define.
2569         * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
2570         "i386/tm-i386v.h".
2571         (START_INFERIOR_TRAPS_EXPECTED): Remove define.
2572         * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
2573         "i386/tm-i386.h".
2574
2575 2002-08-18  Mark Kettenis  <kettenis@gnu.org>
2576
2577         * config/i386/nm-i386v.h: Add protection against
2578         multiple-inclusion.
2579         (i386_register_u_addr): Remove prototype.
2580         (register_u_addr): New prototype.
2581         (REGISTER_U_ADDR): Redefine accordingly.
2582         * i386v-nat.c: Improve several comments.
2583         (i386_register_u_addr): Change signature and rename to
2584         register_u_addr.  Use FP_REGNUM_P.  Rewrite slightly to get rid of
2585         ubase variable.
2586
2587 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
2588
2589         * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
2590         (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
2591         * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
2592         deprecated_extract_return_value.
2593         (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
2594         rename mips_o32o64_push_arguments.
2595         (mips_gdbarch_init): Update.
2596         (mips_extract_return_value): Delete.
2597         (mips_o32_extract_return_value): Clone mips_extract_return_value.
2598         (mips_o64_extract_return_value): Clone mips_extract_return_value.
2599         (mips_eabi_extract_return_value): Clone mips_extract_return_value.
2600         (mips_n32n64_extract_return_value): Clone
2601         mips_extract_return_value.
2602         (mips_store_return_value): Delete.
2603         (mips_o32_store_return_value): Clone mips_store_return_value.
2604         (mips_o64_store_return_value): Clone mips_store_return_value.
2605         (mips_eabi_store_return_value): Clone mips_store_return_value.
2606         (mips_n32n64_store_return_value): Clone mips_store_return_value.
2607
2608 2002-08-18  Aidan Skinner <aidan@velvet.net>
2609
2610         * ada-lang.c: Use gdb_string.h instead of <string.h>.
2611         * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
2612                 
2613 2002-08-18  Aidan Skinner <aidan@velvet.net>
2614
2615         * ada-lang.c: Run through gdb_indent.sh.
2616         * ada-lang.h: Run through gdb_indent.sh.
2617         * ada-tasks.c: Run through gdb_indent.sh.
2618         * ada-typeprint.c: Run through gdb_indent.sh.
2619         * ada-valprint.c: Run through gdb_indent.sh.
2620
2621 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
2622
2623         * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
2624         ABI.
2625
2626 2002-08-18  Mark Kettenis  <kettenis@gnu.org>
2627
2628         * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
2629
2630         * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
2631         * i386b-nat.c [FLOAT_INFO]: Remove dead code.
2632
2633         * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
2634         write_register_gen instead of write_register_bytes.
2635
2636         * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
2637         i[3456]-*-osf1mk* configurations have been made obsolete.
2638         * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
2639         i[3456]86-*-osf1mk* hosts obsolete.
2640         * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
2641         targets obsolete.
2642         * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
2643         config/i386/xm-i386mach.h, config/i386/i386m3.mh,
2644         config/i386/i386m3.mt, config/i386/nm-m3.h,
2645         config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
2646         config/i386/i386mk.mh, config/i386/i386mk.mt,
2647         config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
2648         obsolete.
2649         * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
2650         * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
2651         (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
2652
2653 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
2654
2655         * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
2656         (hppa_value_returned_from_stack): Declare.
2657         (hppa_extract_return_value): Declare.
2658         * config/pa/hppa.mt: New file.
2659         * configure.tgt: Recognize hppa*-*-*.
2660         * MAINTAINERS: Change HPPA target to hppa-elf.  Still broken.
2661
2662 2002-08-18  Mark Kettenis  <kettenis@gnu.org>
2663
2664         * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
2665         comment.
2666
2667 2002-08-17  Mark Kettenis  <kettenis@gnu.org>
2668
2669         * top.c (gdb_rl_operate_and_get_next): Make sure
2670         operate-and-get-next functions correctly even when the history
2671         list is completely filled.
2672
2673 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
2674
2675         * MAINTAINERS (Target Instruction Set Architectures): Rename
2676         Target/Architectures.  Replace vax-dec-vms5.5 with vax-netbsd.
2677         Replace s390-linux with s390-linux-gnu.  Remove i386-aout,
2678         mcore-pe, mips64-elf, sparc64-elf.  Remove i586-pc-msdosdjgpp,
2679         already listed under Host/Native.
2680
2681         * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
2682         i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*.  Add
2683         mips*-*-*.
2684
2685 2002-08-17  Andrew Cagney  <ac131313@redhat.com>
2686
2687         * config/ia64/ia64.mt: New file.
2688         * config/alpha/alpha.mt: New file.
2689         * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
2690         ia64-linux-gnu.  Mention that ia64-elf is broken.
2691         * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
2692
2693 2002-08-17  Mark Kettenis  <kettenis@elgar.kettenis.dyndns.org>
2694
2695         * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
2696         generic_func_frame_valid instead of func_frame_valid.
2697
2698 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
2699
2700         * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
2701         procfs appears to be broken when debugging on multi-processor
2702         machines. So enable software single stepping in order to avoid
2703         using the procfs interface to do next/step operations, using
2704         internal breakpoints instead.
2705
2706         * infrun.c (handle_inferior_event): Readjust the stop_pc by
2707         DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
2708         make this pc address equal to the value it would have if the
2709         system stepping capability was used. Also set a new flag used
2710         to ensure that we don't readjust the PC one more time later.
2711
2712         * breakpoint.c (bpstat_stop_status): Do not adjust the PC
2713         address by DECR_PC_AFTER_BREAK when software single step is
2714         in use for this architecture, as this has already been taken
2715         care of in handle_inferior_event().
2716
2717 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
2718
2719         * infrun.c (handle_inferior_event): Minor reformatting, to make
2720         a rather long condition expression easier to read.
2721
2722 2002-08-16  Andrew Cagney  <ac131313@redhat.com>
2723
2724         * Makefile.in (gdbtk.o): Move to end of file.
2725         (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
2726         (gdbtk-hooks.o, gdbtk-register.o): Ditto.
2727         (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
2728         (gdbtk-wrapper.o, gdbres.o): Ditto.
2729
2730 2002-08-16  Andrew Cagney  <ac131313@redhat.com>
2731
2732         * Makefile.in (copying.o): Separate out compile rule.
2733         (hpux-thread.o, procfs.o, signals.o): Ditto.
2734         (v850ice.o, z8k-tdep.o): Ditto.
2735         (tui-file.o): Move to TUI section.
2736         (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
2737         (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
2738
2739 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
2740
2741         * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
2742         skip_trampoline_code, for better namespace-proofing.   
2743
2744         * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
2745
2746 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
2747
2748         * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
2749
2750 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
2751
2752         * infrun.c (handle_inferior_event): When receiving a SIGTRAP
2753         signal, check whether we hit a breakpoint before checking for a
2754         single step breakpoint. Otherwise, GDB fails to notice that a
2755         breakpoint has been hit when stepping onto a breakpoint.
2756
2757 2002-08-16  Keith Seitz  <keiths@redhat.com>
2758
2759         * gdb-events.sh (clear_gdb_event_hooks): New function.
2760         * gdb-events.c: Regenerate.
2761         * gdb-events.h: Regenerate.
2762
2763 2002-08-16  Andrew Cagney  <ac131313@redhat.com>
2764
2765         * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
2766         not_a_sw_breakpoint.
2767         * breakpoint.h (bpstat_stop_status): Add parameter names.
2768
2769 2002-08-16  Grace Sainsbury  <graces@redhat.com>
2770
2771         * remote.c (remote_insert_hw_breakpoint)
2772         (remote_remove_hw_breakpoint): Fix calculation of length field
2773         for Z-packet.
2774
2775 2002-08-15  Michael Snyder  <msnyder@redhat.com>
2776
2777         * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
2778         (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
2779         (supply_fpregset): Ditto.
2780         
2781         * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL, 
2782         REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE, 
2783         MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
2784         (TARGET_READ_SP): Delete.
2785         (DO_REGISTERS_INFO): Delete.
2786         (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
2787         Delete.
2788         (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
2789         from macros to functions.
2790
2791         * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
2792         (mips_register_convertible, mips_register_convert_to_virtual,
2793         mips_register_convert_to_raw): Make static.
2794         (mips_read_sp): New function.
2795         (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
2796         (mips_do_registers_info): Make static.
2797         (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
2798         (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
2799         (mips_register_convert_from_type, mips_register_convert_to_type):
2800         New functions.
2801         (mips_gdbarch_init): Set up function_start_offset, 
2802         register_virtual_size, pc_in_sigtramp.
2803
2804 2002-08-15  Andrew Cagney  <ac131313@redhat.com>
2805
2806         * infcmd.c (vector_info): New function.
2807         (_initialize_infcmd): Add command "info vector".
2808         (print_vector_info): New function.
2809
2810         * gdbarch.sh (PRINT_VECTOR_INFO): New method
2811         * gdbarch.h, gdbarch.c: Regenerate.
2812
2813 2002-08-15  Andrew Cagney  <ac131313@redhat.com>
2814
2815         * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
2816         ``print_all''.  Only print vector registers when ``print_all''.
2817
2818 2002-08-15  Andrew Cagney  <ac131313@redhat.com>
2819
2820         * i387-tdep.h (i387_print_float_info): Add `args' parameter.
2821         * i387-tdep.c (i387_print_float_info): Add `args' parameter.
2822
2823         * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
2824         Add `args' parameter.
2825         * gdbarch.h, gdbarch.c: Regenerate.
2826         
2827         * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
2828         
2829         * infcmd.c (float_info): Call print_float_info.
2830         (print_float_info): New function.  By default, print the
2831         floating-point registers.
2832
2833         * arch-utils.h (default_print_float_info): Delete declaration.
2834         * arch-utils.c (default_print_float_info): Delete function.
2835         
2836 2002-08-16  Mark Kettenis  <kettenis@gnu.org>
2837
2838         * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
2839         out define.
2840
2841         * i387-tdep.c (i387_print_float_info): Add comment about ignoring
2842         FRAME.
2843
2844         * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
2845         * configure.host: Make i[3456]86-*-aix host obsolete.
2846         * configure.tgt: Make i[3456]86-*-aix target obsolete.
2847         * config/i386/i386aix.mh, config/i386/i386aix.mt,
2848         config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
2849         config/i386/xm-i386aix.h: Make files obsolete.
2850         * i386aix-nat.c: Make file obsolete.
2851         * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
2852         (i386aix-nat.o): Make target obsolete.
2853
2854         * config/i386/nm-gnu.h: Removed.
2855         * config/i386/nm-i386gnu.h: New file.
2856         (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
2857         THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
2858         Moved here from ...
2859         * config/i386/tm-i386gnu.h: ... here.  Removed.
2860         * config/i386/xm-i386gnu.h: Removed.
2861         * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
2862         (NAT_FILE): Set to nm-i386gnu.h.
2863         * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
2864         * i386-tdep.c: New file.
2865         * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
2866         (i386gnu-tdep.o): Specify dependencies.
2867
2868 2002-08-15  Mark Kettenis  <kettenis@gnu.org>
2869
2870         * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
2871         "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
2872         Adjust a few comments to reflect reality a bit closer.
2873         (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
2874         TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
2875         HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
2876         target_insert_watchpoint, target_remove_watchpoint):
2877         Move defines to ...
2878         * config/i386/nm-i386sco5.h: ... here.
2879         (kernel_u_size): Add prototype.  Improve a few comments and add
2880         protection against multiple inclusion.
2881         
2882         * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
2883         out define.
2884
2885         * uw-thread.c (SP_ARG0): Define if not already defined.
2886         * config/i386/tm-i386.h (SO_ARG0): Remove define.
2887
2888         * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
2889
2890         * config/i386/tm-i386.h: Don't include "regcache.h".
2891
2892         * i387-tdep.h (i387_print_float_info): New prototype.
2893         * i387-tdep.c (print_i387_value, print_i387_ext,
2894         print_i387_status_word, print_i387_control_word): Add `struct
2895         ui_file *' argument and use it for output.
2896         (i387_print_float_info): Renamed from i387_float_info.  Add
2897         `struct gdbarch *' and `struct ui_file *' arguments and use the
2898         latter for output.
2899         * i386-tdep.c: Include "i387-tdep.h".
2900         (i386_gdbarch_init): Set print_float_info.
2901         * config/i386/tm-i386.h (i387_float_info): Remove prototype.
2902         (FLOAT_INFO): Remove define.
2903
2904 2002-08-13  Michael Snyder  <msnyder@redhat.com>
2905
2906         * mips-tdep.c (mips_push_arguments): Rename to
2907         mips_eabi_push_arguments, and tune for EABI.
2908         (MIPS_REGS_HAVE_HOME_P): Delete.
2909         (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
2910         (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
2911         Delete references to mips_regs_have_home_p.
2912
2913 2002-08-14  Keith Seitz  <keiths@redhat.com>
2914
2915         * Makefile.in (install-gdbtk): Create insight plugin directory.
2916         Install plugins.tcl file.
2917
2918 2002-08-14  Keith Seitz  <keiths@redhat.com>
2919
2920         * configure.in: Move SUBDIRS to near top of the file so that
2921         --enable options may add things to it.
2922         If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
2923         * configure: Regenerate.
2924
2925 2002-08-13  Michael Snyder  <msnyder@redhat.com>
2926
2927         * mips-tdep.c (mips_o32o64_push_arguments):  New function, 
2928         cloned from mips_push_arguments, tuned for o32/o64 ABI.
2929         (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
2930
2931 2002-08-13  Andrew Cagney  <ac131313@redhat.com>
2932
2933         * vax-tdep.c (vax_get_saved_register): Delete function.
2934         (vax_gdbarch_init): Update.
2935         * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
2936         (ns32k_gdbarch_init): Update.
2937         * alpha-tdep.c (alpha_get_saved_register): Delete function.
2938         (alpha_gdbarch_init): Update.
2939
2940 2002-08-13  Andrew Cagney  <cagney@redhat.com>
2941
2942         * regcache.c (init_regcache_descr): Overallocate the
2943         raw_register_valid_p array including space for NUM_PSEUDO_REGS.
2944         (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
2945         nr_raw_registers.
2946         (set_register_cached): Add range checking assertions.  Use
2947         current_regcache.
2948
2949 2002-08-13  Mark Kettenis  <kettenis@gnu.org>
2950
2951         * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
2952         numbers for MMX registers.
2953
2954 2002-08-13  Andrew Cagney  <cagney@redhat.com>
2955
2956         * i386-tdep.c (i386_gdbarch_init): Use
2957         generic_unwind_get_saved_register.
2958
2959 2002-08-13  Kevin Buettner  <kevinb@redhat.com>
2960
2961         * procfs.c (procfs_can_use_hw_breakpoint): New function.
2962         (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
2963         target vector.
2964         * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
2965         Delete.  Add comment regarding this now-deleted target method.
2966
2967 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
2968
2969         * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
2970         (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
2971         (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
2972         real PC and the page number (if it's within the memory bank window).
2973         (m68hc11_pseudo_register_write): Likewise when saving.
2974         (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
2975         (m68hc11_register_virtual_type): Return uint32 for virtual pc.
2976         (m68hc11_register_raw_size): And use 32-bit for it.
2977         (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
2978         16K memory bank is used by the prog; also use the virtual pc.
2979
2980 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
2981
2982         * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
2983         (m68hc11_gdbarch_init): Install it in gdbarch.
2984         (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
2985         (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
2986         (MSYMBOL_SIZE): New for documentation.
2987         (insn_return_kind): Enum to specify how a function returns.
2988         (frame_extra_info): Cleanup and record the return mode.
2989         (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page 
2990         register in address computation.
2991         (m68hc11_get_return_insn): New to obtain the return instruction used
2992         by the function.
2993         (m68hc11_frame_init_saved_regs): Take into account the return
2994         instruction used by the function for far and interrupt functions.
2995         (m68hc11_init_extra_frame_info): Take into account page register.
2996         (m68hc11_frame_args_address): Adjust according to the return mode.
2997         (show_regs): Print page register only when it's used.
2998
2999 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
3000
3001         * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
3002         (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
3003         (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
3004         registers.
3005         (m68hc11_register_raw_size): Likewise.
3006
3007 2002-08-13  Andrew Cagney  <cagney@redhat.com>
3008
3009         * i386-tdep.c (i386_register_name): Handle mmx registers.
3010         (mmx_regnum_p): New function.
3011         (i386_mmx_names): New array.
3012         (mmx_num_regs): New variable.
3013         (i386_pseudo_register_read): New function.
3014         (i386_pseudo_register_write): New function.
3015         (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
3016
3017         * regcache.c (regcache_raw_read_unsigned): New function.
3018         (regcache_raw_read_signed): New function.
3019         * regcache.h (regcache_raw_read_unsigned): Declare.
3020         (regcache_raw_read_signed): Declare.
3021
3022 2002-08-13  Andrew Cagney  <cagney@redhat.com>
3023
3024         * regcache.c (regcache_raw_read_as_address): Delete function.
3025         (regcache_cooked_read_signed): New function.
3026         (regcache_cooked_read_unsigned): New function.
3027         * regcache.h (regcache_cooked_read_signed): Declare.
3028         (regcache_cooked_read_unsigned): Declare.
3029         (regcache_raw_read_as_address): Delete declaration.
3030
3031         * blockframe.c (generic_read_register_dummy): Use
3032         regcache_cooked_read_unsigned.
3033         * i386-tdep.c (i386_extract_struct_value_address): Use
3034         regcache_cooked_read_unsigned.
3035
3036 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
3037
3038         * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
3039         double sizes according to ELF ABI flags.
3040         (gdbarch_tdep): Record elf_flags.
3041
3042 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
3043
3044         * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
3045         (m6812_prolog): They can appear in 68HC12 function prologue.
3046         (m68hc11_frame_chain): Cleanup.
3047
3048 2002-08-12  Andrew Cagney  <cagney@redhat.com>
3049
3050         * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
3051         declarations.
3052         * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
3053         (i386_linux_register_raw_size): Delete function.
3054         (i386_linux_init_abi): Update.
3055         * i386-tdep.c (i386_register_raw_size): Delete function.
3056         (i386_register_byte): Delete function.
3057         (i386_gdbarch_init): Update.
3058         (i386_register_size): Delete array.
3059         (i386_register_offset): Delete array.
3060
3061         * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
3062         (REGISTER_RAW_SIZE): Delete macro.
3063         * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
3064         (REGISTER_BYTE): Delete macro.
3065
3066 2002-08-11  Aidan Skinner <aidan@velvet.net>
3067
3068         * ada-lang.c (ada_lookup_partial_symbol)
3069         (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
3070         prototype names so that grep ^func works properly.
3071
3072         * ada-lang.c (ada_array_element_type)
3073         (ada_lookup_partial_symbol): Fix typos in parameter list.
3074
3075         * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
3076         Fix prototype names so that grep ^func works properly.
3077         
3078 2002-08-10  Andrew Cagney  <cagney@redhat.com>
3079             Elena Zannoni  <ezannoni@redhat.com>
3080             Martin M. Hunt  <hunt@redhat.com>
3081
3082         * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
3083         (build_builtin_type_vec128i): Set the vector bit.
3084         * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
3085         * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
3086         (build_builtin_type_vec64): New function.
3087         (build_builtin_type_vec64i): New function.
3088         (build_gdbtypes): Initialize builtin_type_vec64 and
3089         builtin_type_vec64i.
3090
3091 2002-08-09  Andrew Cagney  <cagney@redhat.com>
3092
3093         * regcache.c (regcache_dump): Compare the register offset
3094         with REGISTER_BYTE.
3095         * arch-utils.c (generic_register_byte): New function.
3096         * arch-utils.h (generic_register_byte): Declare.
3097         * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
3098         * gdbarch.h, gdbarch.c: Regenerate.
3099
3100 2002-08-09  Andrew Cagney  <cagney@redhat.com>
3101
3102         * regcache.c: Include "gdbcmd.h"
3103         (_initialize_regcache): Add commands "maintenance print
3104         registers", "maintenance print raw-registers" and "maintenance
3105         print cooked-registers".
3106         (enum regcache_dump_what): Define.
3107         (dump_endian_bytes): New function.
3108         (regcache_dump): New function.
3109         (regcache_print): New function.
3110         (maintenance_print_registers): New function.
3111         (maintenance_print_raw_registers): New function.
3112         (maintenance_print_cooked_registers): New function.
3113         * Makefile.in (regcache.o): Update dependencies.
3114
3115 2002-08-09  Michael Snyder  <msnyder@redhat.com>
3116
3117         * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
3118         (mips_push_arguments): Correct some comments.  Use paddr_nz
3119         for printing addresses in debug output.  Replace static
3120         allocation using MAX_REGISTER_RAW_SIZE with alloca.
3121         (mips_n32n64_push_arguments): New function, cloned from
3122         mips_push_arguments and tuned for the n32/n64 ABI.
3123         (mips_push_register): Buffer needs dynamic allocation.
3124         (mips_print_register): Ditto.
3125         (do_gp_register_row): Ditto.
3126         (mips_store_return_value): Ditto.
3127         (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
3128
3129 2002-08-09  Don Howard  <dhoward@redhat.com>
3130
3131         * memattr.c (mem_info_command): Print special case of upper bound
3132         as max CORE_ADDR + 1.
3133
3134 2002-08-08  Michael Snyder  <msnyder@redhat.com>
3135
3136         * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only 
3137         returns structs by ref if they're too big to fit in two registers.
3138
3139 2002-08-09  Kevin Buettner  <kevinb@redhat.com>
3140
3141         * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
3142         saved regs value.
3143         (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
3144         mips_find_saved_regs().
3145         (mips_pop_frame): Likewise.
3146
3147 2002-08-09  Kevin Buettner  <kevinb@redhat.com>
3148
3149         * blockframe.c (frame_saved_regs_register_unwind): Revise
3150         PC_IN_CALL_DUMMY assertion to only apply when generic dummy
3151         frames are in use.
3152
3153 2002-08-09  Grace Sainsbury  <graces@redhat.com>
3154         
3155         * remote.c: (remote_wait, remote_async_wait): Add check for awatch
3156         T-packets; the 'a' is not taken as a register number.
3157         (remote_check_watch_resources, remote_stopped_by_watchpoint)
3158         (remote_stopped_data_address): New functions; add to target
3159         vector.
3160         (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
3161         prototypes to match other implementations of this
3162         function. replace integer argument with pointer -- the length
3163         field in the Z-packet is the length of what is pointed to or 1 if
3164         pointer is null. Add to target vector.
3165         (remote_insert_watchpoint, remote_remove_watchpoint): Add to
3166         target vector.
3167
3168         From Mark Salter:
3169         * remote.c (remote_wait): Add support to extract optional
3170         watchpoint information from T-packet. Ignore unrecognized
3171         optional info in T-packet.
3172         (remote_async_wait): Ditto.
3173
3174 2002-08-09  Corinna Vinschen  <vinschen@redhat.com>
3175
3176         * cli/cli-dump.c: Change fopen modes to use binary open modes
3177         as defined in include/fopen-bin.h throughout.
3178
3179 2002-08-08  Michael Snyder  <msnyder@redhat.com>
3180
3181         * mips-tdep.c: Minor whitespace and indentation clean-ups.
3182
3183 2002-08-08  Kevin Buettner  <kevinb@redhat.com>
3184
3185         * doublest.c (store_floating): Avoid floatformat_from_doublest()
3186         assertion failure by returning early after a warning.
3187
3188 2002-08-08  Kevin Buettner  <kevinb@redhat.com>
3189
3190         * mips-tdep.c (mips_find_saved_regs): Make static.
3191         (mips_frame_init_saved_regs): New function.
3192         (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
3193         * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
3194         (mips_find_saved_regs): Delete declaration.
3195
3196 2002-08-08  Grace Sainsbury  <graces@redhat.com>
3197
3198         * remote.c (remote_wait, remote_async_wait): Change
3199         thread_num from int to ULONGEST.
3200         (unpack_varlen_hex): Change result parameter from
3201         int * to ULONGEST *.
3202
3203 2002-08-08  Andrew Cagney  <ac131313@redhat.com>
3204
3205         * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
3206         powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
3207         powerpc*-*-*.
3208         * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
3209
3210 2002-08-08  Andrew Cagney  <cagney@redhat.com>
3211
3212         * gcore.c (override_derive_stack_segment): Delete variable.
3213         (preempt_derive_stack_segment): Delete function.
3214         (derive_stack_segment): Delete function.
3215         (default_derive_stack_segment): Renamed to derive_stack_segment.
3216         (override_derive_heap_segment): Delete variable.
3217         (preempt_derive_heap_segment): Delete function.
3218         (derive_heap_segment): Delete function.
3219         (default_derive_heap_segment): Rename to derive_heap_segment.
3220
3221 2002-08-06  Michael Snyder  <msnyder@redhat.com>
3222
3223         * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
3224         * mips-tdep.c (mips_EABI_use_struct_convention, 
3225         mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
3226         New functions.  (mips_use_struct_convention): Delete.
3227         (mips_gdbarch_init): set use_gdbarch_convention.
3228
3229 2002-08-06  Michael Snyder  <msnyder@redhat.com>
3230
3231         *  mips-tdep.c: gdbarch-ify reg_struct_has_addr.
3232         (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr, 
3233         mips_o32_reg_struct_has_addr): New functions.
3234         (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
3235
3236 2002-08-07  Andrew Cagney  <ac131313@redhat.com>
3237
3238         * regcache.c (pseudo_register): Delete function.
3239         (fetch_register): Delete function.
3240         (store_register): Delete function.
3241         (regcache_raw_read, legacy_read_register_gen): Use
3242         target_fetch_registers instead of fetch_register.
3243         (legacy_write_register_gen, regcache_raw_write): Use
3244         target_store_register instead of store_register.
3245         (write_register_bytes): Ditto.
3246
3247         * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
3248         (STORE_PSEUDO_REGISTER): Delete.
3249         * gdbarch.h, gdbarch.c: Regenerate.
3250
3251 2002-08-06  Corinna Vinschen  <vinschen@redhat.com>
3252
3253         * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
3254         write dump file binary.
3255
3256 2002-08-05  Michael Snyder  <msnyder@redhat.com>
3257
3258         *  mips-tdep.c (mips_find_saved_regs): Adjust stack according
3259         to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64.  Enhance comment.
3260         (mips_gdbarch_init): Set N32 target to be mips64.
3261
3262 2002-08-06  Kevin Buettner  <kevinb@redhat.com>
3263
3264         * frame.c (find_saved_register): Break out of loop once saved
3265         register address is found.  Don't mention sparc in loop comment
3266         anymore.
3267
3268 2002-08-06  Kevin Buettner  <kevinb@redhat.com>
3269
3270         * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
3271         mips_default_saved_regsize to 8.
3272
3273 2002-08-06  Andrew Cagney  <ac131313@redhat.com>
3274
3275         * gcore.c: Do not include <sys/procfs.h>.
3276         * Makefile.in (gcore.o): Update dependencies.
3277
3278 2002-08-06  Andrew Cagney  <cagney@redhat.com>
3279
3280         * configure.tgt: Make arc-*-* obsolete.
3281         * NEWS: Mention that arc-*-* has been identifed as obsolete.
3282         * MAINTAINERS: Make arc-elf obsolete.
3283         * arc-tdep.c: Make file obsolete.
3284         * config/arc/arc.mt: Ditto.
3285         * config/arc/tm-arc.h: Ditto.
3286
3287 2002-08-05  Theodore A. Roth  <troth@verinet.com>
3288
3289         * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
3290
3291 2002-08-05  Andrew Cagney  <ac131313@redhat.com>
3292
3293         * mcore-tdep.c (mcore_gdbarch_init): Use
3294         generic_unwind_get_saved_register instead of
3295         generic_get_saved_register.
3296         * v850-tdep.c (v850_gdbarch_init): Ditto.
3297         * frv-tdep.c (frv_gdbarch_init): Ditto.
3298         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3299         * s390-tdep.c (s390_gdbarch_init): Ditto.
3300         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3301         * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
3302         * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
3303
3304 2002-08-05  Joel Brobecker  <brobecker@gnat.com>
3305
3306         * objfiles.h: Add missing #include "symfile.h"
3307
3308         * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
3309
3310 2002-08-04  Andrew Cagney  <ac131313@redhat.com>
3311
3312         From 2002-08-01 david carlton <carlton@math.stanford.edu>:
3313         * hpread.c (hpread_read_struct_type): Deleted superfluous setting
3314         of FIELD_BITSIZE.
3315
3316 2002-08-04  Daniel Jacobowitz  <drow@mvista.com>
3317
3318         * NEWS: Cleanup and nitpick.
3319
3320 2002-08-03  Andrew Cagney  <ac131313@redhat.com>
3321
3322         * NEWS: Cleanup.  Use *-linux*-gnu*.  Only use `*' for headings.
3323
3324 2002-08-03  Andrew Cagney  <ac131313@redhat.com>
3325
3326         * Makefile.in (gdbtk-bp.o): Update dependencies.
3327         (gdbtk-register.o): Ditto.
3328         (gdbtk-varobj.o): Ditto.
3329
3330 2002-08-03  Andrew Cagney  <cagney@redhat.com>
3331
3332         * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
3333         m68hc11_fetch_pseudo_register.
3334         (m68hc11_pseudo_register_write): Replace
3335         m68hc11_store_pseudo_register.
3336         (m68hc11_gdbarch_init): Update.
3337
3338 Fri Aug  2 15:53:50 2002  Andrew Cagney  <cagney@redhat.com>
3339
3340         * gdbarch.sh: Include "gdb_string.h".
3341         * gdbarch.c: Regenerate.
3342
3343         * regcache.c: Include "gdb_string.h".
3344         * ax-general.c: Ditto.
3345         * varobj.c: Ditto.
3346         * std-regs.c: Ditto.
3347         * fbsd-proc.c: Ditto.
3348         * thread.c: Ditto.
3349
3350         * Makefile.in (regcache.o): Update dependencies.
3351         (thread.o, gdbarch.o): Ditto.
3352         (ax-general.o, gdbarch.o): Ditto.
3353         (varobj.o, std-regs.o): Ditto.
3354         (fbsd-proc.o): Specify dependencies.
3355
3356 2002-08-02  Andrew Cagney  <cagney@redhat.com>
3357
3358         * regcache.c (regcache_cooked_read): Rename rawnum parameter to
3359         regnum.
3360         (regcache_cooked_write): Ditto.
3361
3362 2002-08-02  Andrew Cagney  <ac131313@redhat.com>
3363
3364         * regcache.c (regcache_cooked_read): New function.
3365         (regcache_cooked_write): New function.
3366         (read_register_gen): Rewrite using regcache_cooked_read.
3367         (write_register_gen): Rewrite using regcache_cooked_write.
3368
3369         * regcache.h (regcache_cooked_read, regcache_cooked_write):
3370         Declare.
3371
3372 2002-08-02  Andrew Cagney  <cagney@redhat.com>
3373
3374         * gdbarch.sh (pseudo_register_read, pseudo_register_write):
3375         Replace the architecture methods register_read and register_write.
3376         * gdbarch.h, gdbarch.c: Regenerate.
3377         * regcache.c (init_regcache_descr): Update.
3378         (read_register_gen): Update.
3379         (write_register_gen): Update.
3380         (supply_register): Update comment.
3381
3382         * sh-tdep.c (sh_gdbarch_init): Update.
3383         (sh_pseudo_register_read, sh64_pseudo_register_read): Add
3384         `regcache' and `gdbarch' parameters.  Make `buffer' a void
3385         pointer.  Update code.
3386         (sh_pseudo_register_write, sh64_pseudo_register_write): Add
3387         `regcache' and `gdbarch' parameters.  Make `buffer' a constant
3388         void pointer.  Update code.
3389         (sh64_register_write): Delete.
3390         (sh4_register_read): Delete.
3391         (sh64_register_read): Delete.
3392         (sh4_register_write): Delete.
3393         (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
3394         void pointer, `to' parameter a void pointer.
3395         (sh_sh64_register_convert_to_raw): Ditto.
3396
3397 2002-08-01  Kevin Buettner  <kevinb@redhat.com>
3398
3399         * mips-tdep.c (mips_register_virtual_type): Use architecture
3400         invariant return values.
3401
3402 2002-08-01  Andrew Cagney  <cagney@redhat.com>
3403
3404         * linux-proc.c: Include "gdb_string.h".
3405         * Makefile.in (linux-proc.o): Update dependency list.
3406
3407 2002-08-01  Kevin Buettner  <kevinb@redhat.com>
3408
3409         * mips-tdep.c (mips_gdbarch_init): Add comments.  Fix typo in
3410         comment.
3411
3412 2002-08-01  Grace Sainsbury  <graces@redhat.com>
3413
3414         * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3415         to_insert_watchpoint, to_remove_watchpoint,
3416         to_stopped_by_watchpoint, to_stopped_data_address,
3417         to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
3418         target vecctor. Define their corresponding macros so they call
3419         them.
3420         
3421         * target.c: Add default and debug versions of for
3422         to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3423         to_insert_watchpoint, to_remove_watchpoint,
3424         to_stopped_by_watchpoint, to_stopped_data_address,
3425         to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
3426
3427 2002-08-01  Kevin Buettner  <kevinb@redhat.com>
3428
3429         * mips-tdep.c (mips_register_virtual_type): New function.
3430         (mips_gdbarch_init): Register mips_register_virtual_type()
3431         with gdbarch machinery.
3432         * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
3433         this file instead of tm-bigmips.h.
3434         (MIPS_REGSIZE): Delete this macro.
3435         (REGISTER_VIRTUAL_TYPE): Delete macro.  Undef macro so that
3436         multiarch version in mips-tdep.c will be found.
3437
3438 2002-08-01  Andrew Cagney  <cagney@redhat.com>
3439
3440         * NEWS: Menion that CHILL has been made obsolete.
3441
3442         * gdbtypes.c (chill_varying_type): Make chill references obsolete.
3443         * stabsread.c (read_range_type): Ditto.
3444         * gdbtypes.h: Ditto.
3445         * language.c (binop_type_check): Ditto.
3446         (binop_result_type): Ditto.
3447         (integral_type): Ditto.
3448         (character_type): Ditto.
3449         (string_type): Ditto.
3450         (boolean_type): Ditto.
3451         (structured_type): Ditto.
3452         (lang_bool_type): Ditto.
3453         (binop_type_check): Ditto.
3454         * language.h (_LANG_chill): Ditto.
3455         * dwarfread.c (set_cu_language): Ditto.
3456         * dwarfread.c (CHILL_PRODUCER): Ditto.
3457         * dwarfread.c (handle_producer): Ditto.
3458         * expression.h (enum exp_opcode): Ditto.
3459         * eval.c: Ditto for comments.
3460         * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
3461         * expprint.c (print_subexp): Ditto.
3462         (print_subexp): Ditto.
3463         * valops.c (value_cast): Ditto.
3464         (search_struct_field): Ditto.
3465         * value.h (COERCE_VARYING_ARRAY): Ditto.
3466         * symfile.c (init_filename_language_table): Ditto.
3467         (add_psymbol_with_dem_name_to_list): Ditto.
3468         * valarith.c (value_binop): Ditto.
3469         (value_neg): Ditto.
3470         * valops.c (value_slice): Ditto.
3471         * symtab.h (union language_specific): Ditto.
3472         (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
3473         (SYMBOL_DEMANGLED_NAME): Ditto.
3474         (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
3475         * defs.h (enum language): Ditto.
3476         * symtab.c (got_symtab): Ditto.
3477         * utils.c (fprintf_symbol_filtered): Ditto.
3478
3479         * ch-typeprint.c: Make file obsolete.
3480         * ch-valprint.c: Make file obsolete.
3481         * ch-lang.h: Make file obsolete.
3482         * ch-exp.c: Make file obsolete.
3483         * ch-lang.c: Make file obsolete.
3484
3485         * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
3486         CHILL_LIB.
3487         (TARGET_FLAGS_TO_PASS): Ditto.
3488         (CHILLFLAGS): Obsolete.
3489         (CHILL): Obsolete.
3490         (CHILL_FOR_TARGET): Obsolete.
3491         (CHILL_LIB): Obsolete.
3492         (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
3493         ch-valprint.c.
3494         (HFILES_NO_SRCDIR): Remove ch-lang.h.
3495         (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
3496         ch-lang.o.
3497         (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
3498         targets.
3499
3500 2002-07-31  Joel Brobecker  <brobecker@gnat.com>
3501
3502         * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
3503         This does not change anything at the moment, but will be helpful
3504         later when full Ada support is integrated.
3505
3506 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
3507
3508         * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
3509         help message.
3510
3511 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
3512
3513         * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
3514         and save it in a local variable.  Use variable in later test.
3515
3516 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
3517
3518         * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
3519         test.  (Thanks to Daniel Jacobowitz.)
3520         
3521 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
3522
3523         * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
3524         (mips_abi_strings): Add "n64".
3525         (mips_gdbarch_init): Add test for n64 abi.  Add MIPS_ABI_N64 case.
3526
3527 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
3528
3529         * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
3530         (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
3531
3532 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
3533
3534         * utils.c (host_pointer_to_address, address_to_host_pointer):
3535         Use gdb_assert() instead of explicit call to internal_error().
3536
3537 2002-07-30  Kevin Buettner  <kevinb@redhat.com>
3538
3539         * Makefile.in (rs6000-nat.o): Update dependencies.
3540
3541         From Nicholas Duffek:
3542         * Makefile.in (ALLDEPFILES): Add aix-thread.c.
3543         (aix-thread.o): New rule.
3544         * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
3545         * config/powerpc/aix432.mh: New file.
3546
3547 2002-07-30  Daniel Jacobowitz  <drow@mvista.com>
3548
3549         * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
3550         (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
3551         (fetch_core_registers, ppc_linux_supply_gregset)
3552         (ppc_linux_supply_fpregset): New functions.
3553         (ppc_linux_regset_core_fns): New.
3554         (_initialize_ppc_linux_tdep): Call add_core_fns.
3555         * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
3556         and ppc_linux_supply_gregset.
3557         * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
3558         (supply_fpregset): Call ppc_linux_supply_fpregset.
3559         * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
3560         corelow.o.
3561         * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
3562
3563 2002-07-30  Daniel Jacobowitz  <drow@mvista.com>
3564
3565         * symtab.c (lookup_symbol): Demangle before lowercasing.
3566
3567 2002-07-30  Andrew Cagney  <ac131313@redhat.com>
3568
3569         * symtab.h: Replace #include "gdb_obstack.h" with opaque
3570         declaration.
3571         * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
3572         * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
3573         * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
3574         * arch-utils.c, cli/cli-setshow.c: Unconditionally include
3575         "gdb_string.h".
3576         * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
3577         (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
3578         (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
3579         (avr-tdep.o, mon960-rom.o): Ditto.
3580         (aout_stabs_gnu_h): Define.
3581         (symtab_h): Remove $(gdb_obstack_h).
3582
3583 2002-07-30  Jim Blandy  <jimb@redhat.com>
3584
3585         Patch from David Carlton <carlton@math.stanford.edu>:
3586         * gdbinit.in: Move the `dir' commands that add GDB's own source
3587         directory to the search path to the end, so that the `gdb' source
3588         directory will be searched first.
3589
3590 2002-07-29  Andrew Cagney  <ac131313@redhat.com>
3591
3592         * gdb_obstack.h: New file.
3593         * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
3594         (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
3595         * objfiles.h: Include "gdb_obstack.h".
3596         * Makefile.in (gdb_obstack_h): Define.
3597         (symtab_h): Add $(gdb_obstack_h).
3598         (objfiles_h): Add $(gdb_obstack_h).
3599         
3600         * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
3601         * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
3602         * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
3603         * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
3604         * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
3605         * p-valprint.c, symmisc.c, typeprint.c: Ditto.
3606         * symfile.c, coffread.c, c-typeprint.c: Ditto.
3607         * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
3608
3609         * Makefile.in (bcache.o): Update dependencies.
3610         (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
3611         (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
3612         (dbxread.o, dstread.o, f-typeprint.o): Ditto.
3613         (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
3614         (stabsread.o, symfile.o, symmisc.o): Ditto.
3615         (symtab.o, typeprint.o, macroexp.o): Ditto.
3616         (macrotab.o, mdebugread.o): Ditto.
3617         (f_lang_h, coff_sym_h, coff_symconst_h): Define.
3618         (coff_ecoff_h, aout_aout64_h): Define.
3619         (aout_stabs_gnu_h, libaout_h): Define.
3620
3621 2002-07-29  Andrew Cagney  <cagney@redhat.com>
3622
3623         * regcache.c (struct regcache_descr): Rename nr_registers to
3624         nr_cooked_registers.  Revise comments describing the structure
3625         member fields.
3626         (init_regcache_descr): Update.
3627         (init_legacy_regcache_descr): Update.
3628         (read_register_gen, write_register_gen): When a cooked register in
3629         the raw register range, directly access the value from the raw
3630         register cache.
3631
3632 2002-07-29  Andrew Cagney  <ac131313@redhat.com>
3633
3634         * z8k-tdep.c: Do not include "obstack.h".
3635         * h8300-tdep.c, h8500-tdep.c: Ditto.
3636         * m68hc11-tdep.c, sh-tdep.c: Ditto.
3637         * valprint.c, v850-tdep.c: Ditto.
3638         * d10v-tdep.c, mn10300-tdep.c: Ditto.
3639         * mn10200-tdep.c: Ditto.
3640
3641         * Makefile.in (z8k-tdep.o): Update dependencies.
3642         (m68hc11-tdep.o, valprint.o): Ditto.
3643         (v850-tdep.o, d10v-tdep.o): Ditto.
3644         (mn10300-tdep.o, sparc-tdep.o): Ditto.
3645         (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
3646         (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
3647         (sh_opc_h, gdb_sim_sh_h): Define.
3648         (elf_sh_h, elf_bfd_h): Define.
3649         (opcode_m68hc11_h): Define.
3650         (OPCODES_SRC, OPCODES_DIR): define.
3651         (OPCODES): Use $(OPCODES_DIR).
3652         (gdb_sim_d10v_h): Rename sim_d10v_h.
3653         (gdb_sim_arm_h): Rename sim_arm_h.
3654
3655 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
3656
3657         * utils.c (host_pointer_to_address, address_to_host_pointer):
3658         Change internal_error() message to indicate function responsible
3659         for the error.
3660
3661 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
3662
3663         * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
3664         calls to local_hex_string_custom().
3665
3666 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
3667
3668         * irix5-nat.c: Move IRIX shared library support from here...
3669         * solib-irix.c: ...to here.  Revised substantially to work with
3670         generic solib framework.
3671
3672         * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
3673         * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
3674         * mips-irix-tdep.c: New file.
3675
3676         * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
3677         (mips-irix-tdep.o, solib-irix.o): New rules.
3678         * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
3679         solib-irix.o.
3680         * config/mips/irix6.mt (TDEPFILES): Likewise.
3681         * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
3682
3683 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
3684
3685         * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
3686         disabled (via ``#if 0'') includes.
3687
3688 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
3689
3690         * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
3691         (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
3692         (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
3693         Add support for the fpscr register.
3694         * rs6000-nat.c (regmap, fetch_inferior_registers)
3695         (store_inferior_registers, fetch_core_registers): Likewise.
3696
3697 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
3698
3699         * rs6000-nat.c (language.h): Include.
3700         (special_regs): Delete this array.
3701         (regmap): New function.
3702         (fetch_register, store_register):  Use regmap() to map gdb
3703         register numbers to ptrace register numbers.  Also, use
3704         outputs from regmap() to make decisions regarding type of
3705         ptrace() call to make.  In particular, don't compare against
3706         FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3707         (fetch_inferior_registers, store_inferior_registers): Where
3708         possible, obtain register numbers from tdep struct.  Don't
3709         refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3710         * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
3711         (LAST_UISA_SP_REGNUM): Delete.
3712         
3713 2002-07-25  Kevin Buettner  <kevinb@redhat.com>
3714
3715         * rs6000-nat.c (ppc-tdep.h): Include.
3716         (fetch_registers, store_register, fetch_core_registers): Don't
3717         access registers[] directly.  Instead, use supply_register() or
3718         regcache_collect() as appropriate.
3719         (find_toc_address): Format hex address with local_hex_string().
3720
3721 2002-07-25  Andrew Cagney  <ac131313@redhat.com>
3722
3723         * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
3724         bfd/elf32-frv.c.
3725
3726 2002-07-24  Tom Tromey  <tromey@redhat.com>
3727
3728         * jv-exp.y: Marked all strings with _().
3729         (ClassInstanceCreationExpression, ArrayCreationExpression): Use
3730         internal_error.
3731         (MethodInvocation, CastExpression, parse_number, yyerror,
3732         java_type_from_name, push_expression_name, yylex): Typo fixes.
3733
3734 2002-07-24  Daniel Jacobowitz  <drow@mvista.com>
3735
3736         * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
3737         (tee_file_flush, tee_file_write, tee_file_fputs)
3738         (tee_file_isatty): New.
3739         * ui-file.h (tee_file_new): Add prototype.
3740
3741 2002-07-24  Aidan Skinner <aidan@velvet.net>
3742
3743         * ada-lang.c: Change k&r style function definitions to prototyped
3744         form.
3745         * ada-typeprint.c: Change k&r style function definitions to prototyped
3746         form.
3747         * ada-valprint.c: Change k&r style function definitions to prototyped
3748         form.
3749         
3750 2002-07-24  Andrew Cagney  <cagney@redhat.com>
3751
3752         * README: Remove reference to remote-bug.
3753         * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
3754         remote-bug.c.
3755         (m88k-nat.o): Delete rule.
3756         (m88k-tdep.o): Delete rule.
3757         (remote-bug.o): Delete rule.
3758         * MAINTAINERS: Mark as obsolete.
3759         * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
3760         * m88k-tdep.c: Make file obsolete.
3761         * config/m88k/m88k.mh: Ditto.
3762         * config/m88k/delta88v4.mh: Ditto.
3763         * config/m88k/delta88v4.mt: Ditto.
3764         * config/m88k/delta88.mt: Ditto.
3765         * config/m88k/delta88.mh: Ditto.
3766         * remote-bug.c: Ditto.
3767         * config/m88k/tm-delta88.h: Ditto.
3768         * config/m88k/nm-delta88v4.h: Ditto.
3769         * config/m88k/xm-delta88.h: Ditto.
3770         * config/m88k/xm-dgux.h: Ditto.
3771         * config/m88k/tm-m88k.h: Ditto.
3772         * config/m88k/nm-m88k.h: Ditto.
3773         * config/m88k/tm-delta88v4.h: Ditto.
3774         * m88k-nat.c: Ditto.
3775         * cxux-nat.c: Ditto.
3776         * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
3777         and m88*-*-* obsolete.
3778         * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
3779         m88*-*-* obsolete.
3780
3781 2002-07-24  Andrew Cagney  <cagney@redhat.com>
3782
3783         * findvar.c (extract_unsigned_integer): Make `addr' parameter
3784         constant.  Same for local pointer variables.
3785         (extract_signed_integer): Ditto.
3786         * defs.h (extract_unsigned_integer): Update.
3787         (extract_signed_integer): Update.
3788
3789 2002-07-24  Andrew Cagney  <cagney@redhat.com>
3790
3791         * regcache.c (regcache_raw_write): Change buf parameter to a
3792         constant void pointer.
3793         (regcache_raw_read): Change buf parameter to a void pointer.
3794         (legacy_write_register_gen): Change myaddr parameter a constant
3795         void pointer.
3796         (supply_register): Change val parameter to a const void pointer.
3797         * regcache.h (regcache_raw_write): Update declaration.
3798         (regcache_raw_read): Update declaration.
3799         (supply_register): Update declaration.
3800
3801 2002-07-24  Tom Tromey  <tromey@redhat.com>
3802
3803         * defs.h (gdb_readline_wrapper): Declare.
3804         * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
3805         * tracepoint.c (read_actions): Use gdb_readline_wrapper.
3806         * top.c (gdb_readline_wrapper): New function.
3807         (command_line_input): Use it.
3808
3809 2002-07-24  Andrew Cagney  <cagney@redhat.com>
3810
3811         * regcache.h (regcache_raw_read, regcache_raw_write): Replace
3812         regcache_read and regcache_write.
3813         (regcache_raw_read_as_address): Replace regcache_read_as_address.
3814         * regcache.c: Update.
3815         * sh-tdep.c (sh64_push_arguments): Update comment.
3816         (sh_pseudo_register_read): Update.
3817         (sh_pseudo_register_write): Update.
3818         (sh4_register_read): Update.
3819         (sh4_register_write): Update.
3820         (sh64_pseudo_register_read): Update.
3821         (sh64_pseudo_register_write): Update.
3822         (sh64_register_read): Update.
3823         (sh64_register_write): Update.
3824         * i386-tdep.c (i386_extract_return_value): Update.
3825         (i386_extract_struct_value_address): Update.
3826         (i386_extract_return_value): Update.
3827         * blockframe.c (generic_read_register_dummy): Update.
3828         (generic_call_dummy_register_unwind): Update
3829         * infrun.c (write_inferior_status_register): Update.
3830
3831 2002-07-23  Jim Blandy  <jimb@redhat.com>
3832
3833         * parser-defs.h (expression_context_pc): Make this extern.
3834         (Thanks to Michael Snyder.)
3835
3836 2002-07-23  Andrew Cagney  <ac131313@redhat.com>
3837
3838         GDB 5.2.1 released from 5.2 branch.
3839         * NEWS: Mention changes in 5.2.1 including addition of AVR target.
3840         * README: Update to mention 5.2.1.
3841
3842 2002-07-23  Mark Salter  <msalter@redhat.com>
3843
3844         * remote.c (remote_read_bytes): Fix check for error.
3845
3846 2002-07-22  Kevin Buettner  <kevinb@redhat.com>
3847
3848         * aix-thread.c (language.h): Include.
3849         (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3850         (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
3851         Print newlines at end of debug messages.
3852         (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
3853         (pdc_write_data): Use local_hex_string() instead of %llx formats.
3854
3855 2002-07-22  Kevin Buettner  <kevinb@redhat.com>
3856
3857         * aix-thread.c (ppc-tdep.h): Include.
3858         (special_register_p): New function.
3859         (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
3860         (store_regs_user_thread): Use register number information from
3861         gdbarch_tdep struct instead of hardcoded offsets relative to
3862         FIRST_UISA_SP_REGNUM.
3863         (fetch_regs_kernel_thread, store_regs_kernel_thread):  Call
3864         special_register_p() instead of using FPLAST_REGNUM and
3865         LAST_UISA_SP_REGNUM as lower and upper bounds on the special
3866         register numbers.  Also, don't assume that LAST_UISA_SP_REGNUM
3867         will be MQ's register number.
3868
3869 2002-07-22  Michael Snyder  <msnyder@redhat.com>
3870
3871         * aix-thread.c (ops): Rename to aix_thread_ops.
3872         (base_ops): Rename to base_target.
3873         (ops_attach): Rename to aix_thread_attach.
3874         (ops_detach): Rename to aix_thread_detach.
3875         (ops_resume): Rename to aix_thread_detach.
3876         (ops_wait):   Rename to aix_thread_wait.
3877         (ops_kill):   Rename to aix_thread_kill.
3878         (init_ops):   Rename to init_aix_thread_ops.
3879         (ops_fetch_register): Rename to aix_thread_fetch_register.
3880         (ops_store_register): Rename to aix_thread_store_register.
3881         (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
3882         (ops_thread_alive):   Rename to aix_thread_thread_alive.
3883         (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
3884         (ops_pid_to_str):  Rename to aix_thread_pid_to_str.
3885         (ops_xfer_memory): Rename to aix_thread_xfer_memory.
3886         (fetch_regs_lib):  Rename to fetch_regs_user_thread.
3887         (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
3888         (store_regs_lib):  Rename to store_regs_user_thread.
3889         (store_regs_kern): Rename to store_regs_kernel_thread.
3890
3891 2002-07-22  Michael Snyder  <msnyder@redhat.com>
3892
3893         * aix-thread.c (ops_prepare_to_store): Eliminate.
3894         (init_ops): Don't initialize ops.prepare_to_store.
3895         (store_regs_kern): Pre-fetch register buffers from child, 
3896         because some registers may not be in the cache.  Copy
3897         regs from register cache only if they are cached.
3898         (store_regs_lib): Copy regs from register cache only
3899         if they are cached.
3900         (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
3901         fill_gprs64): Ditto.
3902
3903 2002-07-22  Kevin Buettner  <kevinb@redhat.com>
3904
3905         * aix-thread.c (gdb_assert.h): Include.
3906         (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
3907         register sizes (from register cache) match size of buffer holding
3908         register data.
3909         (fill_sprs32): Change parameter types to match those in the ptrace()
3910         buffer.
3911         (store_regs_lib): Likewise, but for 32-bit temporary variables.
3912         (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
3913
3914 2002-07-22  Michael Snyder  <msnyder@redhat.com>
3915
3916         * aix-thread.c (supply_sprs64): Cosmetic change.
3917         (supply_sprs32): Cosmetic change.
3918         (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
3919         (fill_sprs64): Use regcache_collect instead of read_register.
3920         (store_regs_lib): Use regcache_collect instead of 
3921         read_register.  Use fill_sprs32 instead of fill_sprs64,
3922         if debugging a 32-bit architecture.
3923         (store_regs_kern): Use fill_gprs64 etc. to pull the values
3924         out of the register cache, instead of passing a pointer into
3925         the register cache directly to ptrace.  Use regcache_collect
3926         insteaad of read_register.
3927         (ops_prepare_to_store): Use target_read_registers instead
3928         of read_register_bytes.
3929
3930 2002-07-20  Aidan Skinner <aidan@velvet.net>
3931
3932         * MAINTAINERS: Add self under write after approval. 
3933                 
3934 2002-07-20  Aidan Skinner <aidan@velvet.net>
3935
3936         * ada-tasks.c: Change k&r style function definitions to prototyped
3937         form.
3938                 
3939 2002-07-19  Andrew Cagney  <ac131313@redhat.com>
3940
3941         * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
3942         * x86-64-tdep.c: Include "objfiles.h".
3943         (x86_64_gdbarch_init): Set in_solib_call_trampoline to
3944         in_plt_section.  From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
3945
3946 2002-07-17  Michal Ludvig  <michal@suse.cz>
3947
3948         * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
3949         (update_context): Initialise cfa variable.
3950
3951 2002-07-17  Michael Snyder  <msnyder@redhat.com>
3952
3953         * aix-thread.c: Shorten some long lines.  
3954         Bring comments into line with code spec.
3955
3956 2002-07-18  Joel Brobecker  <brobecker@gnat.com>
3957
3958         * infrun.c: Re-indent using gdb_indent.sh.
3959
3960 2002-07-18  Joel Brobecker  <brobecker@gnat.com>
3961
3962         * infrun.c (handle_inferior_event): Remove unneeded extra brace.
3963         Leave the indentation temporarily untouched, to minimize the diffs.
3964
3965 2002-07-18  Elena Zannoni  <ezannoni@redhat.com>
3966
3967         * stabsread.c: Make os9k sections of the code obsolete,
3968         for real this time.
3969         * stabsread.h: Make os9k sections of the code obsolete.
3970
3971 2002-07-18  Michal Ludvig <mludvig@suse.cz>
3972
3973         * linux-low.c (regsets_store_inferior_registers): Add free()
3974         at the end of a loop to prevent memory leak.
3975         * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
3976         (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
3977         * config/sparc/tm-sp64linux.h: Make the rest of #endif
3978         line a comment.
3979         * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
3980
3981 2002-07-17  Jim Blandy  <jimb@redhat.com>
3982
3983         * macrocmd.c (info_macro_command): Remove newline from error
3984         message.
3985
3986 2002-07-17  J"orn Rennecke <joern.rennecke@superh.com>
3987
3988         * sh-tdep.c (sh_dsp_register_sim_regno): New function.
3989         (sh_gdbarch_init): Use it for sh-dsp.
3990
3991 2002-07-16  Kevin Buettner  <kevinb@redhat.com>
3992
3993         * dwarf2read.c (read_initial_length): Handle older, non-standard,
3994         64-bit DWARF2 format.
3995
3996 2002-07-16  Joel Brobecker  <brobecker@gnat.com>
3997
3998         * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
3999         <sys/proc.h> when not available.
4000
4001 2002-07-16  Andrew Cagney  <ac131313@redhat.com>
4002
4003         * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
4004         * stabsread.c: Make os9k sections of the code obsolete.
4005         * configure.tgt: Make i[3456]86-*-os9k target obsolete.
4006         * config/i386/i386os9k.mt: Make file obsolete.
4007         * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
4008         (COMMON_OBS): Remove os9kread.o
4009         (SFILES): Remove os9kread.c.
4010         (os9kread.o, remote-os9k.o): Make target obsolete.
4011         * remote-os9k.c: Make file obsolete.
4012         * os9kread.c: Make file obsolete.
4013         * Makefile.in
4014
4015 2002-07-16  Andrew Cagney  <ac131313@redhat.com>
4016
4017         * NEWS: Mention that the FR30 has been made obsolete.
4018         * fr30-tdep.c: Make file obsolete.
4019         * config/fr30/tm-fr30.h: Ditto.
4020         * config/fr30/fr30.mt: Ditto.
4021         * configure.tgt: Make fr30-*-elf obsolete.
4022         * MAINTAINERS: Make fr30-elf obsolete.
4023
4024 2002-07-16  Pierre Muller  <muller@ics.u-strasbg.fr>
4025
4026         * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
4027         found is not inside a section.
4028
4029 2002-07-15  Kevin Buettner  <kevinb@redhat.com>
4030
4031         * aix-thread.c (ptrace_check): Use safe_strerror() instead of
4032         strerror().
4033         (pdc_realloc): Use xrealloc() instead of realloc().
4034
4035 2002-07-15  Kevin Buettner  <kevinb@redhat.com>
4036
4037         * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
4038         (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
4039         (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
4040         macros.
4041
4042 2002-07-15  Kevin Buettner  <kevinb@redhat.com>
4043
4044         * aix-thread.c (ptrace_check): Eliminate goto.
4045         (sync_threadlists): Eliminate gotos.  Also, fix array overrun
4046         problem.
4047
4048 2002-07-15  Kevin Buettner  <kevinb@redhat.com>
4049
4050         * aix-thread.c (gdbcmd.h): Include.
4051         (DEBUG, DBG, DBG2, dbg): Eliminate.
4052         (debug_aix_thread): New static global.
4053         (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4054         (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
4055         (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
4056         invocations to DBG and DBG2 macros to test against
4057         ``debug_aix_thread'' and call fprintf_unfiltered().
4058         (_initialize_aix_thread): Add new command "set debug aix-thread".
4059
4060 2002-07-15  Andrew Cagney  <ac131313@redhat.com>
4061
4062         From Gerhard Tonn <TON@de.ibm.com>:
4063         * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
4064         instead of supply_register.
4065
4066 2002-07-15  Andrew Cagney  <ac131313@redhat.com>
4067
4068         * dwarf2cfi.c: Include "gdb_assert.h".
4069         (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
4070         non-NULL.
4071         (update_context): Do not use __func__.  Add missing ``break''.
4072         (update_context): Do not use __func__.
4073
4074 2002-07-15  Elena Zannoni  <ezannoni@redhat.com>
4075
4076         * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
4077         and its setting.  Set gdbarch instruction printing functions
4078         directly.  For non-rs6000 case use new function
4079         gdb_print_insn_powerpc.
4080         (gdb_print_insn_powerpc): New function.
4081
4082 2002-07-13  Andrew Cagney  <ac131313@redhat.com>
4083
4084         * NEWS: Mention that the d30v has been marked obsolete.
4085         * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
4086         * configure.tgt: Mark d30v-*-* as obsolete.
4087         * d30v-tdep.c: Mark file as obsolete.
4088         * config/d30v/d30v.mt: Ditto.
4089         * config/d30v/tm-d30v.h: Ditto.
4090
4091 2002-07-13  Aidan Skinner <aidan@velvet.net>
4092
4093         * ada-tasks.c (add_task_entry): replace calls to
4094         malloc() with xmalloc
4095         * ada-tasks.c (init_task_list): replace calls to free with xfree()
4096         
4097         * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
4098         ada_finish_decode_line_1, all_sals_for_line
4099         ada_breakpoint_rewrite): replace calls to free() with xfree()
4100                 
4101 2002-07-12  Kevin Buettner  <kevinb@redhat.com>
4102
4103         From Nicholas Duffek (with minor changes by Martin Hunt, 
4104         Louis Hamilton, and Kevin Buettner):
4105         * aix-thread.c: New file.
4106
4107 2002-07-12  Petr Sorfa <petrs@caldera.com>
4108
4109         *  dwarf2read.c (dwarf2_invalid_attrib_class): New
4110         complaint for invalid attribute class or form.
4111         (read_func_scope): DW_AT_frame_base
4112         better handling of DW_AT_block*.
4113         (dwarf2_add_member_fn): DW_AT_vtable_elem_location
4114         better handling of DW_AT_block*.
4115         (read_common_block): DW_AT_location
4116         better handling of DW_AT_block*.
4117         (read_partial_die): DW_AT_location better handling
4118         of DW_AT_block*.
4119         (new_symbol): DW_AT_external better handling of
4120         DW_AT_block*. Proper initialization of variable
4121         "addr".
4122         (attr_form_is_block): New function that returns true
4123         if the attribute's form is of DW_FORM_block*.
4124
4125 2002-07-12  Peter Schauer  <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
4126
4127         * valops.c (find_method_list): Remove comment about
4128         removed STATIC_MEMFUNCP argument.
4129         (value_find_oload_method_list): Likewise.
4130
4131 2002-07-12  Kevin Buettner  <kevinb@redhat.com>
4132
4133         From Nicholas Duffek:
4134         * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
4135         target_new_objfile_hook.
4136
4137 2002-07-12  Kevin Buettner  <kevinb@redhat.com>
4138
4139         From Nicholas Duffek:
4140         * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
4141         csect.
4142
4143 2002-07-12  Andrew Cagney  <cagney@redhat.com>
4144
4145         * MAINTAINERS: Mention --enable-sim-build-warnings.
4146         (m68hc11-elf): Disable sim build warnings.
4147         (m32r-elf): Mark as broken obsolete candidate.
4148         (x86_64-linux-gnu): Mark as buildable with -Werror.
4149         (arm-elf): Change -w to ``,'' which enables warnings but not
4150         -Werror.
4151
4152 2002-07-12  Andrew Cagney  <ac131313@redhat.com>
4153
4154         * bcache.h: Update copyright.
4155         (struct bstring, struct bcache): Move definition to "bcache.c".
4156         Replaced by opaque declaration.
4157         (bcache_xfree): Replace free_bcache.
4158         (bcache_xmalloc, bcache_memory_used): Declare.
4159         
4160         * bcache.c: Update copyright.
4161         (struct bstring, struct bcache): Moved to here from "bcache.h".
4162         Update comments.
4163         (bcache_xmalloc, bcache_memory_used): New functions.
4164         (bcache_xfree): Replace function free_bcache.
4165         
4166         * Makefile.in (objfiles.o): Add $(bcache_h).
4167         (objfiles_h): Remove $(bcache_h).
4168         (symfile.o): Add $(bcache_h).
4169
4170         * symmisc.c: Update copyright.
4171         (print_symbol_bcache_statistics): Pass psymbol_cache by value.
4172         (print_objfile_statistics): Use bcache_memory_used.
4173
4174         * symfile.c: Include "bcache.h".
4175         (reread_symbols): Use bcache_xfree.
4176         (reread_symbols): Use bcache_xmalloc and bcache_xfree.
4177         (add_psymbol_to_list): Pass psymbol_cache by value.
4178         (add_psymbol_with_dem_name_to_list): Ditto.
4179
4180         * objfiles.h: Update copyright.
4181         (struct bcache): Declare opaque.  Do not include "bcache.h".
4182         (struct objfile): Change psymbol_cache and macro_cache to ``struct
4183         bcache'' pointers.
4184         * dwarf2read.c (macro_start_file): Pass macro_cache by value.
4185
4186         * objfiles.c: Include "bcache.h".  Update copyright.
4187         (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
4188         macro_cache.
4189         (free_objfile): Use bcache_xfree.
4190
4191 2002-07-11  Grace Sainsbury  <graces@redhat.com>
4192
4193         * monitor.c (monitor_fetch_register): Make name a constant.
4194         (monitor_store_register): Same.
4195
4196 2002-07-11  Daniel Jacobowitz  <drow@mvista.com>
4197
4198         Based on patch from Daniel Berlin <dberlin@dberlin.org>.
4199         * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
4200         (finish_block) For non-function blocks, hash the symbol table.  For
4201         function blocks, mark the symbol table as unhashed.
4202         * minsyms.c (msymbol_hash): Return hash value without taking modulus.
4203         (msymbol_hash_iw): Likewise.
4204         (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
4205         value.
4206         (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
4207         (lookup_minimal_symbol): Likewise for both.
4208         * symtab.h (struct block): Add `hashtable' flag.  Comment the
4209         hashtable.
4210         (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
4211         (ALL_BLOCK_SYMBOLS): Update.
4212         (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
4213         (struct symbol): Add `hash_next' pointer.
4214         * symtab.c (lookup_block_symbol): Search using the hash table when
4215         possible.
4216         (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
4217         (search_symbols, find_addr_symbol): Likewise.
4218
4219         * dstread.c (process_dst_block): Clear hashtable bit for new block.
4220         (read_dst_symtab): Likewise.
4221         * jv-lang.c (get_java_class_symtab): Likewise.
4222         * mdebugread.c: Include "gdb_assert.h".
4223         (shrink_block): Assert that the block being modified is not hashed.
4224         * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
4225         * symmisc.c (free_symtab_block): Walk the hash table when freeing
4226         symbols.
4227         (dump_symtab): Recognize hashed blocks.
4228         * printcmd.c (print_frame_args):  Assert that function blocks do not
4229         have hashed symbol tables.
4230         * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
4231         (fill_in_ada_prototype, debug_print_block): Likewise.
4232         (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS.  Handle hash tables.
4233
4234 2002-07-11  Corinna Vinschen  <vinschen@redhat.com>
4235
4236         * stack.c (print_frame): Use result of frame_address_in_block()
4237         instead of fi->pc when evaluating symbols.
4238         (backtrace_command_1): Ditto.
4239
4240 2002-07-11  Andrew Cagney  <cagney@redhat.com>
4241
4242         * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
4243         Make static.
4244
4245         * arm-tdep.c (arm_register_name): Make return type constant.
4246
4247 2002-07-10  Andrew Cagney  <ac131313@redhat.com>
4248
4249         * win32-nat.c (has_detach_ability): Convert to strict ISO C
4250         prototype.
4251         * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
4252         * s390-tdep.c (s390_fp_regnum): Ditto.
4253         (s390_read_fp): Ditto.
4254         (s390_pop_frame): Ditto.
4255         (_initialize_s390_tdep): Ditto.
4256         * remote.c (get_remote_state): Ditto.
4257         * procfs.c (mappingflags): Ditto.
4258         * memattr.c (_initialize_mem): Ditto.
4259         * mcore-tdep.c (mcore_pop_frame): Ditto.
4260         * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
4261         * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
4262         * language.c (set_case_str): Ditto.
4263         * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
4264         * frv-tdep.c (new_variant): Ditto.
4265         (frv_stopped_data_address): Ditto.
4266         * dwarf2cfi.c (fde_chunks_need_space): Ditto.
4267         (context_alloc): Ditto.
4268         (frame_state_alloc): Ditto.
4269         (unwind_tmp_obstack_init): Ditto.
4270         (unwind_tmp_obstack_free): Ditto.
4271         (cfi_read_fp): Ditto.
4272         * cris-tdep.c (cris_saved_pc_after_call): Ditto.
4273         (cris_pop_frame): Ditto.
4274         * c-lang.c (scanning_macro_expansion): Ditto.
4275         (finished_macro_expansion): Ditto.
4276         (c_preprocess_and_parse): Ditto.
4277         * gdbarch.sh: Ditto.
4278         * gdbarch.h, gdbarch.c: Regenerate.
4279         * config/mn10200/tm-mn10200.h: Adjust indentation.
4280         * target.c: Adjust indentation.
4281         * symtab.h: Adjust indentation.
4282         * stabsread.h: Adjust indentation.
4283         * remote-es.c: Adjust indentation.
4284         * os9kread.c: Adjust indentation.
4285
4286 2002-07-10  Andrew Cagney  <ac131313@redhat.com>
4287         
4288         * wince.c (_initialize_wince): Rename _initialize_inftarg.
4289         * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
4290
4291 2002-07-10  Grace Sainsbury  <graces@redhat.com>
4292         
4293         * NEWS: Mention m68k, mcore multi-arching.  
4294         * MAINTAINERS: Change status of m68k, mcore to reflect
4295         multi-arching.
4296
4297 2002-07-10  Daniel Jacobowitz  <drow@mvista.com>
4298
4299         * valops.c (find_overload_match): Free oload_syms.
4300
4301 2002-07-09  Joel Brobecker  <brobecker@gnat.com>
4302
4303         Define HAVE_SYS_PROC_H if sys/proc.h exists
4304         * configure.in: Add check for sys/proc.h
4305         * config.in: Regenerate.
4306         * configure: Regenerate.
4307
4308 2002-07-09  Grace Sainsbury  <graces@redhat.com>
4309
4310         * config/m68k/tm-m68k.h: Remove macros wrapped in 
4311         #if !GDB_MULTI_ARCH. 
4312
4313 2002-07-08  Andrew Cagney  <ac131313@redhat.com>
4314
4315         * config.in, configure: Regenerate.
4316
4317 2002-07-08  Mark Kettenis  <kettenis@gnu.org>
4318
4319         * dwarf2cfi.c: Include "gcore.h".
4320         (execute_stack_op): Fix implementation of the
4321         DW_OP_deref and DW_OP_deref_size operators by letting do their
4322         lookup in the target.
4323
4324 2002-07-07  Mark Kettenis  <kettenis@gnu.org>
4325
4326         From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
4327         * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
4328         tdep->sc_sp_offset.
4329
4330 2002-07-05  Daniel Jacobowitz  <drow@mvista.com>
4331
4332         Fix PR gdb/595, gdb/602
4333         * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
4334         Don't call value_cast, just read the vtable pointer; update comments
4335         to match.
4336
4337 2002-07-05  Grace Sainsbury  <graces@redhat.com>
4338
4339         * config/mcore/tm-mcore.h: Remove file.
4340         * config/mcore/mcore.mt: Remove definition of TM_FILE
4341         * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
4342
4343 2002-07-05  Mark Kettenis  <kettenis@gnu.org>
4344
4345         * i386bsd-tdep.c: Include "gdb_string.h".
4346
4347 2002-07-04  Grace Sainsbury  <graces@redhat.com>
4348
4349         * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
4350         (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
4351         mcore-tdep.
4352         (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
4353         (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
4354         * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
4355         (RETVAL_REGNUM): Move macros from tm-mcore.h
4356         (mcore_reg_struct_has_addr): New function.
4357         (mcore_gdbarch_init): Added initializations for the macros removed
4358         from tm-mcore.h.
4359
4360 2002-07-04  Mark Kettenis  <kettenis@gnu.org>
4361
4362         * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
4363         traditonal string branding within the ELF header.
4364
4365 2002-07-04  Daniel Jacobowitz  <drow@mvista.com>
4366
4367         * symtab.c (remove_params): New function.
4368         (make_symbol_overload_list): Use it instead of cplus_demangle.
4369         (overload_list_add_symbol): Likewise.  Reorder.  Fix memory leak.
4370
4371 2002-07-04  Mark Kettenis  <kettenis@gnu.org>
4372
4373         * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
4374
4375         * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
4376         New variables.
4377         (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
4378         and tdep->sigtramp_end.
4379         * i386obsd-nat.c: New file.
4380         * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
4381
4382         * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
4383         Don't call get_current_frame().
4384
4385 2002-07-04  Pierre Muller  <muller@ics.u-strasbg.fr>
4386
4387         * i386-nat.c (child_post_startup_inferior): New function
4388         calling i386_cleanup_dregs if
4389         I386_USE_GENERIC_WATCHPOINTS is defined.
4390         * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
4391         conditional to acknowledge that i386-nat.c has its
4392         own child_post_startup_inferior function.
4393
4394 2002-07-04  Mark Kettenis  <kettenis@gnu.org>
4395
4396         * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
4397         * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
4398         instead of MAX_REGISTER_RAW_SIZE.
4399         (i386_extract_return_value, i386_extract_struct_value_address):
4400         Convert to use regcache.
4401         (i386_gdbarch_init): Set max_register_raw_size and
4402         max_register_virtual_size to I386_MAX_REGISTER_SIZE.
4403         Set extract_return_value and extract_struct_value_address instead
4404         of their deprecated variants.
4405
4406         Convert i386 target to generic dummy frames.
4407         * i386-tdep.c: Include "symfile.h".
4408         (i386_frameless_signal_p): Consider a function to be frameless if
4409         the pc points at the first instruction of the function.
4410         (i386_frame_chain): Handle (generic) call dummies.
4411         (i386_frame_saved_pc): Likewise.
4412         (i386_frame_init_saved_regs): Remove code dealing with call
4413         dummies on the stack.
4414         (i386_push_dummy_frame): Removed.
4415         (i386_call_dummy_words): Removed.
4416         (i386_fix_call_dummy): Removed.
4417         (i386_push_return_address): New function.
4418         (i386_do_pop_frame): Renamed from i386_pop_frame.  Add FRAME
4419         parameter, and don't call get_current_frame.
4420         (i386_pop_frame): New function.
4421         (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
4422         call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
4423         entry_point_address, set call_dummy_breakpoint_offset to 0, set
4424         call_dummy_length to 0, set call_dummy_words to NULL, set
4425         sizeof_call_dummy_words to 0, set fix_call_dummy to
4426         generic_fix_call_dummy, set pc_in_call_dummy to
4427         pc_in_call_dummy_at_entry_point, set push_dummy_frame to
4428         generic_push_dummy_frame, set push_return_address to
4429         i386_push_return_address and set frame_chain_valid to
4430         generic_file_frame_chain_valid.
4431
4432 2002-07-03  Andrew Cagney  <ac131313@redhat.com>
4433
4434         * gdbarch.sh (struct regcache): Add opaque declaration.
4435         (EXTRACT_RETURN_VALUE): New architecture method.
4436         (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
4437         * gdbarch.h, gdbarch.c: Regenerate.
4438         * arch-utils.c (legacy_extract_return_value): New function.
4439         * arch-utils.h (legacy_extract_return_value): Declare.
4440         * values.c (value_being_returned): Re-enable code handling
4441         EXTRACT_STRUCT_VALUE_ADDRESS.  Move
4442         deprecated_grub_regcache_for_registers call to block handling
4443         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
4444         (EXTRACT_RETURN_VALUE): Do not define.
4445
4446 2002-07-03  Grace Sainsbury  <graces@redhat.com>
4447
4448         * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
4449         (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
4450         (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
4451         (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
4452         (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
4453         (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
4454         (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
4455         (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
4456         (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
4457         (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
4458         * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
4459         argument so the function fits the prototype in the architecture
4460         vector.
4461         (mcore_pop_frame): Remove argument so the function fits the
4462         prototype. Use get_current_frame instead of the argument.
4463         (mcore_push_arguments): Change type of struct_return so the
4464         function can be used in the architecture vector.
4465         (mcore_store_struct_return): Add.
4466         (mcore_frame_init_saved_regs): Add.
4467         (mcore_gdbarch_init): Add function calls to replace the macros
4468         removed from tm-mcore.h
4469
4470 2002-07-03  Andrew Cagney  <ac131313@redhat.com>
4471
4472         * infcmd.c (print_return_value): Remove compatibility code calling
4473         deprecated_grub_regcache_for_registers.
4474         
4475         * values.c: Include "regcache.h".
4476         (value_being_returned): Update.  Use
4477         deprecated_grub_regcache_for_registers to extract the register
4478         buffer address.  
4479         * value.h (value_being_returned): Change ``retbuf'' parameter to a
4480         ``struct regcache''.
4481         * Makefile.in (values.o): Add dependency on $(regcache_h).
4482
4483         * inferior.h (run_stack_dummy): Change type of second parameter to
4484         a ``struct regcache''.
4485         * valops.c (hand_function_call): Change type of retbuf to ``struct
4486         regcache''.  Allocate using regcache_xmalloc, clean using
4487         make_cleanup_regcache_xfree.
4488         * infcmd.c (run_stack_dummy): Update.  Use
4489         regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
4490
4491         * regcache.c (do_regcache_xfree): New function.
4492         (make_cleanup_regcache_xfree): New function.
4493         * regcache.h (make_cleanup_regcache_xfree): Declare.
4494
4495 2002-07-03  Martin M. Hunt  <hunt@redhat.com>
4496
4497         * event-top.c (command_line_handler): Don't read past
4498         beginning of buffer.
4499
4500 2002-07-03  Martin M. Hunt  <hunt@redhat.com>
4501         
4502         * varobj.c (struct varobj_root): Change frame from CORE_ADDR to 
4503         struct frame_id. 
4504         (varobj_create): Store frame_id for root.
4505         (varobj_gen_name): Use xasprintf.
4506         (varobj_update): Save and restore frame using get_frame_id() and
4507         frame_find_by_id().
4508         (create_child): Use xasprintf.
4509         (new_root_variable): Initialize frame_id.
4510         (c_name_of_child): Use xasprintf. Call find_frame_by_id().
4511         (c_value_of_variable): Use xasprintf. Move mem_fileopen call
4512         to prevent memory leak.
4513
4514 2002-07-03  Andrew Cagney  <ac131313@redhat.com>
4515
4516         * valops.c (hand_function_call): Move declaration of retbuf to
4517         start of function, allocate using malloc, add a cleanup but before
4518         the inf_status cleanup, cleanup the buffer.  Rename local variable
4519         old_chain to inf_status_cleanup.
4520
4521 2002-07-03  Martin M. Hunt  <hunt@redhat.com>
4522
4523         * top.c (execute_command): Use cmd_func() and cmd_func_p().
4524
4525         * cli/cli-decode.c (cmd_func_p): New function.
4526         (cmd_func): New function.
4527
4528         * command.h: Add cmd_func() and cmd_func_p().   
4529         
4530 2002-07-03  Grace Sainsbury  <graces@redhat.com>
4531
4532         * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
4533         (REGISTER_SIZE): Remove.
4534         (MAX_REGISTER_RAW_SIZE): Remove.
4535         (REGISTER_VIRTUAL_TYPE): Remove.
4536         (MAX_REGISTER_VIRTUAL_SIZE): Remove.
4537         (REGISTER_NAME): Remove.
4538         (USE_GENERIC_DUMMY_FRAMES): Remove.
4539         (CALL_DUMMY): Remove.
4540         (CALL_DUMMY_START_OFFSET): Remove.
4541         (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
4542         (CALL_DUMMY_LOCATION): Remove.
4543         (FIX_CALL_DUMMY): Remove.
4544         (CALL_DUMMY_ADDRESS): Remove.
4545         (SIZEOF_CALL_DUMMY_WORDS): Remove.
4546         (SAVE_DUMMY_FRAME_TOS): Remove.
4547         * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
4548         (mcore_register_virtual_type): New function.
4549         (mcore_register_byte): New function.
4550         (mcore_register_size): New function.
4551         (mcore_register_name): New function.
4552         (mcore_gdbarch_init): New function. Add set_gdbarch calls for
4553         macros removed from tm-mcore.h.
4554         (mcore_dump_tdep): Add.
4555         (_initialize_mcore_tdep): Add gdbarch_register call.
4556
4557 2002-07-03  Mark Kettenis  <kettenis@gnu.org>
4558
4559         * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
4560         frameless_look_for_prologue, such that we actually call this
4561         function.
4562
4563 2002-07-02  Joel Brobecker  <brobecker@gnat.com>
4564
4565         * frame.h (frame_address_in_block): New function.
4566
4567         * blockframe.c (frame_address_in_block): New function extracted
4568         from get_frame_block().
4569         (get_frame_block): Use frame_address_in_block().
4570         (block_innermost_frame): Use frame_address_in_block() to match
4571         the frame pc address against the block boundaries rather than
4572         the frame pc directly. This prevents a failure when a frame pc
4573         is actually a return-address pointing immediately after the end
4574         of the given block. 
4575
4576 2002-07-02  Grace Sainsbury  <graces@redhat.com>
4577
4578         * MAINTAINERS: Add self under write after approval. 
4579
4580 2002-07-02  Grace Sainsbury  <graces@redhat.com>
4581
4582         * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
4583         used in architecture vector. The default is
4584         m68k_local_breakpoint_from_pc.
4585         (m68k_local_breakpoint_from_pc): Add.
4586         (enum): Add register numbers from tm-m68k.h.
4587         (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
4588         vector.  
4589         * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
4590         GDB_MULTI_ARCH_PARTIAL.
4591         (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
4592         (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
4593         m68k-tdep.c.
4594         (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
4595         (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
4596         to enum in m68k-tdep.c
4597
4598 2002-07-02  Joel Brobecker  <brobecker@gnat.com>
4599
4600         * solib-osf.c (open_map): Compute the list of shared libraries
4601         loaded by the inferior, rather than the list of libraries loaded
4602         by GDB itself.  Otherwise, GDB ends up reading the symbols from
4603         the wrong shared libraries...
4604
4605 2002-07-02  Mark Kettenis  <kettenis@gnu.org>
4606
4607         * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
4608         (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
4609         macros.
4610         (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
4611         Remove functions.
4612         (FRAMELESS_SIGNAL): Remove function.
4613         (i386_linux_frame_chain, i386_linux_frame_saved_pc,
4614         i386_linux_saved_pc_after_call): Removed.
4615         (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
4616         tdep->sc_pc_offset and tdep->sc_sp_offset.  Don't override
4617         frame_chain, frame_saved_pc and saved_pc_after_call any longer.
4618
4619         * i386-tdep.c (i386_frameless_signal_p): New function.
4620         (i386_frame_chain): Deal with frameless signals.
4621         (i386_sigtramp_saved_sp): New function.
4622         (i386_frame_saved_pc): Deal with frameless signals.
4623         (i386_saved_pc_after_call): Make sure the correct value is
4624         returned just after entry into a sigtramp.
4625         * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
4626         i386fbsd4_sc_sp_offset): New variables.
4627         (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
4628         these variables to initialize tdep->sc_sp_offset.  * i386bsd-nat.c
4629         (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
4630         similiar to what we already did for sc_pc_offset.
4631         * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
4632         tdep->sc_sp_offset.
4633
4634         * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
4635
4636 2002-07-02  Michal Ludvig  <mludvig@suse.cz>
4637
4638         * config/i386/tm-x86-64linux.h: New.
4639         * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
4640         definitions.
4641         * config/i386/nm-x86-64.h: Rename to ...
4642         * config/i386/nm-x86-64linux.h: ... this one.
4643         * config/i386/x86-64linux.mh: Reflect the above change.
4644         
4645 2002-07-01  Mark Kettenis  <kettenis@gnu.org>
4646
4647         * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
4648         with sigcontext_addr.  Add sc_sp_offset.
4649         (i386bsd_sigtramp_saved_pc): Remove prototype.
4650         (i386bsd_sicontext_addr): Add prototype.
4651         * i386-tdep.c (i386_sigtramp_saved_pc): New function.
4652         (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
4653         (i386_svr4_sigtramp_saved_pc): Removed.
4654         (i386_svr4_sigcontext_addr): New function.
4655         (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4656         Initialize tdep->sigcontext_addr instead.  Initialize
4657         tdep->sc_pc_offset and tdep->sc_sp_offset.
4658         (i386_gdbarch_init): Likewise.
4659         * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
4660         any more.
4661         (i386bsd_sigtramp_saved_pc): Remove function.
4662         (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4663         Initialize tdep->sigcontext_addr instead.  Initialize
4664         tdep->sc_pc_offset.
4665         * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
4666         of tdep->sigtramp_saved_pc.
4667         * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
4668         tdep->sigtramp_saved_pc.  Initialize tdep->sigcontext_addr
4669         instead.
4670
4671         * i386-tdep.c (i386_frameless_function_invocation,
4672         i386_frame_num_args, i386_frame_init_saved_regs,
4673         i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
4674         i386_pop_frame, i386_push_arguments, i386_store_struct_return,
4675         i386_extract_return_value, i386_store_return_value,
4676         i386_extract_struct_value_address, i386_register_virtual_type,
4677         i386_register_convertible, i386_register_convert_to_virtual,
4678         i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
4679         i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
4680         static.
4681
4682 2002-07-01  Mark Kettenis  <kettenis@gnu.org>
4683
4684         * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
4685
4686         * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
4687         * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
4688         this macro.  Include "value.h".
4689
4690 2002-06-30  Aidan Skinner  <aidan@velvet.net>
4691
4692         * ada-exp.tab.c: remove as it's a generated file
4693         * ada-lex.c: remove as it's a generated file
4694                 
4695 2002-06-30  Mark Kettenis  <kettenis@gnu.org>
4696
4697         * config/i386/tm-i386.h (struct frame_info, struct
4698         frame_saved_regs, struct value, struct type): Remove forward
4699         declarations.
4700
4701         * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
4702         (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
4703         * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
4704         (FILL_FPXREGSET): Define.
4705
4706         * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
4707
4708         * configure.tgt (i[3456]86-*-openbsd*): Fold into
4709         i[3456]86-*-netbsd* case.
4710         * config/i386/tm-obsd.h: Removed.
4711         * config/i386/obsd.mt: Removed.
4712         * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
4713         core-aout.o.
4714         (MH_CFLAGS): Add -DYYDEBUG=0.
4715
4716         * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
4717         i386nbsd_sc_pc_offset on OpenBSD too.
4718
4719         * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
4720         (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
4721         * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
4722         define.
4723         * i386bsd-tdep.c: Include "arch-utils.h".
4724         (i386bsd_aout_in_solib_call_trampoline): New function.
4725         (i386bsd_init_abi): Set in_solib_call_trampoline to
4726         i386bsd_aout_in_solib_call_trampoline.
4727         (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
4728         in_solib_call_trampoline to generic_in_solib_call_trampoline.
4729
4730 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
4731
4732         * macrotab.h: Do not include "obstack.h" or "bcache.h".
4733         (struct obstack, struct bcache): Add opaque declarations.
4734         * Makefile.in (macrotab_h): Update
4735
4736 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
4737
4738         * blockframe.c (generic_find_dummy_frame): Change return type to
4739         ``struct regcache''.
4740         (struct dummy_frame): Replace field ``registers'' with regcache, a
4741         struct regcache object.
4742         (generic_find_dummy_frame): Update.
4743         (generic_push_dummy_frame): Update.  Use regcache_xfree,
4744         regcache_xmalloc and regcache_cpy.
4745         (generic_pop_dummy_frame): Update.  Use regcache_cpy and
4746         regcache_xfree.
4747         (deprecated_generic_find_dummy_frame): Update.
4748         (generic_read_register_dummy): Update.  Use
4749         regcache_read_as_address.
4750         (generic_call_dummy_register_unwind): Update.  Use regcache_read.
4751         (generic_get_saved_register): Update.  Use regcache_read.
4752
4753 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
4754
4755         * Makefile.in (objfiles_h): Add $(bcache_h).
4756         * objfiles.h: Include "bcache.h".
4757
4758         * Makefile.in (symtab_h): Remove $(bcache_h).
4759         * symtab.h: Do not include "bcache.h".
4760
4761 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
4762
4763         * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
4764         generic_func_frame_chain_valid.
4765
4766 2002-06-28  David O'Brien  <obrien@FreeBSD.org>
4767
4768         * config/i386/nm-fbsd.h: Include <sys/param.h>.
4769         * config/i386/tm-fbsd.h: Likewise.
4770
4771 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
4772
4773         * rs6000-tdep.c (rs6000_gdbarch_init): Use
4774         generic_unwind_get_saved_register.
4775
4776 2002-06-27  Andrew Cagney  <ac131313@redhat.com>
4777
4778         From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
4779         * regcache.c (supply_register): Add missing argument to
4780         register_buffer call.
4781
4782 2002-06-27  Andrew Cagney  <ac131313@redhat.com>
4783
4784         * Makefile.in (init.c): Drop -e option to grep.  Not necessary and
4785         Solaris /bin/grep does not not like it.  From Peter Schauer.
4786
4787 2002-06-26  Tom Tromey  <tromey@redhat.com>
4788
4789         * command.h (add_setshow_cmd): Declare.
4790         (add_setshow_cmd_full): Declare.
4791         * cli/cli-decode.c (add_setshow_cmd): No longer static.  Now
4792         returns void.  Use add_setshow_cmd_full.
4793         (add_setshow_cmd_full): New function.
4794         (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
4795         (add_setshow_boolean_cmd): Likewise.
4796
4797 2002-06-26  Jason Thorpe  <thorpej@wasabisystems.com>
4798
4799         * config/vax/tm-vax.h: Protect from multiple inclusion.
4800         (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
4801         (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
4802         * config/vax/tm-vaxbsd.h: ...here.  New file.
4803         * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
4804
4805 2002-06-26  Jason Thorpe  <thorpej@wasabisystems.com>
4806
4807         * config/vax/tm-vax.h (BREAKPOINT): Remove.
4808         (BELIEVE_PCC_PROMOTION): Remove.
4809         (AP_REGNUM): Move to...
4810         * config/vax/nm-vax.h: ...here.
4811         * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
4812         (vax_breakpoint_from_pc): New function.
4813         (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
4814         and gdbarch_believe_pcc_promotion.
4815
4816 2002-06-26  Jason Thorpe  <thorpej@wasabisystems.com>
4817
4818         * Makefile.in (vax_tdep_h): Define.  
4819         (vax-tdep.o): Use $(vax_tdep_h).
4820         * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
4821         (vax_dump_tdep): New function. 
4822         (_initialize_vax_tdep): Register vax_dump_tdep.
4823         * vax-tdep.h: Include osabi.h.     
4824         (struct gdbarch_tdep): New. 
4825
4826 2002-06-26  Andrew Cagney  <cagney@redhat.com>
4827
4828         * frame.h (deprecated_generic_find_dummy_frame): Rename
4829         generic_find_dummy_frame.
4830         * blockframe.c (generic_find_dummy_frame): Make static.
4831         (deprecated_generic_find_dummy_frame): New function.
4832         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
4833         generic_find_dummy_frame with deprecated_find_dummy_frame.
4834         (sh64_nofp_frame_init_saved_regs): Ditto.
4835         (sh_fp_frame_init_saved_regs): Ditto.
4836         * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
4837         (s390_frame_chain): Ditto.
4838         * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
4839
4840 2002-06-26  Grace Sainsbury  <graces@redhat.com>
4841
4842         * config/m68k/tm-m68k.h: Rearrange code so macros not in the
4843         gdbarch vector are at the top.
4844         (NUM_REGS): Remove.
4845         (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
4846         (FRAME_ARGS_ADDRESS): Remove.
4847         (FRAME_LOCALS_ADDRESS): Remove.
4848         (FRAME_NUM_ARGS): Remove.
4849         (FRAME_ARGS_SKIP): Remove.  
4850         * m68k-tdep.c (enum): Add eumeration of special register numbers.
4851         (m68k_gdbarch_init): Add gdbarch initializations for macros
4852         undefined in tm-m68k.h
4853
4854 2002-06-26  Grace Sainsbury  <graces@redhat.com>
4855
4856         * monitor.h: Add the function regname to monitor_ops
4857         structure. This way NUM_REGS does not have to be a constant.
4858         * monitor.c (monitor_fetch_register): Added support for regname
4859         function. The function is called if the array regnames is NULL.
4860         (monitor_store_register): Same.
4861         * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
4862         regnames array.
4863         (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
4864         cpu32bug_cmds.regname to point to new function.
4865         * abug-rom.c (abug_regname): Same as above.
4866         (init_abug_cmds): Same.
4867         * dbug-rom.c (dbug_regname): Same as above.
4868         (init_dbug_cmds): Same.
4869         * remote-est.c (est_regname): Same. 
4870         (init_est_cmds): Same.
4871         * rom68k-rom.c (rom68k_regname): Same. 
4872         (init_rom68k_cmds): Same.
4873
4874 2002-06-25  Tom Tromey  <tromey@redhat.com>
4875
4876         * breakpoint.c (delete_command): Don't repeat `delete' commands.
4877
4878 2002-06-25  Andrew Cagney  <cagney@redhat.com>
4879
4880         * infrun.c (stop_registers): Change variable's type to ``struct
4881         regcache'''.
4882         (xmalloc_inferior_status): Delete function.
4883         (free_inferior_status): Delete function.
4884         (normal_stop): Use regcache_cpy.
4885         (struct inferior_status): Change type of fields ``stop_registers''
4886         and ``registers'' to ``struct regcache''.
4887         (write_inferior_status_register): Use regcache_write.
4888         (save_inferior_status): Instead of calling
4889         xmalloc_inferior_status, allocate the inf_status buffer directly.
4890         Use regcache_dup_no_passthrough and regcache_dup to save the
4891         buffers.
4892         (restore_inferior_status): Use regcache_xfree and regcache_cpy.
4893         Replace the stop_registers regcache instead of overriding it.  Use
4894         regcache_xfree.  Instead of calling free_inferior_status, xfree
4895         the buffer directly.
4896         (discard_inferior_status): Use regcache_xfree.  Instead of calling
4897         free_inferior_status, xfree the buffer directly.
4898         (build_infrun): Use regcache_xmalloc.
4899         (_initialize_infrun): Delete redundant call to build_infrun.
4900
4901         * Makefile.in (infcmd.o): Add $(regcache_h).
4902
4903         * infcmd.c: Include "regcache.h".
4904         (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
4905         obtain the address of `stop_registers' register buffer.
4906         (print_return_value): Ditto.
4907
4908         * inferior.h (struct regcache): Add opaque declaration.
4909         (stop_registers): Change variable's declared type to ``struct
4910         regcache''.
4911
4912 2002-06-24  Tom Tromey  <tromey@redhat.com>
4913
4914         * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
4915         * target.c (initialize_targets): Fixed typo in
4916         trust-readonly-sections `show' documentation.
4917
4918         * main.c: Marked all strings with _().
4919
4920 2002-06-24  Don Howard  <dhoward@redhat.com>
4921
4922         * memattr.c (create_mem_region): Treat hi == 0 as a special case
4923         that means max CORE_ADDR+1.
4924         (lookup_mem_region): Ditto.
4925         (mem_info_command): Ditto.
4926
4927 2002-06-24  Grace Sainsbury  <graces@redhat.com>
4928
4929         * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
4930         (REGISTER_BYTES_OK): Remove.
4931         (REGISTER_BYTES): Remove.
4932         (STORE_STRUCT_RETURN): Remove.
4933         (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
4934         (STORE_RETURN_VALUE): Remove.
4935         (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
4936         (FRAME_CHAIN): Remove.
4937         (FRAMELESS_FUNCTION_INVOCATION): Remove.
4938         (FRAME_SAVED_PC): Remove.  
4939         * m68k-tdep.c (m68k_register_bytes_ok):Add.
4940         (m68k_store_struct_return): Add.
4941         (m68k_deprecated_extract_return_value): Add.
4942         (m68k_deprecated_extract_struct_value_address): Add.
4943         (m68k_store_return_value): Add.
4944         (m68k_frame_chain): Add.
4945         (m68k_frameless_function_invocation): Add.
4946         (m68k_frame_saved_pc): Add.
4947         (m68k_gdbarch_init): added set_gdbarch calls for new 
4948         functions and deleted macros.
4949
4950 2002-06-23  Tom Tromey  <tromey@redhat.com>
4951
4952         * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
4953         (ALLDEPFILES): Likewise.
4954         (udiheaders): Removed.
4955         (udip2soc.o): Likewise.
4956         (udi2go32.o): Likewise.
4957         (udr.o): Likewise.
4958         (HFILES_WITH_SRCDIR): Don't mention udiheaders.
4959
4960 2002-06-22  Andrew Cagney  <ac131313@redhat.com>
4961
4962         * infrun.c (_initialize_infrun): Delete unnecessary call to
4963         build_infrun.
4964
4965         * regcache.h: Update comments describing the regcache_cpy family
4966         of functions.
4967         (regcache_save, regcache_restore): Delete declaration.
4968         (regcache_save_no_passthrough): Delete declaration.
4969         (regcache_restore_no_passthrough): Delete declaration.
4970         * regcache.c (regcache_save): Delete function.
4971         (regcache_save_no_passthrough): Delete function.
4972         (regcache_restore): Delete function.
4973         (regcache_restore_no_passthrough): Delete function.
4974
4975 2002-06-21  Andrew Cagney  <ac131313@redhat.com>
4976
4977         * config/m68k/tm-m68k.h: Fix typo.
4978         (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
4979         (m68k_frame_init_saved_regs): Declare.
4980
4981 2002-06-21  Jim Blandy  <jimb@redhat.com>
4982
4983         Remove some vestiges of Harris 88k support.
4984         * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
4985         register numbering quirk.
4986         * elfread.c (elf_symtab_read): Remove `#if' block for skipping
4987         odd symbols occurring in Harris 88k ELF targets.
4988
4989 2002-06-21  Tom Tromey  <tromey@redhat.com>
4990
4991         * gdb_locale.h: New file.
4992         * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
4993         (defs_h): Added gdb_locale.h.
4994         * configure, config.in: Rebuilt.
4995         * configure.in (PACKAGE): Define.
4996         * defs.h: Include gdb_locale.h.
4997         * main.c (captured_main): Call setlocale, bindtextdomain,
4998         textdomain.
4999
5000 2002-06-21  Dave Brolley  <brolley@redhat.com>
5001
5002         From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
5003         * config/frv/frv.mt: New file.
5004         * config/frv/tm-frv.h: New file.
5005         * configure.tgt: Support frv-*-*.
5006         * Makefile.in (frv-tdep.o): New target.
5007         * frv-tdep.c: New file.
5008         * NEWS: Mention frv.
5009
5010 2002-06-21  Dave Brolley  <brolley@redhat.com>
5011
5012         * MAINTAINERS: Add self to "Write After Approval" list.
5013
5014 2002-06-21  Grace Sainsbury  <graces@redhat.com>
5015
5016         * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
5017         (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
5018         (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
5019         (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
5020         (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
5021
5022         * m68k-tdep.c: Include arch-utils.h
5023         (m68k_register_raw_size): Add.
5024         (m68k_register_virtual_size): Add.
5025         (m68k_register_virtual_type): Add.
5026         (m68k_register_name): Add.
5027         (m68k_stack_align): Add.
5028         (m68k_register_byte): Add.
5029         (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
5030         tm-m68k.h.
5031
5032 2002-06-21  Grace Sainsbury  <graces@redhat.com>
5033
5034         * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
5035         m68k_find_saved_regs.
5036         (m68k_pop_frame): Removed saved_regs structure, and replaced
5037         references to it with frame->saved_regs.
5038         (m68k_gdbarch_init): Added function calls to initialize the
5039         gdbarch structure.
5040         (m68k_fix_call_dummy): Add. 
5041         * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
5042         (CALL_DUMMY): Remove.
5043         (CALL_DUMMY_LENGTH): Remove.
5044         (CALL_DUMMY_START_OFFSET): Remove.
5045         (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5046         (FIX_CALL_DUMMY): Remove.
5047         (PUSH_DUMMY_FRAME): Remove.
5048         (POP_FRAME): Remove.
5049
5050 2002-06-19  Pierre Muller  <muller@ics.u-strasbg.fr>
5051
5052         * parse.c (parse_fprintf): New function used to avoid calls to
5053         fprintf in bison parser generated debug code.
5054         * parser-defs.h: Declaration of new parse_fprintf function.
5055         * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
5056         Set YYDEBUG to 1 by default.
5057         Set YYFPRINTF as parse_fprintf.
5058
5059 2002-06-21  Michal Ludvig  <mludvig@suse.cz>
5060
5061         * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer 
5062         encoding anymore.
5063         (pointer_encoding, enum ptr_encoding): New.
5064         (execute_cfa_program): Take care about pointer encoding.        
5065         (dwarf2_build_frame_info): Only call parse_frame_info for 
5066         .debug_frame and .eh_frame.
5067         (parse_frame_info): New, derived from former dwarf2_build_frame_info.
5068         fixed augmentation handling, added relative addressing, 
5069         ignore duplicate FDEs. Added comments.
5070         * dwarf2cfi.c: Reindented.
5071         
5072 2002-06-20  Elena Zannoni  <ezannoni@redhat.com>
5073
5074         * event-top.c (command_handler): Don't use space_at_cmd_start
5075         unless there is sbrk() on the host. Assign time and space data
5076         to union fields of the appropriate length.
5077
5078 2002-06-20  Michal Ludvig  <mludvig@suse.cz>
5079
5080         * x86-64-tdep.c (x86_64_register_nr2name): Rename to 
5081         x86_64_register_name. Return type changed to 'const char *'.
5082         (x86_64_register_name2nr): Rename to x86_64_register_number.
5083         (x86_64_gdbarch_init): Update to reflect the change.
5084         * x86-64-tdep.h: Ditto.
5085         * x86-64-linux-nat.c (x86_64_fxsave_offset)
5086         (supply_fpregset): Ditto.
5087
5088 2002-06-19  Andrew Cagney  <cagney@redhat.com>
5089
5090         * regcache.h: Update copyright.
5091         (struct regcache, struct gdbarch): Add opaque declarations.
5092         (current_regcache): Declare global variable.
5093         (regcache_read, regcache_write): Add gdbarch parameter.
5094         (regcache_save, regcache_save_no_passthrough)
5095         (regcache_restore, regcache_restore_no_passthrough)
5096         (regcache_dup, regcache_dup_no_passthrough)
5097         (regcache_cpy, regcache_cpy_no_passthrough)
5098         (deprecated_grub_regcache_for_registers)
5099         (deprecated_grub_regcache_for_register_valid)
5100         (regcache_valid_p): Add function declarations.
5101         
5102         * regcache.c: Update copyright.
5103         (regcache_descr_handle): New global variable.
5104         (struct regcache_descr): Define.
5105         (init_legacy_regcache_descr, init_regcache_descr): New functions.
5106         (regcache_descr, xfree_regcache_descr): New functions.
5107         (struct regcache): Define.
5108         (regcache_xmalloc, regcache_xfree): New functions.
5109         (regcache_cpy, regcache_cpy_no_passthrough): New functions.
5110         (regcache_dup, regcache_dup_no_passthrough): New functions.
5111         (regcache_valid_p, regcache_read_as_address): New functions.
5112         (deprecated_grub_regcache_for_registers): New function.
5113         (deprecated_grub_regcache_for_register_valid): New function.
5114         (current_regcache): New global variable.
5115         (register_buffer): Add regcache parameter.  Update calls.
5116         (regcache_read, regcache_write): Add regcache parameter.  Rewrite.
5117         (read_register_gen, write_register_gen): Update register_buffer
5118         call.  Test for legacy_p instead of gdbarch_register_read_p or
5119         gdbarch_register_write_p.
5120         (regcache_collect): Update register_buffer call.
5121         (build_regcache): Rewrite.  Use deprecated grub functions.
5122         (regcache_save, regcache_save_no_passthrough): New functions.
5123         (regcache_restore, regcache_restore_no_passthrough): New
5124         functions.
5125         (_initialize_regcache): Create the regcache_data_handle. Swap
5126         current_regcache global variable.
5127         
5128         * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
5129         parameter to regcache_read and regcache_write calls.
5130         (sh4_register_read): Ditto.
5131         (sh64_pseudo_register_read): Ditto.
5132         (sh64_register_read): Ditto.
5133         (sh_pseudo_register_write): Ditto.
5134         (sh4_register_write): Ditto.
5135         (sh64_pseudo_register_write): Ditto.
5136         (sh64_register_write): Ditto.
5137
5138         * defs.h (XCALLOC): Define.
5139
5140 2002-06-19  Grace Sainsbury  <graces@redhat.com>
5141
5142         * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
5143         * m68k-tdep.c (m68k_gdbarch_init): Added.
5144         (m68k_dump_tdep): Added.
5145
5146 2002-06-19  Daniel Jacobowitz  <drow@mvista.com>
5147
5148         * ada-lang.c (fill_in_ada_prototype): Update comment.
5149
5150 2002-06-19  Daniel Jacobowitz  <drow@mvista.com>
5151
5152         * mips-tdep.c (enum mips_abi): Explicitly start at 0.  Add
5153         MIPS_ABI_LAST.
5154         (mips_abi_string, mips_abi_strings): New.
5155         (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
5156         (mips_gdbarch_init): Set tdep->found_abi.  Don't set
5157         tdep->mips_abi_string.  Honor mips_abi_string.  Default to
5158         O32 if no ABI is found.
5159         (mips_dump_tdep): Use mips_abi_strings.
5160         (mips_abi_update): New function.
5161         (_initialize_mips_tdep): Initialize mips_abi_string.  Add  
5162         ``set mips abi'' and ``show mips abi''.  Check the size of
5163         mips_abi_strings.
5164
5165 2002-06-19  Andrew Cagney  <cagney@redhat.com>
5166
5167         * i386-linux-tdep.c (i386_linux_register_name): Make return type
5168         constant.
5169
5170 2002-06-18  Joel Brobecker  <brobecker@gnat.com>
5171
5172         * alpha-tdep.c (heuristic_proc_desc): Compute the size of the  
5173         current frame using only the first stack size adjustment. All
5174         subsequent size adjustments are not considered to be part of
5175         the "static" part of the current frame.
5176         Compute the address of the saved registers relative to the
5177         Frame Pointer ($fp) instead of the Stack Pointer if $fp is
5178         in use in this frame.
5179
5180 2002-06-18  Don Howard  <dhoward@redhat.com>
5181  
5182         * valops.c (value_ind): Use value_at_lazy() when dereferencing
5183         type int expressions.  Thanks to Jim Blandy <jimb@redhat.com> for
5184         suggesting this solution.
5185
5186 2002-06-18  Andrew Cagney  <ac131313@redhat.com>
5187
5188         * config/romp/xm-rtbsd.h: Delete file.
5189         * config/romp/rtbsd.mh: Delete file.
5190
5191 2002-06-18  Keith Seitz  <keiths@redhat.com>
5192
5193         * breakpoint.c (condition_command): Post breakpoint_modify
5194         when a condition is added to an existing breakpoint.
5195         (commands_command): Likewise for commands.
5196         (set_ignore_count): Likewise for ignore counts.
5197         If no tty, do not simply return, still need to send event
5198         notification.
5199         (ignore_command): Only print a newline if the command came
5200         from a tty.
5201         Don't call breakpoints_changed, since this is now properly
5202         handled by set_ignore_count.
5203
5204 2002-06-18  Andrew Cagney  <cagney@redhat.com>
5205
5206         * MAINTAINERS: Note that cris-elf target can be compiled with
5207         -Werror.
5208         * cris-tdep.c (cris_register_name): Make return type constant.
5209         (cris_breakpoint_from_pc): Ditto.
5210
5211 2002-06-18  Michal Ludvig  <mludvig@suse.cz>
5212
5213         * frame.h (struct frame_info): Change type of context to 
5214         'struct context'.
5215
5216 2002-06-17  Andrew Cagney  <cagney@redhat.com>
5217
5218         * gdbarch.sh (REGISTER_NAME): Change return type a constant string
5219         pointer.
5220         * gdbarch.h, gdbarch.c: Regenerate.
5221         * config/mips/tm-mips.h (mips_register_name): Update.
5222         * i386-tdep.h (i386_register_name): Update.
5223         * mips-tdep.c (mips_register_name): Update
5224         * alpha-tdep.c (alpha_register_name): Update.
5225         * arch-utils.c (legacy_register_name): Update.
5226         * arch-utils.h (legacy_register_name): Update.
5227         * avr-tdep.c (avr_register_name): Update.
5228         * ia64-tdep.c (ia64_register_name): Update.
5229         * i386-tdep.c (i386_register_name): Update.
5230         * sparc-tdep.c (sparc32_register_name): Update.
5231         (sparc64_register_name): Update.
5232         (sparclite_register_name): Update.
5233         (sparclet_register_name): Update.
5234         * sh-tdep.c (sh_generic_register_name): Update.
5235         (sh_sh_register_name): Update.
5236         (sh_sh3_register_name): Update.
5237         (sh_sh3e_register_name): Update.
5238         (sh_sh_dsp_register_name): Update.
5239         (sh_sh3_dsp_register_name): Update.
5240         (sh_sh4_register_name): Update.
5241         (sh_sh64_register_name): Update.
5242         * s390-tdep.c (s390_register_name): Update.
5243         * rs6000-tdep.c (rs6000_register_name): Update.
5244         * ns32k-tdep.c (ns32k_register_name_32082): Update.
5245         (ns32k_register_name_32382): Update.
5246         * d10v-tdep.c (d10v_ts2_register_name): Update.
5247         (d10v_ts3_register_name): Update.
5248         * xstormy16-tdep.c (xstormy16_register_name): Update.
5249         * vax-tdep.c (vax_register_name): Update.
5250         * v850-tdep.c (v850_register_name): Update.
5251         * m68hc11-tdep.c (m68hc11_register_name): Update.
5252         * mn10300-tdep.c (mn10300_generic_register_name): Update.
5253         (am33_register_name): Update.
5254
5255 2002-06-17  Grace Sainsbury  <graces@redhat.com>
5256
5257         * m68k-tdep.c: Reindented.
5258
5259 2002-06-17  Andrew Cagney  <ac131313@redhat.com>
5260
5261         * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
5262         list of predefined types.
5263
5264 2002-06-16  Mark Kettenis  <kettenis@gnu.org>
5265
5266         * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
5267         REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
5268         REGISTER_CONVERT_TO_RAW): Remove defines.
5269         (i386_register_virtual_type, i386_register_convertible,
5270         i386_register_convert_to_virtual, i386_register_convert_to_raw):
5271         Remove prototypes.
5272         * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5273         macros mentioned above.
5274
5275         * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
5276         (i386lynx_saved_pc_after_call): Remove prototype.
5277         * i386ly-tdep.c: Include "i386-tdep.h".
5278         (i386lynx_saved_pc_after_call): Make static.  Use
5279         read_memory_nobpt instead of read_memory.  Use
5280         read_memory_unsigned_integer instead of read_memory_integer.
5281         (i386lynx_init_abi): New function.
5282         (i386lynx_coff_osabi_sniffer): New function.
5283         (_initialize_i386bsd_tdep): New function.
5284
5285         * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
5286         CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
5287         CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
5288         (i386_fix_call_dummy): Remove prototype.
5289         * i386-tdep.c (i386_call_dummy_words): New variable.
5290         (i386_gdbarch_init): Adjust for removal of the
5291         macros mentioned above.
5292
5293 2002-06-15  Andrew Cagney  <ac131313@redhat.com>
5294
5295         * command.h (add_setshow_auto_boolean_cmd): Replace
5296         add_set_auto_boolean_cmd.
5297         * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
5298         add_set_auto_boolean_cmd.
5299         * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
5300         * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
5301         mask-address'' command.
5302         (show_mask_address): Add cmd parameter.
5303         * remote.c (add_packet_config_cmd): Update.  Change type of
5304         set_func and show_func to cmd_sfunc_ftype.
5305         (_initialize_remote): Update `set remote Z-packet'
5306         (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
5307         (show_remote_protocol_e_packet_cmd): Ditto.
5308         (show_remote_protocol_E_packet_cmd): Ditto.
5309         (show_remote_protocol_P_packet_cmd): Ditto.
5310         (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
5311         (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
5312         (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
5313         (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
5314         (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
5315         (show_remote_protocol_Z_packet_cmd): Ditto.
5316         (show_remote_protocol_binary_download_cmd): Ditto.
5317         (show_remote_cmd): Pass NULL to all of above.
5318
5319 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
5320
5321         * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
5322         DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
5323         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
5324         POP_FRAME): Remove defines.
5325         (i386_push_arguments, i386_store_struct_return,
5326         i386_extract_return_value, i386_store_return_value,
5327         i386_extract_struct_value_address, i386_push_dummy_frame,
5328         i386_pop_frame): Renove prototypes.
5329         * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5330         macros mentioned above.
5331
5332 2002-06-15  Andrew Cagney  <ac131313@redhat.com>
5333
5334         * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
5335         add_set_boolean_cmd.
5336         (add_setshow_cmd): New function.
5337         * command.h (add_setshow_boolean_cmd): Replace
5338         add_set_boolean_cmd.
5339         * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
5340         and ``set rdiromatzero''.
5341         * maint.c (_initialize_maint_cmds): Update commented out code.
5342         * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
5343         * target.c (initialize_targets): Update `set
5344         trust-readonly-sections'.
5345         * remote.c (_initialize_remote): Update `set remotebreak'.
5346
5347 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
5348
5349         * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
5350         BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
5351         * i386-tdep.c (i386_skip_prologue): Adjust function signature to
5352         fit into multi-arch framework.
5353         (i386_breakpoint_from_pc): New function.
5354         (i386_gdbarch_init): Adjust for removal of the macros mentioned
5355         above.
5356
5357         * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
5358         FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
5359         FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
5360         (i386_frameless_function_invocation, i386_frame_num_args,
5361         i386_frame_init_saved_regs): Remove prototypes.
5362         * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5363         macros mentioned above.
5364
5365 2002-06-15  Andrew Cagney  <ac131313@redhat.com>
5366
5367         * cli/cli-decode.c (set_cmd_cfunc): Update.
5368         (set_cmd_sfunc): Update.
5369         * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
5370         (set_cmd_sfunc, set_cmd_cfunc): Update.
5371         * cli/cli-decode.h: Update.
5372
5373 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
5374
5375         * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
5376         (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
5377
5378 2002-06-15  Andrew Cagney  <ac131313@redhat.com>
5379
5380         * defs.h (auto_boolean): Declare enum.
5381         * command.h (cmd_auto_boolean): Delete enum.
5382         * mips-tdep.c (mask_address_var): Update.
5383         (mips_mask_address_p): Update.
5384         (show_mask_address): Update.
5385         * remote.c (struct packet_config): Update.
5386         (update_packet_config): Update.
5387         (show_packet_config_cmd): Update.
5388         (packet_ok): Update.
5389         (add_packet_config_cmd): Update.
5390         (_initialize_remote): 
5391         * command.h: Update.
5392         * cli/cli-setshow.c (parse_auto_binary_operation): Update.
5393         (do_setshow_command): Update.
5394         * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
5395         * cli/cli-decode.h: Update.
5396
5397 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
5398
5399         * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
5400         config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
5401         config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
5402         config/i386/tm-linux.h, config/i386/tm-nbsd.h,
5403         config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
5404         * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
5405
5406         * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
5407         list of DJGPP COFF targets.
5408
5409         * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
5410         (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
5411         (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
5412         (FP0_REGNUM): Remove define.
5413         (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
5414         MAX_REGISTER_VIRTUAL_SIZE): Remove define.
5415         (i386_register_virtual_size): Remove protoype.
5416         * i386-tdep.c (i386_register_virtual_size): Removed.
5417         (i386_extract_return_value, i386_store_return_value): Use
5418         FP0_REGNUM instead of NUM_FREGS to determine whether the
5419         floating-point registers are available.
5420         (i386_gdbarch_init): Tweak FIXME about FPU registers.
5421         Adjust for removal of macros mentioned above.
5422
5423 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
5424
5425         * i386v4-nat.c: Include "i386-tdep.h".  Reformat and tweak various
5426         comments.
5427         (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
5428         Remove prototypes.
5429         (supply_gregset, fill_gregset): Remove use of register keyword and
5430         remove declaration for regmap.  Use I386_NUM_GREGS instead of
5431         NUM_REGS and NUM_FREGS.
5432         (FPREGSET_FSAVE_OFFSET): Remove.
5433         (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
5434         NUM_FREGS to determine whether the floating-point registers are
5435         available.
5436
5437         * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
5438         gnu_store_registers): Replace usage of NUM_GREGS with
5439         I386_NUM_GREGS.
5440
5441         * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
5442         OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
5443         usage of NUM_GREGS with I386_NUM_GREGS.
5444
5445         * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
5446
5447         * i386bsd-nat.c: Include "i386-tdep.h".
5448         (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
5449         I386_NUM_GREGS.
5450
5451         * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
5452         and associated comment.  They no longer make any sense, since we
5453         don't use this file anymore on Linux.
5454
5455         * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
5456         * i386-tdep.c (i386_register_offset, i386_register_size): Use
5457         I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
5458         elements in these arrays.
5459         (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
5460         MAX_NUM_REGS.
5461
5462 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
5463
5464         * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
5465         * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
5466
5467 2002-06-14  Andrew Cagney  <cagney@redhat.com>
5468
5469         * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
5470         EXTRACT_RETURN_VALUE.
5471         (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
5472         EXTRACT_STRUCT_VALUE_ADDRESS.
5473         * gdbarch.h, gdbarch.c: Regenerate.
5474         
5475         * values.c (value_being_returned): Handle
5476         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5477         (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
5478
5479         * arm-linux-tdep.c (arm_linux_init_abi): Update. 
5480         * arm-tdep.c (arm_gdbarch_init): Update.
5481         * avr-tdep.c (avr_gdbarch_init): Update.
5482         * cris-tdep.c (cris_gdbarch_init): Update.
5483         * d10v-tdep.c (d10v_gdbarch_init): Update.
5484         * ia64-tdep.c (ia64_gdbarch_init): Update.
5485         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5486         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5487         * s390-tdep.c (s390_gdbarch_init): Update.
5488         * sh-tdep.c (sh_gdbarch_init): Update.
5489         * s390-tdep.c (s390_gdbarch_init): Update.
5490         * sparc-tdep.c (sparc_gdbarch_init): Update.
5491         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5492         * v850-tdep.c (v850_gdbarch_init): Update.
5493         * vax-tdep.c (vax_gdbarch_init): Update.
5494         * x86-64-tdep.c (x86_64_gdbarch_init): Update.
5495         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5496
5497         * config/arc/tm-arc.h: Update.
5498         * config/d30v/tm-d30v.h: Update.
5499         * config/fr30/tm-fr30.h: Update.
5500         * config/h8300/tm-h8300.h: Update.
5501         * config/h8500/tm-h8500.h: Update.
5502         * config/i386/tm-i386.h: Update.
5503         * config/i386/tm-ptx.h: Update.
5504         * config/i386/tm-symmetry.h: Update.
5505         * config/i960/tm-i960.h: Update.
5506         * config/m32r/tm-m32r.h: Update.
5507         * config/m68k/tm-delta68.h: Update.
5508         * config/m68k/tm-linux.h: Update.
5509         * config/m68k/tm-m68k.h: Update.
5510         * config/m88k/tm-m88k.h: Update.
5511         * config/mcore/tm-mcore.h: Update.
5512         * config/mips/tm-mips.h: Update.
5513         * config/mn10200/tm-mn10200.h: Update.
5514         * config/pa/tm-hppa.h: Update.
5515         * config/pa/tm-hppa64.h: Update.
5516         * config/sparc/tm-sp64.h: Update.
5517         * config/sparc/tm-sparc.h: Update.
5518         * config/sparc/tm-sparclet.h: Update.
5519         * config/z8k/tm-z8k.h: Update.
5520
5521 2002-06-14  Andrew Cagney  <cagney@redhat.com>
5522
5523         * Makefile.in (i386_linux_tdep_h): Define.
5524         (i386_tdep_h, i387_tdep_h): Define.
5525         (i386-linux-nat.o): Add $(i386_linux_tdep_h),
5526         $(i386_tdep_h) and $(i387_tdep_h).
5527         * i386-linux-nat.c: Include "i386-linux-tdep.h".
5528
5529 2002-06-14  Mark Kettenis  <kettenis@gnu.org>
5530
5531         * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
5532         Already covered by the default.
5533
5534         * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
5535         TARGET_LONG_DOUBLE_BIT): Remove.  * i386-tdep.c
5536         (i386_gdbarch_init): Initialize long_double_format and long_double
5537         bit.
5538
5539         * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
5540         i386bsd-tdep.o.  Remove solib.o, solib-svr4.o and solib-legacy.o.
5541         Move these to ...
5542         * config/i386/i386sol2.mh: ... here.
5543         * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
5544         (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
5545         (SIGCONTEXT_PC_OFFSET): Remove define.
5546         (IN_SIGTRAMP): Remove define.
5547         * i386-sol2-tdep.c: New file.
5548         
5549         * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
5550         * config/i386/tm-i386nw.h: Removed.
5551
5552         * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
5553         USE_STRUCT_CONVENTION): Remove defines.
5554         (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5555         (get_longjmp_target): Remove prototype.
5556         (IN_SIGTRAMP): Remove define.
5557         (i386bsd_in_sigtramp): Remove prototype.
5558         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
5559         function.  Update comment accordingly
5560         (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
5561         (FRAME_SAVED_PC): Remove define.
5562         (i386bsd_frame_saved_pc): Remove prototype.
5563         * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
5564         GET_LONGJMP_TARGET): Remove defines.
5565         (get_longjmp_target): Remove prototype.
5566         (IN_SIGTRAMP): Remove define.
5567         (i386bsd_in_sigtramp): Remove prototype.
5568         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
5569         function.  Update comment accordingly
5570         (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
5571         (FRAME_SAVED_PC): Remove define.
5572         (i386bsd_frame_saved_pc): Remove prototype.
5573         * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
5574         Remove prototype.
5575         (USE_STRUCT_CONVENTION): Remove prototype.
5576         * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
5577         declaration.
5578         (_initialize_i386bsd_nat): Revise logic to determine some
5579         constants at compile time when compiling a native GDB.  Warn if
5580         things don't match up with what we expect.
5581         * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
5582         Remove variables.
5583         (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp.  Rewrite
5584         to use date stored in `struct gdbarch_tdep'.
5585         (i386bsd_sigcontext_offset): Remove varaible.
5586         (i386bsd_sigtramp_saved_pc): Make public.  Rewrite to use data
5587         stored in `struct gdbarch_tdep'.
5588         (i386bsd_frame_saved_pc): Make static.
5589         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
5590         (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
5591         i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
5592         i386fbsd4_sc_pc_offset): New variables.
5593         (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
5594         i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
5595         functions.
5596         (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
5597         functions.
5598         * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
5599         Modify the value of i386fbsd_sigtramp_start and
5600         i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
5601         i386fbsd_sigtramp_end.
5602         * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
5603         function.
5604
5605         * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
5606         define to i386-linux-tdep.h.
5607         (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
5608         REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
5609         defines.
5610         (i386_linux_register_name, i386_linux_register_byte,
5611         i386_linux_register_raw_size): Remove prototypes.
5612         (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
5613         (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
5614         (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
5615         TARGET_WRITE_PC): Remove defines.
5616         (i386_linux_in_sigtramp, i386_linux_frame_chain,
5617         i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
5618         i386_linux_write_pc): Remove prototypes.
5619         (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5620         (get_longjmp_target): Remove prototype.
5621         * i386-linux-tdep.h: New file.
5622         * i386-linux-nat.c: Include "i386-linux-tdep.h".
5623         * i386-linux-tdep.c: Include "i386-tdep.h" and
5624         "i386-linux-tdep.h".
5625         (i386_linux_register_name, i386_linux_register_byte,
5626         i386_linux_register_raw_size, i386_linux_in_sigtramp,
5627         i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
5628         Make static.
5629         (i386_linux_init_abi): New function.
5630         (_initialize_i386_linux_tdep): New function.
5631
5632         * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
5633         (i386_saved_pc_after_call): Remove prototype.
5634         (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
5635         (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
5636         DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
5637         (i386_register_name, i386_stab_reg_to_regnum,
5638         i386_dwarf_reg_to_regnum): Remove prototypes.
5639         (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
5640         SIZEOF_SSE_REGS): Remove defines.
5641         (REGISTER_BYTES): Remove define.
5642         (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
5643         (i386_register_byte, i386_register_raw_size): Remove prototypes.
5644         (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
5645         (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
5646         * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
5647         (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
5648         JB_EDX, GET_LONGJMP_TARGET): Remove defines.
5649         (get_longjmp_target): Remove prototype.
5650         (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
5651         (sigtramp_saved_pc): Remove define.
5652         (i386v4_sigtramp_saved_pc): Remove prototype.
5653         * config/i386/tm-go32.h (FRAME_CHAIN,
5654         FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
5655         (i386go32_frame_saved_pc): Remove prototype.
5656         (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5657         (get_longjmp_target): Remove prototype.
5658         * i386-tdep.h: Include "osabi.h".
5659         (enum i386_abi): Removed.
5660         (enum struct_return): New enum.
5661         (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
5662         struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
5663         sc_pc_offset members.
5664         (i386_gdbarch_register_os_abi): Remove prototype.
5665         (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
5666         I386_SSE_NUM_REGS): New defines.
5667         (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
5668         I386_SSE_SIZEOF_REGS): New defines.
5669         (i386_register_name, i386_register_byte, i386_register_raw_size):
5670         New prototypes.
5671         (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
5672         (i386bsd_sigtramp_saved_pc): New prototype.
5673         * i386-tdep.c: Don't include "elf-bfd.h".
5674         (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
5675         i386_frame_chain, i386_saved_pc_after_call): Make static.
5676         (i386_frame_saved_pc): Rewrite to call architecture dependent
5677         function to deal with signal handlers.  Make static.
5678         (i386go32_frame_saved_pc): Removed.
5679         [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
5680         Removed.
5681         (i386_get_longjmp_target): New function.
5682         (default_struct_convention, pcc_struct_convention,
5683         reg_struct_convention, valid_conventions, struct_convention): New
5684         variables.
5685         (i386_use_struct_convention): New function.
5686         (i386v4_sigtramp_saved_pc): Renamed to
5687         i386_svr4_sigtramp_saved_pc.  Made static.  Moved.
5688         (i386_pc_in_sigtramp): New function.
5689         (i386_abi_names): Removed.
5690         (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
5691         ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
5692         Removed.
5693         (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
5694         i386_gdbarch_register_os_abi): Removed.
5695         (struct i386_abi_handler): Removed.
5696         (i386_abi_handler_list): Removed.
5697         (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
5698         functions.
5699         (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
5700         i386_nw_init_abi): New functions.
5701         (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
5702         Use set_gdbarch_xxx() calls instead of relying on macros for a
5703         number of calls.
5704         (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
5705         (_initialize_i386_tdep): Add new 'struct-convcention' command.
5706         Register the various architecture variants defined in this file.
5707
5708 2002-06-14  Daniel Jacobowitz  <drow@mvista.com>
5709
5710         * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
5711         (struct main_type): Remove arg_types member.  Update comments for
5712         struct field.
5713         (TYPE_ARG_TYPES): Remove.
5714         (TYPE_FN_FIELD_ARGS): Update.
5715         (smash_to_method_type): Update prototype.
5716
5717         * c-typeprint.c (cp_type_print_method_args): Take method type
5718         instead of argument list.  Use new argument layout.  Simplify.
5719         (c_type_print_args): Use new argument layout.  Simplify.
5720         (c_type_print_base): Update call to cp_type_print_method_args.
5721         * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
5722         argument; use die->type instead.  Update call to
5723         smash_to_method_type.
5724         (read_structure_scope): Update call to dwarf2_add_member_fn.
5725         * gdbtypes.c (allocate_stub_method): Update comment.
5726         (smash_to_method_type): Take new NARGS and VARARGS arguments.
5727         Use new argument layout.
5728         (check_stub_method): Use new argument layout.  Don't count
5729         void as an argument.
5730         (print_arg_types): Update comments.  Use new argument layout.
5731         (recursive_dump_type): Don't print arg_types member.
5732         * hpread.c (hpread_read_struct_type): Use new argument layout.
5733         (fixup_class_method_type): Likewise.
5734         (hpread_type_lookup): Likewise.
5735         * stabsread.c (read_type): Update calls to read_args and
5736         smash_to_method_type.
5737         (read_args): Use new argument layout.  Simplify.
5738         * valops.c (typecmp): Use new argument layout.  Update parameters
5739         and comments.  Simplify.
5740         (hand_function_call): Use new argument layout.
5741         (search_struct_method): Update call to typecmp.
5742         (find_overload_match): Use new argument layout.
5743
5744 2002-06-13  Daniel Jacobowitz  <drow@mvista.com>
5745
5746         * NEWS: Mention multithreaded debug support for gdbserver.
5747
5748 2002-06-13  Daniel Jacobowitz  <drow@mvista.com>
5749
5750         * MAINTAINERS: Mention NEWS.
5751
5752 2002-06-13  Daniel Jacobowitz  <drow@mvista.com>
5753
5754         * mips-tdep.c (PROC_SYMBOL): Add warning comment.
5755         (struct mips_objfile_private, compare_pdr_entries): New.
5756         (non_heuristic_proc_desc): Read the ".pdr" section if it
5757         is present.
5758
5759 2002-06-12  Andrew Cagney  <ac131313@redhat.com>
5760
5761         * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
5762         (arm_debug): New static variable.
5763         (_initialize_arm_tdep): Add ``set debug arm'' command.
5764
5765 2002-06-12  Andrew Cagney  <ac131313@redhat.com>
5766
5767         * Makefile.in (sim_arm_h): Define.
5768         (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
5769         * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
5770         (arm_register_sim_regno): New function, map an internal REGNUM
5771         onto a simulator register number.
5772         (arm_gdbarch_init): Set register_sim_regno.
5773
5774 2002-06-09  Aldy Hernandez  <aldyh@redhat.com>
5775
5776         * MAINTAINERS: Add self.
5777
5778 2002-06-11  Jim Blandy  <jimb@redhat.com>
5779
5780         * source.c (source_info): Mention whether the symtab has
5781         information about preprocessor macros.
5782
5783         Call the command `info macro', not `show macro'.
5784         * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
5785         Fix error message.
5786         (_initialize_macrocmd): Register `info_macro_command' in
5787         `infolist', not `showlist'.
5788
5789 2002-06-11  Daniel Jacobowitz  <drow@mvista.com>
5790
5791         * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
5792         (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
5793         (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
5794         (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
5795         (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions.  Define
5796         unconditionally.
5797         (set_mipsfpu_single_command, set_mipsfpu_double_command)
5798         (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
5799         (_initialize_mips_tdep): Remove dead code.
5800         * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
5801         (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5802         * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
5803         (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5804         * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
5805         MIPS_LAST_FP_ARG_REGNUM): Remove.
5806
5807 2002-06-11  Michal Ludvig  <mludvig@suse.cz>
5808
5809         * dwarf2cfi.c (unwind_tmp_obstack_init): New.
5810         (unwind_tmp_obstack_free, parse_frame_info)
5811         (update_context, cfi_read_fp, cfi_write_fp)
5812         (cfi_frame_chain, cfi_init_extra_frame_info)
5813         (cfi_virtual_frame_pointer): Use the above function.
5814         * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
5815
5816 2002-06-11  Corinna Vinschen  <vinschen@redhat.com>
5817
5818         * v850-tdep.c (v850_type_is_scalar): New function.
5819         (v850_use_struct_convention): Match current gcc implementation
5820         as close as possible.
5821         (v850_push_arguments): Fix stack_offset handling.  Don't write
5822         struct_addr into register.  This is done by v850_store_struct_return.
5823         (v850_extract_return_value): Care for structs.
5824         (v850_store_return_value): Ditto.
5825         (v850_store_struct_return): Actually write address.
5826
5827 2002-06-11  Michal Ludvig  <mludvig@suse.cz>
5828
5829         * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
5830         without debug information too.
5831
5832 2002-06-10  Andrew Cagney  <ac131313@redhat.com>
5833
5834         * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
5835         Make multi-arch pure.
5836         * gdbarch.h, gdbarch.c: Re-generate.
5837         * arm-tdep.c (arm_print_float_info): Update.
5838         * arch-utils.h (default_print_float_info): Update.
5839         * arch-utils.c (default_print_float_info): Update.
5840         * infcmd.c (float_info): Update call.
5841
5842 2002-06-10  Andrew Cagney  <ac131313@redhat.com>
5843
5844         * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
5845         the front of the initialize list.
5846
5847 2002-06-10  Andrew Cagney  <ac131313@redhat.com>
5848
5849         * infrun.c (struct inferior_status): Replace fields
5850         selected_frame_address and selected_level with field
5851         selected_frame_id.
5852         (save_inferior_status): Update.  Use get_frame_id.
5853         (struct restore_selected_frame_args): Delete.
5854         (restore_selected_frame): Update.  Use frame_find_by_id.
5855         (restore_inferior_status): Update.
5856
5857         * breakpoint.h (struct breakpoint): Change type of
5858         watchpoint_frame to frame_id.
5859         * breakpoint.c (insert_breakpoints): Use frame_find_by_id.  Remove
5860         call to get_current_frame.
5861         (do_enable_breakpoint): Use frame_find_by_id.  Remove call to
5862         get_current_frame.
5863         (watchpoint_check): Use frame_find_by_id.
5864
5865         * frame.h (record_selected_frame): Delete declaration.
5866         * stack.c (record_selected_frame): Delete function.
5867         
5868         * frame.h (struct frame_id): Define.
5869         (get_frame_id): Declare.
5870         (frame_find_by_id): Declare.
5871         * frame.c (frame_find_by_id): New function.
5872         (get_frame_id): New function.
5873
5874 2002-06-10  Andrey Volkov <avolkov@transas.com>
5875
5876         * ser-e7kpc.c: Fix duplicated define and call of 
5877         _initialize_ser_e7000pc
5878             
5879 2002-06-09  Daniel Jacobowitz  <drow@mvista.com>
5880
5881         * signals/signals.c (target_signal_from_host): Fix #ifdef
5882         SIGRTMIN case.
5883         (do_target_signal_to_host): Likewise.
5884
5885 2002-06-09  Daniel Jacobowitz  <drow@mvista.com>
5886
5887         * mips-tdep.c (mips_find_abi_section): New function.
5888         (mips_gdbarch_init): Call it.
5889
5890 2002-06-09  Mark Kettenis  <kettenis@gnu.org>
5891
5892         * solib-svr4.c (init_fetch_link_map_offsets): Simply return
5893         legacy_fetch_link_map_offsets.  Adjust comment to reflect reality
5894         after Andrew's 2002-06-08 gdbarch change.
5895
5896 2002-06-09  Mark Kettenis  <kettenis@gnu.org>
5897
5898         * i386-linux-nat.c (suppy_gregset): Don't supply
5899         I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
5900         register cache.
5901         (fill_gregset): Don't fetch it under the same circumstances.
5902
5903 2002-06-09  Andrew Cagney  <cagney@redhat.com>
5904
5905         * Makefile.in (callback_h): Define.
5906         (remote_sim_h): Update path to remote-sim.h.
5907         (remote-rdp.o): Add $(callback_h).
5908         (remote-sim.o): Use $(callback_h).
5909         * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
5910         * remote-rdp.c: Include "gdb/callback.h".
5911
5912 2002-06-09  Mark Kettenis  <kettenis@gnu.org>
5913
5914         * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
5915         * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
5916
5917 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
5918
5919         * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
5920         * rdi-share/serpardr.c: Ditto.
5921         * rdi-share/unixcomm.c: Ditto.
5922         * rdi-share/serdrv.c: Ditto.
5923         * rdi-share/hostchan.h: Ditto.
5924         * rdi-share/hostchan.c: Ditto.
5925         * rdi-share/host.h: Ditto.
5926         * rdi-share/devsw.c: Ditto.
5927
5928         * objfiles.h: Change type of obj_private to void pointer.
5929         * pa64solib.c: Update copyright.  Don't include "assert.h", use
5930         strcmp instead of STREQ, use LONGEST, do not use PTR
5931         * somsolib.c: Ditto.
5932
5933         * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
5934         bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
5935         bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
5936
5937 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
5938
5939         * frame.c (GET_SAVED_REGISTER): Delete macro definition.
5940         (default_get_saved_register): Delete function.
5941         * gdbarch.sh (GET_SAVED_REGISTER): Set default to
5942         generic_unwind_get_saved_register.
5943         * gdbarch.h, gdbarch.c: Re-generate.
5944         
5945 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
5946
5947         * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
5948         generic_func_frame_chain_valid.
5949         * gdbarch.h, gdbarch.c: Re-generate.
5950         * blockframe.c (generic_func_frame_chain_valid): Only check
5951         PC_IN_CALL_DUMMY when generic dummy frames.  Don't worry about
5952         passing FP to PC_IN_CALL_DUMMY.
5953         Fix PR gdb/360.
5954
5955 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
5956
5957         * gdbarch.sh (struct gdbarch_data): Add field init_p.
5958         (register_gdbarch_data): Initialize init_p.
5959         (gdbarch_data): Initialize data pointer using the init function.
5960         (init_gdbarch_data): Delete function.
5961         (gdbarch_update_p): Update.
5962         (initialize_non_multiarch): Update.
5963         (struct gdbarch): Add field initialized_p.
5964         * gdbarch.h, gdbarch.c: Re-generate.
5965
5966 2002-06-07  Michal Ludvig  <mludvig@suse.cz>
5967
5968         * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
5969         (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
5970         better do the things actually here.
5971         * x86-64-tdep.c (x86_64_register_name2nr): New.
5972         (x86_64_register_name): Renamed to x86_64_register_nr2name.
5973         (x86_64_gdbarch_init): Respect the above change.
5974         * x86-64-tdep.h (x86_64_register_name2nr)
5975         (x86_64_register_nr2name): Add prototypes.
5976         * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
5977
5978 2002-06-06  Michael Snyder  <msnyder@redhat.com>
5979
5980         * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
5981         Delete extra braces and re-indent.
5982         (d10v_store_return_value): Char return values
5983         must be shifted over by one byte in R0.
5984         (d10v_extract_return_value): Delete extra braces, re-indent.
5985
5986 2002-06-06  Elena Zannoni  <ezannoni@redhat.com>
5987
5988         * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
5989         (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
5990         (d10v_integer_to_address): Rewrite.
5991         (d10v_frame_init_saved_regs): When reading fp and sp registers use
5992         the d10v specific functions which take care of converting to the
5993         correct space.
5994
5995 2002-06-06  Elena Zannoni  <ezannoni@redhat.com>
5996
5997         * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
5998         altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
5999
6000 2002-06-02  Andrew Cagney  <ac131313@redhat.com>
6001
6002         * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
6003         includes.
6004         * config/tm-linux.h: Ditto.
6005         * config/alpha/tm-alphalinux.h: Ditto.
6006         * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
6007         * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
6008         * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
6009         * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
6010         * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
6011         * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
6012         * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
6013         * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
6014         * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
6015         * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
6016         * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
6017         * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
6018         * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
6019         * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
6020         * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
6021         * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
6022         * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
6023         * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
6024         * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
6025         * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
6026         * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
6027         * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
6028         * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
6029         * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
6030         * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
6031         * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
6032         * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
6033         * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
6034         * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
6035         * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
6036         * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
6037         * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
6038         * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
6039         * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
6040         * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
6041         * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
6042         * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
6043
6044 2002-05-04  Aidan Skinner <aidan@velvet.net>
6045
6046         * ada-exp.tab.c: New file
6047         * ada-exp.y: New file
6048         * ada-lang.c: New file
6049         * ada-lang.h: New file
6050         * ada-lex.c: New file
6051         * ada-lex.l: New file
6052         * ada-tasks.c: New file
6053         * ada-typeprint.c: New file
6054         * ada-valprint.c: New file
6055         
6056 2002-06-02  Jason Thorpe  <thorpej@wasabisystems.com>
6057
6058         * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
6059         use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
6060
6061 2002-06-02  Jason Thorpe  <thorpej@wasabisystems.com>
6062
6063         * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
6064         insetead of ppc-linux-tdep.o.
6065         * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
6066         * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
6067
6068 2002-06-02  Andrew Cagney  <ac131313@redhat.com>
6069
6070         2002-05-07 Christian Groessler <chris@groessler.org>
6071         * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
6072         bit register contents for little endian hosts.
6073
6074 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
6075
6076         * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
6077         any maintainer.
6078
6079 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
6080
6081         * gdbarch.h: Regenerate.
6082
6083 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
6084
6085         * MAINTAINERS: Add everyone to write-after-approval list.
6086
6087 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
6088
6089         * stack.c (frame_info): Use frame_register_unwind instead of
6090         saved_regs.  Mention when the SP is on the stack or in a register.
6091
6092         * frame.h (frame_register_unwind_ftype): Define.  Document.
6093         (struct frame_info): Add field register_unwind and
6094         register_unwind_cache.
6095         (frame_register_unwind): Declare.
6096         (generic_unwind_get_saved_register): Declare.
6097
6098         * frame.c (frame_register_unwind): New function.
6099         (generic_unwind_get_saved_register): New function.
6100
6101         * blockframe.c (generic_call_dummy_register_unwind): New function.
6102         (frame_saved_regs_register_unwind): New function.
6103         (set_unwind_by_pc): New function.
6104         (create_new_frame): New function.
6105         (get_prev_frame): New function.
6106
6107 2002-05-30  Andrew Cagney  <ac131313@redhat.com>
6108
6109         * a29k-share/: Delete directory.
6110         * remote-vx29k.c: Delete file.
6111
6112 2002-05-30  Jason Thorpe  <thorpej@wasabisystems.com>
6113
6114         * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
6115         ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6116
6117 2002-05-30  Jason Thorpe  <thorpej@wasabisystems.com>
6118
6119         * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
6120         sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6121         (sparc64nbsd-nat.o)
6122         (sparcnbsd-nat.o)
6123         (sparcnbsd-tdep.o): New dependency lists.
6124         * NEWS: Note new UltraSPARC NetBSD native configuration.
6125         * configure.host (sparc64-*-netbsd*): New host.
6126         * configure.tgt (sparc-*-netbsdelf*)
6127         (sparc-*-netbsd*): Set gdb_target to nbsd.
6128         (sparc64-*-netbsd*): New target.
6129         * sparc64nbsd-nat.c: New file.
6130         * sparcnbsd-nat.c: New file.
6131         * sparcnbsd-tdep.c: New file.
6132         * sparcnbsd-tdep.h: New file.
6133         * config/sparc/nbsd.mt: New file.
6134         * config/sparc/nbsd64.mh: New file.
6135         * config/sparc/nbsd64.mt: New file.
6136         * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
6137         sparc-nat.o, and solib.o.  Add sparcnbsd-nat.o.
6138         (HOST_IPC): Remove.
6139         * config/sparc/nbsdaout.mt: Remove.
6140         * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
6141         sparc-nat.o, and solib.o.  Add sparcnbsd-nat.o.
6142         (HOST_IPC): Remove.
6143         * config/sparc/nbsdelf.mt: Remove.
6144         * config/sparc/nm-nbsd.h: Update copyright years.  Remove all
6145         sparc-nat.c compatiblity defines.
6146         * config/sparc/tm-nbsd.h: Update copyright years.  Include solib.h.
6147         (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
6148         * config/sparc/tm-nbsd64.h: New file.
6149         * config/sparc/tm-nbsdaout.h: Remove.
6150         * config/sparc/xm-nbsd.h: Remove.
6151
6152 2002-05-30  Jason Thorpe  <thorpej@wasabisystems.com>
6153
6154         * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
6155         * sparc-tdep.c: Include osabi.h.
6156         (gdbarch_tdep): Add osabi member.
6157         (_initialize_sparc_tdep): Use gdbarch_register.
6158         (sparc_gdbarch_init): Use generic OS ABI framework.
6159         (sparc_dump_tdep): New function.
6160
6161 2002-05-30  Kevin Buettner  <kevinb@redhat.com>
6162
6163         * corefile.c (do_captured_read_memory_integer): Return non-zero
6164         result.
6165         (safe_read_memory_integer): Copy result of memory read when
6166         status is non-zero.  Also, add comments.
6167
6168 2002-05-20  Jason Thorpe  <thorpej@wasabisystems.com>
6169
6170         * Makefile.in (ppc_tdep_h): Define.
6171         (ppc-linux-nat.o)
6172         (ppc-linux-tdep.o)
6173         (rs6000-tdep.o): Use $(ppc_tdep_h).
6174         (ppc-sysv-tdep.o)
6175         (ppcnbsd-nat.o)
6176         (ppcnbsd-tdep.o): New dependency lists.
6177         * ppc-tdep.h: Use generic OS ABI framework.
6178         * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
6179         (ppc_linux_init_abi): New functions.
6180         (ppc_sysv_abi_broken_use_struct_convention)
6181         (ppc_sysv_abi_use_struct_convention)
6182         (ppc_sysv_abi_push_arguments): Move to...
6183         * ppc-sysv-tdep.c: ...here.
6184         * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
6185         * rs6000-tdep.c (process_note_abi_tag_sections)
6186         (get_elfosabi): Remove.
6187         (rs6000_gdbarch_init): Use generic OS ABI framework.
6188         (rs6000_dump_tdep): New function.
6189         (_initialize_rs6000_tdep): Use gdbarch_register.
6190         * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
6191         * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
6192         * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
6193         of ppc-linux-tdep.o.
6194         * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
6195         * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
6196         * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
6197         * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
6198         * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
6199         * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
6200
6201 2002-05-29  Jim Blandy  <jimb@redhat.com>
6202
6203         * macroscope.c (default_macro_scope): Put `void' in empty argument
6204         list.
6205
6206 2002-05-29  Andrew Cagney  <ac131313@redhat.com>
6207
6208         * Makefile.in (arch-utils.o): Add $(sim_regno_h).
6209         * arch-utils.c: Include "sim-regno.h".
6210         * gdbarch.sh: Don't include "sim-regno.h".
6211         * gdbarch.h, gdbarch.c: Regenerate.
6212         * sim-regno.h (legacy_register_sim_regno): Move declaration from
6213         here.
6214         * arch-utils.h (legacy_register_sim_regno): To here.
6215         * remote-sim.c (legacy_register_sim_regno): Move function from
6216         here.
6217         * arch-utils.c (legacy_register_sim_regno): To here.
6218
6219 2002-05-28  Andrew Cagney  <ac131313@redhat.com>
6220
6221         * sim-regno.h: New file.
6222         * Makefile.in (sim_regno_h): Define.
6223         (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
6224         * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
6225         (legacy_register_sim_regno): New function.
6226         (one2one_register_sim_regno): New function.
6227         (gdbsim_fetch_register): Rewrite.
6228         (gdbsim_store_register): Only store a register when
6229         REGISTER_SIM_REGNO is valid.
6230         * d10v-tdep.c: Include "sim-regno.h".
6231         (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
6232         (d10v_ts3_register_sim_regno): Ditto.
6233         * gdbarch.sh: Include "sim-regno.h".
6234         (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
6235         * gdbarch.h, gdbarch.c: Regenerate.
6236         * arch-utils.h (default_register_sim_regno): Delete declaration.
6237         * arch-utils.c (default_register_sim_regno): Delete function.
6238
6239 2002-05-28  Jason Thorpe  <thorpej@wasabisystems.com>
6240
6241         * ppcnbsd-nat.c: Rewrite.
6242         * ppcnbsd-tdep.c: New file.
6243         * ppcnbsd-tdep.h: New file.
6244         * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
6245         solib.o, and solib-svr4.o.
6246         * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
6247         nbsd-tdep.o, and corelow.o.
6248
6249 2002-05-28  Andrew Cagney  <ac131313@redhat.com>
6250
6251         * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
6252         `tr' and `sed'.  Mention that `broken' targets are not expected to
6253         build.
6254
6255 2002-05-27  Michal Ludvig  <mludvig@suse.cz>
6256
6257         * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
6258         Let PC point right after the prologue before looking up symbols.
6259         
6260 2002-05-27  Martin M. Hunt  <hunt@redhat.com>
6261
6262         * i386-tdep.c (i386_register_virtual_type): Return 
6263         builtin_type_vec128i for SSE registers.
6264
6265         * gdbtypes.h (builtin_type_vec128i): Declare.
6266
6267         * gdbtypes.c (build_builtin_type_vec128i): New function.
6268         (builtin_type_v2_double, builtin_type_v4_int64): New types.
6269         (builtin_type_vec128i): New type for SSE2 128-bit registers.
6270         (build_gdbtypes): Initialize new builtin vector types.
6271         (_initialize_gdbtypes): Register new vector types with gdbarch.
6272
6273 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
6274
6275         * MAINTAINERS: ns32k is not longer an obsolete candidate,
6276         since it has been multi-arch'd.
6277         * NEWS: Note that ns32k-*-* is now partial multi-arch.
6278         Move Alpha and VAX multi-arch news entries to same section
6279         as other multi-arch news.
6280
6281 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
6282
6283         * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
6284         target.s, arch-utils.h, ns32k-tdep.h.  Make many functions
6285         static.  Rename some register numbers to put them in ns32k-tdep
6286         private namespace.
6287         (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
6288         ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
6289         functions.
6290         (_initialize_ns32k_tdep): Use gdbarch_register.
6291         * ns32k-tdep.h: New file.
6292         * ns32knbsd-tdep.c: New file.
6293         * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
6294         * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
6295         (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
6296         REGISTER_BYTES, REGISTER_BYTE): Remove.
6297         * config/ns32k/tm-ns32k.h: New file.
6298         * config/ns32k/tm-umax.h: Remove.
6299
6300 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
6301
6302         * ns32k-tdep.c (ns32k_saved_pc_after_call,
6303         ns32k_store_struct_return, ns32k_extract_return_value,
6304         ns32k_store_return_value, ns32k_extract_struct_value_address): New
6305         functions.
6306         * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
6307         ns32k_saved_pc_after_call.
6308         (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
6309         (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
6310         (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
6311         (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
6312         ns32k_extract_struct_value_address.
6313
6314 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
6315
6316         * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
6317         ns32k_fix_call_dummy): New.
6318         * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
6319         ns32k_call_dummy_words.
6320         (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
6321         (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
6322         CALL_DUMMY_NARGS): Remove.
6323         (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
6324
6325 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
6326
6327         * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
6328         ns32k_frame_saved_pc, ns32k_frame_args_address,
6329         ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
6330         ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
6331         * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
6332         * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
6333         (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
6334         (BREAKPOINT): Remove..
6335         (FRAME_CHAIN): Define as ns32k_frame_chain.
6336         (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
6337         (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
6338         (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
6339         (FRAME_FIND_SAVED_REGS): Remove.
6340         (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
6341         (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
6342         (POP_FRAME): Define as ns32k_pop_frame.
6343
6344 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
6345
6346         * ns32k-tdep.c (ns32k_register_byte_32082,
6347         ns32k_register_byte_32382, ns32k_register_raw_size,
6348         ns32k_register_virtual_size, ns32k_register_virtual_type): New
6349         functions.
6350         * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
6351         ns32k_register_byte_32382.
6352         * config/ns32k/tm-umax.h: Update copyright years.
6353         (REGISTER_BYTE): Define as ns32k_register_byte_32082.
6354         (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
6355         (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
6356         (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
6357         (ns32k_get_enter_addr): Fix prototype.
6358
6359 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
6360
6361         * ns32k-tdep.c: Update copyright years.
6362         (ns32k_register_name_32082): New function.
6363         (ns32k_register_name_32382): Ditto.
6364         * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
6365         (REGISTER_NAME): Define as ns32k_register_name_32382.
6366         * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
6367         (REGISTER_NAME): Define as ns32k_register_name_32082.
6368
6369 2002-05-24  Jim Blandy  <jimb@redhat.com>
6370
6371         * dwarf2read.c (free_line_header): Use xfree, not free.
6372
6373 2002-05-24  Jason Thorpe  <thorpej@wasabisystems.com>
6374
6375         * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
6376         alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
6377
6378 2002-05-23  Andrew Cagney  <ac131313@redhat.com>
6379
6380         * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
6381
6382 2002-05-23  Andrew Cagney  <ac131313@redhat.com>
6383
6384         From Ross Alexander at NEC Europe:
6385         * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
6386
6387 2002-05-23  Michael Snyder  <msnyder@redhat.com>
6388
6389         * cli/cli-dump.c (restore_command): Use parse_and_eval_long
6390         for input, rather than parse_and_eval_address.  
6391
6392 2002-05-23  Andrew Cagney  <ac131313@redhat.com>
6393
6394         * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
6395         * Makefile.in (sim_d10v_h): Update definition.
6396
6397 2002-05-24  Andrew Cagney  <cagney@redhat.com>
6398
6399         * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
6400         change `2002-05-22 Michael Snyder' below.
6401         (d10v_push_arguments): Ditto.
6402         (d10v_extract_return_value): Ditto.
6403
6404 2002-05-23  Jim Blandy  <jimb@redhat.com>
6405
6406         * macrotab.c (check_for_redefinition): Don't complain if the new
6407         definition is the same as the previous one.  Take more arguments
6408         to allow the comparison.
6409         (macro_define_object, macro_define_function): Pass more arguments
6410         to check_for_redefinition.
6411
6412 2002-05-22  Michael Snyder  <msnyder@redhat.com>
6413
6414         * d10v-tdep.c: Change a few macros to enums for ease of debugging.
6415         (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
6416         (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
6417         (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
6418         Don't bail if return_pc is PC_IN_CALL_DUMMY.
6419         Add a temp variable to save a call (and a memory read).
6420         (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
6421         if possible (so that PC_IN_CALL_DUMMY will work).
6422
6423 2002-05-22  Corinna Vinschen  <vinschen@redhat.com>
6424
6425         * MAINTAINERS: Remove status `OBSOLETE' from v850.
6426
6427 2002-05-22  Michal Ludvig  <mludvig@suse.cz>
6428
6429         * dwarf2cfi.c (frame_state_for): Added safety check for a valid
6430         fde->cie_ptr.
6431         (dwarf2_build_frame_info): Corrected handling of eh_frame.
6432         (dwarf2_build_frame_info): Add offset to fde->initial_location 
6433         so that frames of shared libraries are mapped correctly.
6434         (execute_stack_op): Change type of 'result' from ULONGEST to
6435         CORE_ADDR.
6436         
6437 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
6438
6439         * config/alpha/tm-nbsd.h: Include solib.h.
6440
6441 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
6442
6443         * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
6444         assumptions about the host's byte order.
6445
6446 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
6447
6448         * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
6449         to dependency list.
6450         * alphanbsd-tdep.c: Include solib-svr4.h.
6451         * shnbsd-tdep.c: Ditto.
6452
6453 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
6454
6455         * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
6456         nbsd-tdep.h to dependency list.
6457         * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
6458         i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
6459         ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
6460         nbsdaout.mh and nbsdelf.mh consistently.
6461         * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
6462         ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
6463         nbsdaout.mt and nbsdelf.mh consistently.
6464         * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h. 
6465         (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
6466         to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
6467         * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS.  Move
6468         a.out shared library stuff from here...
6469         * config/nm-nbsdaout.h: ...to here.
6470         * config/tm-nbsd.h: Remove.
6471         * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
6472         * config/arm/nbsd.mh: Remove.
6473         * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
6474         nbsd-tdep.o.
6475         * config/arm/nbsdaout.mh: New file. 
6476         * config/arm/nbsdelf.mh: New file.
6477         * config/arm/nm-nbsdaout.h: New file.
6478         * config/i386/nbsd.mh: Remove.
6479         * config/i386/nbsd.mt: Remove.
6480         * config/i386/nbsdaout.mh: New file.
6481         * config/i386/nbsdaout.mt: New file.
6482         * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
6483         * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
6484         * config/i386/nm-nbsd.h (REGISTER_U_ADDR, 
6485         i386_register_u_addr): Remove.
6486         * config/i386/nm-nbsdaout.h: New file.
6487         * config/i386/nm-nbsdelf.h: Remove.
6488         * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
6489         (USE_STRUCT_CONVENTION): Remove.
6490         * config/i386/tm-nbsdaout.h: New file.
6491         * config/i386/tm-nbsdelf.h: Remove.
6492         * config/m68k/nbsd.mh: Remove.
6493         * config/m68k/nbsd.mt: Remove.
6494         * config/m68k/nbsdaout.mh: New file.
6495         * config/m68k/nbsdaout.mt: New file. 
6496         * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
6497         * config/m68k/nm-nbsdaout.h: New file.
6498         * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
6499         (IN_SOLIB_CALL_TRAMPOLINE): Define.
6500         * config/ns32k/nbsd.mh: Remove.
6501         * config/ns32k/nbsd.mt: Remove. 
6502         * config/ns32k/nbsdaout.mh: New file.
6503         * config/ns32k/nbsdaout.mt: New file.
6504         * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h. 
6505         * config/ns32k/nm-nbsdaout.h: New file.
6506         * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.  
6507         (IN_SOLIB_CALL_TRAMPOLINE): Define.
6508         * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
6509         (SVR4_SHARED_LIBS): Remove.
6510         * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
6511         * config/sparc/nbsd.mh: Remove.
6512         * config/sparc/nbsd.mt: Remove.
6513         * config/sparc/nbsdaout.mh: New file.
6514         * config/sparc/nbsdaout.mt: New file.
6515         * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
6516         * config/sparc/nbsdelf.mt: New file.
6517         * config/sparc/nm-nbsdaout.h: New file.   
6518         * config/sparc/nm-nbsdelf.h: Remove.
6519         * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
6520         * config/sparc/tm-nbsdaout.h: New file.
6521
6522 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
6523
6524         * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
6525         mipsnbsd-tdep.c
6526         (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
6527
6528 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
6529
6530         * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
6531         shnbsd-nat.c.
6532         (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
6533
6534 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
6535
6536         * NEWS: Note new MIPS NetBSD native configuration. 
6537         * configure.host (mips*-*-netbsd*): New host. 
6538         * configure.tgt (mips*-*-netbsd*): New target. 
6539         * mipsnbsd-nat.c: New file.
6540         * mipsnbsd-tdep.c: New file.
6541         * mipsnbsd-tdep.h: New file.
6542         * config/mips/nbsd.mh: New file.
6543         * config/mips/nbsd.mt: New file.
6544         * config/mips/nm-nbsd.h: New file.
6545         * config/mips/tm-nbsd.h: New file.
6546
6547 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
6548
6549         * Makefile.in (SFILES): Add osabi.c.
6550         (COMMON_OBS): Add osabi.o.
6551         (osabi.o): New dependency list.
6552         * osabi.c: New file.
6553         * osabi.h: New file.
6554         * doc/gdbint.texinfo: Document new generic OS ABI framework.
6555
6556         * Makefile.in (alpha_tdep_h): Define and use instead of
6557         alpha-tdep.h.
6558         * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
6559         get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
6560         Remove.
6561         (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
6562         * alpha-tdep.h: Include osabi.h.
6563         (alpha_abi): Remove.
6564         (gdbarch_tdep): Use generic OS ABI framework.
6565         * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
6566         gdbarch_register_osabi.
6567         * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
6568         * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
6569         * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
6570
6571         * Makefile.in (sh_tdep_h): Add osabi.h.
6572         * sh-tdep.h (sh_osabi): Remove.
6573         (gdbarch_tdep): Use generic OS ABI framework.
6574         * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
6575         sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
6576         (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
6577         * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
6578
6579         * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
6580         * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
6581         gdbarch_register_osabi.
6582         * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
6583         arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
6584         (get_elfosabi): Rename to...
6585         (arm_elf_osabi_sniffer): ...this.  Adjust to use generic OS
6586         ABI framework support routines.
6587         (arm_gdbarch_init): Use generic OS ABI framework.
6588         (arm_dump_tdep): Likewise.
6589         (_initialize_arm_tdep): Likewise.
6590         * arm-tdep.h: Include osabi.h.
6591         (arm_abi): Remove.
6592         (gdbarch_tdep): Remove arm_abi and abi_name members.  Add
6593         osabi member.
6594         (arm_gdbarch_register_os_abi): Remove prototype.
6595         * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
6596         (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
6597
6598         * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
6599         * mips-tdep.c: Include osabi.h.
6600         (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
6601         OS ABI framework.
6602
6603 2002-05-20  Kazu Hirata  <kazu@cs.umass.edu>
6604
6605         * h8300-tdep.c: Fix formatting.
6606
6607 2002-05-20  Elena Zannoni  <ezannoni@redhat.com>
6608
6609         * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
6610         printing vector registers.
6611
6612 2002-05-19  Andrew Cagney  <ac131313@redhat.com>
6613
6614         From Fernando Nasser:
6615         * remote.c (remote_async_open_1): Re-throw the exception when the
6616         connection fails.
6617         (remote_cisco_open): Ditto.
6618         (remote_open_1): Ditto.
6619
6620 2002-05-19  Andrew Cagney  <ac131313@redhat.com>
6621
6622         * remote.c (remote_start_remote_dummy): Add uiout parameter.
6623         (remote_start_remote): Add uiout parameter.  Pass through to
6624         remote_start_remote_dummy.
6625         (remote_open_1): Use catch_exception instead of catch_errors.
6626         (remote_async_open_1): Ditto.
6627         (remote_cisco_open): Ditto.
6628
6629 2002-05-19  Andrew Cagney  <ac131313@redhat.com>
6630
6631         * remote.c (remote_start_remote): Replace PTR with void pointer.
6632         (sigint_remote_twice_token, sigint_remote_token): Ditto.  Make
6633         static.
6634
6635 2002-05-18  Andrew Cagney  <ac131313@redhat.com>
6636
6637         * gdb_indent.sh: Allow the script to be run in the sim directory.
6638
6639 2002-05-18  Mark Kettenis  <kettenis@gnu.org>
6640
6641         * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
6642         * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
6643
6644         * corelow.c (core_open): Only call set_gdbarch_from_file if
6645         exec_bfd is NULL.
6646
6647 2002-05-17  Andrey Volkov <avolkov@transas.com>
6648
6649         * h8300-tdep.c: Add support of EXR register
6650         * config/h8300/tm-h8300.h: Ditto. 
6651         
6652 2002-05-17  Andrey Volkov <avolkov@transas.com>
6653
6654         * h8300-tdep.c: Add additional CCR flags (I,UI,H,U) 
6655         
6656 2002-05-17  Andrey Volkov <avolkov@transas.com>
6657
6658         * h8300-tdep.c: Change literal regnums to REGNO.
6659         
6660 2002-05-17  Jim Blandy  <jimb@redhat.com>
6661
6662         * NEWS: Note addition of macro support.
6663
6664         Expand preprocessor macros in C expressions.
6665         * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
6666         (scan_macro_expansion, scanning_macro_expansion,
6667         finished_macro_expansion): New function declarations.
6668         (expression_macro_lookup_func, expression_macro_lookup_baton): New
6669         variable declarations.
6670         * parser-defs.h (expression_context_pc): New declaration.
6671         * parse.c (expression_context_pc): New variable.
6672         (parse_exp_1): Set expression_context_pc, as well as
6673         expression_context_block.
6674         * c-exp.y (yylex): If we're not already reading the result of a
6675         macro expansion, try to macro-expand the next token.  When we're
6676         done scanning a macro expansion, switch back to the mainline text.
6677         Commas and `if's in a macro's expansion don't terminate the input.
6678         * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
6679         (macro_original_text, macro_expanded_text,
6680         expression_macro_lookup_func, expression_macro_lookup_baton): New
6681         variables.
6682         (scan_macro_expansion, scanning_macro_expansion,
6683         finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
6684         c_preprocess_and_parse): New functions.
6685         (c_language_defn, cplus_language_defn, asm_language_defn): Call
6686         c_preprocess_and_parse, instead of c_parse.
6687         * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
6688         (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
6689
6690 Fri May 17 14:26:19 2002  J"orn Rennecke <joern.rennecke@superh.com>
6691
6692         * sh-tdep.c (gdb_print_insn_sh64): Delete.
6693         (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
6694         (sh_gdbarch_init): Always use gdb_print_insn_sh.
6695
6696 2002-05-17  Corinna Vinschen  <vinschen@redhat.com>
6697
6698         * NEWS: Add section for multi-arched targets.  Add v850 to that section.
6699
6700 2002-05-17  Jason Thorpe  <thorpej@wasabisystems.com>
6701
6702         * Makefile.in (sh_tdep_h): Define and use.
6703         * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
6704         register enum): Move to...
6705         * * sh-tdep.h: ...here.
6706         * sh-tdep.c: Include sh-tdep.h.
6707         * sh3-rom.c: Likewise.
6708         * shnbsd-tdep.c: Likewise.
6709
6710 2002-05-16  Michael Snyder  <msnyder@redhat.com>
6711
6712         * arm-tdep.c: Spelling fix in comment.
6713
6714 2002-05-16  Jim Blandy  <jimb@redhat.com>
6715
6716         Add commands for manually expanding macros and showing their
6717         definitions.
6718         * macrocmd.c, macroscope.c, macroscope.h: New files.
6719         * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
6720         (macroscope_h): New variable.
6721         (HFILES_NO_SRCDIR): Add macroscope.h.
6722         (COMMON_OBS): Add macrocmd.o, macroscope.o.
6723         (macroscope.o, macrocmd.o): New rules.
6724
6725         Teach the Dwarf 2 reader to read macro information.
6726         * dwarf2read.c: #include "macrotab.h".
6727         (dwarf_macinfo_buffer): New variable.
6728         (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
6729         dwarf_macinfo_size.
6730         (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
6731         (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
6732         dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
6733         dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
6734         dwarf2_macro_spaces_in_definition): New complaints.
6735         (dwarf2_has_info): Initialize dwarf_macinfo_offset.
6736         (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
6737         (dwarf2_build_psymtabs_hard): Record the buffer and its size in
6738         the partial symbol table.
6739         (psymtab_to_symtab_1): Set the macinfo buffer and size globals
6740         from what's recorded in the partial symbol table.
6741         (read_file_scope): If the compilation unit has a
6742         `DW_AT_macro_info' attribute, read its macro information.
6743         * Makefile.in (dwarf2read.o): Depend on macrotab.h.
6744
6745 2002-05-16  Daniel Jacobowitz  <drow@mvista.com>
6746
6747         Fix PR gdb/546
6748         * ser-tcp.c: Don't include <netinet/udp.h>.
6749
6750 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
6751
6752         * MAINTAINERS: Update my email address.
6753
6754 2002-05-16  Richard Earnshaw  <rearnsha@arm.com>
6755
6756         * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
6757         include file of the same name.
6758
6759 2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
6760
6761         * configure.tgt: Mark v850 as multi-arched.
6762         * config/v850/tm-v850.h: Remove file.
6763         * config/v850/v850.mt: Eliminate TM_FILE.
6764
6765 2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
6766
6767         * v850-tdep.c: Full multi-arch.
6768         * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
6769         Define GDB_MULTI_ARCH to 2.
6770
6771 2002-05-16  Pierre Muller  <muller@ics.u-strasbg.fr>
6772
6773         * p-exp.y (current_type): New static variable.
6774         Carries the type of the expression at the position that is parsed.
6775         (push_current_type, pop_current_type): Two new functions. Used
6776         to store/restore current_type in expression on specific tokens.
6777         (search_field): New static variable. Set to one after parsing a point
6778         as at that point only a FIELDNAME token should be searched.
6779         (FIELDNAME): New token. After a point only a token belonging to 
6780         current_type type definition is allowed.
6781         (all over token rules): reset and change current_type according
6782         to rules.
6783         (exp '[' rule): insert implicit array index field if
6784         exp is a pascal string type.
6785
6786 2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
6787
6788         * v850-tdep.c: Fix comment for v850_scan_prologue.  Remove extra
6789         frame info.  Use frame_info's saved_regs instead of matching member
6790         in extra_frame_info throughout.
6791         (v850_frame_init_saved_regs): New function.
6792         (v850_init_extra_frame_info): Move most functionality into
6793         v850_frame_init_saved_regs().
6794         * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
6795         (v850_frame_find_saved_regs): Remove declaration.
6796         (FRAME_FIND_SAVED_REGS): Remove definition.
6797         (v850_frame_init_saved_regs): Add declaration.
6798         (FRAME_INIT_SAVED_REGS): Add definition.
6799
6800 2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
6801
6802         * v850-tdep.c: Begin multi-arch'ing v850.
6803         (v850_target_architecture_hook): Remove function.
6804         (v850_gdbarch_init): New function.  Add code previously in
6805         v850_target_architecture_hook().
6806         (_initialize_v850_tdep): Don't  set target_architecture_hook.
6807         Call register_gdbarch_init() instead.
6808
6809 2002-05-16 Daniel Jacobowitz  <drow@mvista.com>
6810
6811         * gdbtypes.h (struct cplus_struct_type): Remove args field.
6812         * hpread.c (hpread_read_struct_type): Remove assignments to args.
6813         (fixup_class_method_type): Likewise.
6814
6815 2002-05-15  Jim Blandy  <jimb@redhat.com>
6816
6817         Add macro structures to GDB's symbol tables.  Nobody puts anything
6818         in them yet.
6819         * symtab.h (struct symtab): New member: `macro_table'.
6820         * buildsym.h (pending_macros): New global variable.
6821         * buildsym.c: #include "macrotab.h".
6822         (buildsym_init): Initialize `pending_macros'.
6823         (end_symtab): If we found macro information while reading a CU's
6824         debugging info, do build a symtab structure for it.  Make the
6825         symtab point to the macro information, and clear the
6826         `pending_macros' pointer which held it while we were reading the
6827         debug info.
6828         (really_free_pendings): Free any pending macro table.
6829         * objfiles.h (struct objfile): New member: `macro_cache'.
6830         * objfiles.c (allocate_objfile): Set allocate and free functions
6831         for the macro cache's objstack.
6832         (free_objfile): Empty the macro cache's obstack.
6833         * symfile.c (reread_symbols): Empty the macro cache's obstack, and
6834         set new allocate and free functions for it.
6835         * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
6836         free functions for the macro cache's objstack.  (Why is this
6837         function building its own objfile?)
6838         * symmisc.c (print_objfile_statistics): Print statistics on the
6839         macro bcache.
6840         * Makefile.in: Note that buildsym.o depends on macrotab.h.
6841
6842 2002-05-15  Richard Earnshaw  <rearnsha@arm.com>
6843
6844         * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
6845         (REGISTER_U_ADDR): Delete definition.
6846         (arm_register_u_addr): Delete declaration.
6847
6848 2002-05-15  Richard Earnshaw  <rearnsha@arm.com>
6849
6850         * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
6851         (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
6852
6853 2002-05-14  Andrew Cagney  <ac131313@redhat.com>
6854
6855         * regcache.c (register_valid): Revise comments refering to "Not
6856         available" and "unavailable".
6857         * frame.c (frame_register_read): Ditto.
6858         * findvar.c (value_of_register): Ditto.
6859
6860 2002-05-15  Andrew Cagney  <cagney@redhat.com>
6861
6862         * Makefile.in (remote_sim_h): Replace remote-sim_h.
6863         (remote-sim.o): Update dependencies.
6864         (d10v-tdep.o): Specify dependencies.
6865         (sim_d10v_h): Define.
6866
6867 2002-05-14  Jim Blandy  <jimb@redhat.com>
6868
6869         * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
6870         * macrotab.c (macro_lookup_inclusion, find_definition,
6871         new_macro_table): Same.
6872         
6873         * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
6874         not `! strcmp ()'.  This is a dubious improvement.
6875         * macrotab.c (macro_lookup_inclusion, find_definition): Same.
6876
6877         * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
6878         although it's not necessary, to avoid a warning.
6879
6880 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
6881
6882         * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
6883         (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
6884         TYPE_INSTANCE_FLAGS.
6885         (struct main_type): New.
6886         (struct type): Move most members to struct main_type.  Change
6887         cv_type and as_type to new type_chain member.  Add instance_flags.
6888         (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
6889         (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
6890         (finish_cv_type): Remove prototype.
6891         * gdbtypes.c (alloc_type): Update comment.  Allocate TYPE_MAIN_TYPE.
6892         Set TYPE_CHAIN.
6893         (alloc_type_instance): New function.
6894         (smash_type): New function.
6895         (make_pointer_type, make_reference_type, make_function_type)
6896         (smash_to_member_type, smash_to_method_type): Call smash_type.
6897         (make_qualified_type): New function.
6898         (make_type_with_address_space): Call make_qualified_type.
6899         (make_cv_type): Likewise.
6900         (finish_cv_type): Remove unnecessary function.
6901         (replace_type): Update comment.  Copy TYPE_MAIN_TYPE.
6902         (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
6903         remove TYPE_CV_TYPE and TYPE_AS_TYPE.
6904         * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
6905         * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
6906         * hpread.c (hpread_read_struct_type): Likewise.
6907         * stabsread.c (read_struct_type): Likewise.
6908
6909 2002-05-14  Elena Zannoni  <ezannoni@redhat.com>
6910
6911         * configure.tgt: Add a catch all sh* target, for cases like
6912         sh[2,3,4]-elf and sh-hms.
6913
6914 2002-05-14  Keith Seitz  <keiths@redhat.com>
6915
6916         * event-loop.c (create_file_handler): Don't do anything but
6917         update data when we are given a fd which we are already
6918         monitoring.
6919
6920 2002-05-14  Michal Ludvig  <mludvig@suse.cz>
6921
6922         * dwarf2cfi.c (context_cpy): Copy registers correctly.
6923         (update_context): Use __func__ in warnings.
6924         
6925 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
6926
6927         * ser-tcp.c: Include <netinet/udp.h>.  Rename tcp_open
6928         and tcp_close to net_open and net_close.
6929         (net_open): Accept "udp:" and "tcp:" specifications.  Connect
6930         using UDP if requested.  Don't try to disable Nagle on UDP
6931         sockets.
6932         * remote.c (remote_serial_open): New function.  Warn about UDP.
6933         (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
6934
6935 2002-05-13  Elena Zannoni  <ezannoni@redhat.com>
6936
6937         * MAINTAINERS: List sh-elf as buildable with ,-Werror.
6938
6939 2002-05-13  Elena Zannoni  <ezannoni@redhat.com>
6940
6941         * configure.tgt: Remove sh-hms target.
6942         * MAINTAINERS: Don't list sh-hms as a separate target.
6943
6944 2002-05-13  Jim Blandy  <jimb@redhat.com>
6945
6946         Add first preprocessor macro-expansion files.
6947         * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
6948         * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
6949         (splay_tree_h, macroexp_h, macrotab_h): New variable.
6950         (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
6951         (COMMON_OBS): Add macrotab.o, macroexp.o.
6952         (macroexp.o, macrotab.o): New rules.
6953
6954 2002-05-13  Andrew Cagney  <ac131313@redhat.com>
6955
6956         * config/m88k/tm-m88k.h: Update copyright.
6957         (m88k_target_write_pc): Declare
6958         (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
6959         (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
6960         (SHIFT_INST_REGS): Update definition.
6961         * m88k-tdep.c (m88k_target_write_pc): New function.  Implement
6962         using old definition of TARGET_WRITE_PC.
6963         * regcache.c (generic_target_write_pc): Delete code handling
6964         NNPC_REGNUM.
6965         * gdbarch.sh (NNPC_REGNUM): Delete.
6966         * gdbarch.h, gdbarch.c: Regenerate.
6967
6968 2002-05-13  Richard Earnshaw  <rearnsha@arm.com>
6969
6970         * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
6971         builtin reg number.
6972
6973 2002-05-13  Daniel Jacobowitz  <drow@mvista.com>
6974
6975         * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
6976         (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
6977         (gen_address_of, gen_struct_ref, gen_repeat): Use type
6978         access macros.
6979         * c-typeprint.c (cp_type_print_method_args): Likewise.
6980         (c_type_print_args): Likewise.
6981         * d10v-tdep.c (d10v_push_arguments): Likewise.
6982         (d10v_extract_return_value): Likewise.
6983         * expprint.c (print_subexp): Likewise.
6984         * gdbtypes.c (lookup_primitive_typename): Likewise.
6985         (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
6986         * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
6987         (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
6988         (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
6989         (TYPE_VECTOR): Likewise.
6990         * hpread.c (hpread_read_struct_type)
6991         (fix_static_member_physnames, fixup_class_method_type)
6992         (hpread_type_lookup): Likewise.
6993         * mdebugread.c (parse_symbol, parse_type): Likewise.
6994         * p-lang.c (is_pascal_string_type): Likewise.
6995         * valops.c (hand_function_call): Likewise.
6996         * x86-64-tdep.c (classify_argument): Likewise.
6997
6998         * hpread.c (hpread_read_function_type)
6999         (hpread_read_doc_function_type): Call replace_type.
7000         * dstread.c (create_new_type): Delete.
7001         (decode_dst_structure, process_dst_function): Call alloc_type.
7002         Use type access macros.
7003
7004 2002-05-12  Mark Kettenis  <kettenis@gnu.org>
7005
7006         * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
7007         the're not supported by the current architecture.
7008         (i387_fill_fxsave): Likewise.
7009
7010 2002-05-12  Fred Fish  <fnf@redhat.com>
7011
7012         * symfile.c (default_symfile_offsets): Arrange for uninitialized
7013         sect_index_xxx members to index the first slot in section_offsets
7014         if all of the section_offsets are zero.
7015
7016 2002-05-12  Mark Kettenis  <kettenis@gnu.org>
7017
7018         * configure.tgt (sparc-*openbsd): Remove entry accidentially
7019         checked in with last change.
7020
7021 2002-05-12  Mark Kettenis  <kettenis@gnu.org>
7022
7023         * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
7024         Remove targets.  These are canonicalized to i386-*-sysv4.2uw by
7025         config.sub.
7026
7027 2002-05-12  Daniel Jacobowitz  <drow@mvista.com>
7028
7029         * Makefile.in: Update dependencies.
7030
7031 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
7032
7033         * language.c (local_hex_string_custom): Simplify.  Do not depend
7034         on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
7035
7036         * memattr.c (mem_info_command): Replace calls to
7037         longest_local_hex_string and longest_local_hex_string_custom.
7038         * buildsym.c (make_blockvector): Ditto.
7039         * solib.c (info_sharedlibrary_command): Ditto.
7040         * tracepoint.c (tracepoints_info): Ditto.
7041         * symtab.c (print_msymbol_info): Ditto.
7042
7043         * language.c (local_hex_string): Delete.
7044         (local_hex_string_custom): Delete.
7045         (longest_local_hex_string): Rename to local_hex_string.
7046         (longest_local_hex_string_custom): Rename to
7047         local_hex_string_custom.
7048         * language.h (local_hex_string): Change parameter type to LONGEST.
7049         (local_hex_string_custom): Ditto.
7050         (longest_local_hex_string): Delete declaration.
7051         (longest_local_hex_string_custom): Ditto.
7052
7053         * solib.c: Update copyright.
7054         * memattr.c: Update copyright.
7055         
7056 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
7057
7058         * arch-utils.h (legacy_register_to_value): Declare.
7059         (legacy_value_to_register): Declare.
7060         (legacy_convert_register_p): Declare.
7061         * arch-utils.c (legacy_register_to_value): New function.
7062         (legacy_value_to_register): New function.
7063         (legacy_convert_register_p): New function.
7064
7065         * gdbarch.sh (REGISTER_TO_VALUE): Define.
7066         (VALUE_TO_REGISTER): Define.
7067         (CONVERT_REGISTER_P): Define.
7068         * gdbarch.h, gdbarch.c: Regenerate.
7069
7070         * valops.c (value_assign): Use CONVERT_REGISTER_P and
7071         VALUE_TO_REGISTER.
7072         * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
7073         CONVERT_REGISTER_P.
7074
7075 2005-05-11  Daniel Jacobowitz  <drow@mvista.com>
7076             Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
7077
7078         * Makefile.in: Update dependencies for valops.c.
7079         * valops.c: Include "gdb_assert.h".
7080         (typecmp): Skip THIS parameter to methods.
7081         (find_method_list): Remove static_memfuncp argument,
7082         update callers.  Check for stub methods.
7083         (find_value_oload_method_list): Don't set *static_memfuncp.
7084         (find_overload_match): Don't check for stub methods.  Assert
7085         that methods are not stubbed.  Handle static methods.
7086         (value_find_oload_method_list): Remove static_memfuncp argument.
7087         * gdbtypes.c (check_stub_method): Do not add THIS pointer
7088         to the argument list for static stub methods.
7089         * value.h (value_find_oload_method_list): Update prototype.
7090
7091 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
7092
7093         * arch-utils.h (generic_register_size): Declare.
7094         (generic_register_raw_size, generic_register_virtual_size): Delete
7095         declarations.
7096         * arch-utils.c (generic_register_raw_size): Delete.
7097         (generic_register_size): New function.
7098         (generic_register_virtual_size): Delete.
7099
7100         * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
7101         default generic_register_size.
7102         * gdbarch.h, gdbarch.c: Re-generate.
7103         
7104         * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
7105         register_virtual_size.
7106         * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
7107         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7108
7109 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
7110
7111         * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
7112         * gdbarch.h, gdbarch.c: Regenerate.
7113         * gnu-v3-abi.c: Update copyright.
7114         (vtable_address_point_offset): Update.
7115         (gnuv3_rtti_type): Update.
7116         (gnuv3_baseclass_offset): Update.
7117         * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
7118         (init_fetch_link_map_offsets): Update.
7119         * remote.c (get_remote_state): Update.
7120         
7121 2002-05-11  Daniel Jacobowitz  <drow@mvista.com>
7122
7123         * TODO: Remove value_headof/value_from_vtable_info comment.
7124         * printcmd.c (print_command_1): Don't call value_from_vtable_info.
7125         * values.c (value_headof, value_from_vtable_info): Delete.
7126         * value.h (value_from_vtable_info): Delete prototype.
7127
7128 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
7129
7130         * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
7131         gdb_string.h with $(gdb_string_h) and gdb_regex.h with
7132         $(gdb_regex_h).
7133         (gdb_assert_h): Define.
7134         (gdb_wait_h): Define.
7135         (gdb_regex_h): Define.
7136
7137 2002-05-11 Daniel Jacobowitz  <drow@mvista.com>
7138
7139         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
7140         * linespec.c (find_methods): Handle GCC 3.x template constructors.
7141
7142 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7143
7144         * nbsd-tdep.c: Fix comment.
7145
7146 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7147
7148         * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
7149         (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
7150         (nbsd-tdep.o): New dependency list.
7151         * alphanbsd-tdep.c: Don't include solib-svr4.h.  Include
7152         nbsd-tdep.h.
7153         (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
7154         (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
7155         * nbsd-tdep.c: New file.
7156         * nbsd-tdep.h: New file.
7157         * shnbsd-tdep.c: Don't include solib-svr4.h.  Include
7158         nbsd-tdep.h.
7159         (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
7160         (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7161         * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
7162         * config/sh/nbsd.mt (TDEPFILES): Ditto.
7163
7164 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7165
7166         * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
7167         * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
7168         * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
7169         * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
7170         * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
7171         * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
7172
7173 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7174
7175         * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
7176         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7177         * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
7178         * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
7179         * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
7180         * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
7181         * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
7182
7183 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7184
7185         * i386nbsd-nat.c: Delete file.  Move fetch_core_registers and
7186         fetch_elfcore_registers to...
7187         * i386nbsd-tdep.c: ...here.
7188         (i386nbsd_use_struct_convention): Rename to...
7189         (i386nbsd_aout_use_struct_convention): ...this.
7190         (i386nbsd_supply_reg): New function.
7191         (i386nbsd_fill_reg): New function.
7192         (fetch_core_registers): Use i386nbsd_supply_reg.
7193         (fetch_elfcore_registers): Likewise.
7194         (_initialize_i386nbsd_tdep): New function.
7195         * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
7196         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7197         * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
7198         * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
7199         (i386nbsd_aout_use_struct_convention): ...this.
7200
7201 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7202
7203         * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
7204         (store_inferior_registers): Use shnbsd_fill_reg.
7205         * shnbsd-tdep.c (sh_nbsd_supply_registers, 
7206         sh_nbsd_supply_register): Collapse into...
7207         (shnbsd_supply_reg): ...this.
7208         (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
7209         (shnbsd_fill_reg): ...this.
7210         (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
7211         (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
7212         (fetch_core_registers): Use shnbsd_supply_reg.
7213         (fetch_elfcore_registers): Use shnbsd_supply_reg.
7214         (sh_nbsd_core_fns): Rename to...
7215         (shnbsd_core_fns): ...this.
7216         (sh_nbsd_elfcore_fns): Rename to...
7217         (shnbsd_elfcore_fns): ...this.
7218         (sh_nbsd_init_abi): Rename to...
7219         (shnbsd_init_abi): ...this.
7220         (_initialize_sh_nbsd_tdep): Rename to...
7221         (_initialize_shnbsd_tdep): ...this.
7222         * shnbsd-tdep.h (sh_nbsd_supply_registers,
7223         sh_nbsd_supply_register, sh_nbsd_fill_registers,
7224         sh_nbsd_fill_register): Remove prototypes.
7225         (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
7226
7227 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7228
7229         * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
7230         (i387-nat.o): Delete dependency list.
7231         (go32-nat.o): Change i387-nat.h to i387-tdep.h.
7232         (x86-64-linux-nat.o): Likewise.
7233         * i387-nat.c: Delete file, moving contents to...
7234         * i387-tdep.c: ...here.
7235         * i387-nat.h: Rename...
7236         * i387-tdep.h: ...to this.
7237         * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
7238         * i386-linux-nat.c: Likewise.
7239         * i386bsd-nat.c: Likewise.
7240         * i386gnu-nat.c: Likewise.
7241         * i386nbsd-nat.c: Likewise.
7242         * i386v4-nat.c: Likewise.
7243         * x86-64-linux-nat.c: Likewise.
7244         * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
7245         * config/i386/go32.mh (NATDEPFILES): Likewise.
7246         * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
7247         * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
7248         * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
7249         * config/i386/linux.mh (NATDEPFILES): Likewise.
7250         * config/i386/nbsd.mh (NATDEPFILES): Likewise.
7251         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7252         * config/i386/obsd.mh (NATDEPFILES): Likewise.
7253         * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
7254
7255 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7256
7257         * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
7258         (alphanbsd-nat.o): Remove dependency list.
7259         (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
7260         * alphanbsd-nat.c: Delete.  Contents moved to...
7261         * alphanbsd-tdep.c: ...here.
7262         (_initialize_alphanbsd_tdep): Register core functions.
7263         * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
7264
7265 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7266
7267         * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
7268         (alphabsd-nat.o): Depend on alphabsd-tdep.h.
7269         (alphanbsd-nat.o): Likewise.
7270         (alphabsd-tdep.o): New dependency list.
7271         * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
7272         (fill_gregset): Use alphabsd_fill_reg.
7273         (supply_fpregset): Use alphabsd_supply_fpreg.
7274         (fill_fpregset): Use alphabsd_fill_fpreg.
7275         (fetch_inferior_registers): Use struct reg and struct fpreg
7276         rather than gregset_t and fpregset_t.  Use alphabsd_supply_reg
7277         and alphabsd_supply_fpreg.
7278         (store_inferior_registers): Use struct reg and struct fpreg
7279         rather than gregset_t and fpregset_t.  Use alphabsd_fill_reg
7280         and alphabsd_fill_fpreg.
7281         * alphabsd-tdep.c: New file.
7282         * alphabsd-tdep.h: New file.
7283         * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
7284         (fetch_elfcore_registers): Use alphabsd_supply_reg and
7285         alphabsd_supply_fpreg.
7286         * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
7287         * config/alpha/nbsd.mt (TDEPFILES): Likewise.
7288
7289 2002-05-11  Eric Christopher  <echristo@redhat.com>
7290
7291         * mips-tdep.c (mips_double_register_type): Fix thinko.
7292         (mips_single_register_type): Ditto.
7293         * MAINTAINERS: Add self.
7294
7295 2002-05-11  Mark Kettenis  <kettenis@gnu.org>
7296
7297         * i387-nat.c (i387_supply_register, i387_fill_fsave,
7298         i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
7299         right thing on architectures with different endianness and/or
7300         integer sizes.
7301
7302 2002-05-10  Jason Thorpe  <thorpej@wasabisystems.com>
7303
7304         From Christian Limpach <chris@Pin.LU>
7305         * configure.in: Change sed expression which comments out
7306         NATDEPFILES to also comment out continuation lines.
7307         * configure: Regenerate.
7308
7309 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
7310
7311         * sh-tdep.c: Clean up code erroneously reintroduced by previous
7312         big patch.
7313
7314 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
7315
7316         * sh-tdep.c: Include correct file.
7317
7318 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
7319
7320         New support for sh64-elf (sh5) target.
7321
7322         * configure.tgt: For sh64-elf target, default to sh-elf.
7323
7324         * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
7325         (struct gdbarch_tdep): Add new fields for new registers and ABI
7326         info.
7327
7328         * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
7329         (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
7330         MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
7331         UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
7332         IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
7333         IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
7334         IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
7335         IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
7336         IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
7337         IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
7338         IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
7339         (sh_sh64_register_name, sh64_elf_make_msymbol_special,
7340         pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
7341         sh64_skip_prologue_hard_way, sh64_use_struct_convention,
7342         gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
7343         sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
7344         sh64_get_gdb_regnum, sh64_media_reg_base_num,
7345         sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
7346         sign_extend, sh64_nofp_frame_init_saved_regs,
7347         sh64_init_extra_frame_info, sh64_get_saved_register,
7348         sh64_extract_struct_value_address, sh64_pop_frame,
7349         sh64_push_arguments, sh64_extract_return_value,
7350         sh64_store_return_value, sh64_show_media_regs,
7351         sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
7352         sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
7353         sh_sh64_register_virtual_type,
7354         sh_sh64_register_convert_to_virtual,
7355         sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
7356         sh64_register_read, sh64_pseudo_register_write,
7357         sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
7358         do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
7359         sh64_do_pseudo_register, sh_compact_do_registers_info,
7360         sh64_do_registers_info, sh_gdbarch_init): New functions.
7361
7362 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
7363
7364         * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
7365
7366 2002-05-10 Daniel Jacobowitz  <drow@mvista.com>
7367
7368         * linespec.c (decode_line_1): Check for a double quote after
7369         a filename correctly.
7370
7371 2002-05-10  Jim Blandy  <jimb@redhat.com>
7372
7373         Properly track the size of the current objfile's .debug_line section.
7374         * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
7375         (DWARF_LINE_SIZE): New macro.
7376         (dwarf2_build_psymtabs_hard): Record the line section's size in
7377         the partial symbol table.
7378         (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
7379         symbol table.
7380
7381 2002-05-10  Petr Sorfa  <petrs@caldera.com>
7382
7383         * ia64-tdep.c: Handle breakpoints on L instruction type
7384         in MLX instruction bundle by moving the breakpoint to
7385         the third slot (X instruction type) as L holds only data.
7386
7387 2002-05-10  Kevin Buettner  <kevinb@redhat.com>
7388
7389         * dbxread.c (discarding_local_symbols_complaint): New complaint.
7390         (process_one_symbol): Complain about discarding local symbols
7391         due to a misplaced N_LBRAC entry.
7392
7393 2002-05-09  Elena Zannoni  <ezannoni@redhat.com>
7394
7395         From Daniel Berlin <dan@cgsoftware.com>
7396         * linespec.c (find_toplevel_char): '<' and '>' also increase and
7397         decrease the depth we are at, in the case of templates.
7398
7399 2002-05-09  Daniel Jacobowitz  <drow@mvista.com>
7400
7401         * mips-tdep.c (mips_float_register_type): New function.
7402         (mips_double_register_type): New function.
7403         (mips_print_register): Use them.
7404         (do_fp_register_row): Likewise.
7405
7406 2002-05-09  Daniel Jacobowitz  <drow@mvista.com>
7407
7408         * signals/signals.c (signals): Remove conditional compilation around
7409         Mach-specific signals.  Move them to after TARGET_SIGNAL_DEFAULT.
7410         (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
7411
7412 2002-05-09  Michael Snyder  <msnyder@redhat.com>
7413
7414         * remote-rdp.c (remote_rdp_can_run): Remove.
7415
7416 2002-05-09  Tom Tromey  <tromey@redhat.com>
7417
7418         * jv-valprint.c (java_val_print): Handle `char' as a special case
7419         of TYPE_CODE_INT.
7420
7421 2002-05-09  Michael Snyder  <msnyder@redhat.com>
7422
7423         * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
7424         strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
7425         strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
7426         str r(0123),[sp,#nn].
7427         (arm_skip_prologue): Ditto.  Also make disassembly
7428         order-independent by placing it in a loop.
7429
7430 2002-05-06  Michael Snyder  <msnyder@redhat.com>
7431
7432         * stabsread.c (read_type): Add recognition for new attribute:
7433         "@V;" means that an array type is actually a vector.
7434         This is analogous to the vector flag that's been added to dwarf2.
7435
7436 2002-05-09  Mark Kettenis  <kettenis@gnu.org>
7437
7438         * i386-tdep.h (i386_abi): New enum.
7439         (struct gdbarch_tdep): Replace os_ident member with abi.
7440         (i386_gdbarch_register_os_abi): New prototype.
7441         * i386-tdep.c (i386_abi_names): New array.
7442         (process_note_abi_tag_sections): Removed.
7443         (process_note_sections): New function.
7444         (i386_elf_abi_from_note, i386_elf_abi): New functions.
7445         (struct i386_abi_handler): New struct.
7446         (i386_abi_handler_list): New variable.
7447         (i386_gdbarch_register_os_abi): New function.
7448         (i386_gdbarch_init): Adapt for the changes given above.
7449
7450 2002-05-08  Daniel Jacobowitz  <drow@mvista.com>
7451
7452         * gregset.h: Say "GNU/Linux".
7453
7454 2002-05-08  Elena Zannoni  <ezannoni@redhat.com>
7455
7456         * gdbtypes.c : Add new builtin type for 64 bit vectors.
7457         (build_gdbtypes): Build builtin_type_v2_float.
7458         (_initialize_gdbtypes): Register new builtin type.
7459
7460 2002-05-08  Andrew Cagney  <ac131313@redhat.com>
7461
7462         * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
7463         (clear_gdbarch_swap): New function.
7464         (initialize_non_multiarch): Call.
7465         (gdbarch_update_p): Before calling init(), swap out and clear the
7466         existing architecture.
7467         * gdbarch.c: Regenerate.
7468
7469 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
7470
7471         * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
7472         alphanbsd-tdep.c.
7473
7474 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
7475
7476         * sh-nbsd-nat.c: Rename to...
7477         * shnbsd-nat.c: ...this.
7478         * sh-nbsd-tdep.c: Rename to...
7479         * shnbsd-tdep.c: ...this.
7480         * sh-nbsd-tdep.h: Rename to...
7481         * shnbsd-tdep.h: ...this.
7482         * config/sh/nbsd.mh: Use shnbsd-nat.o.
7483         * config/sh/nbsd.mt: Use shnbsd-tdep.o.
7484
7485 2002-05-08  Richard Earnshaw  <rearnsha@arm.com>
7486
7487         * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
7488         concatenation for command help messages.
7489
7490 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
7491
7492         * NEWS: Note new sh*-*-netbsdelf* configuration.
7493         * configure.host: Set gdb_host_cpu to sh for all sh*.
7494         (sh*-*-netbsdelf*): New host.
7495         * configure.tgt: Set gdb_target_cpu to sh for all sh*.
7496         (sh*-*-netbsdelf*): New target.
7497         * sh-nbsd-nat.c: New file.
7498         * sh-nbsd-tdep.c: New file.
7499         * sh-nbsd-tdep.h: New file.
7500         * config/sh/nbsd.mh: New file.
7501         * config/sh/nbsd.mt: New file.
7502         * config/sh/nm-nbsd.h: New file.
7503         * config/sh/tm-nbsd.h: New file.
7504
7505 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
7506
7507         * sh-tdep.c (sh_osabi_names): Declare.
7508         (process_note_abi_tag_sections): New function.
7509         (get_elfosabi): Ditto.
7510         (sh_gdbarch_register_os_abi): Ditto.
7511         (sh_dump_tdep): Ditto.
7512         _initialize_sh_tdep): Use gdbarch_register to register
7513         sh_gdbarch_init and sh_dump_tdep.
7514         * config/sh/tm-sh.h (sh_osabi): Declare.
7515         (gdbarch_tdep): Add sh_osabi and osabi_name members.
7516
7517 2002-05-07  Andrew Cagney  <ac131313@redhat.com>
7518
7519         * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
7520         (thumb_scan_prologue): Ditto.
7521         (arm_find_callers_reg): Ditto.
7522         (arm_frame_chain): Ditto.
7523         (arm_init_extra_frame_info): Ditto.
7524         (arm_frame_saved_pc): Ditto.
7525         (arm_pop_frame): Ditto.
7526         (arm_push_return_address): New function.
7527         (arm_gdbarch_init): Initialize use_generic_dummy_frames,
7528         call_dummy_location, call_dummy_breakpoint_offset_p,
7529         call_dummy_breakpoint_offset, call_dummy_p,
7530         call_dummy_stack_adjust_p, call_dummy_words,
7531         sizeof_call_dummy_words, call_dummy_start_offset,
7532         call_dummy_length, fix_call_dummy, pc_in_call_dummy,
7533         call_dummy_address, push_return_address and push_dummy_frame for
7534         generic dummy frames.
7535
7536 2002-05-07  Jason Thorpe  <thorpej@wasabisystems.com>
7537
7538         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
7539         size computation for alloca.
7540         (sh_fp_frame_init_saved_regs): Likewise.
7541
7542 2002-05-07  Richard Earnshaw  <rearnsha@arm.com>
7543
7544         * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
7545         (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
7546         * arm-tdep.c (arm_store_return_value): Use them.
7547         Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
7548         * remote-rdp.c (remote_rdp_fetch_register): Use
7549         ARM_MAX_REGISTER_RAW_SIZE.
7550         (remote_rdp_store_register): Likewise.
7551
7552 2002-05-07  Michal Ludvig  <mludvig@suse.cz>
7553
7554         * dwarf2cfi.c: Code cleanup, removed unused variables,
7555         added default labels to switch {} statements.
7556         * x86-64-tdep.c: Ditto.
7557         * x86-64-linux-nat.c: Ditto.
7558
7559 2002-05-07  Jason Thorpe  <thorpej@wasabisystems.com>
7560
7561         * solib.h: Protect against multiple inclusion.
7562
7563 2002-05-06  Jim Blandy  <jimb@redhat.com>
7564
7565         Add first preprocessor macro-expansion files.
7566         * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7567         * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7568         (splay_tree_h, macroexp_h, macrotab_h): New variable.
7569         (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7570         (COMMON_OBS): Add macrotab.o, macroexp.o.
7571         (macroexp.o, macrotab.o): New rules.
7572
7573         Separate the job of reading the line number info statement program
7574         header (...expialidocious) out into its own function.
7575         * dwarf2read.c (struct line_head, struct filenames, struct
7576         directories): Replace with...
7577         (struct line_header): New structure, containing the full
7578         contents of the statement program header, including the
7579         include directory and file name tables.
7580         (read_file_scope): If we have line number info, instead of just
7581         calling dwarf_decode_lines to do all the work, call
7582         dwarf_decode_line_header first to get a `struct line_header'
7583         containing the data in the statement program header, and then
7584         pass that to dwarf_decode_lines, which will pick up where that
7585         left off.  Be sure to clean up the `struct line_header' object.
7586         (dwarf_decode_line_header, free_line_header, add_include_dir,
7587         add_file_name): New functions.
7588         (dwarf_decode_lines): Move all the code to read the statement
7589         program header into dwarf_decode_line_header.  Take the line
7590         header it built as the first argument, instead of the offset to
7591         the compilation unit's line number info.  Use the new `struct
7592         line_header' type instead of the old structures.  No need to do
7593         cleanups here now, since we don't allocate anything.
7594         (dwarf2_statement_list_fits_in_line_number_section,
7595         dwarf2_line_header_too_long): New complaints.
7596
7597 2002-05-06  Elena Zannoni  <ezannoni@redhat.com>
7598
7599         * gdbtypes.c (init_vector_type): New function.
7600         (build_builtin_type_vec128): Simplify the representation of SIMD
7601         registers.
7602         (build_gdbtypes): Initialize new builtin vector types.
7603         (_initialize_gdbtypes): Register new vector types with gdbarch.
7604         (builtin_type_v4_float, builtin_type_v4_int32,
7605         builtin_type_v8_int16, builtin_type_v16_int8,
7606         builtin_type_v2_int32, builtin_type_v4_int16,
7607         builtin_type_v8_int8): New (renamed) SIMD types.
7608
7609 2002-05-06  Mark Kettenis  <kettenis@gnu.org>
7610
7611         * i387-nat.c (i387_fill_fsave): Use regcache_collect.
7612         (i387_fill_fxsave): Likewise.
7613
7614 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
7615
7616         * alpha-tdep.c (alpha_extract_return_value): Don't use
7617         non-constant array size in prototype.
7618
7619 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
7620
7621         From Brian Taylor <briant at model dot com>:
7622         * ui-out.c (ui_out_field_core_addr): Use the function
7623         longest_local_hex_string_custom'to format addresses > 32 bits
7624         wide.
7625
7626         * ui-out.c (ui_out_field_core_addr): Update comment.
7627
7628 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
7629
7630         * stack.c (select_and_print_frame): Make static.  Delete the
7631         parameter `level'.
7632         (func_command): Update call.
7633         (select_frame_command): Delete code computing the frame level.
7634         * frame.h (select_and_print_frame): Delete declaration.
7635
7636 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
7637
7638         * sparc-tdep.c (sparc_get_saved_register): Comment why
7639         get_prev_frame call is safe.
7640
7641 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
7642
7643         * frame.h (select_frame): Delete level parameter.
7644         * stack.c (select_frame): Update.  Use frame_relative_level to
7645         obtain the frame's level.
7646         (select_and_print_frame): Update call.
7647         (select_frame_command): Ditto.
7648         (up_silently_base): Ditto.
7649         (down_silently_base): Ditto.
7650         * ocd.c (ocd_start_remote): Ditto.
7651         * remote-rdp.c (remote_rdp_open): Ditto.
7652         * remote-mips.c (mips_initialize): Ditto.
7653         (common_open): Ditto.
7654         * remote-e7000.c (e7000_start_remote): Ditto.
7655         * m3-nat.c (select_thread): Ditto.
7656         * hppa-tdep.c (child_get_current_exception_event): Ditto.
7657         (child_get_current_exception_event): Ditto.
7658         * varobj.c (varobj_create): Ditto.
7659         (varobj_update): Ditto.
7660         (c_value_of_root): Ditto.
7661         * tracepoint.c (finish_tfind_command): Ditto.
7662         * corelow.c (core_open): Ditto.
7663         * arch-utils.c (generic_prepare_to_proceed): Ditto.
7664         * thread.c (info_threads_command): Ditto.
7665         (switch_to_thread): Ditto.
7666         * infrun.c (normal_stop): Ditto.
7667         (restore_selected_frame): Ditto.
7668         (restore_inferior_status): Ditto.
7669         * breakpoint.c (insert_breakpoints): Ditto.
7670         (watchpoint_check): Ditto.
7671         (bpstat_stop_status): Ditto.
7672         (do_enable_breakpoint): Ditto.
7673         * blockframe.c (flush_cached_frames): Ditto.
7674         (reinit_frame_cache): Ditto.
7675
7676 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
7677
7678         * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
7679         maintainer.
7680
7681 2002-05-04  Jim Blandy  <jimb@redhat.com>
7682
7683         * gdbtypes.c (replace_type): Doc fix.
7684
7685 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
7686
7687         * valprint.c (strcat_longest): Delete commented out function.
7688         Update copyright.
7689
7690 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
7691
7692         * MAINTAINERS: Mark a29k as deleted.
7693         * NEWS: Mention that a29k was removed.  Add OBSOLETE section.
7694         Move new configurations to the top.
7695         * configure.tgt: Remove a29k.
7696         * config/a29k/tm-vx29k.h: Delete.
7697         * config/a29k/vx29k.mt: Delete.
7698         * config/a29k/tm-a29k.h: Delete.
7699         * config/a29k/a29k-udi.mt: Delete.
7700         * config/a29k/a29k.mt: Delete.
7701         * a29k-tdep.c: Delete.
7702         * remote-udi.c: Delete.
7703         * remote-mm.c: Delete.
7704         * remote-eb.c: Delete.
7705         * remote-adapt.c: Delete.
7706         * Makefile.in: Remove obsolete code.
7707         * config/s390/s390x.mt: Ditto.
7708         * config/s390/s390.mt: Ditto.
7709         * config/sparc/sparclynx.mh: Ditto.
7710         * config/sparc/linux.mh: Ditto.
7711         * config/pa/hppaosf.mh: Ditto.
7712         * config/pa/hppabsd.mh: Ditto.
7713         * config/ns32k/nbsd.mt: Ditto.
7714         * config/mips/vr5000.mt: Ditto.
7715         * config/m68k/sun3os4.mh: Ditto.
7716         * config/m68k/nbsd.mt: Ditto.
7717         * config/m68k/m68klynx.mh: Ditto.
7718         * config/m32r/m32r.mt: Ditto.
7719         * config/i386/x86-64linux.mt: Ditto.
7720         * config/i386/nbsdelf.mt: Ditto.
7721         * config/i386/nbsd.mt: Ditto.
7722         * config/i386/i386lynx.mh: Ditto.
7723
7724 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
7725
7726         * target.c (debug_print_register): New function.  Handle oversize
7727         registers.
7728         (debug_to_fetch_registers): Call.
7729         (debug_to_store_registers): Call.
7730
7731 2002-05-03  Jim Blandy  <jimb@redhat.com>
7732
7733         * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
7734         (read_type): Doc fix.
7735         * gdbtypes.c (replace_type): Doc fix.
7736
7737         * stabsread.c (multiply_defined_struct): New complaint.
7738         (read_struct_type): If the type we were passed isn't empty, or
7739         incomplete, don't read the new struct type into it; complain,
7740         and return the original type unchanged.  Take a new `type_code'
7741         argument, which is the type code for the new type.
7742         (read_type): Rather than storing the type's type code here, pass
7743         it as an argument to read_struct_type, and let that take care of
7744         storing it.  That way, we don't overwrite the original type code,
7745         so read_struct_type can use it to decide whether we're overwriting
7746         something we shouldn't.
7747         (complain_about_struct_wipeout): New function.
7748
7749 2002-05-03  Andrew Cagney  <ac131313@redhat.com>
7750
7751         * gdbarch.sh: Assert that gdbarch is non-NULL.
7752         * gdbarch.c: Regenerate.
7753
7754 2002-05-03  Jason Merrill  <jason@redhat.com>
7755
7756         * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
7757         and return NULL.
7758
7759 2002-05-03  Michal Ludvig  <mludvig@suse.cz>
7760
7761         * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
7762         (x86_64_dwarf2gdb_regno_map_length),
7763         (x86_64_dwarf2_reg_to_regnum): Added.
7764         (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
7765         (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
7766         (_initialize_x86_64_tdep): Synced with the change above.
7767         (x86_64_skip_prologue): Reformulated message.
7768
7769 2002-05-03  Pierre Muller  <muller@ics.u-strasbg.fr>
7770
7771         * f-exp.y: Also use new prev_lexptr variable
7772         to improve error reporting. Based on Michael Snyder
7773         2002-04-24 dated patch to c-exp.y.
7774         * jv-exp.y: Likewise.
7775         * m2-exp.y: Likewise.
7776
7777 2002-05-02  Elena Zannoni  <ezannoni@redhat.com>
7778
7779         * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
7780         we are dealing with vectors.
7781
7782 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
7783
7784         * config/m68k/tm-nbsd.h: Obvious fix,
7785         correct machine name.
7786
7787 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
7788
7789         * p-typeprint.c (pascal_type_print_base): Add support
7790         for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
7791
7792 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
7793
7794         * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
7795         for fondamental pascal 'char' type.
7796
7797 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
7798
7799         * p-lang.h (is_pascal_string_type): Declaration changed,
7800         new sixth argument of type char ** added.
7801         * p-lang.c (is_pascal_string_type): Implementation
7802         changed. Args length_pos, length_size, string_pos, char_size
7803         can now be NULL. New argument arrayname set to the field
7804         name of the char array. Return value set to char array
7805         field index plus one.
7806         * p-valprint.c (pascal_val_print): Adapt to new declaration of
7807         is_pascal_string_type function.
7808
7809 2002-05-02  Andrew Cagney  <cagney@redhat.com>
7810
7811         * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
7812         <cagney@redhat.com> change.
7813         * gdbarch.c: Regenerate.
7814
7815 2002-05-02  Andrew Cagney  <cagney@redhat.com>
7816
7817         * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
7818         before probing for a new one.  Detect errorenous gdbarch_init
7819         functions.
7820         * gdbarch.c: Regenerate.
7821
7822 2002-05-01  Andrew Cagney  <cagney@redhat.com>
7823
7824         * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
7825         * config/mcore/tm-mcore.h: Ditto.  Update copyright.
7826         * config/v850/tm-v850.h: Ditto.  Update copyright.
7827
7828 2002-04-30  Andrew Cagney  <ac131313@redhat.com>
7829
7830         * cris-tdep.c (cris_gdbarch_init): Use arches instead of
7831         current_gdbarch.
7832
7833 2002-04-30  Michael Snyder  <msnyder@redhat.com>
7834
7835         * arm-tdep.c: Whitespace clean-ups.
7836         (arm_skip_prologue): Fix thinko; two lines
7837         should have been removed as part of 4/24 change.
7838
7839 2002-04-30  Kevin Buettner  <kevinb@redhat.com>
7840
7841         * rs6000-tdep.c: Added comment describing how fpscr register
7842         numbers were chosen.
7843
7844 2002-04-30  Michael Snyder  <msnyder@redhat.com>
7845
7846         * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
7847
7848 2002-04-29  Elena Zannoni  <ezannoni@redhat.com>
7849
7850         * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
7851         (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
7852         (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
7853
7854 2002-04-29  Kevin Buettner  <kevinb@redhat.com>
7855
7856         From Louis Hamilton <hamilton@redhat.com>:
7857         * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
7858         * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
7859         * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
7860         not bfd-private xcoff data, to determine wordsize.
7861         * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
7862
7863 2002-04-29  Andrew Cagney  <ac131313@redhat.com>
7864
7865         GDB 5.2 released from 5.2 branch.
7866
7867 2002-04-29  Michal Ludvig  <mludvig@suse.cz>
7868
7869         * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
7870         * x86-64-tdep.c (i386_gdbarch_init): Ditto.
7871         (x86_64_register_info_table): Added comments with register numbers.
7872
7873 2002-04-29  Elena Zannoni  <ezannoni@redhat.com>
7874
7875         * rs6000-tdep.c (rs6000_extract_return_value,
7876         rs6000_store_return_value): Handle returning vectors.
7877         (rs6000_gdbarch_init): Use
7878         ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
7879         * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
7880         New function.
7881         (ppc_sysv_abi_use_struct_convention): Deal with functions returning
7882         vectors.
7883         (ppc_sysv_abi_push_arguments): Handle vector parameters.
7884         * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
7885
7886 2002-04-24  Pierre Muller  <ics.u-strasbg.fr>
7887
7888         * hpread.c (hpread_psymtab_to_symtab_1,
7889         hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
7890         with fprintf_unfiltered (gdb_stderr,...).
7891
7892 2002-04-24  Pierre Muller  <ics.u-strasbg.fr>
7893
7894         * remote-array.c (printf_monitor, write_monitor,
7895         array_insert_breakpoint, array_remove_breakpoint ):
7896         Replace fprintf (stderr,...
7897         with fprintf_unfiltered (gdb_stderr,....
7898         * remote-es.c: Likewise.
7899         * remote-os9k.c: Likewise.
7900         * remote-st.c: Likewise.
7901
7902 2002-04-28  Andreas Schwab  <schwab@suse.de>
7903
7904         * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
7905         linux-proc.o and gcore.o.
7906
7907 2002-04-26  Michal Ludvig  <mludvig@suse.cz>
7908
7909         * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
7910         code without frame pointers.
7911
7912 2002-04-26  Andrew Cagney  <ac131313@redhat.com>
7913
7914         * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
7915         ON_STACK is needed.
7916
7917 2002-04-26  Ben Elliston  <bje@redhat.com>
7918
7919         * target.c (do_xfer_memory): Correct reference to the new option
7920         "trust-readonly-sections".
7921
7922 2002-04-26  Elena Zannoni  <ezannoni@redhat.com>
7923
7924         * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
7925         * gdbtypes.c (recursive_dump_type): Output the vector flag.
7926         * dwarf2read.c (dwarf_attr_name): Handle new attribute for
7927         vectors.
7928         (read_array_type): Record the fact that this array type is really a
7929         vector (i.e. are passed in by value).
7930
7931 2002-04-26  Jason Thorpe  <thorpej@wasabisystems.com>
7932
7933         * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
7934         * alpha-tdep.c (alpha_sigcontext_addr): New function.
7935         (alpha_find_saved_regs): Use alpha_sigcontext_addr.
7936         (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
7937         * alpha-linux-tdep.c: Include frame.h.
7938         (alpha_linux_sigcontext_addr): New function.
7939         (alpha_linux_init_abi): Set tdep->sigcontext_addr to
7940         alpha_linux_sigcontext_addr.
7941         * alpha-osf1-tdep.c: Include gdbcore.h.
7942         (alpha_osf1_sigcontext_addr): New function.
7943         (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
7944         alpha_osf1_sigcontext_addr.
7945         * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
7946         * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
7947
7948 2002-04-26  Andrew Cagney  <ac131313@redhat.com>
7949
7950         * stack.c (selected_frame_level):
7951         (select_frame): Do not set selected_frame_level.
7952         * frame.h (selected_frame_level): Delete declaration.
7953
7954 2002-04-26  Andrew Cagney  <ac131313@redhat.com>
7955
7956         * rs6000-tdep.c (rs6000_gdbarch_init): Only set
7957         convert_from_func_ptr-addr when AIX / PowerOpen.
7958
7959 2002-04-25  Andrew Cagney  <ac131313@redhat.com>
7960
7961         * valops.c (hand_function_call): Call
7962         generic_save_call_dummy_addr.
7963         * frame.h (generic_save_call_dummy_addr): Declare.
7964         * blockframe.c (struct dummy_frame): Add fields call_lo and
7965         call_hi.
7966         (generic_find_dummy_frame): Check for PC in range call_lo to
7967         call_hi instead of entry_point_address.
7968         (generic_pc_in_call_dummy): Search the dummy frames for a PC in
7969         the call_lo to call_hi range.  Allow for DECR_PC_AFTER_BREAK.
7970         (generic_save_call_dummy_addr): New function.
7971
7972 2002-04-24  David S. Miller  <davem@redhat.com>
7973
7974         * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
7975         sparc_skip_prologue.
7976         (sparc_skip_prologue): Kill frameless_p arg, and use line number
7977         information to find prologue when possible.
7978         (sparc_prologue_frameless_p): Call examine_prologue directly.
7979         (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
7980         * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
7981         second argument.
7982         (SKIP_PROLOGUE): Likewise.
7983
7984 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
7985
7986         * alpha-tdep.c (alpha_skip_prologue_internal): Remove
7987         GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
7988         indicate that the condition it was testing is always true.
7989         * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
7990         * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7991         * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7992
7993 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
7994
7995         * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
7996         * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
7997         tdep->jb_pc and tdep->jb_elt_size.
7998         * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
7999         * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
8000         * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
8001         * alpha-nat.c (get_longjmp_target): Remove.
8002         (JB_ELEMENT_SIZE): Ditto.
8003         (JB_PC): Ditto.
8004         * alpha-tdep.c (alpha_get_longjmp_target): New function.
8005         (alpha_gdbarch_init): Default tdep->jb_pc to -1.  If the
8006         OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
8007         to alpha_get_longjmp_target.
8008         (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
8009         * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
8010         * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
8011
8012 2002-04-25  Andrew Cagney  <ac131313@redhat.com>
8013
8014         * README: Update to GDB 5.2.
8015
8016 2002-04-25  Andrew Cagney  <ac131313@redhat.com>
8017
8018         * gdbarch.sh (LC_ALL): Set to `c'.
8019
8020 2002-04-25  Theodore A. Roth  <troth@verinet.com>
8021
8022         * avr-tdep.c: Ran through gdb_indent.sh.
8023
8024 2002-04-25  Theodore A. Roth  <troth@verinet.com>
8025
8026         * MAINTAINERS: Add myself as AVR maintainer.
8027         * NEWS: Note new target avr.
8028
8029 2002-04-25  Theodore A. Roth  <troth@verinet.com>
8030
8031         * Makefile.in: Add support for AVR target.
8032         * configure.tgt: Add support for AVR target.
8033         * avr-tdep.c: New file
8034         * config/avr/avr.mt: New file.
8035
8036 2002-04-25  Theodore A. Roth  <troth@verinet.com>
8037
8038         * MAINTAINERS: Add myself to write-after-approval.
8039
8040 2002-04-24  Pierre Muller  <ics.u-strasbg.fr>
8041
8042         * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
8043         with fprintf_unfiltered (gdb_stderr,....
8044
8045 2002-04-25  Pierre Muller  <muller@ics.u-strasbg.fr>
8046
8047         Fix PR gdb/508.
8048         * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
8049
8050 2002-04-25  Pierre Muller  <muller@ics.u-strasbg.fr>
8051
8052         * p-exp.y: Also use new prev_lexptr variable
8053         to improve error reporting. Based on Michael Snyder
8054         2002-04-24 dated patch to c-exp.y.
8055
8056 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
8057
8058         * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
8059         (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
8060         alpha_breakpoint_from_pc.  Set gdbarch_function_start_offset
8061         to 0.
8062         * config/alpha/tm-alpha.h: Remove forward decls of struct type
8063         and struct value.
8064         (FUNCTION_START_OFFSET): Remove.
8065         (BREAKPOINT): Ditto.
8066
8067 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
8068
8069         * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
8070         * NEWS: Ditto.
8071
8072 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
8073
8074         * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
8075         (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
8076         alpha_linux_pc_in_sigtramp.
8077         * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
8078         (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
8079         alpha_osf1_pc_in_sigtramp.
8080         * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
8081         * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
8082         (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8083         alphafbsd_pc_in_sigtramp.
8084         * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
8085         (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8086         alphanbsd_pc_in_sigtramp.
8087         * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
8088         * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
8089
8090 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
8091
8092         * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
8093
8094 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
8095
8096         * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
8097         alphanbsd-tdep.c.
8098         (alphanbsd-nat.o): New dependency list.
8099         (alphanbsd-tdep.o): Ditto.
8100         * NEWS: Note new native NetBSD/alpha configuration.
8101         * alphanbsd-nat.c: New file.
8102         * alphanbsd-tdep.c: Ditto.
8103         * configure.host (alpha*-*-netbsd*): New host.
8104         * configure.tgt (alpha*-*-netbsd*): New target.
8105         * config/alpha/nbsd.mh: New file.
8106         * config/alpha/nbsd.mt: Ditto.
8107         * config/alpha/nm-nbsd.h: Ditto.
8108         * config/alpha/tm-nbsd.h: Ditto.
8109
8110 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
8111
8112         * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
8113         (alpha-osf1-tdep.o): New dependency list.
8114         * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
8115         and skip_sigtramp_frame members.
8116         * alpha-linux-tdep.c: Include gdbcore.h.
8117         (alpha_linux_sigtramp_offset): Change return type to LONGEST.
8118         (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
8119         * alpha-osf1-tdep.c: New file.
8120         * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
8121         alpha-osf1-dep.c.
8122         (alpha_frame_past_sigtramp_frame): New function.
8123         (alpha_dynamic_sigtramp_offset): Ditto.
8124         (alpha_proc_desc_is_dyn_sigtramp): Ditto.
8125         (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
8126         (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
8127         (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
8128         (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
8129         (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
8130         (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
8131         (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
8132         (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
8133         (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
8134         and tdep->skip_sigtramp_frame.  Set gdbarch_skip_trampoline_code
8135         to find_solib_trampoline_target.
8136         * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
8137         * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
8138         (SKIP_TRAMPOLINE_CODE): Remove.
8139         (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8140         (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8141         (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8142         (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8143         * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
8144         (PROC_SIGTRAMP_MAGIC): Ditto.
8145         (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8146         (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8147         (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8148         (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8149         (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8150
8151 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
8152
8153         * NEWS: Note that Alpha targets are now multi-arch.
8154
8155 2002-04-24  Michael Snyder  <msnyder@redhat.com>
8156
8157         * parser-defs.h (prev_lexptr): New external variable.
8158         * parse.c (parse_exp_1): Set prev_lexptr to null before
8159         calling the language-specific parser.
8160         * c-exp.y (yylex): Set prev_lexptr to start of current token.
8161         (yyerror): Use prev_lexptr in error reporting.
8162
8163 2002-04-24  Daniel Jacobowitz  <drow@mvista.com>
8164
8165         * config/i386/tm-linux.h: Define FILL_FPXREGSET.
8166         * gregset.h: If FILL_FPXREGSET is defined, provide
8167         gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
8168         * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
8169         is defined, call fill_fpxregset.
8170
8171 2002-04-24  Roland McGrath  <roland@frob.com>
8172
8173         * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
8174         * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
8175         (supply_gregset, supply_fpregset): New functions.
8176
8177         * gnu-nat.c (gnu_find_memory_regions): New function.
8178         (init_gnu_ops): Set `to_find_memory_regions' hook to that.
8179         (gnu_xfer_memory): Add a cast.
8180
8181 2002-04-24  Michael Snyder  <msnyder@redhat.com>
8182
8183         * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
8184         loop.  Add handling for "str lr, [sp, #-4]!" and for saves
8185         of argument regs ("str r(0123), [r11, #-nn"]).
8186         (arm_skip_prologue): Better handling for frameless functions.
8187         Treat "mov ip, sp" as optional.  Recognize "str lr, [sp, #-4]".
8188         (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
8189
8190 Wed Apr 24 14:22:21 2002  Andrew Cagney  <cagney@redhat.com>
8191
8192         * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
8193         NUM_PSEUDO_REGS can be used.
8194
8195 2002-04-24  Andrew Cagney  <ac131313@redhat.com>
8196
8197         * arch-utils.h: Update copyright.
8198
8199         * gdbarch.sh (PC_IN_SIGTRAMP): Add.
8200         * gdbarch.h, gdbarch.c: Re-generate.
8201
8202         * inferior.h (IN_SIGTRAMP): Delete definition.
8203         * arch-utils.c (legacy_pc_in_sigtramp): New function.
8204         * arch-utils.h (legacy_pc_in_sigtramp): Declare.
8205
8206         * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
8207         (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
8208         * hppa-tdep.c (pc_in_interrupt_handler):  Use PC_IN_SIGTRAMP.
8209         (find_proc_framesize): Ditto.
8210         * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
8211         (alpha_init_extra_frame_info): Ditto.
8212         * infrun.c (handle_inferior_event): Ditto.
8213         (handle_inferior_event): Ditto.
8214         (check_sigtramp2): Ditto.
8215         * blockframe.c (create_new_frame): Ditto.
8216         (get_prev_frame): Ditto.
8217         * ppc-linux-tdep.c: Update comments.
8218         * i386-linux-tdep.c: Update comments.
8219         * breakpoint.c (bpstat_what): Update comment.
8220
8221 2002-04-24  David S. Miller  <davem@redhat.com>
8222
8223         * i960-tdep.c (register_in_window_p): New function.
8224         (i960_find_saved_register): Use it instead of
8225         REGISTER_IN_WINDOW_P.
8226         * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
8227
8228         * symtab.h (find_stab_function_addr): Kill extern.
8229         * minsyms.c (find_stab_function_addr): Remove from here...
8230         * dbxread.c: ... to here, and mark it static.
8231
8232 2002-04-20  David S. Miller  <davem@redhat.com>
8233
8234         * sparc-tdep.c (sparc_pop_frame): Only need to allocate
8235         SPARC_INTREG_SIZE * 16 bytes for reg_temp.
8236
8237 2002-04-21  David S. Miller  <davem@redhat.com>
8238
8239         * remote-vxsparc.c (vx_read_register): Fix typo, we want
8240         REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
8241         (vx_write_register): Likewise.
8242
8243 2002-04-23  J. Brobecker  <brobecker@gnat.com>
8244
8245         * source.c (is_regular_file): New function.
8246         (openp): Check wether file to open is a regular file
8247         to avoid opening directories.
8248
8249 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
8250
8251         * findvar.c (extract_signed_integer): Cast printf argument
8252         to suppress format warning.
8253         (extract_unsigned_integer): Likewise.
8254         * infcmd.c (registers_info): Likewise.
8255         * top.c (get_prompt_1): Likewise.
8256         * valops.c (value_assign): Likewise.
8257         * valprint.c (print_decimal): Likewise.
8258
8259 2002-04-22  H.J. Lu  (hjl@gnu.org)
8260
8261         * c-exp.y (typebase): Support
8262
8263         [long|long long|short] [signed|unsigned] [int|]
8264
8265         and
8266
8267         signed [long|long long|short] int
8268
8269 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
8270
8271         * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
8272         and vax-tdep.h.
8273         * vax-tdep.h: New file.
8274         * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
8275         Make several routines static.
8276         (vax_get_saved_register): New function.
8277         (vax_gdbarch_init): New function.
8278         (_initialize_vax_tdep): Register vax_gdbarch_init.
8279         * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
8280         Remove macros now under the control of gdbarch.
8281
8282 2002-04-22  Michael Snyder  <msnyder@redhat.com>
8283
8284         * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
8285         Some whitespace and coding standards tweaks.
8286
8287 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
8288
8289         * vax-tdep.c: Include regcache.h.
8290         (vax_call_dummy_words): New.
8291         (sizeof_vax_call_dummy_words): New.
8292         (vax_fix_call_dummy): New function.
8293         (vax_saved_pc_after_call): Ditto.
8294         * config/vax/tm-vax.h: Don't include regcache.h.
8295         (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
8296         (CALL_DUMMY): Remove.
8297         (CALL_DUMMY_WORDS): Define.
8298         (SIZEOF_CALL_DUMMY_WORDS): Define.
8299         (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
8300
8301 2002-04-18  Michael Snyder  <msnyder@redhat.com>
8302
8303         * arm-tdep.h: Change regnum defines to enums for ease of debugging.
8304
8305 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
8306
8307         * vax-tdep.c (vax_frame_chain): New function.
8308         (vax_push_dummy_frame): Ditto.
8309         (vax_pop_frame): Ditto.
8310         * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
8311         (FRAMELESS_FUNCTION_INVOCATION): Use
8312         generic_frameless_function_invocation_not.
8313         (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
8314         (POP_FRAME): Use vax_pop_frame.
8315
8316 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
8317
8318         * vax-tdep.c (vax_store_struct_return): New function.
8319         (vax_extract_return_value): Ditto.
8320         (vax_store_return_value): Ditto.
8321         (vax_extract_struct_value_address): Ditto.
8322         * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
8323         vax_store_struct_return.
8324         (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
8325         (STORE_RETURN_VALUE): Use vax_store_return_value.
8326         (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
8327
8328 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
8329
8330         * vax-tdep.c (vax_frame_saved_pc): New function.
8331         (vax_frame_args_address_correct): Ditto.
8332         (vax_frame_args_address): Ditto.
8333         (vax_frame_locals_address): Ditto.
8334         (vax_frame_num_args): Move code to be in proximity to
8335         other frame-related functions.
8336         * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
8337         (FRAME_SAVED_PC): Use vax_frame_saved_pc.
8338         (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
8339         (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
8340         (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
8341
8342 2002-04-22  H.J. Lu  (hjl@gnu.org)
8343
8344         * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
8345         includedir.
8346
8347 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
8348
8349         * vax-tdep.c (vax_frame_init_saved_regs): New function.
8350         * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
8351         (FRAME_INIT_SAVED_REGS): New macro.
8352
8353 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
8354
8355         * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
8356
8357 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
8358
8359         * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
8360         where needed.
8361         (fetch_osf_core_registers): Likewise.
8362         (supply_gregset): Likewise.
8363
8364 2002-04-22  J. Brobecker  <brobecker@gnat.com>
8365
8366         * symfile.h (get_section_index): Define.
8367         * symfile.c (get_section_index): New function.
8368         * mdebugread.c (SC_IS_SBSS): New macro.
8369         (SC_IS_BSS): Return true for the scBss storage class only, as
8370         the scSBss storage class refers to the .sbss section.
8371         (parse_partial_symbols): Discard the symbols which associated
8372         section does not exist.
8373         Make sure to use the .sbss section index for symbols which
8374         storage class is scBss, rather than using the .bss section index.
8375
8376 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
8377
8378         * vax-tdep.c: Update copyright years.
8379         (vax_register_name): New function.
8380         (vax_register_byte): Ditto.
8381         (vax_register_raw_size): Ditto.
8382         (vax_register_virtual_size): Ditto.
8383         (vax_register_virtual_type): Ditto.
8384         * config/vax/tm-vax.h: Update copyright years.
8385         (REGISTER_NAMES): Remove.
8386         (REGISTER_NAME): Define.
8387         (REGISTER_BYTE): Use vax_register_byte.
8388         (REGISTER_RAW_SIZE): Use vax_register_raw_size.
8389         (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
8390         (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
8391
8392 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
8393
8394         * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
8395         declaration
8396         * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
8397
8398 2002-04-21  David S. Miller  <davem@redhat.com>
8399
8400         * arch-utils.c (generic_prologue_frameless_p): Kill
8401         SKIP_PROLOGUE_FRAMELESS_P code.
8402         * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8403         references.
8404         (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
8405         * arc-tdep.c (arc_prologue_frameless_p): Implement.
8406         * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8407         references.
8408         (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
8409         * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
8410         (sparc_gdbarch_init): Pass it to
8411         set_gdbarch_prologue_frameless_p.
8412
8413 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
8414
8415         * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
8416         (alphabsd-nat.o): New dependency list.
8417
8418 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
8419
8420         * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
8421         alphafbsd-tdep.c.
8422         (alpha-linux-tdep.o): New dependency list.
8423         (alphafbsd-tdep.o): Likewise.
8424
8425 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
8426
8427         * alpha-linux-tdep.c: New file.  Move alpha_linux_sigtramp_offset
8428         to here...
8429         * alpha-tdep.c: ...from here.
8430         * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
8431
8432 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
8433
8434         * config/alpha/tm-alpha.h: Move alpha_software_single_step
8435         prototype from here...
8436         * alpha-tdep.h: ...to here.
8437
8438 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
8439
8440         * frame.h (selected_frame_level): Document as deprecated.
8441         (frame_relative_level): Declare.
8442         * stack.c (frame_relative_level): New function.
8443         (selected_frame_level): Document as deprecated.
8444         (select_frame): Do not set the selected_frame_level.
8445
8446         * stack.c (frame_info, record_selected_frame): Update.
8447         (frame_command, current_frame_command): Update.
8448         (up_silently_base, up_command, down_silently_base): Update.
8449         (down_command): Update.
8450         * inflow.c (kill_command): Update.
8451         * tracepoint.c (finish_tfind_command): Update.
8452         * corelow.c (core_open): Update.
8453         * thread.c (info_threads_command): Update.
8454         (do_captured_thread_select): Update.
8455         * infcmd.c (finish_command): Update.
8456         * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
8457
8458 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
8459
8460         * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
8461
8462 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
8463
8464         * arm-tdep.c (arm_breakpoint_from_pc): Make static.  Make return
8465         type const.
8466
8467 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
8468
8469         * alphafbsd-tdep.c: Update copyright years.  Include
8470         alpha-tdep.h.
8471         (alphafbsd_use_struct_convention): Make static.
8472         (alphafbsd_init_abi): New function.
8473         (_initialize_alphafbsd_tdep): New function.
8474         * config/alpha/tm-fbsd.h: Update copyright years.
8475         (USE_STRUCT_CONVENTION): Remove.
8476
8477 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
8478
8479         * alpha-tdep.c (alpha_abi_handler): New structure to describe
8480         an Alpha ABI variant.
8481         (alpha_abi_handler_list): Declare.
8482         (alpha_gdbarch_register_os_abi): New function.
8483         (alpha_gdbarch_init): Give registered ABI variant handlers a
8484         chance to tweak the gdbarch once we have set up defaults.
8485         * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
8486
8487 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
8488
8489         * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
8490         to standard_coerce_float_to_double.
8491         * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
8492
8493 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
8494
8495         * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
8496         * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
8497         from gdbarch_tdep rather than a constant.
8498         (alpha_gdbarch_init): Initialize tdep->vm_min_address to
8499         the default text address for all Alpha Unix ABIs.
8500         (alpha_dump_tdep): Report the value of tdep->vm_min_address.
8501         * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
8502
8503 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
8504
8505         * alpha-tdep.h: New file.  Includes several Alpha target constants
8506         taken from...
8507         * config/alpha/tm-alpha.h: ...here.  Remove macros that we now
8508         let gdbarch deal with.
8509         (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
8510         * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
8511         to dependency list.
8512         * alpha-nat.c: Include alpha-tdep.h.  Update for adjusted
8513         Alpha target register names.
8514         * alphabsd-nat.c: Likewise.
8515         * alpha-tdep.c: Include alpha-tdep.h.  Update for adjusted
8516         Alpha target register names.  Make serveral routines static.
8517         (alpha_get_saved_register): New function.
8518         (alpha_abi_names): New.
8519         (process_note_abi_tag_sections): New function.
8520         (get_elfosabi): New function.
8521         (alpha_gdbarch_init): New function.
8522         (alpha_dump_tdep): New function.
8523         (_initialize_alpha_tdep): Register alpha_gdbarch_init.
8524
8525 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
8526
8527         * frame.c (find_saved_register): Delete #ifdef
8528         HAVE_REGISTER_WINDOWS code.
8529         * config/sparc/tm-sparc.h: Update comments.
8530         * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
8531
8532 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
8533
8534         * i960-tdep.c (i960_find_saved_register): New function.
8535         (i960_get_saved_register): New function.
8536         * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
8537         (i960_get_saved_register): Declare.
8538         * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
8539
8540 2002-04-20  David S. Miller  <davem@redhat.com>
8541
8542         * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
8543
8544 2002-04-20  Andrew Cagney  <ac131313@redhat.com>
8545
8546         * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
8547         instead of NUM_PSEUDO_REGS.
8548
8549 2002-04-20  David S. Miller  <davem@redhat.com>
8550
8551         * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
8552         GDB_MULTI_ARCH_PARTIAL
8553         * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
8554         define, let tm-sp64.h do it.
8555
8556 2002-04-20  Jason Thorpe  <thorpej@wasabisystems.com>
8557
8558         * frame.c (find_saved_register): Avoid a NULL pointer
8559         dereference and actually walk the frame list.
8560
8561 2002-04-20  Andrew Cagney  <ac131313@redhat.com>
8562
8563         * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
8564         sorted in most most-recent-used order.  Document.
8565         * gdbarch.h, gdbarch.c: Regenerate.
8566
8567 2002-04-19  Andrew Cagney  <ac131313@redhat.com>
8568
8569         * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
8570         instead of ->prev.
8571         * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
8572         * s390-tdep.c (s390_frame_chain): Do not use ->prev.
8573         * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
8574         instead of ->prev.
8575
8576 2002-04-19  Elena Zannoni  <ezannoni@redhat.com>
8577
8578         Fix PR gdb/471.
8579         * gdbtypes.c (init_simd_type): Rewrite using new functions.
8580         (build_builtin_type_vec128): Ditto.
8581         (append_composite_type_field): Fix calculation of type length in
8582         union case.
8583
8584 2002-04-19  Eli Zaretskii  <eliz@is.elta.co.il>
8585
8586         * config/djgpp/README: Update.
8587
8588         * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
8589         compiler warnings.
8590
8591 2002-04-19  Jason Thorpe  <thorpej@wasabisystems.com>
8592
8593         * alpha-tdep.c (setup_arbitrary_frame): Rename...
8594         (alpha_setup_arbitrary_frame): ...to this.
8595         * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
8596         for alpha_setup_arbitrary_frame.
8597
8598 2002-04-18  Andrew Cagney  <cagney@redhat.com>
8599
8600         * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
8601         * gdbarch.h, gdbarch.c: Regenerate.
8602
8603         * defs.h (breakpoint_from_pc_fn): Delete type definition.
8604         * target.h (memory_breakpoint_from_pc): Update declaration.
8605         * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
8606
8607         * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
8608         * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
8609         * mem-break.c (memory_breakpoint_from_pc): Ditto.
8610         * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
8611         * s390-tdep.c (s390_breakpoint_from_pc): Ditto
8612         * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
8613         * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
8614         * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
8615         * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
8616         * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
8617         * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
8618         * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
8619
8620         * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
8621         const pointer.
8622         * monitor.c (monitor_insert_breakpoint): Ditto.
8623         * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
8624
8625         * config/mcore/tm-mcore.h: Update copyright.
8626         * mem-break.c: Ditto.
8627         * xstormy16-tdep.c: Ditto.
8628
8629 2002-04-18  Pierre Muller  <muller@ics.u-strasbg.fr>
8630
8631         * p-exp.y: Add precedence rule for '^' token.
8632         This removes the shift/reduce conflicts.
8633         Remove the comment concerning these shift/reduce conflicts.
8634
8635 2002-04-18  Elena Zannoni  <ezannoni@redhat.com>
8636
8637         * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
8638         (registers_powerpc_nofp): New register set for processors
8639         without floating point unit.
8640
8641 2002-04-18  David S. Miller  <davem@redhat.com>
8642
8643         * MAINTAINERS: Add myself to write-after-approval.
8644
8645 2002-04-17  Michael Snyder  <msnyder@redhat.com>
8646
8647         * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
8648
8649 2002-04-17  Andrew Cagney  <ac131313@redhat.com>
8650
8651         * rs6000-tdep.c (frame_initial_stack_address): Use
8652         frame_register_read to read the alloca_reg.
8653
8654 2002-04-17  Andrew Cagney  <ac131313@redhat.com>
8655
8656         * frame.c (find_saved_register): Find saved registers in the next
8657         not prev frame.
8658         Fix PR gdb/365.
8659
8660 2002-04-17  Andrew Cagney  <ac131313@redhat.com>
8661
8662         * gdbarch.sh (LANG): Set to ``c''.
8663
8664 2002-04-15  Andrew Cagney  <ac131313@redhat.com>
8665
8666         * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
8667
8668 2002-04-15  Andrew Cagney  <ac131313@redhat.com>
8669
8670         * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
8671         Update copyright.
8672
8673         * hpread.c (hpread_get_lntt): Add declaration.
8674         Also fix PR gdb/391.
8675
8676 2002-04-14  Andrew Cagney  <ac131313@redhat.com>
8677
8678         * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
8679         * aclocal.m4, configure: Re-generate.
8680         Fix PR gdb/391.
8681
8682 2002-04-14  Elena Zannoni  <ezannoni@redhat.com>
8683
8684         * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
8685         instead of tm_print_insn.
8686
8687 2002-04-14  Elena Zannoni  <ezannoni@redhat.com>
8688
8689         * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
8690
8691 2002-04-14  Andrew Cagney  <ac131313@redhat.com>
8692
8693         * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
8694         * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
8695         (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
8696
8697 2002-04-12  Don Howard  <dhoward@redhat.com>
8698
8699         * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
8700         max_user_call_depth.
8701         (init_cmd_lists): Initialize the new value;
8702         * cli/cli-script.c (execute_user_command): Limit the call depth of
8703         user defined commands.  This avoids a core-dump when user commands
8704         are infinitly recursive.
8705
8706 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
8707
8708         * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
8709         * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
8710         from tdep struct instead of DEFAULT_LR_SAVE.
8711         (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
8712         * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
8713         * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
8714
8715 2002-04-12  Michael Snyder  <msnyder@redhat.com>
8716
8717         * Remote.c: Spelling fix.
8718         * gcore.c (default_derive_heap_segment): Use bfd_section_name.
8719         If no symbol found for "sbrk", try "_sbrk".
8720         (make_output_phdrs): Use bfd_section_name.
8721         (gcore_copy_callback): Use bfd_section_name.
8722         * eval.c: Indentation fix-ups.
8723         * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
8724         in case it gets applied to an address that is already
8725         in the instruction space.
8726         * cli/cli-decode.c (help_list): Allow long lines to wrap.
8727         * symfile.c: Fix indentation, long lines.
8728         * source.c: White space fix-up.
8729
8730 2002-04-12  Andrew Cagney  <cagney@redhat.com>
8731
8732         * defs.h (read_relative_register_raw_bytes): Delete declaration.
8733         * frame.c (frame_register_read): New function.  Return non-zero on
8734         success.
8735         (read_relative_register_raw_bytes_for_frame): Delete.
8736         (read_relative_register_raw_bytes): Delete.
8737         * frame.h (frame_register_read): Declare.
8738         * d30v-tdep.c: Update Copyright.  Use frame_register_read.
8739         * sh-tdep.c: Ditto.
8740         * infcmd.c (do_registers_info): Ditto.
8741         * hppa-tdep.c: Ditto.
8742         * rs6000-tdep.c: Ditto.
8743         * h8500-tdep.c: Ditto.
8744         * mips-tdep.c: Ditto.
8745         * h8300-tdep.c: Ditto.
8746         * z8k-tdep.c: Ditto.
8747
8748 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
8749
8750         From Jimi X <jimix@watson.ibm.com>:
8751         * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
8752         64-bit SysV ABI.
8753
8754 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
8755
8756         From Jimi X <jimix@watson.ibm.com>:
8757         * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
8758         bfd info.
8759
8760 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
8761
8762         From Jimi X <jimix@watson.ibm.com>:
8763         * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
8764         register sets for these processor variants.
8765
8766 2002-04-11  Daniel Jacobowitz  <drow@mvista.com>
8767
8768         * regformats/reg-ppc.dat: Support FPSCR.
8769
8770 2002-04-11  Kevin Buettner  <kevinb@redhat.com>
8771
8772         * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
8773         * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
8774         Add fpscr as an invalid/unfetchable register.
8775         * ppc-linux-nat.c (ppc_register_u_addr, store_register)
8776         (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
8777         (fill_fpregset): Add support for register fpscr.
8778         (fetch_ppc_registers, store_ppc_registers, supply_gregset)
8779         (fill_gregset): Account for the fact that register ``mq'' might
8780         not exist.
8781         * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
8782         (registers_power): Add fpscr to register set at slot 71.
8783         (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
8784         exist on most PPC architectures.  Initialize ppc_fpscr_regnum.
8785
8786 2002-04-11  Michael Snyder  <msnyder@redhat.com>
8787
8788         * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
8789         * configure: Regenerate.
8790         * config.in: Regenerate.
8791         * acconfig.h: Add define for _SYSCALL32.
8792         * core-sol2.c: Remove #define _SYSCALL32.
8793         * solib-legacy.c: Remove #define _SYSCALL32.
8794
8795 2002-04-10  Andrew Cagney  <ac131313@redhat.com>
8796
8797         * stack.c (select_frame): Cleanup internal error message, do not
8798         use %p.
8799
8800 2002-04-10  Andrew Cagney  <ac131313@redhat.com>
8801
8802         * stack.c (select_frame): Check that selected_frame and the
8803         specified level are as expected.
8804         * blockframe.c (get_prev_frame): Set the `level' from next_frame.
8805         Update copyright.
8806         * frame.h (struct frame_info): Add field `level'.  Update
8807         copyright.
8808         Work-in-progress PR gdb/464.
8809
8810 2002-04-10  Andrew Cagney  <ac131313@redhat.com>
8811
8812         * maint.c (maint_print_section_info): Rename print_section_info.
8813         (print_bfd_section_info, print_objfile_section_info): Update.
8814         * inferior.h (struct gdbarch): Add opaque declaration.
8815         * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
8816         * gdbarch.h: Regenerate.
8817
8818 2002-04-10  Michal Ludvig  <mludvig@suse.cz>
8819
8820         * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
8821         (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
8822         (kernel_u_size): Added.
8823         * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
8824         (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
8825
8826 2002-04-04  Jim Ingham  <jingham@apple.com>
8827
8828        * valarith.c (find_size_for_pointer_math): New function, either returns
8829        the size for a pointer's target, returns 1 for void *, or errors for
8830        incomplete types.
8831        (value_add, value_sub): use find_size_for_pointer_math.
8832
8833 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
8834
8835         * linux-low.c (linux_look_up_symbols): New hook.
8836         (linux_target_ops): Add linux_look_up_symbols.
8837         * remote-utils.c (decode_address): New function.
8838         (look_up_one_symbol): New function.
8839         * server.c (handle_query): Call target look_up_symbols hook.
8840         * server.h (look_up_one_symbol): Add prototype.
8841         * target.h (struct target_ops): Add look_up_symbols hook.
8842
8843 2002-04-09  Andrew Cagney  <ac131313@redhat.com>
8844
8845         * frame.c (read_relative_register_raw_bytes_for_frame): Do not
8846         override FP_REGNUM with frame->fp.  Update copyright.
8847         * parse.c (num_std_regs, std_regs): Delete.
8848         (target_map_name_to_register): Do not search std_regs.  Update
8849         function description.
8850         * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
8851         declarations.  Update copyright.
8852         Fix PR gdb/251.
8853
8854 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
8855
8856         * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
8857         after the last symbol in a block.
8858
8859 2002-04-09  Pierre Muller  <muller@ics.u-strasbg.fr>
8860
8861         * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
8862         is non zero as a found symbol.
8863
8864 2002-04-08  Andrew Cagney  <ac131313@redhat.com>
8865
8866         * findvar.c: Include "builtin-regs.h".
8867         (value_of_register): Call value_of_builtin_reg when applicable.
8868         * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
8869         (target_map_name_to_register): Call
8870         builtin_reg_map_name_to_regnum.
8871         * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
8872         (COMMON_OBS): Add builtin-regs.o and std-regs.o.
8873         (builtin_regs_h): Define.
8874         (builtin-regs.o): New target.
8875         (findvar.o): Add $(builtin_regs_h).
8876         * builtin-regs.c, builtin-regs.h: New files.
8877         * std-regs.c: New file.
8878         Partial fix for PR gdb/251.
8879
8880 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
8881
8882         * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
8883         it's no longer required.
8884
8885 2002-04-08  Andrew Cagney  <ac131313@redhat.com>
8886
8887         * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
8888
8889 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
8890
8891         From Jimi X <jimix@watson.ibm.com>:
8892         * rs6000-tdep.c (rs6000_software_single_step): Use
8893         rs6000_breakpoint_from_pc() to fetch breakpoint instruction
8894         and size.  Use target_insert_breakpoint() and
8895         target_remove_breakpoint() to insert and remove breakpoints
8896         instead of explicit memory reads and writes.
8897
8898 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
8899
8900         * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
8901         * rs6000-tdep.c (rs6000_push_arguments): Eliminate
8902         ELF_OBJECT_FORMAT ifdef.
8903
8904 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
8905
8906         From Jimi X <jimix@watson.ibm.com>:
8907         * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
8908
8909 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
8910
8911         From Jimi X <jimix@watson.ibm.com>:
8912         * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
8913         definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
8914
8915 2002-04-07  Mark Kettenis  <kettenis@gnu.org>
8916
8917         * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
8918         s/asprintf/xasprintf/.
8919         (fbsd_make_corefile_notes): s/strdup/xstrdup/.
8920
8921 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
8922
8923         I believe Jeff Law denies responsability for this one:
8924         * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
8925         * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
8926         * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
8927         Work-around for PR gdb/366.
8928
8929 2002-04-07  Elena Zannoni  <ezannoni@redhat.com>
8930
8931         * remote-e7000.c (write_small, e7000_read_inferior_memory,
8932         e7000_read_inferior_memory_large, e7000_insert_breakpoint,
8933         e7000_remove_breakpoint): Use paddr_nz() to print addresses.
8934
8935 2002-04-07  Elena Zannoni  <ezannoni@redhat.com>
8936
8937         * sh-tdep.c (sh_fp_frame_init_saved_regs,
8938         sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
8939         information.
8940
8941 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
8942
8943         * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
8944         maintainer.
8945
8946 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
8947
8948         * README (Reporting Bugs in GDB): Document the bug web page as the
8949         prefered way of submitting bugs.
8950         Fix PR gdb/402.
8951
8952 2002-04-06  Andrew Cagney  <ac131313@redhat.com>
8953
8954         * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
8955         -1.  Update comment.
8956         * gdbarch.h, gdbarch.c: Re-generate.
8957
8958 2002-04-07  Andreas Schwab  <schwab@suse.de>
8959
8960         * m68klinux-nat.c (fill_fpregset): Properly pass address of
8961         buffer to regcache_collect.
8962
8963 2002-04-06  Andrew Cagney  <ac131313@redhat.com>
8964
8965         * gdbarch.sh (PS_REGNUM): Add.  Document.  Default to -1.
8966         * gdbarch.c, gdbarch.h: Re-generate.
8967
8968 2002-04-06  Andrew Cagney  <ac131313@redhat.com>
8969
8970         * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
8971         declaration.  Fix -Werror.
8972
8973 2002-04-05  Daniel Jacobowitz  <drow@mvista.com>
8974
8975         * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
8976         * gdbarch.c: Regenerate.
8977
8978 2002-04-05  Michael Snyder  <msnyder@redhat.com>
8979
8980         * breakpoint.c (clear_command): Rewrite middle section to
8981         combine two loops with identical control conditions.
8982         Add a cleanup to eliminate a memory leak.
8983         * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
8984
8985 2002-04-05  H.J. Lu  (hjl@gnu.org)
8986
8987         * solib-svr4.c (bkpt_names): Add "__start".
8988
8989 2002-04-04  Andrew Cagney  <ac131313@redhat.com>
8990
8991         * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
8992         as test for 64 bit target.
8993
8994 2002-04-05  Andrew Cagney  <ac131313@redhat.com>
8995
8996         * h8500-tdep.c (h8500_write_fp): Delete function.
8997         * dwarf2cfi.c (cfi_write_fp): Document as not used.
8998         * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
8999         * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
9000         * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
9001         * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
9002         * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
9003         (s390_write_fp):
9004         * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
9005         * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
9006         * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
9007         (d10v_write_fp): Delete function.
9008         * inferior.h (write_fp, generic_target_write_fp): Delete
9009         declarations.
9010         * regcache.c (generic_target_write_fp): Delete function.
9011         (write_fp): Delete function.
9012         * gdbarch.sh (TARGET_WRITE_FP): Delete.
9013         * gdbarch.h, gdbarch.c: Regenerate.
9014         * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
9015         * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
9016         (sparc64_write_fp): Delete declaration.
9017         * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
9018         (h8500_write_fp): Delete declaration.
9019
9020 2002-04-04  Andrew Cagney  <ac131313@redhat.com>
9021
9022         * sparc-tdep.c (sparc64_write_fp): Delete.
9023         (sparc_push_dummy_frame): Replace write_fp call with code to store
9024         the FP directly.
9025         (sparc_gdbarch_init): Do not initialize write_fp.
9026
9027 2002-04-05  Kevin Buettner  <kevinb@redhat.com>
9028
9029         * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
9030         clause.
9031
9032 2002-03-29  Jim Blandy  <jimb@redhat.com>
9033
9034         * stack.c (get_selected_block): Add new argument `addr_in_block',
9035         used to return the exact code address we used to select the block,
9036         not just the block.
9037         * blockframe.c (get_frame_block, get_current_block): Same.
9038         * frame.h (get_frame_block, get_current_block,
9039         get_selected_block): Update declarations.
9040         * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
9041         linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
9042
9043 2002-04-05  Michael Snyder  <msnyder@redhat.com>
9044
9045         * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
9046         warning message.
9047
9048 2002-04-05  J. Brobecker  <brobecker@gnat.com>
9049
9050         * utils.c (xfullpath): New function.
9051         * defs.h (xfullpath): Add declaration.
9052         * source.c (openp): Use xfullpath in place of gdb_realpath to
9053         avoid resolving the basename part of filenames when the
9054         associated file is a symbolic link. This fixes a potential
9055         inconsistency between the filenames known to GDB and the
9056         filenames it prints in the annotations.
9057         * symtab.c (lookup_symtab): Use the new xfullpath function, in order
9058         to be able to match a filename with either the real filename, or
9059         the name of any symbolic link to this file.
9060         (lookup_partial_symtab): Ditto.
9061
9062 2002-04-04  Michael Snyder  <msnyder@redhat.com>
9063
9064         * breakpoint.c: Add support for hardware breakpoints in overlays.
9065         (overlay_events_enabled): New state variable.
9066         (insert_breakpoints): Use overlay_events_enabled to decide
9067         whether to attempt to set a breakpoint at the overlay load addr.
9068         Handle bp_hardware_breakpoint as well as bp_breakpoint.
9069         (remove_breakpoint): Use overlay_events_enabled to decide
9070         whether breakpoints need to be removed from overlay load addr.
9071         Handle bp_hardware_breakpoint as well as bp_breakpoint.
9072         (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
9073         (create_overlay_event_breakpoint, enable_overlay_breakpoints,
9074         disable_overlay_breakpoints): Update overlay_events_enabled.
9075
9076 2002-04-04  Daniel Jacobowitz  <drow@mvista.com>
9077
9078         * dwarf2read.c (struct function_range): New.
9079         (cu_first_fn, cu_last_fn, cu_cached_fn): New.
9080         (check_cu_functions): New.
9081         (read_file_scope): Initialize global function lists.
9082         Call dwarf_decode_line after processing children.
9083         (read_func_scope): Add to global function list.
9084         (dwarf_decode_lines): Call check_cu_functions everywhere
9085         record_line is called.  Call record_line with a linenumber
9086         of 0 to mark sequence ends.
9087
9088 2002-04-04  Michal Ludvig  <mludvig@suse.cz>
9089
9090         * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
9091         change sync with glibc.
9092
9093 2002-04-03  Jim Blandy  <jimb@redhat.com>
9094
9095         * configure.in: Call AC_C_INLINE.
9096         * configure: Regenerated.
9097
9098 2002-04-01  Daniel Jacobowitz  <drow@mvista.com>
9099
9100         * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
9101         and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
9102
9103 2002-03-31  Mark Kettenis  <kettenis@gnu.org>
9104
9105         * NEWS: Mention gcore support on FreeBSD/i386.
9106
9107         * fbsd-proc.c: New file.
9108         * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
9109         * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
9110
9111         * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
9112         while statement.
9113
9114 2002-03-29  Jim Blandy  <jimb@redhat.com>
9115
9116         * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
9117         unescaped newlines in string literals, but newer ones don't.  So
9118         escape them.
9119
9120 2002-03-26  Michael Snyder  <msnyder@redhat.com>
9121             Andrew Cagney <cagney@redhat.com>
9122
9123         * cli/cli-dump.c: New file.  Dump memory to file,
9124         restore file to memory.
9125         * cli/cli-dump.h: New file.
9126         * Makefile.in: Add rules, dependencies for cli-dump.o.
9127         * NEWS: Mention new commands.
9128
9129 2002-03-28  Michael Snyder  <msnyder@redhat.com>
9130
9131         * symfile.c (symbol_file_add): Move test for null symbols to later.
9132
9133 2002-03-27  Andrew Cagney  <ac131313@redhat.com>
9134
9135         From veksler at il.ibm.com:
9136         * utils.c (gdb_realpath): If canonicalize_file_name fails, return
9137         the xstrduped original path.
9138         Fix PR gdb/417.
9139
9140 2002-03-27  Michael Snyder  <msnyder@redhat.com>
9141
9142         * breakpoint.c (_initialize_breakpoint): Clean up help string.
9143         * infcmd.c (_initialize_infcmd): Ditto.
9144         * language.c (_initialize_language): Ditto.
9145         * symfile.c (_initialize_symfile): Ditto.
9146         * top.c (_init_main): Ditto.
9147         * cli/cli-cmds.c (init_cli_cmds): Ditto.
9148
9149 2002-03-27  Elena Zannoni  <ezannoni@redhat.com>
9150
9151         * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
9152         vector registers handling.
9153         (skip_prologue): Handle new AltiVec instructions.  Fill in new
9154         fields of frame data.
9155         (frame_get_saved_regs): Fill in information for AltiVec registers.
9156
9157 2002-03-27  Jim Blandy  <jimb@redhat.com>
9158
9159         * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
9160         a function; leave this macro here to invoke that function.
9161         (symbol_init_mangled_name): Declaration for that function.
9162         * symtab.c (symbol_init_mangled_name): New function.
9163
9164 2002-03-27  Andrew Cagney  <ac131313@redhat.com>
9165
9166         * valarith.c: Replace strerror with safe_strerror.
9167         * tracepoint.c: Ditto.
9168         * lin-lwp.c: Ditto.
9169         * go32-nat.c: Ditto.
9170         * inflow.c: Ditto.
9171         * gnu-nat.c: Ditto.
9172
9173 2002-03-27  Andreas Schwab  <schwab@suse.de>
9174
9175         * event-top.c (command_line_handler): Remove useless if.
9176
9177 2002-03-27  Andreas Jaeger  <aj@suse.de>
9178
9179         * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
9180         comment.
9181
9182 2002-03-27  Michal Ludvig  <mludvig@suse.cz>
9183
9184         * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
9185         (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
9186         * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
9187         (x86_64_linux_dr_get_status, supply_gregset),
9188         (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
9189         * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
9190         (x86_64_register_info_table): Add.
9191         (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
9192         (x86_64_register_raw_size, x86_64_register_virtual_type),
9193         (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
9194         general x86_64_register_info_table.
9195         (i386_gdbarch_init): gdbarch_register_bytes is now set
9196         dynamicaly during initialization.
9197         * regformats/reg-x86-64.dat: Synced with changes to registers above.
9198         * gdbserver/linux-x86-64-low.c: Ditto.
9199
9200 2002-03-27  Daniel Jacobowitz  <drow@mvista.com>
9201
9202         * gdbserver/server.c (main): Call target_signal_to_host_p
9203         and target_signal_to_host on signals received from the remote.
9204         * gdbserver/remote-utils.c (prepare_resume_reply): Call
9205         target_signal_from_host on signals sent to the remote.
9206         * gdbserver/server.h: Add prototypes.  Include "gdb/signals.h".
9207         * gdbserver/Makefile.in: Add signals.o.  Add -I${INCLUDE_DIR}.
9208
9209 2002-03-27  Daniel Jacobowitz  <drow@mvista.com>
9210
9211         * signals/signals.c: Include "server.h" in gdbserver build.
9212         (target_signal_from_name): Don't use STREQ.
9213         (_initialize_signals): Likewise.  Don't include function in
9214         gdbserver build.
9215
9216 2002-03-27  Daniel Jacobowitz  <drow@mvista.com>
9217
9218         * signals.c: Moved to...
9219         * signals/signals.c: Here.
9220         * Makefile (signals.o): Update.
9221
9222 2002-03-26  Jeff Law (law@redhat.com)
9223
9224         * somread.c (som_symtab_read): Remove some commented out code and
9225         updated related comments.  Do not set the minimal symbol table to
9226         mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
9227         in a dynamic executable.
9228         * hppa-tdep.c (find_proc_framesize): Sanely handle the case
9229         where we are unable to find the minimal symbol for the given
9230         PC value.
9231
9232 2002-03-25  Jeff Law (law@redhat.com)
9233
9234         * linux-proc.c (read_mapping): Scan up to end of line for filename.
9235
9236 2002-03-25  Michal Ludvig  <mludvig@suse.cz>
9237
9238         * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
9239
9240 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
9241
9242         * command.h: Update copyright.
9243         (struct cmd_list_element): Replace definition with opaque
9244         declaration.
9245         (enum cmd_types): Document that it will eventually be moved to
9246         cli/cli-decode.h
9247         (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
9248         (MALLOCED_REPLACEMENT): Delete macro.
9249         * Makefile.in (cli_decode_h): Add $(command_h).
9250         (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
9251         * top.c: Include "cli/cli-decode.h".
9252         * completer.c: Include "cli/cli-decode.h".
9253         * maint.c: Include "cli/cli-decode.h".
9254         * cli/cli-decode.h: Include "command.h".
9255         (enum command_class): Delete.
9256         (enum cmd_types): Comment out.
9257         (enum cmd_auto_boolean): Delete.
9258         (enum var_types): Delete.
9259
9260 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
9261
9262         * cli/cli-decode.c: Include "gdb_assert.h".
9263         (add_set_or_show_cmd): New static function.
9264         (add_set_cmd): Rewrite.  Use add_set_or_show_cmd.
9265         (add_show_from_set): Rewrite. Use add_set_or_show_cmd.  Don't copy
9266         all fields, such as func, from the set command.
9267
9268 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
9269
9270         * MAINTAINERS (sh-elf): Change warning flag to -w.
9271
9272 2002-03-23  Andrew Cagney  <cagney@redhat.com>
9273
9274         * defs.h (error): Add printf format attribute.
9275         * thread-db.c (thread_from_lwp): Fix error format string.
9276         * stack.c (parse_frame_specification): Ditto.
9277         * cli/cli-decode.c (undef_cmd_error): Ditto.
9278         * scm-lang.c (scm_lookup_name): Ditto.
9279         * tracepoint.c (trace_error): Ditto.
9280         * remote-utils.c (usage): Ditto.
9281         * remote.c (compare_sections_command): Ditto.
9282         Fix PR gdb/328.
9283
9284 2002-03-22  Andrew Cagney  <ac131313@redhat.com>
9285
9286         * gdbtypes.c (append_composite_type_field): New function.
9287         (init_composite_type): New function.
9288         * gdbtypes.h (append_composite_type_field): Declare.
9289         (init_composite_type): Ditto.
9290
9291 2002-03-22  Elena Zannoni  <ezannoni@redhat.com>
9292
9293         * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
9294         function.
9295         * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
9296         * rs6000-tdep.c (rs6000_gdbarch_init): Use different
9297         structure returning convention for SYSV ABI case, but not
9298         for GNU/Linux, FreeBSD, or NetBSD.
9299
9300 2002-03-22  Daniel Jacobowitz  <drow@mvista.com>
9301
9302         * symtab.h (lookup_block_symbol): Add mangled_name argument
9303         to prototype.
9304
9305         * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
9306         with new mangled_name argument.
9307         * linespec.c (decode_line_1): Likewise.
9308         * valops (value_of_this): Likewise.
9309         * symtab.c (lookup_transparent_type): Likewise.
9310         (lookup_symbol_aux): Likewise.  Accept new mangled_name argument.
9311         (lookup_symbol): If we are given a mangled name, pass it down
9312         to lookup_symbol_aux.
9313         (lookup_block_symbol): If we are given a mangled name to check
9314         against, only return symbols which match it.
9315
9316 2002-03-22  Christopher Faylor  <cgf@redhat.com>
9317
9318         * win32-nat.c (child_create_inferior): Check for proper shell to use
9319         here, in case the user changes it on the fly.
9320         (_initialize_inftarg): Remove shell path considerations.
9321
9322 2002-03-21  Elena Zannoni  <ezannoni@redhat.com>
9323
9324         * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
9325         for gdbarch_max_register_raw_size and max_register_virtual_size.
9326         Adjust copyright year.
9327
9328 2002-03-21  Daniel Jacobowitz  <drow@mvista.com>
9329
9330          * dbxread.c (process_one_symbol): Extend the first N_SLINE
9331          in a function to cover the entire beginning of the function
9332          as well if it does not already.
9333
9334 2002-03-21  Tom Rix  <trix@redhat.com>
9335
9336         * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
9337         (rs6000_ptrace64): Renamed from ptrace64.
9338
9339 2002-03-20  Martin M. Hunt  <hunt@redhat.com>
9340
9341         * gdbserver/remote-utils.c (remote_open): Don't call
9342         getprotobyname, we're all using TCP here so just use
9343         IPPROTO_TCP.
9344         * gdbserver/gdbreplay.c (remote_open): Ditto.
9345
9346 2002-03-20  Martin M. Hunt  <hunt@redhat.com>
9347
9348         * regcache.c (_initialize_regcache): No need to call
9349         build_regcache() at this time; it gets called whenever
9350         the gdbarch changes.
9351
9352 2002-03-20  David O'Brien  <obrien@FreeBSD.org>
9353
9354         * sparc-nat.c:  Include sys/param.h where possible.
9355
9356 2002-03-20  Daniel Jacobowitz  <drow@mvista.com>
9357
9358         Fix PR gdb/422.
9359         * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
9360         FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
9361         * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
9362         complex types.
9363         * stabsread.c (rs6000_builtin_type): Likewise.
9364         (read_sun_floating_type): Likewise.
9365
9366 2002-03-19  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
9367
9368         * stabsread.c (read_member_functions): Remove skip code for duplicate
9369         constructor/destructor methods.  Use standard parsing for these
9370         methods and just do not chain them to the list of methods after
9371         parsing.
9372
9373 2002-03-19  Alexandre Oliva  <aoliva@redhat.com>
9374
9375         * coffread.c: Remove redundant static declarations.  Replace
9376         occurrences of `PTR' with `void *'.
9377         * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
9378         * top.h (quit_cover): Likewise.
9379         * defs.h (catch_errors): Likewise.
9380
9381 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
9382
9383         * defs.h (XMALLOC): Define.
9384         * gdb-events.sh (XMALLOC): Delete macro.
9385         * gdb-events.c, gdb-events.h: Regenerate.
9386         * gdbarch.sh (XMALLOC): Delete macro.
9387         * gdbarch.c: Regenerate.
9388         * serial.c (XMALLOC): Delete macro.
9389         * ui-file.c (XMALLOC): Ditto.
9390         * ser-unix.h (XMALLOC): Ditto.
9391         * sh-tdep.c (XMALLOC): Ditto.
9392         * ui-out.c (XMALLOC): Ditto.
9393         * utils.c (XMALLOC): Ditto.
9394         * i386-tdep.c (XMALLOC): Ditto.
9395         * gdb-events.c (XMALLOC): Ditto.
9396         * d10v-tdep.c (XMALLOC): Ditto.
9397         * cli-out.c (XMALLOC): Ditto.
9398
9399         * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
9400         * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
9401         * ui-file.c, ui-out.c: Ditto.
9402
9403 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
9404
9405         * command.h (struct cmd_list_element): Add field context.
9406         (set_cmd_context, get_cmd_context): Declare.
9407         * cli/cli-decode.h: Ditto.
9408         * cli/cli-decode.c (get_cmd_context): New function.
9409         (set_cmd_context): New function.
9410         (add_cmd): Initialize context.
9411         Part of fixing PR gdb/145 and PR gdb/146.
9412
9413 2002-03-17  Andrew Cagney  <ac131313@redhat.com>
9414
9415         * cli/cli-decode.c (cmd_type): New function.
9416         * command.h (cmd_type): Declare.
9417         * infrun.c (set_schedlock_func): Call function cmd_type.
9418         * kod.c (kod_set_os): Call cmd_type.
9419         * cris-tdep.c (cris_version_update): Use function cmd_type.
9420         (cris_mode_update, cris_abi_update): Ditto.
9421
9422         * command.h: (execute_cmd_post_hook): Declare.
9423         (execute_cmd_pre_hook): Declare.
9424         * cli/cli-script.c (clear_hook_in_cleanup): New function.
9425         (execute_cmd_post_hook, execute_cmd_pre_hook): New
9426         functions. Execute pre/post hook while ensuring that afterwords
9427         hook_in is cleared.
9428         * top.c (execute_command): Use execute_cmd_post_hook, and
9429         execute_cmd_pre_hook to execute pre/post commands.
9430         * infrun.c (normal_stop): Pass stop_command and not pre_hook to
9431         hook_stop_stub.
9432         (hook_stop_stub): Call execute_cmd_pre_hook.
9433
9434 2002-03-17  Andrew Cagney  <ac131313@redhat.com>
9435
9436         * kod.c (kod_set_os): Revert previous change.  Is called by ``info
9437         set'' and this leads to a core dump.  Move xstrdup of
9438         operating_system to after check that it is not NULL.
9439
9440 2002-03-17  Andrew Cagney  <ac131313@redhat.com>
9441
9442         * kod.c (kod_set_os): Remove unnecessary check that
9443         ``command->type'' is set_cmd.
9444
9445         * valprint.c (set_input_radix): Use input_radix.
9446         (set_output_radix): Use output_radix.
9447         (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
9448         isn't reverted.
9449
9450 2002-03-16  Andrew Cagney  <ac131313@redhat.com>
9451
9452         * value.h (struct value): Delete field ``substring_addr''.  Change
9453         aligner fields to force_doublest_align, force_longest_align,
9454         force_core_addr_align and force_pointer_aligh.
9455
9456         * value.h (struct value): Fix typo in above change.
9457
9458 2002-03-16  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
9459
9460         * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
9461         to fix internal_error from ``maintenance print architecture''.
9462
9463 2002-03-16  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
9464
9465         * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
9466         for gcc versions after gcc-2.8.1.
9467
9468 2002-03-16  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
9469
9470         * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
9471         for method resolution.  Restore adjustment of ``this'' pointer after
9472         calling value_struct_elt, which was accidentally removed during the
9473         HP merge.
9474
9475 2002-03-15  Andrew Cagney  <ac131313@redhat.com>
9476
9477         * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
9478         value_of_register.
9479         * findvar.c (value_of_register): Add ``frame'' parameter.  Pass to
9480         get_saved_register.
9481         * value.h (value_of_register): Update.
9482
9483 2002-03-14  Richard Henderson  <rth@redhat.com>
9484
9485         * configure.in: Detect declaration for canonicalize_file_name.
9486         * utils.c (canonicalize_file_name): Declare, if needed.
9487         (gdb_realpath): Prefer realpath if available and usable.
9488         * config.in, configure: Rebuild.
9489
9490 2002-03-14  Richard Henderson  <rth@redhat.com>
9491
9492         * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
9493         a constant array bound.
9494
9495         * MAINTAINERS: Add myself to write-after-approval.
9496
9497 2002-03-14  Michael Snyder  <msnyder@redhat.com>
9498
9499         * symfile.c (syms_from_objfile): Return immediately if no syms.
9500         (symbol_file_add): Return immediately if no syms.
9501         (find_sym_fns): Return immediately if no syms.
9502
9503 2002-03-13  Michal Ludvig  <mludvig@suse.cz>
9504
9505         * gdbserver/remote-util.c (remote_open): Print remote-side's
9506         IP address when remote debugging over the network.
9507
9508 2002-03-12  David O'Brien  <obrien@FreeBSD.org>
9509
9510         * config/sparc/fbsd.mh: Fix copyright.
9511         * config/sparc/fbsd.mt: Likewise.
9512
9513 2002-03-11  Richard Earnshaw  <rearnsha@arm.com>
9514
9515         * MAINTAINERS: Fix typo in name of gdb warnings option.
9516         (x86-64): Fix formating so that this can be parsed by awk.
9517
9518 2002-03-10  Daniel Jacobowitz  <drow@mvista.com>
9519
9520         * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
9521         * defs.h: Include "gdb/signals.h".
9522         (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
9523
9524 2002-03-10  Michal Ludvig  <mludvig@suse.cz>
9525
9526         * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
9527         * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
9528         from x86-64-tdep.h
9529
9530 2002-03-10  Daniel Jacobowitz  <drow@mvista.com>
9531             Don Howard <dhoward@redhat.com>
9532
9533         * mips-tdep.c (ST0_FR): Define.
9534         (mips2_fp_compat): New function, temporarily disabled.
9535         (mips_read_fp_register_single): New function.
9536         (mips_read_fp_register_double): New function.
9537         (mips_print_register): Use them.
9538         (do_fp_register_row): Likewise.
9539
9540 2002-03-09  Andrew Cagney  <ac131313@redhat.com>
9541
9542         * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
9543         approval''.
9544
9545 2002-03-08  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
9546
9547         * stabsread.c (read_member_functions): Fix is_stub test for
9548         static member functions, improve comment.
9549
9550 2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
9551
9552         * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
9553         (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
9554         (_initialize_remote_rdi): Use add_set_boolean_cmd to register
9555         commands that set boolean values.
9556         (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
9557         (arm_rdi_resume): Always initialize PC.
9558         (arm_rdi_open): Don't use rslt as a boolean.
9559         (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
9560         (arm_rdi_fetch_registers, arm_rdi_store_registers)
9561         (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
9562         (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
9563
9564 2002-03-06  Alexandre Oliva  <aoliva@redhat.com>
9565
9566         * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
9567         * configure: Rebuilt.
9568
9569 2002-03-06  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9570
9571         * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
9572         (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
9573
9574 2002-03-06  Andrew Cagney  <ac131313@redhat.com>
9575
9576         * cli/cli-decode.c (set_cmd_completer): New function.
9577         * command.h (set_cmd_completer): Declare.
9578         * cli/cli-decode.h (set_cmd_completer): Ditto.
9579
9580         * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
9581         * cli/cli-cmds.c (init_cli_cmds): Ditto.
9582         * win32-nat.c (_initialize_inftarg): Ditto.
9583         * remote-rdi.c (_initialize_remote_rdi): Ditto.
9584         * proc-api.c (_initialize_proc_api): Ditto.
9585         * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
9586         * source.c (_initialize_source): Ditto.
9587         * exec.c (_initialize_exec): Ditto.
9588         * solib.c (_initialize_solib): Ditto.
9589         * top.c (init_main): Ditto.
9590         * tracepoint.c (_initialize_tracepoint): Ditto.
9591         * symfile.c (_initialize_symfile): Ditto.
9592         * printcmd.c (_initialize_printcmd): Ditto.
9593         * infcmd.c (_initialize_infcmd): Ditto.
9594         * corefile.c (_initialize_core): Ditto.
9595
9596 2002-03-05  Andrew Cagney  <ac131313@redhat.com>
9597
9598         * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
9599
9600 2002-03-05  Andrew Cagney  <ac131313@redhat.com>
9601
9602         * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
9603
9604 2002-03-05  Andrew Cagney  <ac131313@redhat.com>
9605
9606         * NEWS: Update headings, 5.2 has branched.
9607
9608 2002-03-04  Daniel Jacobowitz  <drow@mvista.com>
9609
9610         * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
9611         (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
9612         (register_addr, REGISTER_RAW_SIZE): Likewise.
9613         (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
9614         * gdbserver/linux-x86-64-low.c: Remove extra #endif.
9615
9616 2002-03-03  Michal Ludvig <mludvig@suse.cz>
9617
9618         * MAINTAINERS (x86-64): Add myself.
9619         * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
9620         changed value_ptr -> struct value *
9621
9622 2002-03-01  David O'Brien  <obrien@FreeBSD.org>
9623
9624         * configure.host (sparc64-*-freebsd): Add.
9625         * configure.tgt: Likewise.
9626         * config/sparc/fbsd.mh: New file.
9627         * config/sparc/fbsd.mt: Likewise.
9628         * config/sparc/nm-fbsd.h: Likewise.
9629         * config/sparc/tm-fbsd.h: Likewise.
9630
9631 2002-03-01  Daniel Jacobowitz  <drow@mvista.com>
9632
9633         * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
9634         regformats/reg-s390x.dat.
9635
9636 2002-03-01  Andrew Cagney  <ac131313@redhat.com>
9637
9638         * utils.c: Add FIXME explaining true/false problem.
9639
9640 2002-02-28  Andrew Cagney  <ac131313@redhat.com>
9641
9642         * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
9643
9644 2002-02-28  Michael Chastain  <mec@shout.net>
9645
9646         * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
9647
9648 2002-02-28  Daniel Jacobowitz  <drow@mvista.com>
9649
9650         * gdbserver/linux-s390-low.c: New file.
9651         * regformats/reg-s390.dat: New file.
9652         * regformats/reg-s390x.dat: New file.
9653         * gdbserver/configure.srv: Add S/390.
9654         * gdbserver/Makefile.in: Add S/390.
9655         * configure.tgt: Enable gdbserver for S/390.
9656
9657 2002-02-28  Eli Zaretskii  <eliz@is.elta.co.il>
9658
9659         * go32-nat.c (_initialize_go32_nat): Don't use periods in the
9660         first line of the doc string for "info dos", except at the end of
9661         the sentence, since the short help stops at the first period.
9662
9663 2002-02-28  Jason Merrill  <jason@redhat.com>
9664
9665         * dwarf2read.c (dwarf_cfi_name): Add new codes.
9666
9667 2002-02-27  Fred Fish  <fnf@redhat.com>
9668
9669         * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
9670         comment (dumy -> dummy).
9671
9672 2002-02-27  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
9673
9674         * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
9675
9676 2002-02-27  Rodney Brown  <rbrown64@csc.com.au>
9677
9678       * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
9679
9680 2002-02-27  Daniel Jacobowitz  <drow@mvista.com>
9681
9682         * gdbserver/acconfig.h: New file.
9683         * gdbserver/i387-fp.c: New file.
9684         * gdbserver/i387-fp.h: New file.
9685         * gdbserver/linux-x86-64.c: New file.
9686         * regformats/reg-x86-64.dat: New file.
9687         * configure.tgt: Add x86_64-*-linux* gdbserver support.
9688         * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
9689         * gdbserver/configure.in: Add support for regsets.
9690         * gdbserver/config.in: Regenerate.
9691         * gdbserver/configure: Regenerate.
9692         * gdbserver/Makefile.in: Likewise.  Add $(linux_low_h).
9693         * gdbserver/linux-low.h: New file.
9694         * gdbserver/linux-low.c: Include "linux-low.h".  Add support
9695         for regsets.
9696         * gdbserver/linux-arm-low.c: Include "linux-low.h".
9697         * gdbserver/linux-ia64-low.c: Include "linux-low.h".
9698         * gdbserver/linux-m68k-low.c: Include "linux-low.h".
9699         * gdbserver/linux-mips-low.c: Include "linux-low.h".
9700         * gdbserver/linux-ppc-low.c: Include "linux-low.h".
9701         * gdbserver/linux-sh-low.c: Include "linux-low.h".
9702         * gdbserver/linux-i386-low.c: Include "linux-low.h".  Include
9703         "i387-fp.h".  Add PTRACE_GETREGS and friends.
9704         * gdbserver/regcache.c (supply_register): New function.
9705         (supply_register_by_name): New function.
9706         (collect_register): New function.
9707         (collect_register_by_name): New function.
9708
9709 2002-02-27  Daniel Jacobowitz  <drow@mvista.com>
9710
9711         * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
9712         (config.status): Add configure.srv dependency.
9713         (server_h): Add config.h dependency.
9714
9715 2002-02-27  Daniel Jacobowitz  <drow@mvista.com>
9716
9717         * regformats/reg-i386-linux.dat: New file, with $orig_eax.
9718         * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
9719         * gdbserver/configure.srv: Change i386-*-linux* to use
9720         reg-i386-linux.o.
9721
9722 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
9723
9724         * x86-64-tdep.c: Re-indent.  Update copyright date.
9725
9726 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
9727
9728         From Michal Ludvig <mludvig@suse.cz>:
9729         * x86-64-tdep.c (value.h): Delete.
9730         (gdb_assert.h): Include.
9731         (x86_64_register_convert_to_virtual,
9732         x86_64_register_convert_to_raw ): Add check which lets only
9733         floating-point values to be converted.
9734         (value_push): Delete.
9735         (x86_64_push_arguments): Order of arguments pushed on stack fixed.
9736         (i386_gdbarch_init): Number of register_bytes fixed.
9737
9738 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
9739
9740         * MAINTAINERS: Add x86-64 target.
9741
9742 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
9743
9744         * memattr.c (mem_command): Eliminate ``true'' and ``false''.
9745         * osfsolib.c (solib_map_sections): Ditto.
9746         * irix5-nat.c (solib_map_sections): Ditto.
9747         * corelow.c (gdb_check_format): Ditto.
9748         * symfile.c (symfile_bfd_open): Ditto.
9749         * solib.c (solib_map_sections): Ditto.
9750         Fix PR gdb/354.
9751
9752 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
9753
9754         * remote.c (_initialize_remote): By default, disable ``e'' and
9755         ``E'' step out-of-range packets.
9756
9757 2002-02-26  Andreas Schwab  <schwab@suse.de>
9758
9759         * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
9760         m68k_linux_frame_saved_pc.
9761         (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
9762         in_sigtramp.
9763         (SIGCONTEXT_PC_OFFSET): Remove.
9764         * m68klinux-nat.c (m68k_linux_frame_saved_pc,
9765         m68k_linux_sigtramp_saved_pc): New functions.
9766         (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
9767         (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
9768         (UCONTEXT_PC_OFFSET): Define.
9769         (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
9770         non-RT and RT signal trampolines.
9771
9772 2002-02-26  Richard Earnshaw  <rearnsha@arm.com>
9773
9774         * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
9775         (TARGET_NBPG, STACK_END_ADDR): Delete
9776         (VARIABLES_INSIDE_BLOCK): Delete.
9777
9778 2002-02-25  Andrew Cagney  <ac131313@redhat.com>
9779
9780         * utils.c (perror_with_name): Make string parameter constant.
9781         (print_sys_errmsg): Ditto.
9782         (query): Ditto.
9783         * defs.h (perror_with_name): Update.
9784         (print_sys_errmsg): Update.
9785         (query): Update.
9786
9787 2002-02-25  Daniel Jacobowitz  <drow@mvista.com>
9788
9789         From Eliot Dresselhaus <eliot@ayrnetworks.com>:
9790         * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
9791
9792 2002-02-25  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
9793
9794         * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
9795         if it already matches the current architecture from the exec file.
9796         Include arch-utils.h for gdbarch_info_init prototype.
9797         * Makefile.in (rs6000-nat.o): Update dependencies.
9798
9799 2002-02-25  Eli Zaretskii  <eliz@is.elta.co.il>
9800
9801         * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
9802          list of exported variables.
9803
9804 2002-02-24  Daniel Jacobowitz  <drow@mvista.com>
9805
9806         * gdbserver/configure.srv: New file.
9807         * gdbserver/configure.in: Use configure.srv instead
9808         of the host/target makefile fragments.  Set GDBSERVER_DEPFILES
9809         from it.
9810         * gdbserver/configure: Regenerated.
9811         * gdbserver/terminal.h: New file.
9812         * gdbserver/Makefile.in: Update for configure changes.  Remove
9813         more unneeded include paths.
9814
9815 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
9816
9817         From wiz at danbala:
9818         * config/sparc/tm-sp64.h: Fix grammar and typos.
9819         Fix PR gdb/287.
9820
9821 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
9822
9823         * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
9824         with either ``GNU/Linux'' or ``Linux kernel''.  Update copyright.
9825         * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
9826         * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
9827         * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
9828         * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
9829         * s390-tdep.c: Ditto.
9830         * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
9831         * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
9832         * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
9833         * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
9834         * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
9835         * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
9836         * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
9837         * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
9838         * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
9839         * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
9840         Fix PR gdb/378.
9841
9842 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
9843
9844         * lin-thread.c: Delete file.
9845         * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
9846         to gdb_proc_service.h.
9847         * configure: Re-generate.
9848
9849         * ocd.c (ocd_open): Do not try to open the "ocd" device.
9850         * serial.c (serial_open): Delete check for "ocd".
9851         Fix PR gdb/349.
9852
9853         * Makefile.in (linux-thread.o): Delete target.
9854         * linux-thread.c: Delete file.
9855
9856         * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c.  Tweak other
9857         renamed SH files to be consistent.
9858
9859         * symtab.c (sort_search_symbols): Use xfree.
9860
9861 2002-02-23  Richard Earnshaw  <rearnsha@arm.com>
9862
9863         * arm-linux-tdep.c (arm_linux_init_abi): Register
9864         IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
9865         * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
9866         definition with undef, since we don't want the sysvr4 definition.
9867         (SKIP_TRAMPOLINE_CODE): Likewise.
9868
9869 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
9870
9871         From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
9872
9873         * configure.in: (AC_CHECK_FUNCS) Added test for
9874         canonicalize_file_name Regenerated.
9875         * config.in, configure: Regenerated.
9876         * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
9877         defined use canonicalize_file_name.
9878
9879 2002-02-23  Michael Chastain  <mec@shout.net>
9880
9881         * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
9882
9883 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
9884
9885         * README: Remove references to cygnus.com.
9886         * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
9887         dot com'' form.  Remove references to cygnus.com and sourceware.
9888
9889 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
9890
9891         From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
9892         * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
9893         1003.1-2001 no longer allows "head -1".
9894         * gdb/Makefile.in (version.c): Likewise.
9895         * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
9896         * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
9897         equivalent.  POSIX 1003.1-2001 no longer allows "diff -c3".
9898
9899 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
9900
9901         * cli/cli-decode.c (cmd_cfunc_eq): New function.
9902         * command.h (cmd_cfunc_eq): Declare.
9903         * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
9904
9905         * cli/cli-cmds.h (is_complete_command): Change parameter to a
9906         ``struct cmd_list_element *''.
9907         * cli/cli-cmds.c (is_complete_command): Update.  Use
9908         cmd_cfunc_eq.
9909         * top.c (execute_command): Pass the command to
9910         is_complete_command.
9911         * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
9912
9913 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
9914
9915         From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
9916         * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
9917         architecture defines.
9918         * s390-tdep.c (s390_gdbarch_init): Likewise.
9919
9920 2002-02-23  Richard Earnshaw  <rearnsha@arm.com>
9921
9922         * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
9923         (arm_linux_push_arguments): Likewise.
9924         (arm_linux_init_abi): Register them.  Also register linux-specific
9925         call_dummy_words.
9926         (find_minsym_and_objfile): Use strcmp, not STREQ.
9927         * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
9928         (arm_linux_call_dummy_words): Delete declaration.
9929         (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
9930         (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
9931         declarations.
9932         (LOWEST_PC): Delete.
9933
9934 2002-02-23  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
9935
9936         * maint.c (print_section_info): Do not prepend `0x' to filepos
9937         output, it will be handled by local_hex_string_custom.
9938
9939 2002-02-23  Richard Earnshaw  <rearnsha@arm.com>
9940
9941         * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
9942         (store_newfpe_double, store_newfpe_extended, store_fpregister)
9943         (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
9944
9945 2002-02-22  Jim Blandy  <jimb@redhat.com>
9946
9947         Indicate that the bcache functions don't change the strings
9948         they're passed.
9949         * bcache.h (bcache, hash): Add `const' keywords to declarations.
9950         * bcache.c (bcache, hash): Add `const' keywords to definitions.
9951
9952 2002-02-22  Pierre Muller  <muller@ics.u-strasbg.fr>
9953
9954         * win32-nat.c (child_create_inferior): Fix create flags setting bug.
9955
9956 2002-02-21  Christopher Faylor  <cgf@redhat.com>
9957
9958         * win32-nat.c (register_loaded_dll): Just use raw name when we can't
9959         find the complete path to a loaded DLL.
9960
9961 2002-02-21  Fred Fish  <fnf@redhat.com>
9962
9963         * dbxread.c (process_one_symbol): When finding an N_FUN symbol
9964         that marks the end of the range of a function, enter a line number
9965         entry that has a line number of zero and a PC offset that matches
9966         the end of the function.  This starts a range of PC's for which no
9967         line number information is known.
9968         * symtab.c (find_pc_sect_line): If our best fit is in a range of
9969         PC's for which no line number info is found (line number is zero)
9970         then we didn't find any valid line information.
9971         * symtab.h: Document use of zero line number entry.
9972
9973 2002-02-21  Elena Zannoni  <ezannoni@redhat.com>
9974
9975         * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
9976         (have_ptrace_getvrregs): Define for run time checks.
9977         (gdb_vrregset_t): New type for Altivec register handling.
9978         (fetch_register, store_register): Fetch/store altivec register
9979         when needed.
9980         (fetch_altivec_register, store_altivec_register): New functions.
9981         (supply_vrregset, fill_vrregset): New functions.
9982         (fetch_altivec_registers, store_altivec_registers): New functions.
9983         (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
9984         registers as well.
9985
9986 2002-02-21  Jiri Smid  <smid@suse.cz>
9987
9988         * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
9989
9990 2002-02-21  Richard Earnshaw  <rearnsha@arm.com>
9991
9992         * Makefile.in (armnbsd-nat.o): Update dependencies.
9993         * armnbsd-nat.c (supply_gregset): New function.  Common code to
9994         supply the integer register set.
9995         (supply_fparegset): New function.  Similar for FPA registers.
9996         (fetch_regs, fetch_fp_regs): Use them.
9997         (fetch_core_registers): Likewise.
9998         (fetch_elfcore_registers): New function.
9999         (arm_netbsd_elfcore_fns): New core-file type specification.
10000         (_initialize_arm_netbsd_nat): Register it.
10001
10002 2002-02-21  Richard Earnshaw  <rearnsha@arm.com>
10003
10004         * armnbsd-nat.c: Include gdbcore.h.
10005         (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
10006         (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
10007         'void' to declaration, to shut up ARI.
10008         (fetch_core_registers): Make static.  Rewrite using supply_register.
10009         (arm_netbsd_core_fns): New core-file type specification.
10010         (_initialize_arm_netbsd_nat): New function.
10011
10012 2002-02-21  Christopher Faylor  <cgf@redhat.com>
10013
10014         * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
10015         value.
10016
10017 2002-02-20  Christopher Faylor  <cgf@redhat.com>
10018
10019         * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
10020         fails.
10021
10022 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
10023
10024         * jv-exp.y (parse_number): Change type of implicit longs
10025         to builtin_type_uint64.
10026
10027 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
10028
10029         * gdbserver/linux-low.c (mywait): Change argument to waitpid
10030         to be an integer instead of a `union wait'.
10031
10032 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
10033
10034         * mips-linux-nat.c: Call the operating system GNU/Linux.
10035         * mips-linux-tdep.c: Likewise.
10036         * mips-tdep.c: Likewise.
10037
10038 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
10039
10040         Fix PR gdb/265.
10041         * jv-exp.y (parse_number): Handle 64-bit integers.
10042
10043 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
10044
10045         * gdbserver/configure.in: Remove AM_PROC_CC_STDC.  Change
10046         AC_STDC_HEADERS to AC_HEADER_STDC.
10047         * gdbserver/configure: Regenerated.
10048
10049 2002-02-20  Richard Earnshaw  <rearnsha@arm.com>
10050
10051         * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
10052         is defined.
10053         * sparc-tdep.c (get_longjmp_target): Likewise.
10054
10055 2002-02-20  Richard Earnshaw  <rearnsha@arm.com>
10056
10057         * News: Add news about ARM and Multi-arch.  Mention the new target
10058         arm*-*-netbsd*.
10059
10060 2002-02-19  Jim Blandy  <jimb@redhat.com>
10061
10062         * stabsread.c (error_type_complaint): Improve error message.
10063
10064 2002-02-19  Daniel Jacobowitz  <drow@mvista.com>
10065
10066         * gdbserver/README: Update documentation.
10067         * gdbserver/configure.in: Update configury to match documentation.
10068         * gdbserver/Makefile.in: Likewise.
10069         * gdbserver/configure: Regenerated.
10070         * gdbserver/aclocal.m4: New file, generated by aclocal.
10071         * gdbserver/config.in: New file, generated by autoheader.
10072
10073 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
10074
10075         * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
10076         armnbsd-nat.c.
10077
10078 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
10079
10080         * arm-tdep.h (enum arm_float_model): New enum.
10081         (struct gdbarch_tdep): Add fp_model.
10082         * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep.  Defer setting
10083         up floating-point conversions until we know the floating-point model
10084         in use by the inferior.  Don't complain about being unable to
10085         determine the ABI of the inferior when we don't have one.
10086         (arm_extract_return_value): Support different floating-point models.
10087         (arm_store_return_value): Likewise.
10088         * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
10089         ARM_FLOAT_SOFT.
10090         (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
10091
10092 2002-02-19  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
10093
10094         * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
10095         of ``current_gdbarch''.
10096
10097 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
10098
10099         * armnbsd-nat.c : ANSIfy all function declarations.
10100         (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
10101         (fetch_inferior_registers): Re-implement in terms of above.
10102         (store_register, store_regs, store_fp_register, store_fp_regs): New.
10103         (store_inferior_registers): Re-implement in terms of above.
10104
10105 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
10106
10107         * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
10108         kernel.
10109         * arm-linux-tdep.c: Likewise.
10110         * config/arm/tm-linux.h: Likewise.
10111
10112 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
10113
10114         * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
10115         * config/arm/nbsd.mt (TM_FILE): Delete.
10116         * config/arm/tm-nbsd.h: Delete.
10117
10118 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
10119
10120         * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
10121         Initialize CALL_DUMMY_LENGTH.
10122
10123 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
10124
10125         * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
10126         function.
10127         (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
10128         * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
10129         defines one thing and that is incorrect for this port.
10130         (IN_SOLIB_CALL_TRAMPOLINE): Delete.
10131
10132 2002-02-18  Pierre Muller  <muller@ics.u-strasbg.fr>
10133
10134         * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
10135
10136 2002-02-18  Pierre Muller  <muller@ics.u-strasbg.fr>
10137
10138         * win32-nat.c (display_selector): New function. Displays information
10139         about the information returned by GetThreadSelectorEntry API function.
10140         (display_selectors): New function. Displays the infomation of
10141         the selector given as argument, or of CS, DS ans FS selectors
10142         if no argument is given.
10143         ( _initialize_inftarg): Add "w32" as info prefix command.
10144         Add "info w32 selector" as command calling display_selectors.
10145
10146 2002-02-19  Pierre Muller  <muller@ics.u-strasbg.fr>
10147
10148         * i386-tdep.c (get_longjmp_target): Fix compilation failure
10149         by setting dummy values to JB_PC and JB_ELEMENT_SIZE
10150         if not defined.
10151
10152 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
10153
10154         * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
10155
10156 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
10157
10158         * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
10159         (arm_fix_call_dummy): Call it.
10160         (arm_call_dummy_breakpoint_offset): Delete.
10161         (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
10162         * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
10163
10164 2002-02-18  Andrew Cagney  <ac131313@redhat.com>
10165
10166         * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
10167         Default to func_frame_chain_valid.
10168         * gdbarch.h, gdbarch.c: Re-generate.
10169         * frame.h (FRAME_CHAIN_VALID): Delete definition.
10170
10171 2002-02-18  Elena Zannoni  <ezannoni@redhat.com>
10172
10173         * ppc-linux-nat.c: Update copyright.
10174         (fetch_register, store_register): Add tid parameter, don't compute
10175         tid here.
10176         (fetch_ppc_registers, store_ppc_registers): Add tid
10177         parameter. Pass it along to callees.
10178         (fetch_inferior_registers, store_inferior_registers): Compute tid
10179         here, and pass it to calleed functions.
10180         (fill_gregset, supply_fpregset): Clean up formatting.
10181
10182 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
10183
10184         * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
10185         * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
10186
10187 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
10188
10189         * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
10190         * gdbarch.c gdbarch.h: Regenerate.
10191         * breakpoint.c (create_longjmp_breakpoint): Always compile this
10192         function.
10193         (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
10194         * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
10195         (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
10196
10197         * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
10198         * arm-tdep.c (arm_get_longjmp_target): New function.
10199         (arm_gdbarch_init): Initialize jb_pc to -1.  If ABI handler changes
10200         this to a positive value register arm_get_longjmp_target as the
10201         longjmp handler.
10202         * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
10203         (arm_linux_init_abi): Set up longjmp description in tdep.
10204         * armnbsd-nat.c (get_longjmp_target): Delete.
10205         * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
10206         description in tdep.
10207         * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
10208         (get_longjmp_target): Delete declaration.
10209         (GET_LONGJMP_TARGET): Delete.
10210         * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
10211         (GET_LONGJMP_TARGET): Delete.
10212
10213 2002-02-17  Kevin Buettner  <kevinb@redhat.com>
10214
10215         From Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>:
10216         * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
10217         of ``current_gdbarch''.
10218
10219 2002-02-17  Tom Tromey  <tromey@redhat.com>
10220
10221         * cli/cli-cmds.c (compare_strings): New function.
10222         (complete_command): Only print each unique item once.
10223         * completer.h (complete_line): Declare.
10224         * completer.c (complete_line): New function.
10225         (line_completion_function): Use it.
10226
10227 2002-02-16  Andrew Cagney  <ac131313@redhat.com>
10228
10229         * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
10230         * gdbarch.h, gdbarch.c: Re-generate.
10231
10232 2002-02-16  Daniel Jacobowitz  <drow@mvista.com>
10233
10234         * valarith.c (value_x_unop): Fix decrement; support post-decrement.
10235
10236 2002-02-16  Daniel Jacobowitz  <drow@mvista.com>
10237
10238         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
10239         * valops.c (value_arg_coerce): Don't take the address of a reference
10240         to convert an argument to a reference.
10241
10242 2002-02-15  Christopher Faylor  <cgf@redhat.com>
10243
10244         * win32-nat.c (get_image_name): New function.
10245         (handle_load_dll): Use get_image_name function.
10246         (get_child_debug_event): Avoid registering debug events until possibly
10247         execed process is started.
10248         (child_create_inferior): Allow invocation via shell so that command
10249         line redirection, etc.  works ok.
10250         (_initialize_inftarg): Add new command: "set shell" to control whether
10251         a shell is used to start a process.
10252
10253 2002-02-15  Daniel Jacobowitz  <drow@mvista.com>
10254
10255         * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
10256         instead of find_register_by_number.
10257         (cannot_store_register): Likewise.
10258
10259 2002-02-14  Pierre Muller  <muller@ics.u-strasbg.fr>
10260
10261         * dwarf2read.c: Replace fprintf (stderr, ...) by
10262         fprintf_unfiltered (gdb_stderr, ...).
10263
10264 2002-02-15  Daniel Jacobowitz  <drow@mvista.com>
10265
10266         * gdbserver/gdbserver.1: Document --attach.
10267
10268 2002-02-15  Richard Earnshaw  <rearnsha@arm.com>
10269
10270         * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
10271         descriptions.
10272         * arm-tdep.c (arm_default_arm_le_breakpoint)
10273         (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
10274         (arm_default_thumb_be_breakpoint): New.  Initialize them from
10275         traditional breakpoint defines.
10276         (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
10277         (arm_gdbarch_init): Initialize new breakpoint variables.
10278         * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
10279         (arm_linux_init_abi): Initialize linux-specific breakpoint.
10280         * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
10281         (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
10282         code out to ...
10283         (arm_netbsd_init_abi_common): ... here; new function.
10284         * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
10285         (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
10286         * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
10287         * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
10288
10289 2002-02-15  Richard Earnshaw  <rearnsha@arm.com>
10290
10291         * arm-tdep.h (enum arm_abi): New enum.
10292         (struct gdbarch_tdep): New structure.
10293         (LOWEST_PC): Provide a default.
10294         (arm_gdbarch_register_os_abi): Declare new function.
10295         * arm-tdep.c (arm_abi_names): New array.
10296         (process_note_abi_tag_sections): New function.
10297         (get_elfosabi): New function.
10298         (arm_gdbarch_register_os_abi): New function.
10299         (arm_gdbarch_init): Try to determine the ABI of the inferior.  If
10300         support for that ABI has been built in, then call the appropriate
10301         configuration routine.  Use gdbarch_num_regs() to get the number
10302         of registers.
10303         (arm_dump_tdep): New function.
10304         (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
10305         place-holder functions.
10306         (_initialize_arm_tdep): Register them.
10307         * config/arm/tm-arm.h (LOWEST_PC): Delete.
10308
10309         * armnbsd-tdep.c: New file.
10310         * Makefile.in (armnbsd-tdep.o): Add dependencies.
10311         * config/arm/nbsd.mt (TDEPFILES): Add it.
10312         * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
10313
10314         * armnbsd-nat.c: Include regcache.h.
10315         * Makefile.in (armnbsd-nat.o): Update dependency list.
10316
10317         * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
10318
10319 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
10320
10321         * gdbserver/Makefile.in: Fix typos in target rules.
10322
10323 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
10324
10325         Fix part of PR gdb/267.
10326         * linespec.c (find_methods): Handle constructors specially for now.
10327
10328 2002-02-14  Corinna Vinschen  <vinschen@redhat.com>
10329
10330         * arm-tdep.c (arm_push_arguments): Eliminate special float type
10331         handling.
10332         * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
10333         standard_coerce_float_to_double().
10334
10335 2002-02-14  Christopher Faylor  <cgf@redhat.com>
10336
10337         * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
10338         GDBINIT_FILENAME.
10339
10340 2002-02-14  Elena Zannoni  <ezannoni@redhat.com>
10341
10342         * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
10343         find_variant_by_name, because it confuses the multiarch
10344         framework. Return NULL if there isn't an architecture with the
10345         user supplied name, instead of forcing a different one without
10346         recording the change with the multiarch machinery.
10347         (find_variant_by_name): Delete.
10348
10349 2002-02-14  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
10350
10351         * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
10352         i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
10353
10354 2002-02-13  Martin M. Hunt  <hunt@redhat.com>
10355
10356         * stack.c (print_frame_info_base): When calling
10357         print_frame_info_listing_hook, set current_source_symtab.
10358
10359 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
10360
10361         * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
10362         and remove unused $(INCLUDE_DIR).
10363         Add regcache.c to OBS.
10364         Add generated register protocol files to clean target.
10365         Update dependencies for new objects, obsolete old target code.
10366
10367         * gdbserver/linux-low.c: Remove all platform-specific code to
10368         new files.  Remove various dead code.  Update to use regcache
10369         functionality.
10370         * gdbserver/remote-utils.c (fromhex): Add return statement
10371         to quiet warning.
10372         (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
10373         constant.
10374         (input_interrupt): Add integer parameter to match prototype
10375         of a signal handler.
10376         (outreg): Use register_data ().
10377         (prepare_resume_reply): Use gdbserver_expedite_regs.
10378         * gdbserver/server.c (main): Dynamically allocate own_buf because
10379         PBUFSIZ is no longer constant.  Use registers_to_string () and
10380         registers_from_string ().
10381         * gdbserver/server.h: No longer include "defs.h".  Add prototypes
10382         for error (), fatal (), and warning ().  Update definition of
10383         PBUFSIZ to use regcache functionality.  Add include guard.
10384         * gdbserver/utils.c (fatal): Add missing ``const''.
10385         (warning): New function.
10386
10387         * regformats/regdat.sh: Include "regcache.h" in generated files.
10388         Provide init_registers () function.
10389         * regformats/regdef.h: Add prototype for set_register_cache ().
10390         Add include guard.
10391
10392         * gdbserver/linux-arm-low.c: New file.
10393         * gdbserver/linux-i386-low.c: New file.
10394         * gdbserver/linux-ia64-low.c: New file.
10395         * gdbserver/linux-m68k-low.c: New file.
10396         * gdbserver/linux-mips-low.c: New file.
10397         * gdbserver/linux-ppc-low.c: New file.
10398         * gdbserver/linux-sh-low.c: New file.
10399
10400         * gdbserver/regcache.c: New file.
10401         * gdbserver/regcache.h: New file.
10402
10403         * gdbserver/low-linux.c: Removed obsolete file.
10404
10405 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
10406
10407         * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
10408         * config/i386/linux.mt: Likewise.
10409         * config/ia64/linux.mt: Likewise.
10410         * config/m68k/linux.mh: Likewise.
10411         * config/powerpc/linux.mh: Likewise.
10412         * config/mips/linux.mt: Likewise.
10413
10414         * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
10415
10416         * config/i386/i386lynx.mh: Mark gdbserver variables
10417         as (currently) obsolete for this target.
10418         * config/i386/nbsd.mt: Likewise.
10419         * config/i386/nbsdelf.mt: Likewise.
10420         * config/m32r/m32r.mt: Likewise.
10421         * config/m68k/m68klynx.mh: Likewise.
10422         * config/m68k/nbsd.mt: Likewise.
10423         * config/m68k/sun3os4.mh: Likewise.
10424         * config/mips/vr5000.mt: Likewise.
10425         * config/ns32k/nbsd.mt: Likewise.
10426         * config/pa/hppabsd.mh: Likewise.
10427         * config/pa/hppaosf.mh: Likewise.
10428         * config/powerpc/nbsd.mt: Likewise.
10429         * config/rs6000/rs6000lynx.mh: Likewise.
10430         * config/s390/s390.mt: Likewise.
10431         * config/s390/s390x.mt: Likewise.
10432         * config/sparc/sparclynx.mh: Likewise.
10433         * config/sparc/sun4os4.mh: Likewise.
10434         * config/i386/x86-64linux.mt: Likewise.
10435         * config/sparc/linux.mh: Likewise.
10436
10437 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
10438
10439         * configure.tgt: Configure gdbserver only for known working
10440         targets.  Set ${build_gdbserver} instead of modifying ${configdirs}.
10441         * configure.in: Check ${build_gdbserver}.  Put gdbserver/ into
10442         SUBDIRS if it is configured.  Update comment for ${nativefile}.
10443         * configure: Regenerated.
10444
10445 2002-02-13  Michael Snyder  <msnyder@redhat.com>
10446
10447         * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
10448
10449         * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
10450         (default_gcore_mach): Just return 0, work around a problem in bfd.
10451         (default_gcore_target): OK to return NULL if exec_bfd is null.
10452         (make_mem_sec): Use a cast, avoid a warning.
10453
10454         * procfs.c (find_memory_regions_callback): Use a cast instead of
10455         calling host_pointer_to_address (which complains if
10456         sizeof (host pointer) != sizeof (target pointer)).
10457         (procfs_make_note_section): Avoid overflow in psargs string.
10458
10459         * procfs.c (procfs_make_note_section): Make the default
10460         implementation return an error.
10461
10462 2002-02-13  Rodney Brown  <rbrown64@csc.com.au>
10463
10464         * procfs.c (procfs_make_note_section): Provide a default definition
10465         (for alpha-dec-osf4.0f). Fix typos.
10466
10467 2002-02-13  Elena Zannoni  <ezannoni@redhat.com>
10468
10469         * linux-proc.c: Add include of regcache.h.
10470         * Makefile.in (linux-proc.o): Add dependency on regcache.h.
10471
10472 2002-02-13  Andrew Cagney  <ac131313@redhat.com>
10473
10474         From 2002-01-18 Greg McGary <greg@mcgary.org>:
10475         * memattr.c (create_mem_region): Disallow useless empty region.
10476         Regions are half-open intervals, so allow [A..B) [B..C) as
10477         non-overlapping.
10478
10479 2002-02-13  Michael Chastain <mec@shout.net>
10480
10481         * defs.h: Kill CONST_PTR.
10482         * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
10483         * c-lang.c (c_builtin_types): Likewise.
10484         * ch-lang.c (ch_builtin_types): Likewise.
10485         * f-lang.c (f_builtin_types): Likewise.
10486         * language.c (unknown_builtin_types): Likewise.
10487         * m2-lang.c (m2_builtin_types): Likewise.
10488         * p-lang.c (pascal_builtin_types): Likewise.
10489         * scm-lang.c (c_builtin_types): Likewise.
10490
10491 2002-02-13  Keith Seitz  <keiths@redhat.com>
10492
10493         * arm-tdep.h (arm_get_next_pc): Add declaration.
10494
10495 2002-02-13  Richard Earnshaw  <rearnsha@arm.com>
10496
10497         * arm-tdep.c (arm_use_struct_convention): Make static.  Move to be
10498         with other related struct-returning functions.
10499         (arm_extract_struct_value_address): New function.
10500         (arm_gdbarch_init): Initialize the above in multi-arch vector.  Also
10501         initialize float_format, double_format and long_double_format as
10502         appropriate to the endianness of the target.
10503         * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
10504         (arm_use_struct_convention): Delete declaration.
10505         (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
10506
10507 2002-02-13  Keith Seitz  <keiths@redhat.com>
10508
10509         * defs.h (core_addr_to_string_nz): New function.
10510
10511 2002-02-13  Mark Kettenis  <kettenis@gnu.org>
10512
10513         Apply missing bits of 2002-01-15 patch.
10514         * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
10515         (fill_fpregset): Use i387_fill_fsave.
10516
10517 2002-02-12  Keith Seitz  <keiths@redhat.com>
10518
10519         * utils.c (core_addr_to_string): Use phex instead of phex_nz.
10520         (core_addr_to_string_nz): New function.
10521
10522 2002-02-11  Richard Earnshaw  <rearnsha@arm.com>
10523
10524         * arm-linux-nat.c: Really include arm-tdep.h.
10525         * config/arm/tm-linux.h (struct type, struct value): Declare.
10526
10527 2002-02-11  Michael Snyder  <msnyder@redhat.com>
10528
10529         * procfs.c: Include elf-bfd.h (for elfcore_write functions).
10530         (gcore section): Ifdef for Solaris and Unixware only.
10531         (procfs_do_thread_registers): Unixware needs one lwpstatus
10532         per thread (not one prstatus or pstatus).
10533         (procfs_make_note_section): Iterate only over kernel threads (lwps),
10534         not over all gdb threads.  For unixware, call elfcore_write_pstatus
10535         once before iterating over threads.
10536
10537 2002-02-11  Richard Earnshaw  <rearnsha@arm.com>
10538
10539         * arm-tdep.h: New file.
10540         * arm-tdep.c: Include arm-tdep.h.
10541         (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
10542         (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
10543         (arm_print_float_info, arm_register_type, convert_to_extended)
10544         (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
10545         (arm_extract_return_value, arm_register_name): Make static.
10546         (arm_software_single_step): Similarly.  Fix types in declaration.
10547         (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
10548         (arm_store_return_value, arm_store_struct_return): New functions.
10549         (arm_gdbarch_init): Register the above functions.  Also register
10550         call_dummy_start_offset, sizeof_call_dummy_words,
10551         function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
10552         sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
10553         max_register_virtual_size, register_size.  Set up
10554         prologue_cache.saved_regs here, rather than ...
10555         (_initialize_arm_tdep): ... here.
10556         * config/arm/tm-arm.h (struct type, struct value): Delete forward
10557         declarations.
10558         (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
10559         (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
10560         (arm_print_float_info, arm_register_type, convert_to_extended)
10561         (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
10562         (arm_extract_return_value, arm_register_name): Delete declarations.
10563         (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
10564         (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
10565         (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
10566         (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
10567         (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
10568         (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
10569         (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
10570         (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
10571         (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
10572         (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
10573         (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
10574         (arm_get_next_pc): No-longer static -- these are needed by the RDI
10575         interface.
10576         * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
10577         * remote-rdi.c remote-rdp.c: Likewise.
10578         * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
10579         (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
10580         * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
10581         definition.
10582
10583         * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
10584         (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
10585         (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
10586         from non-ARM_ prefixed definitions.
10587         * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
10588         all uses of above.
10589         * remote-rdi.c remote-rdp.c: Likewise.
10590         * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
10591
10592 2002-02-11  Richard Earnshaw  <rearnsha@arm.com>
10593
10594         * arm-tdep.c (arm_frameless_function_invocation)
10595         (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
10596         (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
10597         (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
10598         (arm_pop_frame, arm_get_next_pc): Make static.
10599         (arm_gdbarch_init): Register above in gdbarch structure.
10600         (arm_read_fp): Renamed from arm_target_read_fp.
10601         (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
10602         * config/arm/tm-arm.h (arm_frameless_function_invocation)
10603         (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
10604         (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
10605         (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
10606         (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
10607         (arm_pc_is_thumb_dummy): Delete declarations.
10608         (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
10609         (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
10610         (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
10611         (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
10612
10613 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
10614
10615         * symtab.c (compare_search_syms): New function.
10616         (sort_search_symbols): New function.
10617         (search_symbols): Sort symbols after searching rather than
10618         before.
10619
10620 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
10621
10622         * NEWS: Linux -> GNU/Linux.
10623
10624 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
10625
10626         * gdbarch.sh: For for level one methods, disallow a definition
10627         when partially multi-arched.  Add comments explaining rationale.
10628         * gdbarch.h: Re-generate.
10629
10630 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
10631
10632         * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
10633         multi-arch partial.
10634
10635 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
10636
10637         * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL.  Exit on bad
10638         field.  Use diff -u.
10639         * gdbarch.c: Re-generate.
10640
10641 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
10642
10643         * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
10644         * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
10645         partial.
10646
10647 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
10648
10649         * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
10650         multi-arch partial.
10651         (PUSH_ARGUMENTS): Switch to using predefault.
10652         * gdbarch.c: Regenerate.
10653
10654 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
10655
10656         * valops.c (PUSH_ARGUMENTS): Delete definition.
10657         * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
10658         partial.  Default to default_push_arguments.
10659         * gdbarch.h, gdbarch.c: Regenerate.
10660
10661 2002-02-09  Andrew Cagney  <ac131313@redhat.com>
10662
10663         * defs.h (throw_exception): Rename return_to_top_level.  Update
10664         comments.
10665         * utils.c (error_stream, internal_verror, quit): Ditto.
10666         * top.c (throw_exception, catcher): Ditto.
10667         * sparclet-rom.c (sparclet_load): Ditto.
10668         * remote.c (interrupt_query, minitelnet): Ditto.
10669         * remote-sds.c (interrupt_query): Ditto.
10670         * remote-mips.c (mips_error, mips_kill): Ditto.
10671         * ocd.c (interrupt_query): Ditto.
10672         * monitor.c (monitor_interrupt_query): Ditto.
10673         * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
10674         * target.h: Update comment.
10675
10676         * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
10677
10678 2002-02-09  Andrew Cagney  <ac131313@redhat.com>
10679
10680         * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
10681         default_double_format.
10682         * gdbarch.h, gdbarch.c: Re-generate.
10683         * findvar.c (floatformat_unknown): Delete variable definition.
10684         * doublest.h (floatformat_unknown): Delete variable declaration.
10685
10686 2002-02-09  Jim Blandy  <jimb@redhat.com>
10687
10688         * stabsread.c (read_type): Add code to parse Sun's syntax for
10689         prototyped function types.
10690
10691 2002-02-09  Andrew Cagney  <ac131313@redhat.com>
10692
10693         * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
10694         (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
10695
10696 2002-02-09  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
10697
10698         * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
10699         _initialize_solib.  Fixes name clash with solib.c:_initialize_solib,
10700         now _initialize_xcoffsolib gets called again and overrides the
10701         commands from solib.c in a native configuration.
10702
10703 2002-02-09  Mark Kettenis  <kettenis@gnu.org>
10704
10705         * doublest.c (store_typed_floating): Don't try to return a value.
10706         Fixes PR gdb/290.
10707
10708 2002-02-08  Jim Blandy  <jimb@redhat.com>
10709
10710         * c-typeprint.c (c_type_print_varspec_suffix): If a function type
10711         is prototyped and has no arguments, print its argument list as
10712         `(void)'.
10713
10714 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
10715
10716         * MAINTAINERS (write-after-approval): Add myself.
10717         (paper-trail): I've escaped!
10718
10719 2002-02-08  Christopher Faylor  <cgf@redhat.com>
10720
10721         * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
10722         changes.
10723         (_initialize_check_for_gdb_ini): Ditto.
10724
10725 2002-02-08  Martin M. Hunt  <hunt@redhat.com>
10726
10727         * win32-nat.c (cygwin_pid_to_str): Fix typo.
10728         xaprintf -> xasprintf.
10729
10730 2002-02-08  Pierre Muller  <muller@ics.u-strasbg.fr>
10731
10732         * win32-nat.c: Remove use of printf and sprintf functions.
10733
10734 2002-02-08  Richard Earnshaw  <rearnsha@arm.com>
10735
10736         * arm-tdep.c (arm_frame_chain_valid): Make static.
10737         (arm_push_arguments): Likewise.
10738         (arm_gdbarch_init): New function.
10739         (_initialize_arm_tdep): Call it.
10740         * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
10741         (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
10742         (FRAME_CHAIN_VALID): Delete.
10743         (arm_frame_chain_valid): Delete declaration.
10744         (PUSH_ARGUMENTS): Delete.
10745         (arm_push_arguments): Delete declaration.
10746         (CALL_DUMMY_P): Delete.
10747
10748 2002-02-08  Andrew Cagney  <ac131313@redhat.com>
10749             Corinna Vinschen  <vinschen@redhat.com>
10750
10751         * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
10752         on builtin float types.
10753
10754 2002-02-08  Daniel Jacobowitz  <drow@mvista.com>
10755
10756         * utils.c: Include <curses.h> before "bfd.h".
10757         * tui/tui-hooks.c: Likewise.
10758         * tui/tui.c: Likewise.
10759         * tui/tuiCommand.c: Likewise.
10760         * tui/tuiData.c: Likewise.
10761         * tui/tuiDataWin.c: Likewise.
10762         * tui/tuiDisassem.c: Likewise.
10763         * tui/tuiGeneralWin.c: Likewise.
10764         * tui/tuiIO.c: Likewise.
10765         * tui/tuiLayout.c: Likewise.
10766         * tui/tuiRegs.c: Likewise.
10767         * tui/tuiSource.c: Likewise.
10768         * tui/tuiSourceWin.c: Likewise.
10769         * tui/tuiStack.c: Likewise.
10770         * tui/tuiWin.c: Likewise.
10771
10772 2002-02-07  Elena Zannoni  <ezannoni@redhat.com>
10773
10774         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
10775         to include space for pseudoregs as well. Update loops accordingly.
10776         (sh_fp_frame_init_saved_regs): Ditto.
10777         (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
10778
10779 2002-02-07  Andrew Cagney  <ac131313@redhat.com>
10780
10781         * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
10782         Add Richard Earnshaw to Arm maintainers.
10783
10784 2002-02-07  Andrew Cagney  <ac131313@redhat.com>
10785
10786         * defs.h (warning_begin): Delete declaration.
10787
10788         * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
10789         Delete macro.
10790
10791 2002-02-07  Michael Snyder  <msnyder@redhat.com>
10792
10793         * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
10794         Logic bug, remove misplaced else.
10795
10796 2002-02-07  Klee Dienes  <klee@apple.com>
10797
10798         * fork-inferior.c (fork_inferior): Add '!' to the list of
10799         characters that need to be quoted when building a string for the
10800         shell.  Quote '!' specifically with a backslash, since CSH chokes
10801         when trying to evaluate "str!str".
10802
10803 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
10804
10805         * rdi-share/host.h: Only provide a typedef for bool if it is not
10806         defined.
10807
10808 2002-02-04  Michael Snyder  <msnyder@redhat.com>
10809
10810         * breakpoint.h (enum bptype): Add new overlay event bp type.
10811         (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
10812
10813         * breakpoint.c (create_internal_breakpoint): New function.
10814         (internal_breakpoint_number): Moved into create_internal_breakpoint.
10815         (create_longjmp_breakpoint): Use create_internal_breakpoint.
10816         (create_thread_event_breakpoint): Ditto.
10817         (create_solib_event_breakpoint): Ditto.
10818         (create_overlay_event_breakpoint): New function.
10819         (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
10820         (update_breakpoints_after_exec): Delete and re-initialize
10821         overlay event breakpoints after an exec.  Add FIXME comment
10822         about longjmp breakpoint.
10823         (print_it_typical): Ignore overlay event breakpoints.
10824         (print_one_breakpoint): Ditto.
10825         (mention): Ditto.
10826         (bpstat_what): Do not stop for overlay event breakpoints.
10827         (delete_breakpoint): Don't delete overlay event breakpoints.
10828         (breakpoint_re_set_one): Delete the overlay event breakpoint.
10829         (breakpoint_re_set): Re-create overlay event breakpoint.
10830
10831         * symfile.c (overlay_auto_command): Enable overlay breakpoints.
10832         (overlay_manual_command): Disable overlay breakpoints.
10833         (overlay_off_command): Disable overlay breakpoints.
10834
10835 2002-02-06  Richard Earnshaw  <rearnsha@arm.com>
10836
10837         * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
10838         (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
10839         to here from config/tm-arm.h.
10840         (coff_sym_is_thumb): Make static.
10841         (arm_elf_make_msymbol_special): New function.
10842         (arm_coff_make_msymbol_special): New function.
10843         * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
10844         (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
10845         (coff_sym_is_thumb): Delete declaration.
10846         (arm_elf_make_msymbol_special): Declare.
10847         (arm_coff_make_msymbol_special): Declare.
10848         (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
10849         (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
10850
10851 2002-02-06  Richard Earnshaw  <rearnsha@arm.com>
10852
10853         * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
10854
10855 2002-02-06  Richard Earnshaw  <rearnsha@arm.com>
10856
10857         * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
10858         * gdbarch.c gdbarch.h: Regenerate.
10859         * arch-utils.c (default_print_float_info): New function.
10860         * arch-utils.h (default_print_float_info): Prototype it.
10861         * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
10862         * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
10863         (PRINT_FLOAT_INFO): Document it.
10864
10865         * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
10866         * config/arm/tm-arm.h (FLOAT_INFO): Delete.
10867         (PRINT_FLOAT_INFO): Define.
10868
10869 2002-02-06  Pierre Muller  <muller@ics.u-strasbg.fr>
10870
10871         * win32-nat.c (_initialize_check_for_gdb_ini):
10872         Add typecast to sprintf argument to suppress a warning.
10873
10874 2002-02-05  Pierre Muller  <muller@ics.u-strasbg.fr>
10875
10876         * win32-nat.c (last_sig): Changed type of variable to target_signal,
10877         to allow easier handling of pass state.
10878         (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
10879         that gives exception name and address.
10880         (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
10881         and set last_sig value to ourstatus->value.sig. Some missing
10882         exceptions added.
10883         (child_continue): Correctly report continue_status.
10884         (get_child_debug_event,do_initial_child_stuff): Set last_sig to
10885         TARGET_SIGNAL_0 (new default value).
10886         (child_resume): consider sig argument passed to decide if
10887         the exception should be passed to debuggee or not.
10888
10889 2002-02-05  Michael Snyder  <msnyder@redhat.com>
10890
10891         * regcache.c (fetch_register): Call target_fetch_register
10892         only if we don't call FETCH_PSEUDO_REGISTER.
10893         (store_register): Call target_store_register only if we
10894         don't call STORE_PSEUDO_REGISTER.
10895
10896 2002-02-05  Elena Zannoni  <ezannoni@redhat.com>
10897
10898         * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
10899         ELF_MAKE_MSYMBOL_SPECIAL.
10900         * gdbarch.c, gdbarch.h: Regenerate.
10901         * arch-utils.c (default_make_msymbol_special): New function.
10902         * arch-utils.h (default_make_msymbol_special): Export.
10903         * elfread.c (elf_symtab_read): Compile use of
10904         ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
10905         multiarched.
10906         * coffread.c (coff_symtab_read): Ditto, for
10907         COFF_MAKE_MSYMBOL_SPECIAL.
10908
10909 2002-02-05  Jim Blandy  <jimb@redhat.com>
10910
10911         * solib-svr4.c (svr4_truncate_ptr): New function.
10912         (svr4_relocate_section_addresses): Do the address arithmetic with
10913         the appropriate truncation for target addresses, even when
10914         CORE_ADDR is larger than a target address.
10915
10916 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
10917
10918         * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
10919         to (int *).
10920
10921 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
10922
10923         * gdbserver/linux-low.c (kill_inferior): Remove commented out
10924         code.
10925
10926 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
10927
10928         * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
10929
10930 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
10931
10932         * gdbserver/linux-low.c: Remove unused include files.
10933
10934 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
10935
10936         * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
10937         (read_inferior_memory): Use it.
10938         (write_inferior_memory): Likewise.
10939
10940 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
10941
10942         * gdbserver/linux-low.c (create_inferior): Call strerror instead of
10943         grubbing through sys_errlist.
10944
10945 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
10946
10947         * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
10948
10949 2002-02-04  Pierre Muller  <muller@ics.u-strasbg.fr>
10950         * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
10951
10952 2002-02-04  Andrew Cagney  <ac131313@redhat.com>
10953
10954         * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
10955         (do_sfunc, set_cmd_sfunc): New functions.
10956
10957         * command.h (struct cmd_list_element): Add field func.
10958         * cli/cli-decode.h (struct cmd_list_element): Ditto.
10959         * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
10960         * cli/cli-decode.h: Ditto.
10961
10962         * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
10963         (help_all, help_cmd_list): Ditto.
10964         (find_cmd, complete_on_cmdlist): Ditto.
10965         * top.c (execute_command): Ditto.
10966
10967         * cli/cli-setshow.c (do_setshow_command): Call func instead of
10968         function.sfunc.
10969
10970         * infcmd.c (notice_args_read): Fix function signature.
10971
10972         * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
10973         * cli/cli-decode.c (add_set_cmd): Ditto.
10974         * utils.c (initialize_utils): Ditto.
10975         * maint.c (_initialize_maint_cmds): Ditto.
10976         * infrun.c (_initialize_infrun): Ditto.
10977         * demangle.c (_initialize_demangler): Ditto.
10978         * remote.c (add_packet_config_cmd): Ditto.
10979         * mips-tdep.c (_initialize_mips_tdep): Ditto.
10980         * cris-tdep.c (_initialize_cris_tdep): Ditto.
10981         * proc-api.c (_initialize_proc_api): Ditto.
10982         * kod.c (_initialize_kod): Ditto.
10983         * valprint.c (_initialize_valprint): Ditto.
10984         * top.c (init_main): Ditto.
10985         * infcmd.c (_initialize_infcmd): Ditto.
10986         * corefile.c (_initialize_core): Ditto.
10987         * arm-tdep.c (_initialize_arm_tdep): Ditto.
10988         * arch-utils.c (initialize_current_architecture): Ditto.
10989         (_initialize_gdbarch_utils): Ditto.
10990         * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
10991
10992         * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
10993         * wince.c (_initialize_inftarg): Ditto.
10994         * symfile.c (_initialize_symfile): Ditto.
10995         * mips-tdep.c (_initialize_mips_tdep): Ditto.
10996         * language.c (_initialize_language): Ditto.
10997         * arc-tdep.c (_initialize_arc_tdep): Ditto.
10998
10999 2002-02-04  Michael Snyder  <msnyder@redhat.com>
11000
11001         * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
11002
11003 2002-02-04  Daniel Jacobowitz  <drow@mvista.com>
11004
11005         * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
11006         Add rules for building the register data files.
11007
11008 2002-02-04  Daniel Jacobowitz  <drow@mvista.com>
11009
11010         * regformats/regdat.sh: Add braces to the definition of
11011         expedite_regs_${arch}.
11012
11013 2002-02-04  Daniel Jacobowitz  <drow@mvista.com>
11014
11015         * regformats/regdef.h (struct reg): Add comment describing the
11016         requirements for offset and size fields.
11017
11018 2002-02-04  Andreas Schwab  <schwab@suse.de>
11019
11020         * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
11021         * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
11022
11023 2002-02-04  Richard Earnshaw  <rearnsha@arm.com>
11024
11025         * gdbarch.sh (copyright): Update years in generated header.
11026         (SMASH_TEXT_ADDRESS): Add rule.
11027         * gdbarch.h, gdbarch.c: Re-generate.
11028         * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
11029         * dbxread.c: Likewise.
11030         * dwarfread.c: Likewise.
11031         * elfread.c: Likewise.
11032         * somread.c: Likewise.
11033
11034         * arm-tdep.c (arm_smash_text_address): New function.
11035         * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
11036
11037 2002-02-04  Pierre Muller  <muller@ics.u-strasbg.fr>
11038
11039         Add support for hardware watchpoints on win32 native.
11040         * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
11041         CONTEXT_DEBUG_REGISTERS.
11042         (dr variable): New variable. Static array containing a local copy
11043         of debug registers.
11044         (debug_registers_changed): New variable.  Reflects when debug registers
11045         are changed and need to be written to inferior.
11046         (debug_registers_used): New variable. Reflects when any debug register
11047         was set, used when new threads are created.
11048         (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
11049         i386-nat code.
11050         (thread_rec): Set dr array if id is the thread of current_event .
11051         (child_continue, child_resume): Change the debug registers for all
11052         threads if debug_registers_changed.
11053         (child_add_thread): Change the debug registers if debug_registers_used.
11054         * config/i386/cygwin.mh: Add use of i386-nat.o file.
11055         Link nm.h to new nm-cygwin.h file.
11056         + config/i386/nm-cygwin.h: New file. Contains the macros used for use
11057         of hardware registers.
11058
11059 2002-02-03  Andrew Cagney  <ac131313@redhat.com>
11060
11061         * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
11062         Restore behavour broken by 2002-01-20 Andrew Cagney
11063         <ac131313@redhat.com> IEEE_FLOAT removal.
11064
11065 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
11066
11067         * c-valprint.c (c_val_print): Pass a proper valaddr to
11068         cp_print_class_method.
11069         * valops.c (search_struct_method): If there is only one method
11070         and args is NULL, return that method.
11071
11072 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
11073
11074         * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
11075         accessing tag_name directly.
11076
11077 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
11078
11079         * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
11080         of accessing tag_name directly.
11081
11082 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
11083
11084         PR gdb/280
11085         * gdbtypes.c (replace_type): New function.
11086         * gdbtypes.h (replace_type): Add prototype.
11087         * stabsread.c (read_type): Use replace_type.
11088
11089 2002-02-03  Richard Earnshaw  <rearnsha@arm.com>
11090
11091         * Makefile.in (memattr.o): Add missing dependencies rule.
11092
11093 2002-02-03  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
11094
11095         * breakpoint.c (break_at_finish_command): Really export.
11096         (break_at_finish_at_depth_command): Ditto.
11097         (tbreak_at_finish_command): Ditto.
11098         * hppa-tdep.c: Include completer.h.
11099         * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
11100         (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
11101
11102 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
11103
11104         * utils.c (do_write): New function.
11105         (error_stream): Rewrite combining the code from error_begin and
11106         verror.
11107         (verror): Rewrite using error_stream.
11108         (error_begin): Delete function.
11109
11110 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
11111
11112         * utils.c (error_begin): Make static.
11113         * defs.h (error_begin): Delete declaration.
11114
11115         * linespec.c (cplusplus_error): Replace cplusplus_hint.
11116         (decode_line_1): Use cplusplus_error instead of error_begin,
11117         cplusplus_hint and return_to_top_level.
11118         * coffread.c (coff_symfile_read): Use error instead of error_begin
11119         and return_to_top_level.
11120         * infrun.c (default_skip_permanent_breakpoint): Ditto.
11121
11122 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
11123
11124         * language.h (type_error, range_error): Make string parameter
11125         constant.
11126         * language.c (warning_pre_print): Delete extern declaration.
11127         * dwarfread.c (warning_pre_print): Ditto.
11128         * language.c (type_error, range_error): Rewrite to use verror and
11129         vwarning instead of warning_begin.
11130
11131 2002-02-01  Michael Snyder  <msnyder@redhat.com>
11132
11133         * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
11134         (set_ignore_count): Move misplaced comment back where it belongs.
11135
11136 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
11137
11138         * command.h (NO_FUNCTION): Delete macro.
11139         * cli/cli-decode.h (NO_FUNCTION): Ditto.
11140         * top.c (execute_command): Replace NO_FUNCTION with NULL.
11141         * tracepoint.c (_initialize_tracepoint): Ditto.
11142         * cli/cli-decode.c (add_set_cmd): Ditto.
11143         * cli/cli-cmds.c (init_cli_cmds): Ditto.
11144
11145 2002-02-01  Daniel Jacobowitz  <drow@mvista.com>
11146
11147         * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
11148         Update ``this'' pointer when calling virtual functions.
11149
11150 2002-02-01  Michael Snyder  <msnyder@redhat.com>
11151
11152         * breakpoint.c (create_temp_exception_breakpoint): Delete.
11153         * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
11154
11155 2002-02-01  Daniel Jacobowitz  <drow@mvista.com>
11156
11157         * regformats/reg-arm.dat: New file.
11158         * regformats/reg-i386.dat: New file.
11159         * regformats/reg-ia64.dat: New file.
11160         * regformats/reg-m68k.dat: New file.
11161         * regformats/reg-mips.dat: New file.
11162         * regformats/reg-ppc.dat: New file.
11163         * regformats/reg-sh.dat: New file.
11164         * regformats/regdef.h: New file.
11165         * regformats/regdat.sh: New file.
11166
11167 2002-02-01  Richard Earnshaw  <reanrsha@arm.com>
11168
11169         * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
11170         (arm_frame_args_address, arm_frame_locals_address): New functions.
11171         (arm_frame_num_args): New function.
11172         * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
11173         (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
11174         (FRMA_NUM_ARGS): Call arm_frame_num_args.
11175
11176 2002-01-31  Michael Snyder  <msnyder@redhat.com>
11177
11178         * breakpoint.c (break_at_finish_command): Export.
11179         (break_at_finish_at_depth_command): Export.
11180         (tbreak_at_finish_command): Export.
11181         (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
11182         * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
11183         "txbreak" commands, which are HPPA specific.
11184
11185         * printcmd.c (disassemble_command): Remove an ancient
11186         artifact of an old merge.
11187
11188         * symfile.h (enum overlay_debugging_state):
11189         Define enum constant values for overlay mode.
11190         * symfile.c (overlay_debugging): Use enums instead of literals.
11191         (overlay_is_mapped, overlay_auto_command,
11192         overlay_manual_command): Ditto.
11193
11194         * breakpoint.c (insert_breakpoints, remove_breakpoint,
11195         breakpoint_here_p, breakpoint_inserted_here_p,
11196         breakpoint_thread_match, bpstat_stop_status,
11197         describe_other_breakpoints, check_duplicates, clear_command):
11198         Coding standard fixes.
11199
11200         * target.c (target_xfer_memory): Add spaces, coding standard.
11201         (do_xfer_memory): Add missing line to trust-readonly
11202         code: check bfd SEC_READONLY flag for section.
11203
11204 2002-01-31  Andrew Cagney  <ac131313@redhat.com>
11205
11206         * PROBLEMS: Fix typo, 5.1->5.1.1.
11207
11208 2002-01-30  Daniel Jacobowitz  <drow@mvista.com>
11209
11210         * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
11211         data symbols, since we search based on textlow and texthigh.
11212         (find_pc_sect_symtab): Likewise.
11213
11214 2002-01-30  Andrew Cagney  <ac131313@redhat.com>
11215
11216         * defs.h (vwarning): Declare.
11217         * utils.c (vwarning): New function.
11218         (warning): Call vwarning.
11219         (warning_begin): Delete function.
11220
11221         * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
11222         the warning message.
11223         * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
11224         warning_begin.
11225
11226 2002-01-30  Michael Snyder  <msnyder@redhat.com>
11227
11228         * NEWS: Mention "set trust-readonly-sections" command.
11229         Mention generate-core-file command.
11230
11231 2002-01-15  Michael Snyder  <msnyder@redhat.com>
11232
11233         * target.c: New command, "set trust-readonly-sections on".
11234         (do_xfer_memory): Honor the suggestion to trust readonly sections
11235         by reading them from the object file instead of from the target.
11236         (initialize_targets): Register command "set trust-readonly-sections".
11237
11238 2002-01-29  Andrew Cagney  <ac131313@redhat.com>
11239
11240         * parse.c (target_map_name_to_register): Simplify, search regs and
11241         pseudo-regs using a single loop.
11242
11243 2002-01-30  Andrew Cagney  <ac131313@redhat.com>
11244
11245         * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
11246
11247 2002-01-15  Rodney Brown  <rbrown64@csc.com.au>
11248
11249         * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
11250         * config/i386/i386v42mp.mh: Add i387-nat.o .
11251         * i386v4-nat.c: Include i387-nat.h.
11252         (supply_fpregset): Use i387_supply_fsave.
11253         (fill_fpregset): Use i387_fill_fsave.
11254
11255 2002-01-30  Richard Earnshaw  <rearnsha@arm.com>
11256
11257         * arm-tdep.c (arm_call_dummy_words): Define.
11258         * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
11259         * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
11260         (CALL_DUMMY_WORDS): Define.
11261         (arm_call_dummy_words): Declare.
11262         * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
11263         (arm_linux_call_dummy_words): Declare.
11264
11265 2002-01-30  Andreas Schwab  <schwab@suse.de>
11266
11267         * m68klinux-nat.c: Fix last change to use regcache_collect
11268         instead of referencing registers[] directly.
11269
11270 2002-01-29  Andrew Cagney  <ac131313@redhat.com>
11271
11272         * parse.c (target_map_name_to_register): Delete code wrapped in
11273         #ifdef REGISTER_NAME_ALIAS_HOOK.
11274
11275 2002-01-28  Michael Snyder  <msnyder@redhat.com>
11276
11277         * regcache.c (legacy_read_register_gen): Need to be able to
11278         read pseudo-register as well as real register.
11279         (legacy_write_register_gen): Ditto.
11280
11281 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
11282
11283         * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11284         * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
11285         * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
11286         * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
11287         * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
11288         * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
11289         * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
11290         * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
11291         * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
11292         * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11293         * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
11294         * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
11295         * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
11296         * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
11297         * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
11298         * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
11299         * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
11300         * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
11301         * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
11302         * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
11303
11304 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
11305
11306         * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
11307         (target_byte_order): Initialize to BFD_ENDIAN_BIG.
11308         (initialize_current_architecture): Update target_byte_order using
11309         information from BFD.
11310         * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
11311         * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
11312
11313 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
11314
11315         * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
11316         * vax-tdep.c (INVALID_FLOAT): To here.  Document why it is broken.
11317
11318         * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
11319         #ifdef INVALID_FLOAT.
11320         * infcmd.c (do_registers_info): Ditto.
11321         * values.c (unpack_double): Ditto.  Add comment.
11322
11323         * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
11324         already commented out.
11325
11326 2002-01-26  Andreas Schwab  <schwab@suse.de>
11327
11328         * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
11329         * m68klinux-nat.c: Update ptrace interface for fetching/storing
11330         registers and add support for PTRACE_GETREGS.
11331
11332 2002-01-24  Andrew Cagney  <ac131313@redhat.com>
11333
11334         GDB 5.1.1 released from 5.1 branch.
11335         * NEWS: Add 5.1.1 news.
11336         * README: Sync with 5.1 branch.
11337
11338 2002-01-23  Fred Fish  <fnf@redhat.com>
11339
11340         * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
11341         stabstring on initial malloc.  Reallocing will copy it for us,
11342         if necessary.
11343
11344 2002-01-23  Elena Zannoni  <ezannoni@redhat.com>
11345
11346         * Makefile.in (hpread_h): Delete.
11347         (HFILES_NO_SRCDIR): Remove hpread.h.
11348         (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
11349         (hpread.o): Update dependencies.
11350         (hp-psymtab-read.o, hp-symtab-read.o): Remove.
11351
11352         * hp-psymtab-read.c: Remove file.
11353         * hp-symtab-read.c: Remove file.
11354         * hpread.h: Remove file.
11355
11356         * hpread.c: Merge all contents of hp-psymtab-read.c,
11357         hp-symtab-read.c and hpread.h into this file, as it was prior to
11358         January 1999.
11359
11360         * config/pa/hpux11w.mh, config/pa/hpux11.mh,
11361         config/pa/hpux1020.mh, config/pa/hppaosf.mh,
11362         config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
11363         Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
11364
11365 2002-01-23  Elena Zannoni  <ezannoni@redhat.com>
11366
11367         * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
11368         fill_gregset): Call gdbarch_tdep() just once, assign result to
11369         variable and use that, instead of calling the function several
11370         times.
11371
11372 2002-01-24  Alexandre Oliva  <aoliva@redhat.com>
11373
11374         * configure.host: Accept sparcv9 as alias for sparc64.
11375         * configure.tgt: Likewise.
11376
11377 2002-01-22  Kevin Buettner  <kevinb@redhat.com>
11378
11379         * solib-aix5.c (build_so_list_from_mapfile)
11380         (aix5_relocate_main_executable): Fix xcalloc() calls so order of
11381         arguments is not reversed.
11382         * solib-sunos.c (sunos_relocate_main_executable): Likewise.
11383         * solib-svr4.c (svr4_relocate_main_executable): Likewise.
11384
11385 2002-01-22  Elena Zannoni  <ezannoni@redhat.com>
11386
11387         * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
11388         modified version of obsolete sh_fetch_pseudo_register.
11389         (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
11390         (sh4_register_read): New function.
11391         (sh_pseudo_register_write): New function. Renamed and modified
11392         version of obsolete sh_store_pseudo_register.
11393         (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
11394         (sh4_register_write): New function.
11395         (sh_gdbarch_init): Remove setting of gdbarch function
11396         fetch_pseudo_register and store_pseudo_register. Remove setting of
11397         register_convert_to_raw, register_convert_to_virtual,
11398         register_convertible.
11399         (sh_sh4_register_convertible): Delete. No longer needed. All is
11400         taken care by architecture specific functions
11401         register_read/register_write.
11402         (sh_sh4_register_convert_to_virtual): Make static.
11403         (sh_sh4_register_convert_to_raw): Ditto.
11404
11405 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
11406
11407         * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
11408         (floatformat_is_nan, floatformat_mantissa): Ditto.
11409
11410         * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
11411         for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
11412         builtin_type_ieee_double_little,
11413         builtin_type_ieee_double_littlebyte_bigword,
11414         builtin_type_m68881_ext, builtin_type_i960_ext,
11415         builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
11416         builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
11417         builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
11418         builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
11419
11420 2002-01-22  Corinna Vinschen  <vinschen@redhat.com>
11421
11422         * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
11423         parameter.  Set frameless flag if it exists and depended of
11424         whether the scanned function is frameless or not.
11425         (xstormy16_skip_prologue): If function is frameless, return
11426         result of xstormy16_scan_prologue().
11427         (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
11428         call.
11429
11430 2002-01-21  Elena Zannoni  <ezannoni@redhat.com>
11431
11432         * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
11433         sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
11434         sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
11435         sh_sh4_register_byte, sh_sh4_register_raw_size,
11436         sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
11437         sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
11438         sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
11439         sh_store_pseudo_register, sh_do_pseudo_register): Call
11440         gdbarch_tdep() just once, assign result to variable and use that,
11441         instead of calling the function several times.
11442
11443 2002-01-20  Mark Kettenis  <kettenis@gnu.org>
11444
11445         * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
11446         macros instead of LAST_FPU_CTRL_REGNUM.
11447         (store_register): Likewise.
11448
11449 2002-01-21  Jim Blandy  <jimb@redhat.com>
11450
11451         * infcmd.c (run_command): Check that the `exec' target layer's BFD
11452         is up-to-date before running the program, not just when a program
11453         exits.
11454
11455 2002-01-21  Fred Fish  <fnf@redhat.com>
11456
11457         * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
11458         when we have found all instructions we are looking for.
11459
11460 2002-01-21  Richard Earnshaw  <rearnsha@arm.com>
11461
11462         * arm-tdep.c (arm_register_name): New function.
11463         (arm_registers_names): Make static.
11464         * config/arm/tm-arm.h (arm_register_names): Delete declaration.
11465         (arm_register_name): Declare.
11466         (REGISTER_NAME): Use it.
11467
11468 2002-01-21  Richard Earnshaw  <rearnsha@arm.com>
11469             Kevin Buettner  <kevinb@redhat.com>
11470
11471         Convert arm targets to new FRAME interface.
11472         * arm-tdep.c (struct frame_extra_info): Remove fsr.
11473         (arm_frame_find_save_regs): Delete.
11474         (arm_frame_init_saved_regs): New.
11475         (arm_init_extra_frame_info): Alloacte saved_regs as required.
11476         Allocate extra_info as required.  Convert all uses of fsr.regs
11477         to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
11478         to use extra_info.
11479         (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
11480         (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
11481         (check_prologue_cache, save_prologue_cache): Likewise.
11482         (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
11483         * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
11484         (FRAME_FIND_SAVED_REGS): Delete.
11485         (arm_frame_find_saved_regs): Delete prototype.
11486         (arm_frame_init_saved_regs): New prototype.
11487         (FRAME_INIT_SAVED_REGS): Define.
11488
11489 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
11490
11491         * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
11492
11493 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
11494
11495         From Jeff Law <law@redhat.com>:
11496         * infttrace.c: Include <sys/pstat.h>.
11497         (child_pid_to_exec_file): Revamp.  Use pstat call to get the
11498         exec file if the ttrace equivalent fails.
11499
11500 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
11501
11502         * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
11503         (closeLogFile): Ditto.
11504
11505 2002-01-20  Michael Chastain  <mec@shout.net>
11506
11507         * top.c (print_gdb_version): Bump copyright year to 2002.
11508
11509 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
11510
11511         * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
11512         Zannoni and Eli Zaretskii.
11513
11514 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
11515
11516         * buildsym.c: Update copyright years.
11517         * c-typeprint.c: Likewise.
11518         * dwarf2read.c: Likewise.
11519         * f-typeprint.c: Likewise.
11520         * gdbtypes.c: Likewise.
11521         * gdbtypes.h: Likewise.
11522         * hp-symtab-read.c: Likewise.
11523         * hpread.c: Likewise.
11524         * mdebugread.c: Likewise.
11525         * p-typeprint.c: Likewise.
11526
11527 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
11528
11529         * remote-sim.c (gdbsim_open): Simplify code testing the macro
11530         TARGET_BYTE_ORDER_SELECTABLE_P.  Assume the target is always
11531         byte-order selectable.
11532         * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
11533         * arch-utils.c: Ditto.
11534         (set_endian): Ditto.
11535         (set_endian_from_file): Ditto.
11536         * gdbserver/low-sim.c (create_inferior): Ditto.
11537         * gdbarch.sh: Ditto.
11538         * gdbarch.h: Re-generate.
11539         * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11540         * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
11541         * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
11542         * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11543         * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11544         * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11545         * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
11546         * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
11547         macro definition.
11548         * config/mips/tm-wince.h: Remove #undef of macro
11549         TARGET_BYTE_ORDER_SELECTABLE.
11550         * config/sh/tm-wince.h: Ditto.
11551
11552 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
11553
11554         * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
11555         member function fields.  Add accessor macro
11556         TYPE_FN_FIELD_ARTIFICIAL.
11557         * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
11558         * c-typeprint.c (c_type_print_base): Skip artificial member
11559         functions.
11560
11561 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
11562
11563         * f-typeprint.c: Delete unused function f_type_print_args.
11564         * p-typeprint.c: Delete unused function pascal_type_print_args.
11565
11566 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
11567
11568         * gdbtypes.h (struct type): Fix whitespace.  Remove obsolete
11569         comment.  Add ``artificial'' to ``union field_location''.
11570
11571         * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
11572
11573         * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
11574         * mdebugread.c (parse_symbol): Likewise.
11575         * stabsread.c (define_symbol): Likewise.
11576         * hp-symtab-read.c (hpread_function_type): Likewise, instead of
11577         initializing TYPE_FIELD_BITPOS to n (obsolete).
11578         (hpread_doc_function_type): Likewise.
11579         * hpread.c (hpread_function_type): Likewise.
11580
11581 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
11582
11583         * configure.in (host_makefile_frag): Only require a host makefile
11584         fragment when a native build.
11585         * configure: Re-generate.
11586
11587 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
11588
11589         * doublest.h (floatformat_from_type): Declare.
11590         * doublest.c (floatformat_from_type): New function.
11591         (convert_typed_floating): Use.
11592
11593         * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
11594         call to function floatformat_from_type.
11595
11596         * gdbarch.sh (IEEE_FLOAT): Delete.
11597         * gdbarch.h, gdbarch.c: Re-generate.
11598         * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
11599         * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
11600         * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
11601         * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
11602         * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
11603         * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
11604         * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
11605         * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
11606         * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
11607         * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
11608         * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
11609         * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
11610
11611         * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
11612         * x86-64-tdep.c (i386_gdbarch_init): Ditto.
11613         * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11614         * sh-tdep.c (sh_gdbarch_init): Ditto.
11615         * mips-tdep.c (mips_gdbarch_init): Ditto.
11616         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11617         * cris-tdep.c (cris_gdbarch_init): Ditto.
11618
11619 2002-01-20  Jiri Smid  <smid@suse.cz>
11620
11621         * configure.host, configure.tgt: Support x86-64.
11622         * NEWS: Note new target x86-64.
11623
11624         * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
11625         * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
11626         * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
11627         * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
11628         x86-64-linux-nat.o): Fix dependencies.
11629
11630 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
11631
11632         * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
11633         * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
11634         * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
11635         * config/sparc/xm-sun4os4.h: Delete file.
11636         * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
11637
11638 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
11639
11640         * config/sparc/sparclynx.mh (XM_FILE): Delete.
11641         * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
11642         * config/m68k/m68klynx.mh (XM_FILE): Delete.
11643         * config/i386/i386lynx.mh (XM_FILE): Delete.
11644         * config/rs6000/xm-rs6000ly.h: Delete file.
11645         * config/sparc/xm-sparclynx.h: Delete file.
11646         * config/m68k/xm-m68klynx.h: Delete file.
11647         * config/i386/xm-i386lynx.h: Delete file.
11648         * config/xm-lynx.h: Delete file.
11649         * config/djgpp/fnchange.lst: Update.
11650
11651 2002-01-19  Jason Thorpe  <thorpej@wasabisystems.com>
11652
11653         * alpha-tdep.c (alpha_register_byte): New function.
11654         (alpha_register_raw_size): Ditto.
11655         (alpha_register_virtual_size): Ditto.
11656         (alpha_skip_prologue_internal): Renamed from
11657         alpha_skip_prologue.
11658         (alpha_skip_prologue): New version that calls
11659         alpha_skip_prologue_internal.
11660         (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
11661         * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
11662         second argument from alpha_skip_prologue.
11663         (REGISTER_BYTE): Use alpha_register_byte.
11664         (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
11665         (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
11666         (FRAMELESS_FUNCTION_INVOCATION): Use
11667         generic_frameless_function_invocation_not.
11668         (FRAME_NUM_ARGS): Use frame_num_args_unknown.
11669         (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
11670
11671 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
11672
11673         * config/mips/xm-news-mips.h: Delete file.
11674         * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
11675
11676         * config/m88k/xm-m88k.h: Delete file.
11677         * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
11678         * config/m88k/xm-delta88v4.h: Ditto.
11679         * config/m88k/xm-delta88.h: Ditto.
11680
11681         * config/alpha/xm-fbsd.h: Delete file.
11682         * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
11683
11684         * config/sparc/xm-sparc.h: Delete file.
11685         * Makefile.in (xm-sun4os4.h): Delete dependency.
11686         * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
11687         * config/sparc/xm-sun4os4.h: Ditto.
11688         * config/sparc/xm-linux.h: Ditto.
11689
11690         * config/i386/xm-windows.h: Delete file.
11691
11692 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
11693
11694         * utils.c: Include <sys/param.h> for MAXPATHLEN.
11695         (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
11696
11697 2002-01-19  Jason Thorpe  <thorpej@wasabisystems.com>
11698
11699         * alpha-tdep.c (alpha_call_dummy_words): New.
11700         * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
11701         (CALL_DUMMY_P): Define.
11702         (CALL_DUMMY_WORDS): Define.
11703         (SIZEOF_CALL_DUMMY_WORDS): Define.
11704
11705 2002-01-19  Per Bothner  <per@bothner.com>
11706
11707         * gnu-v3-abi.c (gnuv3_rtti_type):  Guard that vtable_symbol_name
11708         isn't NULL, which can happen with some gcj-3.x-produced code.
11709
11710 2002-01-19  Jason Thorpe  <thorpej@wasabisystems.com>
11711
11712         * alpha-tdep.c (alpha_register_virtual_type): New function.
11713         (alpha_init_frame_pc_first): Ditto.
11714         (alpha_fix_call_dummy): Ditto.
11715         (alpha_store_struct_return): Ditto.
11716         (alpha_extract_struct_value_address): Ditto.
11717         * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
11718         alpha_register_virtual_type.
11719         (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
11720         (EXTRACT_STRUCT_VALUE_ADDRESS): Use
11721         alpha_extract_struct_value_address.
11722         (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
11723         (INIT_FRAME_PC): Use init_frame_pc_noop.
11724         (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
11725
11726 2002-01-19  Mark Kettenis  <kettenis@gnu.org>
11727
11728         * i386gnu-nat.c: Include "i386-tdep.h".
11729         (fetch_fpregs): Simplify code dealing with uninitialized floating
11730         point states such that it doesn't require FP7_REGNUM.
11731
11732 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
11733
11734         * alpha-tdep.c (frame_extra_info): New.
11735         (alpha_find_saved_regs): Make static.  Use
11736         frame->extra_info.
11737         (alpha_frame_init_saved_regs): New function.
11738         (alpha_frame_saved_pc): Use frame->extra_info.
11739         (temp_saved_regs): Don't declare as struct frame_saved_regs.
11740         (heuristic_proc_desc): Adjust for temp_saved_regs changes.
11741         (init_extra_frame_info): Rename to...
11742         (alpha_init_extra_frame_info): ...this.  Use frame->extra_info.
11743         (alpha_print_extra_frame_info): New function.
11744         (alpha_frame_locals_address): Ditto.
11745         (alpha_frame_args_address): Ditto.
11746         (alpha_pop_frame): Use frame->extra_info.
11747         * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
11748         alpha_frame_args_address.
11749         (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
11750         (alpha_find_saved_regs): Remove prototype.
11751         (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
11752         (EXTRA_FRAME_INFO): Remove.
11753         (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
11754         (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
11755
11756 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
11757
11758         * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
11759         (alpha_cannot_fetch_register): Ditto.
11760         (alpha_cannot_store_register): Ditto.
11761         (alpha_register_convertible): Ditto.
11762         (alpha_use_struct_convention): Ditto.
11763         * config/alpha/tm-alpha.h: Update copyright years.
11764         (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
11765         (INNER_THAN): Use core_addr_lessthan.
11766         (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
11767         (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
11768         (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
11769         (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
11770         (FRAME_CHAIN): Remove unnecessary cast.
11771
11772 2002-01-18  Andrew Cagney  <ac131313@redhat.com>
11773
11774         * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
11775         obsolete.
11776
11777 2002-01-18  Andrew Cagney  <ac131313@redhat.com>
11778
11779         * infptrace.c: Remove ATTRIBUTE_UNUSED.  Update copyright.
11780         * monitor.c, remote-array.c, remote-bug.c: Ditto.
11781         * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
11782         * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
11783         * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
11784         * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
11785         * x86-64-linux-nat.c: Ditto.
11786
11787 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
11788
11789         * alpha-tdep.c (alpha_register_name): New function.
11790         * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
11791         (REGISTER_NAME): Define.
11792
11793 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
11794
11795         * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
11796
11797 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
11798
11799         * alpha-tdep.c: Update copyright years.
11800         (alpha_next_pc): New function.
11801         (alpha_software_single_step): Ditto.
11802         * config/alpha/tm-alpha.h: Add prototype for
11803         alpha_software_single_step.
11804
11805 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
11806
11807         * alphabsd-nat.c: Update copyright years.
11808         (fill_gregset): Use regcache_collect.
11809         (fill_fpregset): Likewise.
11810         (fetch_inferior_registers): Only fetch integer registers
11811         if requested to do so.
11812         (store_inferior_registers): Only store integer registers
11813         if requested to do so.
11814
11815 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
11816
11817         * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
11818         * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
11819         * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
11820         * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
11821         * config/alpha/fbsd.mh (XDEPFILES): Delete.
11822         * config/arm/linux.mh (XDEPFILES): Delete.
11823         * config/arm/nbsd.mh (XDEPFILES): Delete.
11824         * config/i386/i386dgux.mh (XDEPFILES): Delete.
11825         * config/i386/i386sol2.mh (XDEPFILES): Delete.
11826         * config/i386/i386m3.mh (XDEPFILES): Delete.
11827         (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
11828         * config/i386/i386gnu.mh (XDEPFILES): Delete.
11829         * config/i386/fbsd.mh (XDEPFILES): Delete.
11830         * config/i386/i386bsd.mh (XDEPFILES): Delete.
11831         * config/i386/i386sco5.mh (XDEPFILES): Delete.
11832         * config/i386/i386v4.mh (XDEPFILES): Delete.
11833         * config/i386/i386v42mp.mh (XDEPFILES): Delete.
11834         * config/i386/i386sco4.mh (XDEPFILES): Delete.
11835         * config/i386/i386aix.mh (XDEPFILES): Delete.
11836         * config/i386/go32.mh (XDEPFILES): Delete.
11837         * config/i386/cygwin.mh (XDEPFILES): Delete.
11838         * config/i386/i386lynx.mh (XDEPFILES): Delete.
11839         * config/i386/i386mach.mh (XDEPFILES): Delete.
11840         * config/i386/i386v32.mh (XDEPFILES): Delete.
11841         * config/i386/linux.mh (XDEPFILES): Delete.
11842         * config/i386/nbsdelf.mh (XDEPFILES): Delete.
11843         * config/i386/ncr3000.mh (XDEPFILES): Delete.
11844         * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
11845         * config/i386/i386sco.mh (XDEPFILES): Delete.
11846         * config/i386/i386v.mh (XDEPFILES): Delete.
11847         * config/i386/nbsd.mh (XDEPFILES): Delete.
11848         * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
11849         * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
11850         * config/i386/symmetry.mh (XDEPFILES): Delete.
11851         * config/i386/obsd.mh (XDEPFILES): Delete.
11852         * config/i386/x86-64linux.mh (XDEPFILES): Delete.
11853         * config/ia64/linux.mh (XDEPFILES): Delete.
11854         * config/ia64/aix.mh (XDEPFILES): Delete.
11855         * config/m68k/apollo68b.mh (XDEPFILES): Delete.
11856         * config/m68k/dpx2.mh (XDEPFILES): Delete.
11857         * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
11858         * config/m68k/apollo68v.mh (XDEPFILES): Delete.
11859         * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
11860         * config/m68k/linux.mh (XDEPFILES): Delete.
11861         * config/m68k/m68klynx.mh (XDEPFILES): Delete.
11862         * config/m68k/m68kv4.mh (XDEPFILES): Delete.
11863         * config/m68k/nbsd.mh (XDEPFILES): Delete.
11864         * config/m68k/sun2os3.mh (XDEPFILES): Delete.
11865         * config/m68k/sun2os4.mh (XDEPFILES): Delete.
11866         * config/m68k/sun3os3.mh (XDEPFILES): Delete.
11867         * config/m68k/sun3os4.mh (XDEPFILES): Delete.
11868         * config/m88k/delta88.mh (XDEPFILES): Delete.
11869         * config/m88k/delta88v4.mh (XDEPFILES): Delete.
11870         * config/m88k/m88k.mh (XDEPFILES): Delete.
11871         * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
11872         * config/mips/linux.mh (XDEPFILES): Delete.
11873         * config/mips/irix6.mh (XDEPFILES): Delete.
11874         * config/mips/irix5.mh (XDEPFILES): Delete.
11875         * config/mips/irix4.mh (XDEPFILES): Delete.
11876         * config/mips/irix3.mh (XDEPFILES): Delete.
11877         * config/mips/decstation.mh (XDEPFILES): Delete.
11878         * config/mips/mipsm3.mh (XDEPFILES): Delete.
11879         (NATDEPFILES): Move core-aout.o to here.
11880         * config/ns32k/nbsd.mh (XDEPFILES): Delete.
11881         * config/pa/hpux1020.mh (XDEPFILES): Delete.
11882         * config/pa/hppabsd.mh (XDEPFILES): Delete.
11883         * config/pa/hppahpux.mh (XDEPFILES): Delete.
11884         * config/pa/hpux11w.mh (XDEPFILES): Delete.
11885         * config/pa/hppaosf.mh (XDEPFILES): Delete.
11886         * config/pa/hpux11.mh (XDEPFILES): Delete.
11887         * config/powerpc/aix.mh (XDEPFILES): Delete.
11888         * config/powerpc/nbsd.mh (XDEPFILES): Delete.
11889         * config/powerpc/linux.mh (XDEPFILES): Delete.
11890         * config/romp/rtbsd.mh: Rename XDEPFILES.
11891         * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
11892         * config/rs6000/aix4.mh (XDEPFILES): Delete.
11893         * config/rs6000/rs6000.mh (XDEPFILES): Delete.
11894         * config/s390/s390.mh (XDEPFILES): Delete.
11895         * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
11896         * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
11897         * config/sparc/sun4os4.mh (XDEPFILES): Delete.
11898         * config/sparc/sparclynx.mh (XDEPFILES): Delete.
11899         * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
11900         * config/sparc/nbsd.mh (XDEPFILES): Delete.
11901         * config/sparc/linux.mh (XDEPFILES): Delete.
11902         * config/vax/vaxult.mh (XDEPFILES): Delete.
11903         * config/vax/vaxult2.mh (XDEPFILES): Delete.
11904         * Makefile.in (DEPFILES): Remove XDEPFILES.
11905
11906 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
11907
11908         * utils.c (internal_verror): Fix comments, default is yes not no.
11909         Update queries to match.  Default to quit and dump core.
11910
11911 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
11912
11913         * breakpoint.c: Update assuming #if UI_OUT is always true.  Update
11914         copyright.
11915         * defs.h, event-top.c, gdbcmd.h: Ditto.
11916         * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
11917         * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
11918         * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
11919         * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
11920         * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
11921         * mi/mi-main.c:Ditto.
11922
11923         * stack.c, symfile.c: Update copyright.
11924
11925 2002-01-17  Daniel Jacobowitz  <drow@mvista.com>
11926
11927         * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
11928         gdbserver/low-nbsd.c, gdbserver/low-sim.c,
11929         gdbserver/low-sparc.c, gdbserver/low-sun3.c,
11930         gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
11931
11932 2002-01-17  Daniel Jacobowitz  <drow@mvista.com>
11933
11934         * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
11935         * gdbserver/low-lynx.c (myattach): Likewise.
11936         * gdbserver/low-nbsd.c (myattach): Likewise.
11937         * gdbserver/low-sim.c (myattach): Likewise.
11938         * gdbserver/low-sparc.c (myattach): Likewise.
11939         * gdbserver/low-sun3.c (myattach): Likewise.
11940
11941         * gdbserver/low-linux.c (myattach): New function.
11942
11943         * gdbserver/server.c (attach_inferior): New function.
11944         (main): Handle "--attach".
11945
11946 2002-01-16  Andrew Cagney  <ac131313@redhat.com>
11947
11948         * MAINTAINERS (language support): Daniel Jacobwitz is C++
11949         maintainer.
11950
11951 2002-01-15  Daniel Jacobowitz  <drow@mvista.com>
11952
11953         * c-typeprint.c (is_type_conversion_operator): Add additional
11954         check for non-conversion operators.
11955
11956 2002-01-15  Michael Snyder  <msnyder@redhat.com>
11957
11958         * linux-proc.c: Add "info proc" command, a la procfs.c.
11959         (read_mapping): New function, abstract and re-use code.
11960         (linux_find_memory_regions): Use new func read_mapping.
11961         (linux_info_proc_cmd): New function, implement "info proc".
11962         (_initialize_linux_proc): Add new command "info proc".
11963
11964 2002-01-15  Michael Snyder  <msnyder@redhat.com>
11965
11966         * symfile.c (generic_load): Use bfd_map_over_sections method
11967         instead of manipulating bfd structure members directly.
11968         (add_section_size_callback): New function, bfd sections callback
11969         used by generic_load.
11970         (load_sections_callback): New function, bfd sections callback
11971         used by generic_load.
11972
11973 2002-01-15  Elena Zannoni  <ezannoni@redhat.com>
11974
11975         [Based on work by Jim Blandy]
11976         * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
11977         (builtin_type_vec128): Export.
11978         * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
11979         types.
11980         (builtin_type_vec128): New builtin type for 128 bit vector
11981         registers.
11982         (build_gdbtypes): Initialize builtin_type_v16qi and
11983         builtin_type_v8hi. Create the vec128 register builtin type
11984         structure.
11985         (build_builtin_type_vec128): New function.
11986         (_initialize_gdbtypes): Register builtin_type_v16qi and
11987         builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
11988         * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
11989         AltiVec register to new builtin type.
11990
11991 2001-01-15  Daniel Jacobowitz  <drow@mvista.com>
11992
11993         * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
11994         to make_cv_type.
11995
11996 2002-01-14  Andrew Cagney  <ac131313@redhat.com>
11997
11998         * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
11999         CLEAN_UP_REGISTER_VALUE.
12000         * regcache.c (supply_register): Update only call.
12001
12002 2002-01-14  Andrew Cagney  <ac131313@redhat.com>
12003
12004         * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12005         a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12006         a29k-*-vxworks* targets as obsolete.
12007
12008 2002-01-14  Michael Snyder  <msnyder@redhat.com>
12009
12010         * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
12011         until we can resolve portability issues.
12012         * gregset.h: Remove references to fpxregs.
12013         * gcore.c (gcore_command): Initialize note_sec to NULL.
12014
12015 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
12016
12017         * signals.c (target_signal_to_name): Rewrite.  Only use
12018         signals[].name when in bounds and non-NULL.
12019
12020 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
12021
12022         From Petr Ledvina <ledvinap@kae.zcu.cz>:
12023         * signals.c (target_signal_to_name): Verify that SIG is within the
12024         bounds of the signals array.
12025
12026 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
12027
12028         * MAINTAINERS: Remove arm-coff and arm-pe from target list.
12029
12030 2002-01-13  Keith Seitz  <keiths@redhat.com>
12031
12032         * stack.c (print_frame_info_base): Print the frame's pc
12033         only if when print_frame_info_listing_hook is not defined.
12034
12035 2002-01-13  Keith Seitz  <keiths@redhat.com>
12036
12037         * varobj.c (varobj_set_value): Make sure that there were no
12038         errors evaluating the object before attempting to set its
12039         value.
12040         value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
12041         so this offset adjustment is no longer necessary.
12042         (create_child): Don't set the error flag if the child is
12043         a CPLUS_FAKE_CHILD.
12044         (value_of_child): If value_fetch_lazy fails, return NULL
12045         so that callers will be notified that an error occurred.
12046         (c_value_of_variable): Delay check of variable's validity
12047         until later. We actually want all structs and unions to have
12048         the value "{...}".
12049         Do not return "???" for variables which could not be evaluated.
12050         This error condition must be returned to the caller so that it
12051         can get the error condition from gdb.
12052         (cplus_name_of_child): Adjust index for vptr before figuring
12053         out the name of the child.
12054         (cplus_value_of_child): If a child's (real) parent is not valid,
12055         don't even bother trying to give a value for it. Just return
12056         an error. Change all instances in this function.
12057         (cplus_type_of_child): If our parent is one of the "fake"
12058         parents, we need to get at the type of the real parent, and
12059         derive the child's true type using this information.
12060
12061 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
12062
12063         From 2002-01-09 John Marshall <johnm@falch.net>:
12064         * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
12065         sources.redhat.com, and tweak some related URLs which had
12066         suffered from linkrot.
12067
12068 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
12069
12070         From Jeff law:
12071         * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
12072         structures passed in registers.
12073
12074 2002-01-13  Eli Zaretskii  <eliz@is.elta.co.il>
12075
12076         * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
12077         white space which prevented compilation.  Reported by DSK
12078         <dsk@student.unsw.edu.au>.
12079
12080 2002-01-11  Michael Snyder  <msnyder@redhat.com>
12081
12082         * symfile.c (build_section_addr_info_from_section_tab):
12083         Use bfd access method instead of manipulating bfd directly.
12084         (syms_from_objfile): Ditto.
12085         (simple_overlay_update_1): Ditto.
12086         (simple_overlay_update): Ditto.
12087         (generic_load): Ditto.
12088         (overlay_unmapped_address): FIXME comment, bfd access methods.
12089         (sections_overlap): FIXME comment, bfd access methods.
12090         (pc_in_mapped_range): FIXME comment, bfd access methods.
12091         (pc_in_unmapped_range): FIXME comment, bfd access methods.
12092         (section_is_mapped): FIXME comment, bfd access methods.
12093         (section_is_overlay): FIXME comment, bfd access methods.
12094
12095         * symfile.c (generic_load): Whitespace and long line cleanups.
12096         Remove duplicate variable, change several local variables to
12097         more appropriate data types.
12098         (print_transfer_performance): Use %lu instead of %ld for ulongs.
12099
12100 2002-01-12  Andrew Cagney  <ac131313@redhat.com>
12101
12102         From Peter Schauer:
12103         * language.c (longest_local_hex_string_custom): Use phex_nz to
12104         convert NUM to a hex string.
12105
12106 2002-01-12  Elena Zannoni  <ezannoni@redhat.com>
12107
12108         * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
12109         the function.
12110         Update Copyright year.
12111
12112 2002-01-12  Andrew Cagney  <ac131313@redhat.com>
12113
12114         * language.c (longest_raw_hex_string): Delete unused function.
12115
12116 2002-01-11  Petr Sorfa  <petrs@caldera.com>
12117
12118         * MAINTAINERS (write-after-approval): Add myself.
12119         * dwarf2read.c (read_tag_string_type): Handling of
12120         DW_AT_byte_size.
12121         (read_tag_string_type): FORTRAN fix to prevent propagation of
12122         first string size.
12123         (set_cu_language): Handling of DW_LANG_Fortran95
12124
12125 2002-01-11  Richard Earnshaw  <rearnsha@arm.com>
12126
12127         * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
12128         GETPID(inferior_ptid).
12129         (store_inferior_registers): Likewise.
12130
12131 2002-01-10  Jason Merrill  <jason@redhat.com>
12132
12133         * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
12134         Fix DW_OP_minus.
12135
12136 2002-01-10  Andrew Cagney  <ac131313@redhat.com>
12137
12138         * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
12139         and bfd/elf32-sh-nbsd.c.
12140
12141 2002-01-10  Michael Snyder  <msnyder@redhat.com>
12142
12143         * NEWS: Mention --pid and corefile/proc-id behavior change.
12144
12145         * Makefile.in: Add rules for gcore.o and linux-proc.o.
12146         * gcore.c: Include cli/cli-decode.h instead of command.h.
12147
12148         * main.c (captured_main): Add new command line option "--pid".
12149         If the second command line argument (following the symbol-file)
12150         begins with a digit, try to attach to it before trying to open
12151         it as a corefile.
12152         (print_gdb_help): Document the "--pid" argument.
12153
12154 2002-01-10  Eli Zaretskii  <eliz@is.elta.co.il>
12155
12156         * completer.c (command_completer): New function.
12157
12158         * completer.h <command_completer>: Add prototype.
12159
12160         * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
12161         completer for the "help" command.
12162
12163 2002-01-09  Jason Merrill  <jason@redhat.com>
12164
12165         * c-typeprint.c (is_type_conversion_operator): Fix thinko.
12166
12167 2002-01-09  Michael Snyder  <msnyder@redhat.com>
12168
12169         * i386-linux-nat.c (fill_fpxregset): Make global.
12170         (store_fpxregset): Ditto.
12171
12172         * gregset.h (gdb_fpxregset_t): Define.
12173         (supply_fpxregset): Prototype.
12174         (fill_fpxregset): Prototype.
12175
12176         * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
12177
12178 2002-01-09  Richard Earnshaw  <rearnsha@arm.com>
12179
12180         * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
12181         * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
12182         * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
12183
12184 2002-01-09  Andrew Cagney  <ac131313@redhat.com>
12185
12186         * MAINTAINERS: Update target maintainer rules so that any
12187         Maintainer can approve a tested patch for a maintenance-only
12188         target.
12189
12190 2002-01-09  Richard Earnshaw  <rearnsha@arm.com>
12191
12192         * MAINTAINERS (write-after-approval): Add myself.
12193
12194         * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
12195         IN_SIGTRAMP.
12196
12197 2002-01-08  Michael Snyder  <msnyder@redhat.com>
12198
12199         * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
12200         real name of the executable, rather than the /proc name.
12201
12202 2002-01-03  Michael Snyder  <msnyder@redhat.com>
12203
12204         Implement a "generate-core-file" command in gdb, save target state.
12205         * gcore.c: New file.  Implement new command 'generate-core-file'.
12206         Save a corefile image of the current state of the inferior.
12207         * linux-proc.c: Add linux-specific code for saving corefiles.
12208         * target.h (struct target_ops): Add new target vectors for saving
12209         corefiles; to_find_memory_regions and to_make_corefile_notes.
12210         (target_find_memory_regions): New macro.
12211         (target_make_corefile_notes): New macro.
12212         * target.c (update_current_target): Inherit new target methods.
12213         (dummy_find_memory_regions): New place-holder method.
12214         (dummy_make_corefile_notes): New place-holder method.
12215         (init_dummy_target): Initialize new dummy target vectors.
12216         * exec.c (exec_set_find_memory_regions): New function.
12217         Allow the exec_ops vector for memory regions to be taken over.
12218         (exec_make_note_section): New function, target vector method.
12219         * defs.h (exec_set_find_memory_regions): Export prototype.
12220         * procfs.c (proc_find_memory_regions): New function, corefile method.
12221         (procfs_make_note_section): New function, corefile method.
12222         (init_procfs_ops): Set new target vector pointers.
12223         (find_memory_regions_callback): New function.
12224         (procfs_do_thread_registers): New function.
12225         (procfs_corefile_thread_callback): New function.
12226         * sol-thread.c (sol_find_memory_regions): New function.
12227         (sol_make_note_section): New function.
12228         (init_sol_thread_ops): Initialize new target vectors.
12229         * inftarg.c (inftarg_set_find_memory_regions): New function.
12230         Allow to_find_memory_regions vector to be taken over.
12231         (inftarg_set_make_corefile_notes): New function.
12232         Allow to_make_corefile_notes vector to be taken over.
12233         * thread-db.c (thread_db_new_objfile): Don't activate thread-db
12234         interface layer if not target_has_execution (may be a corefile).
12235         * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
12236         * config/sparc/sun4sol2.mh: Ditto.
12237         * config/alpha/alpha-linux.mh: Ditto.
12238         * config/arm/linux.mh: Ditto.
12239         * config/i386/x86-64linux.mh: Ditto.
12240         * config/ia64/linux.mh: Ditto.
12241         * config/m68k/linux.mh: Ditto.
12242         * config/mips/linux.mh: Ditto.
12243         * config/powerpc/linux.mh: Ditto.
12244         * config/sparc/linux.mh: Ditto.
12245
12246 2002-01-07  Michael Snyder  <msnyder@redhat.com>
12247
12248         * arm-linux-nat.c: Remove references to regcache.c internal data
12249         (registers[] and register_valid[]).
12250
12251 2002-01-07  Michael Snyder  <msnyder@redhat.com>
12252
12253         * linux-proc.c: New file.  Implement child_pid_to_exec_file,
12254         so that attaching to a pid will automatically read the process's
12255         symbol file and shlibs.
12256         * Makefile.in: Add rule for linux-proc.o.
12257         * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
12258         * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
12259         * config/arm/linux.mh: Ditto.
12260         * config/i386/linux.mh: Ditto.
12261         * config/i386/x86-64linux.mh: Ditto.
12262         * config/ia64/linux.mh: Ditto.
12263         * config/m68k/linux.mh: Ditto.
12264         * config/mips/linux.mh: Ditto.
12265         * config/powerpc/linux.mh: Ditto.
12266         * config/sparc/linux.mh: Ditto.
12267
12268 2002-01-06  Pierre Muller  <muller@ics.u-strasbg.fr>
12269
12270         * win32-nat.c: Add i386-tdep.h dependency.
12271
12272 2002-01-07  Michael Snyder  <msnyder@redhat.com>
12273
12274         * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
12275         instead of bfd_get_arch_size.  Don't bail out just because
12276         there's no exec_bfd.
12277
12278         * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
12279         * p-valprint.c (pascal_object_print_value): Ditto.
12280         * somread.c (som_symtab_read): Ditto.
12281         * symfile.c (simple_free_overlay_region_table): Ditto.
12282         * valops.c (value_assign): Ditto.
12283
12284         * tracepoint.c (tracepoint_save_command): From Klee Dienes --
12285         use tilde_expand and strerror for opening save-tracepoints file.
12286
12287         * thread-db.c (thread_db_new_objfile): Indendation fix.
12288
12289         * infptrace.c (GDB_MAX_ALLOCA): New define.
12290         (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
12291         size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
12292         can be overridden with whatever value is appropriate to the host).
12293         * infttrace.c (child_xfer_memory): Add FIXME warning about use of
12294         alloca to allocate potentially large buffer.
12295         * rs6000-nat.c (child_xfer_memory): Ditto.
12296         * symm-nat.c (child_xfer_memory): Ditto.
12297         * x86-64-linux-nat.c (child_xfer_memory): Ditto.
12298
12299 2002-01-07  Jackie Smith Cashion  <jsmith@redhat.com>
12300
12301         From Nick Clifton  <nickc@redhat.com>
12302         * d10v-tdep.c: Set STACK_START to 0x200bffe.
12303
12304 2002-01-07  Michael Snyder  <msnyder@redhat.com>
12305
12306         * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
12307         Don't use exec_bfd if it's NULL.
12308
12309 2002-01-06  Mark Kettenis  <kettenis@gnu.org>
12310
12311         * valops.c (value_arg_coerce): Fix formatting.
12312
12313 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
12314
12315         * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
12316         * gnu-nat.c: Ditto.
12317
12318 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
12319
12320         * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
12321         arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
12322         i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
12323         ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
12324         z8k-coff have not been multi-arched.  Update z8k-coff build
12325         status.
12326
12327 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
12328
12329         * MAINTAINERS: Mark a29k target as obsolete.
12330         * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
12331         (remote-mm.o, remote-udi.o): Obsolete.  Remove references in
12332         comments.
12333         * NEWS: Note that a29k targets are obsolete.
12334         * a29k-tdep.c: Mark as obsolete.
12335         * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12336         a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12337         a29k-*-vxworks* targets as obsolete.
12338         * remote-adapt.c: Obsolete.
12339         * remote-eb.c: Obsolete.
12340         * remote-mm.c: Obsolete.
12341         * remote-udi.c: Obsolete.
12342         * config/a29k/a29k-udi.mt: Obsolete.
12343         * config/a29k/a29k.mt: Obsolete.
12344         * config/a29k/tm-a29k.h: Obsolete.
12345         * config/a29k/tm-vx29k.h: Obsolete.
12346         * config/a29k/vx29k.mt: Obsolete.
12347
12348 2002-01-05  Andrew Cagney  <ac131313@redhat.com>
12349
12350         * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
12351         with BFD_ENDIAN_BIG.
12352
12353 2002-01-05  Andrew Cagney  <ac131313@redhat.com>
12354
12355         * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
12356         * configure, config.in: Re-generate.
12357         * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
12358         * defs.h: Do not include <endian.h>.
12359
12360 2002-01-05  Jason Thorpe  <thorpej@wasabisystems.com>
12361
12362         * acconfig.h (HAVE_PT_GETXMMREGS): New.
12363         * config.in: Regenerate.
12364         * configure.in: Update copyright years.
12365         Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
12366         * configure: Regenerate.
12367         * i386bsd-nat.c: Update copyright years.
12368         (fill_gregset): Use regcache_collect.
12369         (fetch_inferior_registers): Only fetch integer registers
12370         if requested to do so.  Add support for XMM registers
12371         using PT_GETXMMREGS.
12372         (store_inferior_registers): Only store integer registers
12373         if requested to do so.  Add support for XMM registers
12374         using PT_SETXMMREGS.
12375         * i386nbsd-nat.c (fetch_inferior_registers): Remove.
12376         (store_inferior_registers): Remove.
12377         (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
12378         (fetch_elfcore_registers): New function.
12379         (i386nbsd_elfcore_fns): New.
12380         (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
12381         * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
12382         i386bsd-nat.o.
12383         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
12384         * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
12385         * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
12386         * config/i386/tm-nbsd.h: Update copyright years.
12387         (HAVE_SSE_REGS): Define.
12388         (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
12389         (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
12390         (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
12391         (SIGCONTEXT_PC_OFFSET): Remove.
12392         (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
12393
12394 2002-01-05  Andrew Cagney  <ac131313@redhat.com>
12395
12396         * configure.tgt: Remove powerpc-*-macos* target.
12397         * config/m68k/xm-mpw.h: Delete file.
12398         * config/xm-mpw.h: Delete file.
12399         * ser-mac.c: Delete file.
12400         * mpw-make.sed: Delete file.
12401         * mpw-config.in: Delete file.
12402         * mac-xdep.c: Delete file.
12403         * mac-gdb.r: Delete file.
12404         * mac-defs.h: Delete file.
12405         * mac-nat.c: Delete file.
12406         * config/powerpc/macos.mh: Delete file.
12407         * config/powerpc/macos.mt: Delete file.
12408         * config/powerpc/nm-macos.h: Delete file.
12409         * config/powerpc/tm-macos.h: Delete file.
12410         * source.c (openp, open_source_file): Remove obsolete code.
12411         * top.c (gdb_readline): Ditto.
12412         * utils.c (query): Ditto.
12413         * event-top.c (display_gdb_prompt): Ditto.
12414         * Makefile.in (ser-mac.o): Delete obsolete target.
12415         * NEWS: Update.
12416
12417 2002-01-04  Andrew Cagney  <ac131313@redhat.com>
12418
12419         * defs.h (BIG_ENDIAN): Delete macro definition.
12420         * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
12421         coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
12422         findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
12423         printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
12424         remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
12425         stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
12426         config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
12427         config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
12428         config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
12429         config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
12430         config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
12431         config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
12432         mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12433         * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12434         * gdbarch.c: Re-generate.
12435
12436 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
12437
12438         * thread-db.c (thread_db_new_objfile): Do not enable thread_db
12439         for core files.
12440
12441 2002-01-04  Jason Thorpe  <thorpej@wasabisystems.com>
12442
12443         * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
12444
12445 2002-01-04  Andrew Cagney  <ac131313@redhat.com>
12446
12447         * value.h (value_ptr): Delete typedef.
12448
12449 2002-01-04  Jason Thorpe  <thorpej@wasabisystems.com>
12450
12451         * i386nbsd-nat.c: Update copyright years.
12452         Include i386-tdep.h.
12453
12454 2002-01-04  Elena Zannoni  <ezannoni@redhat.com>
12455
12456         * stabsread.c: Update copyright years.
12457
12458         From Debashis Mahata <debashis.mahata@wipro.com>:
12459         (read_struct_fields): Deal with Sun C compiler erroneous stab
12460         output for structs and unions.
12461         Fix PR gdb/269.
12462
12463 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
12464
12465         * p-valprint.c: Include "cp-abi.h" for baseclass_offset
12466         prototype.
12467
12468 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
12469
12470         * cp-abi.c: Fix whitespace.
12471         (baseclass_offset): New wrapper function.
12472         * cp-abi.h (baseclass_offset): Add prototype.
12473         (struct cp_abi_ops): Add baseclass_offset pointer.
12474
12475         * valops.c (vb_match): Move to...
12476         * gnu-v2-abi.c (vb_match): here.
12477         * valops.c (baseclass_offset): Move to...
12478         * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
12479
12480         * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
12481
12482         * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
12483         * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
12484         * hpacc-abi.c (init_hpacc_ops): Likewise.
12485
12486 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
12487
12488         * valops.c (find_overload_match): Accept obj as a
12489         reference parameter.  Update it before returning.
12490         * value.h (find_overload_match): Update prototype.
12491         * eval.c (evaluate_subexp_standard): Pass object to
12492         find_overload_match by reference.
12493
12494 2002-01-03  Andrew Cagney  <ac131313@redhat.com>
12495
12496         * valarith.c: Replace value_ptr with struct value pointer.  Remove
12497         register attribute from value declarations.
12498         * valops.c: Ditto.
12499         * value.h: Ditto.
12500         * scm-lang.c (scm_lookup_name): Ditto.
12501
12502 2002-01-03  Michael Snyder  <msnyder@redhat.com>
12503
12504         Abstract the functionality of iterating over mapped memory
12505         regions into a general purpose iterator function.
12506         * procfs.c (iterate_over_mappings): New function, general purpose
12507         iterator for memory sections.
12508         (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
12509         (solib_mappings_callback): New function, callback for above.
12510         (info_proc_mappings): Reimpliment using iterate_over_mappings.
12511         (info_mappings_callback): New function, callback for above.
12512
12513         * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
12514
12515 2002-01-01  Mark Kettenis  <kettenis@gnu.org>
12516
12517         * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
12518         * i386-tdep.c: Include "elf-bfd.h".
12519         (process_note_abi_tag_sections): New function.
12520         (i386_gdbarch_init): Add code to recognize various OS/ABI
12521         combinations.
12522
12523         * maint.c (_initialize_maint_cmds): Add missing \ in
12524         string-literal.
12525
12526 For older changes see ChangeLog-2001
12527 \f
12528 Local Variables:
12529 mode: change-log
12530 left-margin: 8
12531 fill-column: 74
12532 version-control: never
12533 End: