2002-11-05 David Carlton <carlton@math.stanford.edu>
[external/binutils.git] / gdb / ChangeLog
1 2002-11-05  David Carlton  <carlton@math.stanford.edu>
2
3         * symtab.c (lookup_symbol_aux): In minsym sections, don't use the
4         previous values of 'objfile' and 'block'.
5
6 2002-11-05  Pierre Muller  <muller@ics.u-strasbg.fr>
7
8         * values.c (value_change_enclosing_type): Set 
9         enclosing_type field correctly also for the case where 
10         more memory needs to be allocated.
11
12 2002-11-03  Mark Kettenis  <kettenis@gnu.org>
13
14         * i387-tdep.c (i387_print_float_info): Call fputs_filtered instead
15         of puts_filtered.
16
17         * i387-tdep.c (i387_print_float_info): Replace calls to
18         register_read and deprecated_read_register_gen with calls to
19         frame_register_read, and make the necessary adjustments to the
20         surrounding code.
21
22 2002-11-02  Andrew Cagney  <ac131313@redhat.com>
23
24         * gdbarch.sh (register_reggroup_p): Allow default value.
25         * gdbarch.h, gdbarch.c: Regenerate.
26
27 2002-11-02  Andrew Cagney  <ac131313@redhat.com>
28
29         * regcache.h: Add coment indicating replacements for deprecated
30         functions.
31
32 2002-11-02  Andrew Cagney  <cagney@redhat.com>
33
34         * reggroups.h, reggroups.c: New files.
35         * regcache.c: Include "reggroups.h".
36         (enum regcache_dump_what): Add `regcache_dump_groups'.
37         (regcache_dump): Contract size of the "Type" column.  When
38         specified, dump the register's groups.
39         (maintenance_print_register_groups): New function.
40         (_initialize_regcache): Add command `maint print register-groups'.
41         * Makefile.in (COMMON_OBS): Add reggroups.o
42         (SFILES): Add reggroups.c.
43         (reggroups_h): Define.
44         (regcache.o, gdbarch.o): Update dependencies.
45         (reggroups.o): Specify dependencies.
46         * gdbarch.sh (register_reggroup_p): Add pure multi-arch method.
47         Add opaque declaration for `struct reggroup' in generated .h file.
48         Include "reggroups.h" in generated .c file.
49         gdbarch.h, gdbarch.c: Re-generate.
50
51 2002-11-02  Andrew Cagney  <cagney@redhat.com>
52
53         * regcache.h (deprecated_read_register_gen): Rename
54         read_register_gen.
55         (deprecated_write_register_gen): Rename write_register_gen.
56         * i387-tdep.c: Update.
57         * x86-64-linux-nat.c: Update
58         * wince.c: Update.
59         * thread-db.c: Update.
60         * win32-nat.c: Update.
61         * mips-tdep.c: Update.
62         * d10v-tdep.c: Update.
63         * cris-tdep.c: Update.
64         * remote-sim.c: Update.
65         * remote-rdi.c: Update.
66         * remote-rdp.c: Update.
67         * frame.c: Update.
68         * target.c: Update.
69         * blockframe.c: Update.
70         * x86-64-tdep.c: Update.
71         * xstormy16-tdep.c: Update.
72         * sh-tdep.c: Update.
73         * s390-tdep.c: Update.
74         * rs6000-tdep.c: Update.
75         * sparc-tdep.c: Update.
76         * i386-tdep.c: Update.
77         * dwarf2cfi.c: Update.
78         * regcache.c: Update.
79
80 2002-11-01  Joel Brobecker  <brobecker@gnat.com>
81
82         New interix-specific files:
83         * config/i386/nm-interix.h: New file.
84         * config/i386/interix.mh: New file.
85         * config/i386/interix.mt: New file.
86         * i386-interix-nat.c: New file.
87         * i386-interix-tdep.c: New file.
88
89 2002-11-01  Andrew Cagney  <cagney@redhat.com>
90
91         * frame.h (deprecated_generic_get_saved_register): Rename
92         generic_get_saved_register.
93         * blockframe.c (deprecated_generic_get_saved_register): Update.
94         * xstormy16-tdep.c (xstormy16_get_saved_register): Update.
95         (xstormy16_frame_saved_register): Update.
96         * sh-tdep.c (sh_gdbarch_init): Update.
97         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
98         * ia64-tdep.c (ia64_get_saved_register): Update.
99         * cris-tdep.c (cris_gdbarch_init): Update.
100         * config/m32r/tm-m32r.h (GET_SAVED_REGISTER): Update.
101         * arm-tdep.c (arm_gdbarch_init): Update.
102
103 2002-10-31  Daniel Jacobowitz  <drow@mvista.com>
104
105         * lin-lwp.c (lin_lwp_resume): Remove resume_all test for !step.
106
107 2002-10-31  Daniel Jacobowitz  <drow@mvista.com>
108
109         * i386-linux-tdep.c (i386_linux_pc_in_sigtramp): Check for
110         trampolines in sigaction.
111
112 2002-10-31  Andrew Cagney  <cagney@redhat.com>
113
114         * h8300-tdep.c: Include "gdb_assert.h".
115         (h8300_print_register): Add gdbarch, file and frame parameters.
116         Use frame_read_unsigned_register to read the register's value.
117         Use fprintf_filtered to display output.
118         (h8300_print_registers_info): Replace h8300_do_registers_info.
119         (h8300_gdbarch_init): Set print_registers_info.
120
121 2002-10-31  Andrew Cagney  <cagney@redhat.com>
122
123         * frame.c (frame_read_unsigned_register): New function.
124         (frame_read_signed_register): New function.
125         * frame.h (frame_read_unsigned_register): Declare.
126         (frame_read_signed_register): Declare.
127
128 2002-10-31  Andrew Cagney  <cagney@redhat.com>
129
130         * h8500-tdep.c (h8500_print_registers_info): New static function,
131         clone of infcmd.c's default_print_registers_info.
132         (h8500_do_registers_info): New funtion.
133         (h8500_print_register_hook): Rename print_register_hook, make
134         static.
135
136         * config/h8500/tm-h8500.h: Update copyright.
137         (DEPRECATED_DO_REGISTERS_INFO): Define.
138         (h8500_do_registers_info: Declare.
139         (PRINT_REGISTER_HOOK): Delete macro.
140         (print_register_hook): Delete function.
141
142 2002-10-31  Andrew Cagney  <cagney@redhat.com>
143
144         * z8k-tdep.c (z8k_print_register_hook): Make static.
145         (z8k_print_registers_info): New static function, clone of
146         infcmd.c's default_print_registers_info.
147         (z8k_do_registers_info): New function.  Wrap
148         z8k_print_registers_info.
149         * config/z8k/tm-z8k.h: Update copyright.
150         (PRINT_REGISTER_HOOK): Delete macro.
151         (z8k_print_register_hook): Delete declaration.
152         (DEPRECATED_DO_REGISTERS_INFO): Define.
153         (z8k_do_registers_info): Declare.
154
155 2002-10-30  Joel Brobecker  <brobecker@gnat.com>
156
157         * hppa-tdep.c (find_function_in_inferior): Remove this extern,
158         as this is already provided by value.h, and was actually causing
159         a compilation error because of a conflict in parameter type
160         declaration due to a missing const keyword.
161         (low_text_segment_addres): Fix a compilation warning.
162
163 2002-10-29  Daniel Jacobowitz  <drow@mvista.com>
164
165         * mips-linux-nat.c (mips_linux_cannot_fetch_register): Don't fetch
166         registers without a name.
167         (mips_linux_cannot_store_register): Don't store registers without
168         a name.
169
170 2002-10-28  David Carlton  <carlton@math.stanford.edu>
171
172         * symtab.c (find_addr_symbol): Delete.  (It was already commented
173         out.)
174         * symtab.h: Delete prototype for find_addr_symbol.
175
176 2002-10-26  Andrew Cagney  <cagney@redhat.com>
177
178         * gdbarch.sh (DEPRECATED_DO_REGISTERS_INFO): Rename
179         DO_REGISTERS_INFO.
180         gdbarch.h, gdbarch.c: Re-generate.
181         * infcmd.c (default_print_registers_info): Update reference.
182         * mips-tdep.c (mips_gdbarch_init): Set deprecated_do_registers_info.
183         (mips_dump_tdep): Do not print DO_REGISTERS_INFO.
184         * sh-tdep.c (sh_gdbarch_init): Ditto.
185         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
186         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
187
188 2002-10-26  Mark Kettenis  <kettenis@gnu.org>
189
190         * x86-64-tdep.c (x86_64_init_abi): Set init_extra_frame_info to
191         cfi_init_extra_frame_info.
192         * x86-64-tdep.h (x86_64_init_extra_frame_info): Remove prototype.
193         * x86-64-linux-tdep.c (x86_64_init_extra_frame_info): Remove function.
194
195         * x86-64-tdep.c (x86_64_init_abi): Add calls to override the i386
196         target where necessary.  Add more comments and remove the ones
197         that don't provide any useful information.
198
199         * i386-tdep.c (i386_frame_saved_pc): Replace call to
200         deprecated_read_register_dummy with
201         frame_unwind_unsigned_register.
202
203         * i386-tdep.c (i386_extract_struct_value_address): Use
204         regcache_raw_read_unsigned instead of
205         regcache_cooked_read_unsigned since we know that the register
206         we're reading isn't a pseudo register.  Rename variable 'val' into
207         the more descriptive 'addr'.
208
209         * x86-64-tdep.c: Fix some formatting problems, mostly in comments.
210         (x86_64_push_return_address): Add comment.
211         (x86_64_pop_frame): Make static.
212         (examine_argument): Clarify comment.
213         (x86_64_skip_prologue): Make prolog_expact variable static.
214
215         * dwarf2cfi.c: Fix some formatting problems.
216         (context_cpy, read_encoded_pointer): Clarify comments.
217
218         * x86-64-tdep.c (x86_64_breakpoint_from_pc): Constify.
219         (x86_64_init_abi): Move set_gdbarch_* calls that overlap with the
220         i386 target back into x86_64_gdbarch_init.  Add some comments and
221         remove meaningless ones.
222
223 2002-10-25  Andrew Cagney  <cagney@redhat.com>
224
225         * complaints.h (struct deprecated_complaint): Rename `struct
226         complaint'.
227         * complaints.c (complain): Update.
228         * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete
229         incorrect comment indicating that "symfile.h" was being included
230         for the `struct complaint' definition.
231         * remote-vx.c: Update.
232         * objc-lang.c: Update.
233         * xcoffread.c: Update.
234         * hpread.c: Update.
235         * mdebugread.c: Update.
236         * stabsread.c: Update.
237         * dwarf2read.c: Update.
238         * dwarfread.c: Update.
239         * elfread.c: Update.
240         * coffread.c: Update.
241         * stabsread.h: Update.
242         * dbxread.c: Update.
243         * buildsym.c: Update.
244         * gdbtypes.c: Update.
245         * macrotab.c: Update.
246
247 2002-10-25  Mark Kettenis  <kettenis@gnu.org>
248
249         * x86-64-tdep.c (x86_64_gdbarch_init): Make a bit more similar to
250         the version in i386-tdep.c.  Move set_gdbarch_* calls out into...
251         (x86_64_init_abi): ...new function.
252
253         * Makefile.in (i386v-nat.o): Add $(i386_tdep_h).
254         * i386v-nat.c: Include "i386-tdep.h".
255
256 2002-10-25  Andrew Cagney  <cagney@redhat.com>
257
258         * gdbtypes.c (address_space_name_to_int): Update.
259         (address_space_int_to_name): Update.
260         * gdbarch.sh (address_class_type_flags_to_name): Change to a pure
261         multi-arch predicate.
262         (address_class_name_to_type_flags): Ditto.
263         * gdbarch.h, gdbarch.c: Re-generate.
264         
265         * MAINTAINERS: Check all warnings when h8300hms and alpha-elf.
266
267 2002-10-24  Martin M. Hunt  <hunt@redhat.com>
268
269         * utils.c (string_to_core_addr): Revert patch from 11 Oct.
270
271 2002-10-24  Elena Zannoni  <ezannoni@redhat.com>
272
273         * symtab.h (INIT_SAL): Delete macro.
274         (init_sal): Export.
275         * symtab.c (init_sal): New function.
276
277         * ada-lang.c (ada_finish_decode_line_1): Change INIT_SAL macro
278         to init_sal function call.
279         (find_sal_from_funcs_and_line): Ditto.
280         (all_sals_for_line): Ditto. 
281         * breakpoint.c (create_internal_breakpoint): Ditto. 
282         (create_fork_vfork_event_catchpoint): Ditto. 
283         (create_exec_event_catchpoint): Ditto. 
284         (parse_breakpoint_sals): Ditto. 
285         (watch_command_1): Ditto. 
286         (handle_gnu_4_16_catch_command): Ditto.
287         (clear_command): Ditto. 
288         * hppa-tdep.c (child_enable_exception_callback): Ditto. 
289         * infcmd.c (run_stack_dummy): Ditto. 
290         * infrun.c (process_event_stop_test): Ditto.
291         (check_sigtramp2): Ditto.
292         (step_over_function): Ditto. 
293         * linespec.c (decode_line_2): Ditto. 
294         (decode_line_1): Ditto. 
295         * source.c (line_info): Ditto. 
296         * symtab.c (find_pc_sect_line): Ditto.
297
298 2002-10-24  Michal Ludvig  <mludvig@suse.cz>
299
300         * dwarf2cfi.c (struct context)
301         (struct context_reg): Moved to dwarf2cfi.h
302         (context_alloc, frame_state_alloc, context_cpy):
303         Made extern instead of static, removed prototypes.
304         * dwarf2cfi.h (struct context)
305         (struct context_reg): New, moved from dwarf2cfi.c
306         (context_alloc, frame_state_alloc, context_cpy):
307         New prototypes.
308         * x86-64-linux-tdep.c (x86_64_linux_sigtramp_saved_pc):
309         Changed from static to extern.
310         (LINUX_SIGINFO_SIZE, LINUX_SIGCONTEXT_PC_OFFSET)
311         (LINUX_SIGCONTEXT_FP_OFFSET)
312         (LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Adjusted.
313         (x86_64_linux_in_sigtramp, x86_64_linux_frame_chain)
314         (x86_64_init_frame_pc, x86_64_init_extra_frame_info): New.
315         * x86-64-tdep.c (x86_64_gdbarch_init): Several
316         set_gdbarch_*() calls now use x86-64 specific functions 
317         instead of DWARF2 CFI ones.
318         * x86-64-tdep.h (x86_64_linux_in_sigtramp)
319         (x86_64_linux_frame_chain, x86_64_init_frame_pc)
320         (x86_64_init_extra_frame_info): New prototypes.
321         
322 2002-10-23  David Carlton  <carlton@math.stanford.edu>
323
324         * linespec.c: #include "parser-defs.h".
325         Delete prototype for find_template_name_end.
326         * Makefile.in (linespec.o): Depend on $(parser_defs_h).
327
328 2002-10-23  Jeff Johnston  <jjohnstn@redhat.com>
329
330         * NEWS: add recent mi fixes.
331         * varobj.c (struct varobj): Add new "updated" flag.
332         (new_variable): Default "updated" flag to 0.
333         (varobj_set_value): Set "updated" flag to 1 if value
334         changes.
335         (varobj_update): Check varobj "updated" flag before
336         comparing old and refreshed values.  Fix for
337         PR gdb/702.
338
339 2002-10-23  David Carlton  <carlton@math.stanford.edu>
340
341         * parse.c (parse_exp_1): Use BLOCK_START.
342         * x86-64-tdep.c (x86_64_skip_prologue): Use BLOCK_END,
343         SYMBOL_BLOCK_VALUE.
344         * objc-lang.c (find_methods): Use BLOCK_START, BLOCK_END.
345
346 2002-10-23  David Carlton  <carlton@math.stanford.edu>
347
348         * symtab.c: Delete cplusplus_hint.
349         Delete prototype for find_template_name_end.
350
351 2002-10-23  Elena Zannoni  <ezannoni@redhat.com>
352
353         * symtab.h: Update comment.
354
355 2002-10-23  Michael Snyder  <msnyder@redhat.com>
356
357         * printcmd.c (address_info): Restore quotes in output.
358         * valops.c (value_of_local): Restore quotes in error message.
359
360 2002-10-23  Elena Zannoni  <ezannoni@redhat.com>
361
362         * symtab.c (symbol_demangled_name): New function.
363         * symtab.h (SYMBOL_DEMANGLED_NAME): Simplify macro, by
364         turning most of it into a function.
365         (symbol_demangled_name): Export.
366
367 2002-10-23  Michael Snyder  <msnyder@redhat.com>
368
369         * valops.c (value_of_local): Restore quotes in error message.
370
371 2002-10-23  Elena Zannoni  <ezannoni@redhat.com>
372
373         * symtab.c (symbol_init_language_specific): New function.
374         * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): Simplify macro, by
375         turning most of it into a function.
376         (symbol_init_language_specific): Export.
377
378 2002-10-23  David Carlton  <carlton@math.stanford.edu>
379
380         * dwarf2read.c (dwarf_tag_name): Add DWARF 3 names.
381         (dwarf_attr_name): Ditto.
382         (dwarf_type_encoding_name): Ditto.
383         (scan_partial_symbols): Descend into DW_TAG_namespace entries.
384         (process_die): Handle DW_TAG_namespace,
385         DW_TAG_imported_declaration, DW_TAG_imported_module.
386         (read_namespace): New function.
387
388 2002-10-22  Joel Brobecker  <brobecker@gnat.com>
389
390         * configure.in: Define NEW_PROC_API on Interix too.
391         * configure: Regenerate.
392
393 2002-10-21  Joel Brobecker  <brobecker@gnat.com>
394
395         * configure: Regenerate using the proper version of autoconf.
396
397 2002-10-21  Elena Zannoni  <ezannoni@redhat.com>
398
399         * findvar.c (read_var_value): Temporarily disable TLS code, until
400         complete TLS support is added.
401
402 2002-10-21  Jim Blandy  <jimb@redhat.com>
403             Elena Zannoni  <ezannoni@redhat.com>
404
405         * symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC
406         for thread local storage locations.
407         (struct symbol): Add objfile field.
408         (SYMBOL_OBJFILE): Define.
409         * dwarf2read.c (is_thread_local): New static variable.
410         (new_symbol): If variable is in thread local fill in address class
411         and objfile appropriately.
412         (decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address
413         stack operation.
414         * printcmd.c (address_info): Print the information for thread
415         local storage variable.
416         * findvar.c (read_var_value): In case of thread local variable,
417         defer to the target vector code to compute address.
418
419 2002-10-21  Elena Zannoni  <ezannoni@redhat.com>
420
421         * solib-svr4.c (svr4_fetch_objfile_link_map): New function.
422         * solib-svr4.h (svr4_fetch_objfile_link_map): Export.   
423
424 2002-10-21  Elena Zannoni  <ezannoni@redhat.com>
425
426         * symtab.h (address_class):  Rename
427         LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC.
428         * hpread.c (hpread_process_one_debug_symbol): Ditto.
429         * printcmd.c (address_info): Ditto.
430         * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
431
432 2002-10-20  Mark Kettenis  <kettenis@gnu.org>
433
434         * i386bsd-nat.c (i386bsd_dr_set, i386bsd_dr_get_status): Use
435         DBREG_DRX macro to acces debug registers.
436
437         * Makefile.in (i386obsd-tdep.o): New target.
438
439         * solib-sunos.c: Include "bcache.h" and "regcache.h".
440         * Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
441
442         * configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
443         * config/i386/obsd.mt: New file.
444         * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce
445         i386obsd_sc_pc_offset and i386obsd_sc_sp_offset;
446         * i386obsd-nat.c (_initialize_i386obsd_nat): Set
447         i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of
448         i386nbsd_sigtramp_start and i386nbsd_sigtramp_end.
449         * i386obsd-tdep.c: New file.
450
451 2002-10-19  Adam Fedor  <fedor@gnu.org>
452
453         * objc-exp.y (name_not_typename): Fix invalid comment.  
454
455 2002-10-20  Mark Kettenis  <kettenis@gnu.org>
456
457         * solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
458         to allocate partial syms and macro byte caches.
459
460 2002-10-18  David Carlton  <carlton@math.stanford.edu>
461
462         * symtab.h: Delete 'struct source' and 'struct sourcevector'.
463
464 2002-10-18  Adam Fedor  <fedor@gnu.org>
465
466         * stabsread.c (find_name_end): New function.
467         (define_symbol): Use it.
468
469 2002-10-18  Daniel Jacobowitz  <drow@mvista.com>
470
471         * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
472         * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
473         * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
474         * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
475
476 2002-10-17  David Carlton  <carlton@math.stanford.edu>
477
478         * symfile.h: Add opaque declaration for struct obstack.
479         Declare obsavestring to take a const char *.
480         * symfile.c (obsavestring): Make first argument a const char *.
481
482 2002-10-16  Adam Fedor  <fedor@gnu.org>
483
484         * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
485         names when matching breakpoints in current file.
486
487 2002-10-16  Kevin Buettner  <kevinb@redhat.com>
488
489         * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
490         (read_tag_pointer_type): Add address class support.
491         * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
492         (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
493         New methods.
494         * gdbarch.h, gdbarch.c: Regenerate.
495         * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
496         (make_type_with_address_space, recursive_type_dump): Add address
497         class support.
498         * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
499         (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
500         (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
501
502 2002-10-16  Klee Dienes  <kdienes@apple.com>
503
504         * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
505         to get the last character of a char[] buffer, not
506         name[sizeof(vptr_name)-1].
507
508 2002-10-14  Adam Fedor  <fedor@gnu.org>
509
510         * symtab.h: New objc_specific struct.
511         (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
512         (SYMBOL_DEMANGLED_NAME): Likewise.
513
514 2002-10-14  Adam Fedor  <fedor@gnu.org>
515
516         * symfile.c (init_filename_language_table): Add ObjC file extension.
517
518 2002-10-14  Adam Fedor  <fedor@gnu.org>
519
520         * utils.c (puts_filtered_tabular): New function.
521         (fprintf_symbol_filtered): Get ObjC demangled name.
522         * defs.h (puts_filtered_tabular): Declared.
523
524 2002-10-14  Kevin Buettner  <kevinb@redhat.com>
525
526         * c-lang.h (c_type_print_varspec_prefix): Delete.
527         * c-typeprint.c (c_type_print_varspec_prefix): Make static.  Add
528         ``need_post_space'' parameter.  Adjust all callers.
529
530 2002-10-14  Daniel Jacobowitz  <drow@mvista.com>  
531  
532         * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
533         * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
534         * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
535         * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
536
537 2002-10-13  Adam Fedor  <fedor@gnu.org>
538
539         * source.c (print_source_lines): Update comments.
540
541 2002-10-13  Adam Fedor  <fedor@gnu.org>
542
543         * valops.c (value_of_local): New function.
544         (value_of_this): Use it.
545         * value.h (value_of_local): Declared.
546
547 2002-10-13  Adam Fedor  <fedor@gnu.org>
548
549         * parse.c: (length_of_subexp, prefixify_subexp): Handle
550         OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
551
552 2002-10-12  Adam Fedor  <fedor@gnu.org>
553
554         * language.c (binop_result_type): Add language_objc to case.
555         (integral_type): Likewise.
556         (character_type): Likewise.
557         (string_type): Likewise.
558         (boolean_type): Likewise.
559         (structured_type): Likewise.
560         (binop_type_check): Likewise.
561
562 2002-10-11  Adam Fedor  <fedor@gnu.org>
563
564         * printcmd.c (address_info): Print 'self' for ObjC.
565
566 2002-10-11  Adam Fedor  <fedor@gnu.org>
567
568         * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
569         OP_SELF.
570
571 2002-10-11  Adam Fedor  <fedor@gnu.org>
572
573         * language.h (CAST_IS_CONVERSION): Add language_objc.
574
575 2002-10-11  Adam Fedor  <fedor@gnu.org>
576
577         * defs.h (enum language): Add language_objc.
578
579 2002-10-11  Klee Dienes  <kdienes@apple.com>
580
581         * corefile.c (read_memory_typed_address): New function.
582         * gdbcore.h (read_memory_typed_address): Add prototype.
583         * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
584         to read a value destined for a CORE_ADDR, not read_memory_integer.
585         * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
586         (f77_get_dynamic_lowerbound): Ditto.
587
588 2002-10-11  Martin M. Hunt  <hunt@redhat.com>
589
590         * utils.c (string_to_core_addr): After turning string into
591         a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
592         which will do necessary sign-extension, etc.
593
594 2002-10-11  Daniel Jacobowitz  <drow@mvista.com>
595
596         * c-exp.y (THIS): Delete token and grammar rule.
597         (yylex): Don't return THIS.
598         * cp-valprint.c (vtbl_ptr_name_old): Delete.
599         (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
600         * demangle.c (cplus_markers): Update comment.  Put '$'
601         first.  Remove CPLUS_MARKER.
602         (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
603         * jv-exp.y (THIS): Delete token and grammar rule.
604         (yylex): Don't return THIS.
605         * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
606         * objc-exp.y (THIS): Delete token and grammar rule.
607         (yylex): Don't return THIS.
608         * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
609         * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
610         (read_member_functions): Likewise for opname.
611         (read_tilde_fields): Use is_cplus_marker.
612
613         * defs.h (CPLUS_MARKER): Don't define.
614         * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
615         * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
616         * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
617         * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
618         * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
619
620         * config/i386/tm-i386v4.h: Delete file.
621         * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
622         * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
623         * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
624         * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
625         * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
626         * config/i386/i386sco5.mt (TM_FILE): Likewise.
627         * config/i386/i386v4.mt (TM_FILE): Likewise.
628         * config/i386/ncr3000.mt (TM_FILE): Likewise.
629
630 2002-10-10  Marko Mlinar  <markom@opencores.org>
631
632         * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
633         accidentially not commited 2002-10-09
634         * gdbarch.h, gdbarch.c: Re-generate.
635
636 2002-10-09  Marko Mlinar  <markom@opencores.org>
637
638         * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
639         * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
640         * gdbarch.h, gdbarch.c: Re-generate.
641
642 2002-10-08  Petr Sorfa <petrs@caldera.com>
643
644         Revised and re-submitted by John Wolfe <jlw@caldera.com>
645
646         Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
647         so we can work on more than one compilation unit at a time.  This
648         helps prepare GDB to handle inter-CU die references.
649         * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
650         the code to be defined before struct comp_unit_head.
651         (comp_unit_head): Added new members - offset, cu_head,
652         begin_die, next and dwarf2_abbrevs.
653         (dwarf2_abbrevs): Removed single static var; now member of
654         struct comp_unit_head.
655         dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
656         members.
657         (psymtab_to_symtab_1): Changed to work with the new
658         struct comp_unit_head.
659         (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
660         constructs the dwarf2_abbrevs[] inside the cu_header.
661         (dwarf2_empty_abbrev_table): Now expects a ptr to a
662         dwarf2_abbrev table to clean up.
663         (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
664         handling of dwarf2_abbrevs inside the cu_header.
665         (read_partial_die): Now supports the call to the new
666         dwarf2_lookup_abbrev.
667         (read_full_die): Now supports the call to the new
668         dwarf2_lookup_abbrev.
669
670 2002-10-06  Christopher Faylor  <cgf@redhat.com>
671
672         * Makefile.in (install-gdbtk): Add missing continuation backslash to
673         insure that shell variables, such as "transformed_name" are propagated
674         to later shell statements in rule.
675
676 2002-10-06  Mark Kettenis  <kettenis@gnu.org>
677
678         * config/i386/nm-i386sco.h: Add protection against
679         multiple-inclusion.  Include "i386/nm-i386v.h".
680         (REGISTER_U_ADDR): Remove define.
681         (i386_register_u_addr): Remove prototype.
682
683 2002-10-04  Michael Snyder  <msnyder@redhat.com>
684
685         * m32r-stub.c (handle_exception): Make sure exception is "trap"
686         before treating it as a single-step event.
687
688 2002-10-03  Adam Fedor  <fedor@gnu.org>
689
690         * objc-lang.c: ARI fixes.  Change string.h to gdb_string.h.
691         (objc_demangle): Remove assignment in if statements, Replace
692         free with xfree.
693         (add_msglist): Likewise.
694         (end_msglist): Likewise.
695         (complare_selectors): Likewise.
696         (selectors_info): Likewise.
697         (compare_classes): Likewise.
698         (classes_info): Likewise.
699         (print_object_command): Likewise.
700         (find_objc_msgcall_submethod): Replace PTR with void *.
701         * objc-lang.h: Remove check for __STDC__.
702
703 2002-10-03  Jeff Johnston  <jjohnstn@redhat.com>
704
705         * ui-out.h (ui_out_field_fmt_int): New prototype.
706         * ui-out.c (ui_out_field_fmt_int): New function allowing specification
707         of field width and alignment.
708         * stack.c (print_frame_info_base): When printing frame level, use
709         ui_out_field_fmt_int with a width of 2 and left alignment.  Fix for
710         PR gdb/192
711
712 2002-10-03  Jeff Johnston  <jjohnstn@redhat.com>
713
714         * MAINTAINERS: Add self to Write After Approval list.
715
716 2002-10-02  Elena Zannoni  <ezannoni@redhat.com>
717
718         * infcmd.c (interrupt_target_command_wrapper): Delete.
719         (interrupt_target_command): Make non static.
720         (nofp_registers_info): Make static.
721         * stack.c (return_command_wrapper): Delete.
722         (return_command): Make non static.
723
724 2002-10-02  Elena Zannoni  <ezannoni@redhat.com>
725
726         * event-top.c (gdb_setup_readline): New function. Code moved from
727         _initialize_event_loop().
728         (_initialize_event_loop): Call gdb_setup_readline().
729
730 2002-10-02  Andrew Cagney  <ac131313@redhat.com>
731
732         * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
733         * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
734         * gdbarch.h, gdbarch.c: Re-generate.
735
736 2002-10-02  Daniel Jacobowitz  <drow@mvista.com>
737
738         Fix PR gdb/778
739         * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
740         before recursing.
741         * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
742         of fill_in_vptr_fieldno.
743
744 2002-10-02  Elena Zannoni  <ezannoni@redhat.com>
745
746         * inferior.h (registers_info, stepi_command, nexti_command,
747         continue_command, interrupt_target_command): Export from infcmd.c.
748         * frame.h (args_info, selected_frame_level_changed_hook,
749         return_command): Export from stack.c.
750         * v850ice.c (stepi_command, nexti_command, continue_command): use
751         prototypes from inferior.h.
752         * tracepoint.c (registers_info, args_info, locals_info): Use
753         prototypes from frame.h and inferior.h.
754         * Makefile.in (mi-main.o): Add dependency on frame.h.
755
756 2002-10-02  Andrew Cagney  <ac131313@redhat.com>
757
758         * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
759         value in register 3 adjusted by ppc_gp0_regnum.
760
761         * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
762
763 2002-10-02  Marko Mlinar <markom@opencores.org>
764
765         * MAINTAINERS: Add myself to the Write After Approval list.
766
767 2002-10-01  Alexandre Oliva  <aoliva@redhat.com>
768
769         * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
770         of the section for the N64 ABI, fixed.
771
772         * config/mips/tm-irix6.h: Include solib.h.
773
774 2002-10-01  Elena Zannoni  <ezannoni@redhat.com>
775
776         * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
777         GNU operators.
778
779 2002-10-01  Andrew Cagney  <ac131313@redhat.com>
780
781         * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
782         and that "mi0" syntax has been removed.
783
784 2002-09-30  David Carlton  <carlton@math.stanford.edu>
785
786         * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
787         * ppc-sysv-tdep.c: #include "gdb_string.h".
788         * remote-sds.c (getmessage): Add semicolon after 'retry' label to
789         pacify GCC.
790
791 2002-10-01  Andrew Cagney  <ac131313@redhat.com>
792
793         * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
794         "vrsave"'s register number.
795
796 2002-09-30  Andrew Cagney  <ac131313@redhat.com>
797
798         * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
799         use frame_unwind_signed_register to obtain the PC.
800         (mips_frame_chain): Handle a generic dummy frame.
801         (mips_init_extra_frame_info): When a generic dummy frame, don't
802         re-compute the frame base.
803         (mips_pop_frame): Handle generic dummy frames.
804         (mips_gdbarch_init): When generic dummy frames, set
805         use_generic_dummy_frames, push_dummy_frame to
806         generic_push_dummy_frame, pc_in_call_dummy to
807         generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
808         generic_save_dummy_frame_tos.
809
810 2002-09-30  Andrew Cagney  <ac131313@redhat.com>
811
812         * blockframe.c (generic_find_dummy_frame): Rewrite.  Only test
813         against TOP when TOP was explictly set.
814         (generic_push_dummy_frame): Set TOP to zero.
815
816 2002-09-30  Elena Zannoni  <ezannoni@redhat.com>
817
818         * event-loop.c (start_event_loop): Rename variable 'result' to
819         'gdb_result', to avoid conflicts with upcoming intepreters changes.
820
821 2002-09-30  Keith Seitz  <keiths@redhat.com>
822
823         * gdb-events.sh (selected_thread_changed): New event.
824         * gdb-events.c: Regenerated.
825         * gdb-events.h: Regenerated.
826
827 2002-09-30  Hans-Peter Nilsson  <hp@bitrange.com>
828
829         * MAINTAINERS: Add self to Write After Approval list.
830
831 2002-09-30  Fernando Nasser  <fnasser@redhat.com>
832
833         * disasm.c: New file.  
834         * disasm.h: New file.  
835         * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
836         (compare_lines): Ditto.
837         (dump_insns): Ditto.
838         (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
839         argument.
840         (do_assembly_only): Ditto.
841         (do_disassembly): Renamed to gdb_disassembly and moved to
842         disasm.c.  Sdded uiout argument.
843         * Makefile.in: Add new files.  Reorder SFILES list. Update
844         dependencies.  Include libgdb.a later in the insight executable.
845
846 2002-09-29  Andrew Cagney  <ac131313@redhat.com>
847
848         * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
849         bfd/elf64-alpha-fbsd.c.
850
851 2002-09-29  Andrew Cagney  <ac131313@redhat.com>
852
853         * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
854         i386gnu-tdep.c.
855
856 2002-09-29  Andrew Cagney  <ac131313@redhat.com>
857
858         * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
859         __FUNCTION__.
860         * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
861         function name.
862         (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
863         (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
864         (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
865         (S_msg_sig_post_reply): Ditto.
866         
867 2002-09-28  Corinna Vinschen  <vinschen@redhat.com>
868
869         * sh-tdep.c (sh_use_struct_convention): Use definition according
870         to ABI.
871         (sh_push_arguments): Store in register with correct endianess.
872         (sh_default_store_return_value): Ditto.
873         (sh_gdbarch_init): Set sizeof long double to 8.
874
875 2002-09-27  Mark Kettenis  <kettenis@gnu.org>
876
877         * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
878         Fix some whitespace problems.
879
880 2002-09-27  David Carlton  <carlton@math.stanford.edu>
881
882         * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
883         (mcore-tdep.o): Ditto.
884         (ns32k-tdep.o): Ditto.
885         (ns32knbsd-tdep.o): Ditto.
886         (sh3-rom.o): Ditto.
887         (vax-tdep.o): Ditto.
888         * cris-tdep.c: #include "gdb_string.h"
889         * mcore-tdep.c: Ditto.
890         * ns32k-tdep.c: Ditto.
891         * ns32knbsd-tdep.c: Ditto.
892         * sh3-rom.c: Ditto.
893         * vax-tdep.c: Ditto.
894
895 2002-09-27  David Carlton  <carlton@math.stanford.edu>
896
897         * config/djgpp/fnchange.lst: Add entries for
898         gdb/testsuite/gdb.c++/m-static files.
899
900 2002-09-27  Jim Wilson  <wilson@redhat.com>
901
902         * MAINTAINERS: Add myself to the Write After Approval list.
903
904 2002-09-26  Martin M. Hunt  <hunt@redhat.com>
905
906         * mips-tdep.c (find_proc_desc): Initialize startaddr.
907
908
909 2002-09-26  Andrew Cagney  <ac131313@redhat.com>
910
911         * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
912         frame.
913
914 2002-09-26  Andrew Cagney  <ac131313@redhat.com>
915
916         * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
917         (rs6000_struct_return_address): Delete variable.
918         (rs6000_store_struct_return): Update.
919         (rs6000_gdbarch_init): Set extract_struct_value_address instead of
920         deprecated_extract_struct_value_address.
921         (rs6000_frame_align): New function.
922         (rs6000_gdbarch_init): Set frame_align.
923
924 2002-09-26  Andrew Cagney  <ac131313@redhat.com>
925
926         From Grace Sainsbury <graces@redhat.com>:
927         * Makefile.in (gdbtk-main.o): New target.
928         (gdb.o): New target.
929         (main_h): Define.
930         (main.o): Update dependencies.
931         (gdb$(EXEEXT)): Add gdb.o.
932         (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
933         (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
934         (SUBDIR_GDBTK_CLEAN): Set.
935         (install-gdbtk): Install the insight binary.
936         (uninstall-gdbtk): New target.
937         (all-gdbtk, clean-gdbtk): New rule.
938         * top.c (use_windows): Default to zero.
939         * main.c: Include "main.h".
940         (main): Delete.
941         (struct captured_main_args): Delete.
942         (gdb_main): New function.
943         * main.h: New file.
944         * gdb.c: New File.
945
946 2002-09-25  Andrew Cagney  <cagney@redhat.com>
947
948         * frame.c: Include "gdb_string.h" and "builtin-regs.h".
949         (frame_map_regnum_to_name): New function.
950         (frame_map_name_to_regnum): New function.
951         * frame.h (frame_map_name_to_regnum): Declare.
952         (frame_map_regnum_to_name): Declare.
953         * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
954         * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
955         * parse.c: Do not include "builtin-regs.h".
956         (target_map_name_to_register): Delete function.
957         (write_dollar_variable): Use frame_map_name_to_regnum.
958         * parser-defs.h (target_map_name_to_register): Delete declaration.
959         * expprint.c: Include "frame.h".
960         (print_subexp): Use frame_map_regnum_to_name.
961         * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
962         * infcmd.c (registers_info): Use frame_map_name_to_regnum.
963
964 2002-09-25  Andrew Cagney  <ac131313@redhat.com>
965
966         * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
967         wasn't saved, and the next innermost frame is a dummy, return the
968         dummy frame's link register.
969
970 2002-09-24  Jim Blandy  <jimb@redhat.com>
971
972         Fix from Paul Breed:
973         * main.c (captured_main): Add a `break' after the case for 'b'.
974
975 2002-09-24  Keith Seitz  <keiths@redhat.com>
976
977         * varobj.c (c_type_of_child): Use get_target_type instead
978         of TYPE_TARGET_TYPE.
979
980 2002-09-22  Fernando Nasser  <fnasser@redhat.com>
981
982         * source.c (get_current_or_default_source_symtab_and_line): Remove
983         function.
984         (set_default_source_symtab_and_line): New function. Attempts to
985         determine a source file to list lines from if one is not currently
986         defined.
987         (get_current_source_symtab_and_line): Initialize sal.pc and
988         sal.end fields.
989         (set_current_source_symtab_and_line): Mark argument as const.
990         * source.h: Update declarations and comments.
991         * linespec.c (decode_line_1): Replace call to removed routine above.
992         * stack.c (print_frame_info_base): Ditto.
993         * cli/cli-cmds.c (edit_command): Ditto.
994         (list_command): Ditto.
995
996 2002-09-22  Fernando Nasser  <fnasser@redhat.com>
997
998         * source.c (get_current_or_default_source_symtab_and_line): Initialize
999         sal.pc and sal.end fields.
1000         (get_current_or_default_source_symtab_and_line): Ditto.
1001         * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
1002         so we do not cause a new source symtab to be searched for (reverting an
1003         unintentional change from the 2002-09-20 patch).
1004         * scm-lang.c (scm_unpac): Ditto.
1005
1006 2002-09-21  Andrew Cagney  <cagney@redhat.com>
1007
1008         * complaints.c (symfile_explanations): Remove new-line from
1009         ``isolated_message''.
1010         (vcomplaint): When ISOLATED_MESSAGE, force a line break.
1011         (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
1012
1013 2002-09-20  Nick Clifton  <nickc@redhat.com>
1014         
1015         * NEWS: Announce that V850EA ISA is no longer supported.
1016         * v850-tdep.c: Remove reference to bfd_mach_v850ea.
1017
1018 2002-09-20  David Carlton  <carlton@math.stanford.edu>
1019
1020         * Makefile.in (c-lang.o): Correct dependencies.
1021         (utils.o): Gather dependencies.
1022         (charset.o): Move.
1023         * c-lang.c: #include "gdb_string.h"
1024
1025 2002-09-20  Fernando Nasser  <fnasser@redhat.com>
1026
1027         From 2002-07-02  George Helffrich <george@gly.bris.ac.uk>
1028         * cli/cli-cmds.c (list_command): New function.  Implements the new
1029         cli edit command.
1030         (_init_cli_cmds): Add new command definition.
1031         * gdb.1: Document edit command.
1032         * doc/gdb.texinfo: Document edit command.
1033
1034 2002-09-20  Fernando Nasser  <fnasser@redhat.com>
1035
1036         * source.c: Make global variables current_source_symtab and
1037         current_source_line static.
1038         (list_command): Moved to cli/cli-cmds.c.
1039         (ambiguous_line_spec): Moved to cli/cli-cmds.c.
1040         (get_first_line_listed): New accessor function.
1041         (get_lines_to_list): New accessor function.
1042         (get_current_source_symtab_and_line): New function. Retrieves the
1043         position in the source code that we consider current.
1044         (get_current_or_default_source_symtab_and_line): New function.
1045         Like the above but attempts to determine a default position if one
1046         is not currently defined.
1047         (set_current_source_symtab_and_line): New function. Sets the source
1048         code position considered current and returns the previously set one.
1049         (clear_current_source_symtab_and_line): Reset stored information about
1050         a current source line.
1051         (_initialize_source): Remove registration for the "list" command and
1052         its alias.
1053         * source.h: Add declarations for the new functions above.
1054         * symtab.h: Remove declarations for the global variables mentioned
1055         above.
1056         * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
1057         obtain current source line.
1058         * linespec.c (decode_line_1): Ditto.
1059         * macroscope.c (default_macro_scope): Ditto.
1060         * scm-lang.c (scm_unpac): Ditto.
1061         * stack.c (print_frame_info_base): Ditto.
1062         * symfile.c (clear_symtab_users): Ditto.
1063         * symtab.c (decode_line_spec): Ditto.
1064         * cli/cli-cmds.c (list_command): Moved here from source.c.
1065         (ambiguous_line_spec): Moved here from source.c.
1066         (_init_cli_cmds): Add definition for "list" and its alias.
1067         * Makefile.in: Update dependencies.
1068
1069 2002-09-20  Corinna Vinschen  <vinschen@redhat.com>
1070
1071         * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
1072         with what gcc thinks is correct.
1073
1074 2002-09-20  Corinna Vinschen  <vinschen@redhat.com>
1075
1076         * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
1077         multiple register push instruction.
1078
1079 2002-09-19  Jim Blandy  <jimb@redhat.com>
1080
1081         Add support for distinct host and target character sets.
1082         * charset.c, charset.h: New files.
1083         * c-exp.y: #include "charset.h".
1084         (yylex): Convert character and string literals to the target
1085         character set, before returning them as the semantic value of the
1086         token.
1087         * c-lang.c: #include "charset.h".
1088         (c_emit_char): Use charset-specific methods to recognize
1089         characters with backslash escape forms, to decide which characters
1090         to print literally and which to print using numeric escape
1091         sequences, and to convert target characters to host characters
1092         before printing.
1093         * utils.c: #include "charset.h".
1094         (no_control_char_error): New function.
1095         (parse_escape): Use charset-specific methods to recognize
1096         backslash escapes, parse `control character' notation, and convert
1097         characters from the host character set to the target character set.
1098         * configure.in: Set the default host character set.
1099         Check where to find iconv, and what its argument types might be.
1100         * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
1101         * Makefile.in (SFILES): List charset.c.
1102         (COMMON_OBS): List charset.o.   
1103         (charset.o): New rule.
1104         (charset_h): New header dependency variable.
1105         (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
1106         (LIBICONV): New variable, set by configure.
1107         (CLIBS): Include $(LIBICONV) here.
1108         * aclocal.m4, config.in, configure: Regenerated.
1109
1110 2002-09-19  Joel Brobecker  <brobecker@gnat.com>
1111
1112         * ada-exp.y: Add missing semicolons to end rules. Fixes a
1113         bison 1.35 warning.
1114
1115 2002-09-19  Richard Earnshaw  <rearnsha@arm.com>
1116
1117         * gdb_mbuild.sh: New file.
1118
1119 2002-09-19  Andrew Cagney  <ac131313@redhat.com>
1120
1121         * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
1122
1123 2002-09-18  Andrew Cagney  <ac131313@redhat.com>
1124
1125         * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
1126         jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
1127         printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
1128         valops.c, value.h: Revert previous change.
1129         
1130 2002-09-18  Michael Snyder  <msnyder@redhat.com>
1131
1132         Preliminary support for Objective-C:
1133         * defs.h (language_objc): New enum value.
1134         (puts_filtered_tabular): Declaration only, exported from utils.c.
1135         (skip_quoted): Delete, declared in completer.h.
1136         * c-exp.y: Include completer.h.
1137         * p-exp.y: Ditto.
1138         * jv-exp.y: Ditto.
1139         * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING): 
1140         New operator enum values.
1141         * language.h (CAST_IS_CONVERSION): Test for language_objc.
1142         * language.c (binop_result_type): Handle language_objc case.
1143         (integral_type, character_type, string_type, boolean_type,
1144         structured_type, binop_type_check): Ditto.
1145         * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
1146         (struct objc_specific): Add to general_symbol_info.
1147         (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
1148         (SYMBOL_DEMANGLED_NAME): Handle objc case.
1149         * parser-defs.h (struct objc_class_str): New struct type.
1150         (start_msglist, end_msglist, add_msglist): Declaration only,
1151         exported from objc-lang.c.
1152         * value.h (value_of_local, value_nsstring, 
1153         call_function_by_hand_expecting_type): Exported from valops.c.
1154         * valops.c (find_function_addr): Export.
1155         (call_function_by_hand_expecting_type): New function.
1156         (value_of_local): New function.
1157         * symfile.c (init_filename_language_table): Add ".m" extension
1158         for Objective-C.
1159         * utils.c (puts_filtered_tabular): New function.
1160         (fprintf_symbol_filtered): Add objc demangling support (disabled).
1161         (set/show demangle): Extend help-string to refer to ObjC.
1162         * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
1163         * stabsread.c (symbol_reference_defined): Objective-C symbols
1164         may contain colons: make allowances when scanning stabs strings
1165         for colons.
1166         (objc_find_colon): New function.
1167         * printcmd.c (address_info): If language == objc then print
1168         "self" instead of "this".
1169         * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
1170         OP_NSSTRING, and OP_SELF.
1171         (prefixify_subexp): Ditto.
1172         * source.c (print_source_lines): Mention objc in comment.
1173         * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
1174         method names.
1175
1176 2002-09-18  Andrew Cagney  <ac131313@redhat.com>
1177
1178         * complaints.h: Update copyright.
1179         (struct complaints): Declare.
1180         (struct complaint): Make `message' constant.
1181         (internal_complaint): Declare.
1182         (complaint): Declare.
1183         (complaint_root): Delete declaration.
1184         (symfile_complaints): Delete declaration.
1185         (struct complaints): Add opaque declaration.
1186         (clear_complaints): Add a complaints parameter.
1187         * complaints.c: Update copyright.
1188         (enum complaint_series): Define.
1189         (complaint_root): Delete.
1190         (struct complaints): Define.
1191         (complaint_sentinel, symfile_complaint_book): New variables.
1192         (symfile_explanations, symfile_complaints): New variables.
1193         New variables.
1194         (get_complaints): New function.
1195         (vcomplaint): New function.
1196         (complaint): New function.
1197         (internal_complaint): New function.
1198         (complain): Call vcomplain with symfile_complaint.
1199         (clear_complaints): Rewrite.
1200         (_initialize_complaints): Use add_setshow_command.
1201         * Makefile.in (complaints.o): Update dependencies.
1202         * symfile.c (syms_from_objfile): Add symfile_complaints parameter
1203         to call to clear_complaints.
1204         (new_symfile_objfile, reread_symbols): Ditto.
1205         (oldsyms_complaint): Delete.
1206         (empty_symtab_complaint, unknown_option_complaint): Delete.
1207         (free_named_symtabs): Use complaint instead of complain.
1208
1209 2002-09-18  Michael Snyder  <msnyder@redhat.com>
1210
1211         Contributed by Apple Computer, Inc.  Merged with current sources
1212         by Adam Fedor <fedor@doc.com> [cagney].
1213         
1214         * objc-lang.c: First clean-up round: comments, indentation.
1215         * objc-lang.h: Ditto.
1216         * objc-lang.y: Ditto.
1217
1218 2002-09-18  Andrew Cagney  <ac131313@redhat.com>
1219
1220         * maint.c (maintenance_internal_error): Print the parameter as the
1221         error message.
1222         (maintenance_internal_warning): New function.
1223         (_initialize_maint_cmds): Add command `maint internal-warning'.
1224
1225         * defs.h (internal_warning, internal_vwarning): Declare.
1226         * utils.c (struct internal_problem): Define.
1227         (internal_vproblem): New function.
1228         (internal_warning): New function.
1229         (internal_vwarning): New function.
1230         (internal_warning_problem, internal_error_problem): New variables.
1231         (internal_verror): Just call internal_vproblem.
1232
1233 2002-09-18  Michael Snyder  <msnyder@redhat.com>
1234
1235         * objc-lang.c: New file, support for Objective-C.
1236         Preliminary check-in, not yet integrated into gdb.
1237         * objc-lang.h: New file.
1238         * objc-exp.y:  New file.
1239
1240 2002-09-18  Andrew Cagney  <ac131313@redhat.com>
1241
1242         * infrun.c (signal_stop_update): Convert definition to ISO C.
1243         (signal_print_update): Ditto.
1244         (signal_pass_update): Ditto.
1245         * inflow.c (terminal_save_ours): Ditto.
1246
1247         * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
1248         comments.
1249         
1250         * config/djgpp/fnchange.lst: Handle name clashes between
1251         bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
1252         bfd/coff-tic80.c.
1253
1254         * i386-linux-tdep.h: Fix tipo.
1255
1256 2002-09-18  Adam Fedor  <fedor@gnu.org>
1257
1258         * MAINTAINERS: Add myself to the Write After Approval list.
1259
1260 2002-09-18  Jim Blandy  <jimb@redhat.com>
1261
1262         * dbxread.c, mdebugread.c: Revert my change of 2001-10-23.  Moving
1263         texthigh and textlow to reader-specific structs caused
1264         objfile_relocate to miss them.  This is fixable, but the work that
1265         the change was supposed to prepare GDB for never got done anyway.
1266
1267 2002-09-18  David Carlton  <carlton@math.stanford.edu>
1268
1269         * MAINTAINERS: Alphabetize Write After Approval list.
1270
1271 2002-09-18  Daniel Jacobowitz  <drow@mvista.com>
1272
1273         Fix PR gdb/709
1274         * values.c (value_static_field): Call read_var_value.
1275
1276 2002-09-18  Andrew Cagney  <ac131313@redhat.com>
1277
1278         * valops.c (hand_function_call): Align the initial stack pointer
1279         and STRUCT_ADDR using frame_align.  When STRUCT_RETURN and
1280         FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
1281         return value.
1282         * mips-tdep.c (mips_frame_align): New function.
1283         (mips_gdbarch_init): Set frame_align.
1284         * gdbarch.sh (FRAME_ALIGN): New method.
1285         * gdbarch.h, gdbarch.c: Re-generate.
1286
1287 2002-09-18  Michal Ludvig  <mludvig@suse.cz>
1288
1289         * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
1290         registers.
1291
1292 2002-09-17  Andrew Cagney  <ac131313@redhat.com>
1293
1294         * NEWS: Mention that MIPS $fp behavior changed.
1295         * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
1296         reference to FP_REGNUM.
1297         (mipsnbsd_cannot_store_register): Ditto.
1298         * mips-linux-nat.c: Update copyright.
1299         (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
1300         (mips_linux_cannot_store_register): Ditto.
1301         * mips-linux-tdep.c (supply_gregset): Ditto.  Update copyright.
1302         * config/mips/tm-mips.h: Update copyright.
1303         (FP_REGNUM): Delete macro.
1304         (MIPS_REGISTER_NAMES): Replace "fp" with "".
1305         * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
1306         * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
1307         (mips_r3041_reg_names, mips_r3051_reg_names)
1308         (mips_r3081_reg_names): Replace "fp" with "".
1309         Fix PR gdb/480.
1310
1311 2002-09-17  Theodore A. Roth  <troth@verinet.com>
1312
1313         * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to 
1314         generic_read_register_dummy() (PR gdb/703).
1315         (avr_push_return_address): #if 0 out unused vars.
1316         (avr_gdbarch_init): Enable use of avr_push_return_address().
1317
1318 2002-09-17  Michael Snyder  <msnyder@redhat.com>
1319
1320         * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
1321         RTE will take care of it.
1322
1323 2002-09-17  Andrew Cagney  <ac131313@redhat.com>
1324
1325         * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
1326         invalid, return SP_REGNUM.
1327
1328 2002-09-17  Michael Snyder  <msnyder@redhat.com>
1329
1330         * mips-tdep.c (mips_pop_frame): Read saved values of floating
1331         point registers without sign extension.
1332
1333 2002-09-17  Andrew Cagney  <cagney@redhat.com>
1334
1335         * blockframe.c (deprecated_read_register_dummy): Rename
1336         generic_read_register_dummy.
1337         * frame.c (frame_unwind_signed_register): New function.
1338         (frame_unwind_unsigned_register): New function.
1339         * frame.h (frame_unwind_signed_register): Declare.
1340         (frame_unwind_unsigned_register): Declare.
1341         (deprecated_read_register_dummy): Rename
1342         generic_read_register_dummy.
1343
1344         * h8300-tdep.c (h8300_frame_chain): Update.
1345         (h8300_frame_saved_pc): Update.
1346         * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
1347         * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
1348         * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
1349         (s390_frame_chain): Update.
1350         * v850-tdep.c (v850_find_callers_reg): Update.
1351         (v850_frame_saved_pc): Update.
1352         * m32r-tdep.c (m32r_init_extra_frame_info): Update.
1353         (m32r_find_callers_reg): Update.
1354         (m32r_frame_saved_pc): Update.
1355         * sh-tdep.c (sh_find_callers_reg): Update.
1356         (sh64_get_saved_pr): Update.
1357         (sh_init_extra_frame_info): Update.
1358         (sh_init_extra_frame_info): Update.
1359         (sh64_init_extra_frame_info): Update.
1360         (sh64_init_extra_frame_info): Update.
1361         * mcore-tdep.c (mcore_find_callers_reg): Update.
1362         (mcore_frame_saved_pc): Update.
1363         (mcore_init_extra_frame_info): Update.
1364         * i386-tdep.c (i386_frame_saved_pc): Update.
1365         * ia64-tdep.c (ia64_frame_saved_pc): Update.
1366         (ia64_init_extra_frame_info): Update.
1367         (ia64_init_extra_frame_info): Update.
1368         * d10v-tdep.c (d10v_frame_saved_pc): Update.
1369         * cris-tdep.c (cris_init_extra_frame_info): Update.
1370         * avr-tdep.c (avr_frame_chain): Update.
1371         (avr_init_extra_frame_info): Update.
1372         (avr_frame_saved_pc): Update.
1373         * arm-tdep.c (arm_find_callers_reg): Update.
1374         (arm_init_extra_frame_info): Update.
1375         (arm_frame_saved_pc): Update.
1376
1377 2002-09-17  Tom Tromey  <tromey@redhat.com>
1378
1379         * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
1380         is "'".
1381
1382 2002-09-17  Corinna Vinschen  <vinschen@redhat.com>
1383
1384         * MAINTAINERS: Remove "non multi-arched" text from h8300.
1385         * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
1386         NEXT_PROLOGUE_INSN.
1387         (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
1388         NEXT_PROLOGUE_INSN.
1389
1390 2002-09-16  Joel Brobecker  <brobecker@gnat.com>
1391
1392         * osfsolib.c: Remove file, replaced by solib-osf.c.
1393         * Makefile.in: Remove compilation rules for osfsolib.c.
1394
1395 2002-09-16  David Carlton  <carlton@math.stanford.edu>
1396
1397         * cp-valprint.c (cp_print_class_method): Correct args to
1398         check_stub_method_group.
1399
1400 2002-09-16  Corinna Vinschen  <vinschen@redhat.com>
1401
1402         * h8300-tdep.c: Multiarch.  Drop `set machine' command in favor of
1403         `set architecture'.  Unify naming convention of functions.
1404         (h8300_skip_prologue): Improve prologue analysis.
1405         (h8300_push_arguments): Rewritten to more closely match GCC's
1406         bizarre argument-passing behavior, along with the comment describing
1407         said behavior.
1408         * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
1409         * config/h8300/tm-h8300.h: Multiarch.  Just keep stuff needed by
1410         sim, remote-e7000.c, remote-hms.c and remote.c
1411
1412 2002-09-15  Mark Kettenis  <kettenis@gnu.org>
1413
1414         * i386-tdep.c (gdb_print_insn_i386): Removed.
1415         (i386_print_insn): New function.
1416         (i386_gdbarch_init): Set print_insn to i386_print_insns.
1417         (_initialize_i386_tdep): Don't initialize tm_print_insn and
1418         tm_print_insn_info.
1419
1420 2002-09-14  Mark Kettenis  <kettenis@gnu.org>
1421
1422         * gdbtypes.c (check_stub_method_group): Initialize found_stub to
1423         zero.
1424
1425 2002-09-14  Corinna Vinschen  <vinschen@redhat.com>
1426
1427         * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
1428         for IN_SIGTRAMP to here.  Use IN_SIGTRAMP only if it's defined. 
1429         Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
1430
1431 2002-09-13  Christopher Faylor  <cgf@redhat.com>
1432
1433         * win32-nat.c (child_create_inferior): Honor 'tty' command.
1434
1435 2002-09-13  Daniel Jacobowitz  <drow@mvista.com>
1436
1437         * gdbtypes.c (check_stub_method): Make static.
1438         (check_stub_method_group): New function.
1439         * gdbtypes.h: Update prototypes.
1440         * cp-support.c: New file.
1441         * cp-support.h: New file.
1442
1443         * stabsread.c: Include "cp-abi.h" and "cp-support.h".
1444         (update_method_name_from_physname): New function.
1445         (read_member_functions): Correct method names for operators
1446         and v3 constructors/destructors.  Separate v2 constructors and
1447         destructors.
1448         * Makefile.in (stabsread.o): Update dependencies.
1449         (SFILES): Add cp-support.c.
1450         (COMMON_OBS): Add cp-support.o.
1451         (cp_support_h, cp-support.o): Add.
1452
1453         * cp-valprint.c (cp_print_class_method): Call
1454         check_stub_method_group instead of check_stub_method.  Remove
1455         extraneous QUITs.
1456         * p-valprint.c (pascal_object_print_class_method): Likewise.
1457         * valops.c (search_struct_method): Likewise.
1458         (find_method_list, value_struct_elt_for_reference): Likewise.
1459
1460 2002-09-13  Andrew Cagney  <cagney@redhat.com>
1461
1462         * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
1463         * gdbarch.h, gdbarch.c: Regenerate.
1464
1465 2002-09-13  Andrew Cagney  <ac131313@redhat.com>
1466
1467         * frame.c (find_saved_register): Delete function.
1468         * frame.h (find_saved_register): Delete declaration.
1469         Fix PR gdb/631.
1470
1471 Fri Sep 13 14:59:55 2002  Andrew Cagney  <cagney@redhat.com>
1472
1473         * mips-tdep.c (read_next_frame_reg): Re-hack using
1474         frame_register_unwind.
1475
1476 Fri Sep 13 07:42:09 2002  Andrew Cagney  <cagney@redhat.com>
1477
1478         * mips-tdep.c (mips_get_saved_register): Re-hack using
1479         frame_register_unwind.
1480
1481 2002-09-12  Joel Brobecker  <brobecker@gnat.com>
1482
1483         * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
1484         vector. Will be useful for Interix.  
1485         * gdbarch.h, gdbarch.c: Regenerate.
1486
1487         * valops.c (value_allocate_space_in_inferior): Replace hard-coded
1488         name of the malloc function by NAME_OF_MALLOC.
1489
1490 2002-09-12  Joel Brobecker  <brobecker@gnat.com>
1491
1492         * value.h (find_function_in_inferior): Add const keyword to
1493         one of the parameters. Allows us to invoke this function with
1494         a const char *.
1495         * valops.c (find_function_in_inferior): Likewise.
1496
1497 2002-09-12  Joel Brobecker  <brobecker@gnat.com>
1498
1499         * exec.c (xfer_memory): Fix compilation warning with old versions
1500         of GCC.
1501         * tracepoint.c (trace_find_tracepoint_command): Likewise.
1502
1503 2002-09-12  David Carlton  <carlton@math.stanford.edu>
1504
1505         * symtab.h: Run through gdb_indent.h.
1506         Add 2002 to Copyright year list.
1507
1508 2002-09-12  Alan Modra  <amodra@bigpond.net.au>
1509
1510         * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
1511         mach constants.
1512         * MAINTAINERS: Add myself to write after approval list.
1513
1514 2002-09-11  J. Brobecker  <brobecker@gnat.com>
1515
1516         * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
1517
1518 2002-09-11  J. Brobecker  <brobecker@gnat.com>
1519
1520         * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
1521         Interix.
1522
1523 2002-06-05  Paul N. Hilfinger  <hilfingr@otisco.mckusick.com>
1524
1525         * procfs.c (do_detach): Clear current signal, not just fault.
1526         Corrects problem with breakpoint trap signal leaking to detached
1527         process on Tru64.
1528
1529 2002-09-10  Michael Snyder  <msnyder@redhat.com>
1530
1531         * buildsym.c (finish_block): Protect against null pointer.
1532
1533 2002-09-10  Andrew Cagney  <cagney@redhat.com>
1534
1535         * infcmd.c (default_print_registers_info): Send all output to
1536         ``file'' instead of ``gdb_stdout''.
1537
1538 2002-09-10  Michael Snyder  <msnyder@redhat.com>
1539
1540         * mips-tdep.c (mips_extract_struct_value_address): Make val a
1541         LONGEST, and use signed register read (addresses are sign-
1542         extended for mips).
1543
1544 2002-09-10  Stephane Carrez  <stcarrez@nerim.fr>
1545
1546         * event-loop.c (gdb_do_one_event): Make public.
1547         * event-loop.h (gdb_do_one_event): Declare.
1548
1549 2002-09-10  Jeff Law  <law@redhat.com>
1550
1551         * infttrace.c (child_resume): Simplify and rework to avoid
1552         TT_PROC_CONTINUE.
1553
1554 2002-09-09  Fred Fish  <fnf@intrinsity.com>
1555
1556         * printcmd.c (print_scalar_formatted): "len" is the number of
1557         target bytes, NOT the number of target bits.
1558
1559 2002-09-09  Elena Zannoni  <ezannoni@redhat.com>
1560
1561         From: Emmanuel Thome'  <thome@lix.polytechnique.fr>
1562         * top.c (init_main): Set rl_terminal_name.
1563
1564 2002-09-08  Aidan Skinner <aidan@velvet.net>
1565
1566         * ada-lang.c (ada_array_bound, ada_type_match,
1567         _initialize_ada_language): Fix K&R definitions.
1568         * ada-tasks.c (get_current_task): Fix K&R definitions.
1569         * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
1570                         
1571 2002-09-07  Christopher Faylor  <cgf@redhat.com>
1572
1573         * MAINTAINERS: Remove CE from list of maintainership responsibilities.
1574         Add XP.
1575
1576 2002-09-06  Mark Kettenis  <kettenis@gnu.org>
1577
1578         * i386-tdep.c (i386_register_virtual_type,
1579         i386_register_convertible, i386_register_convert_to_virtual,
1580         i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
1581         instead of IS_FP_REGNUM and IS_SSE_REGNUM.
1582         (i386_gdbarch_init): Fix comment.  Add comments on calls that set
1583         sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
1584         Don't set push_arguments twice.
1585
1586         * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
1587         sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
1588         * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
1589         sigtramp_end to NULL.
1590         * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
1591         defines.
1592         (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
1593
1594         * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
1595         whitespace.
1596
1597         * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
1598         * gdbarch.h, gdbarch.c: Re-generate.
1599         * blockframe.c (find_pc_sect_partial_function): Convert to use
1600         SIGTRAMP_START_P predicate.
1601
1602 2002-09-05  Michael Snyder  <msnyder@redhat.com>
1603
1604         * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
1605         generic_dummy_frame method and old method.  Also distinguish
1606         between ARM_FP_REGNUM and THUMB_FP_REGNUM.
1607         (arm_extract_return_value): Use new regcache method.
1608
1609         * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
1610         adjustment that doesn't conform to the ABI.
1611         (mips_extract_struct_value_address): Retrieve V0_REGNUM from
1612         saved regcache, not from current regcache.
1613
1614 2002-09-05  Andrew Cagney  <ac131313@redhat.com>
1615
1616         * NEWS: Update for 5.3.  Add new section ``Changes since 5.3''.
1617         * README: Update.
1618
1619 2002-09-04  Jason Thorpe  <thorpej@wasabisystems.com>
1620
1621         * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
1622         if arm_apcs_32 is false.
1623
1624 2002-09-04  Andrew Cagney  <ac131313@redhat.com>
1625
1626         GDB 5.3 branch created.
1627
1628 2002-09-03  Theodore A. Roth  <troth@verinet.com>
1629
1630         * gdb/avr-tdep.c (avr_gdbarch_init): Use
1631         generic_unwind_get_saved_register.
1632
1633 2002-09-03  David Carlton  <carlton@math.stanford.edu>
1634
1635         * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
1636         argument (PR gdb/653).  Update call to smash_to_method_type.
1637         (read_structure_scope): Update call to dwarf2_add_member_fn.
1638
1639 2002-09-03  Michal Ludvig  <mludvig@suse.cz>
1640
1641         * x86-64-linux-tdep.c: Include gdb_string.h
1642         * x86-64-linux-nat.c: Ditto.
1643
1644 2002-09-02  Jason Thorpe  <thorpej@wasabisystems.com>
1645
1646         * ada-exp.y (yyname, yyrule): Remap global variables that appear
1647         when YYDEBUG is set to 1.  
1648         * c-exp.y: Likewise.
1649         * f-exp.y: Likewise.
1650         * jv-exp.y: Likewise.
1651         * m2-exp.y: Likewise.
1652         * p-exp.y: Likewise.
1653
1654 2002-09-02  Jason Thorpe  <thorpej@wasabisystems.com>
1655
1656         * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
1657         dependency list.
1658         * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
1659         solib_svr4_fetch_link_map_offsets to
1660         nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
1661         * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
1662         * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
1663         * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
1664         solib-svr4.o, and solib-legacy.o.
1665         * config/i386/tm-nbsd.h: Include solib.h.
1666
1667 2002-09-02  Jason Thorpe  <thorpej@wasabisystems.com>
1668
1669         * configure.tgt (i[3456]86-*-netbsdelf*): Merge with... 
1670         (i[3456]86-*-netbsd*): ...this.  Set gdb_target to nbsd. 
1671         (i[3456]86-*-openbsd*): Make this a separate entry.  Add a
1672         comment noting that this needs its own target configuration.
1673         * config/i386/nbsd.mt: New file.
1674         * config/i386/nbsdaout.mt: Remove.
1675         * config/i386/nbsdelf.mt: Ditto.
1676         * config/i386/tm-nbsdaout.h: Ditto. 
1677
1678 2002-09-02  Jason Thorpe  <thorpej@wasabisystems.com>
1679
1680         * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function. 
1681         (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset. 
1682         (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
1683         tdep->sigtramp_end.
1684         (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove. 
1685         * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
1686         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
1687
1688 2002-09-02  Jason Thorpe  <thorpej@wasabisystems.com>
1689
1690         * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
1691         $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
1692         * i386-tdep.h (i386bsd_init_abi): New prototype.
1693         * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
1694         function declaration.
1695         (_initialize_i386bsd_tdep): Don't register OS ABI handlers
1696         for NetBSD-a.out or NetBSD-ELF.
1697         (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
1698         (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
1699         (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
1700         * i386nbsd-tdep.c: ...here.  Include arch-utils.h, i386-tdep.h,
1701         and nbsd-tdep.h.
1702         (i386nbsd_pc_in_sigtramp): New function.
1703         (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1704         i386nbsd_pc_in_sigtramp.
1705         (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
1706         and i386nbsdelf_init_abi OS ABI handlers.
1707         * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
1708         * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
1709
1710 2002-09-02  Mark Kettenis  <kettenis@gnu.org>
1711
1712         * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
1713         registers if the target really has them.
1714
1715 2002-08-31  Jason Thorpe  <thorpej@wasabisystems.com>
1716
1717         * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
1718         than nbsd-tdep.h.
1719
1720 2002-08-31  Jason Thorpe  <thorpej@wasabisystems.com>
1721
1722         * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
1723         list.
1724         * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
1725         (alphanbsd_skip_sigtramp_frame): New functions. 
1726         (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
1727         alphanbsd_skip_sigtramp_frame.  Set tdep->sigcontext_addr
1728         to alphanbsd_sigcontext_addr. 
1729
1730 2002-08-31  Jason Thorpe  <thorpej@wasabisystems.com>
1731
1732         * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
1733         list.
1734         (nbsd-tdep.o): Add $(gdb_string_h) to dependency list. 
1735         * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
1736         nbsd_pc_in_sigtramp. 
1737         * mipsnbsd-tdep.c: Include nbsd-tdep.h.
1738         (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
1739         * nbsd-tdep.c: Include gdb_string.h.
1740         (nbsd_pc_in_sigtramp): New function. 
1741         * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype. 
1742         * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
1743         (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1744         ppcnbsd_pc_in_sigtramp. 
1745         * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
1746         (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1747         shnbsd_pc_in_sigtramp. 
1748         * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
1749         gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp. 
1750         * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
1751
1752 2002-08-30  Pierre Muller  <muller@ics.u-strasbg.fr>
1753
1754         * breakpoint.c (breakpoint_init_inferior): Reset the val field of
1755         watchpoints to NULL.
1756         (insert_breakpoints): set val field of watchpoints if NULL.
1757
1758
1759 2002-08-29  Jim Blandy  <jimb@redhat.com>
1760
1761         * symtab.c (lookup_symbol_aux): In the cases where we find a
1762         minimal symbol of an appropriate name and use its address to
1763         select a symtab to read and search, use `name' (as passed to us)
1764         as the demangled name when searching the symtab's global and
1765         static blocks, not the minsym's name.
1766
1767 2002-08-29  Keith Seitz  <keiths@redhat.com>
1768
1769         * stack.c (print_frame_info_base): Always set current_source_symtab
1770         and current_source_line.
1771
1772 2002-08-29  Donn Terry  <donnte@microsoft.com>
1773
1774         * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
1775
1776 2002-08-28  Keith Seitz  <keiths@redhat.com>
1777
1778         * stack.c (select_frame): Add FIXME concerning selected-frame
1779         events.
1780         (select_frame_command): Send selected-frame-level-changed
1781         event notification, but only if the level actually changed.
1782         (up_silently_base): Add selected-frame-level-changed event
1783         notification.
1784         (down_silently_base): Likewise.
1785
1786 2002-08-28  Andrew Cagney  <ac131313@redhat.com>
1787
1788         * Makefile.in: Update dependencies for all gdb/*.c files.
1789
1790 2002-08-27  Tom Tromey  <tromey@redhat.com>
1791
1792         * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
1793         ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
1794         Update dependencies.
1795         * i387-tdep.c: Include gdb_string.h.
1796         * osabi.c: Likewise.
1797         * i386-linux-nat.c: Likewise.
1798         * lin-lwp.c: Likewise.
1799         * ax-gdb.c: Likewise.
1800         * signals/signals.c: Likewise.
1801         * jv-valprint.c: Likewise.
1802         * p-lang.c: Likewise.
1803         * c-valprint.c: Likewise.
1804         * cp-abi.c: Likewise.
1805
1806 2002-08-27  Elena Zannoni  <ezannoni@redhat.com>
1807
1808         * cli/cli-script.h (copy_command_lines): Export.
1809         * breakpoint.c: Include cli/cli-script.h.
1810         * Makefile.in (breakpoint.o): Update dependencies.
1811
1812 2002-08-26  Michael Snyder  <msnyder@redhat.com>
1813
1814         * breakpoint.c (insert_breakpoints): Protect all references
1815         to 'process_warning'.  Shorten long lines.
1816
1817 2002-08-26  Joel Brobecker  <brobecker@gnat.com>
1818
1819         * cli/cli-script.c (copy_command_lines): New function.
1820         * defs.h (copy_command_lines): Export.
1821         * testsuite/gdb.base/commands.exp: New tests for commands
1822         attached to a temporary breakpoint, and for commands that
1823         delete the breakpoint they are attached to.
1824         
1825 2002-08-26  Michael Snyder  <msnyder@redhat.com>
1826
1827         * breakpoint.c (bpstat_stop_status): Instead of copying the 
1828         pointer to the breakpoint commands struct, make a new copy
1829         of the struct and point to that.
1830         (bpstat_clear): Free the commands struct.
1831         (bpstat_clear_actions): Free the commands struct.
1832         (bpstat_do_actions): Free the command actions.  Also execute
1833         the local cleanups, instead of deleting them.
1834         (delete_breakpoint): Leave the commands field of the bpstat
1835         chain alone -- it will be freed later.
1836
1837 2002-08-26  Kevin Buettner  <kevinb@redhat.com>
1838
1839         * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
1840         deleted in 2002-08-20 commit.  This function is still used by
1841         ppc-linux-nat.c.
1842
1843 2002-08-26  Keith Seitz  <keiths@redhat.com>
1844
1845         * gdb-events.sh: Add selected-frame-level-changed event.
1846         * gdb-events.c: Regenerated.
1847         * gdb-events.h: Regenerated.
1848         
1849 2002-08-26  Stephane Carrez  <stcarrez@nerim.fr>
1850
1851         Fix PR gdb/393:
1852         * inflow.c (terminal_save_ours): New function to save terminal
1853         settings.
1854         * inferior.h (terminal_save_ours): Declare.
1855         * target.c (debug_to_terminal_save_ours): New function.
1856         (cleanup_target): Defaults to_terminal_save_ours.
1857         (update_current_target): Inherit to_terminal_save_ours.
1858         (setup_target_debug): Set to_terminal_save_ours.
1859         * target.h (target_terminal_save_ours): New to save terminal settings.
1860         (target_ops): New member to_terminal_save_ours.
1861         * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
1862         * hpux-thread.c (init_hpux_thread_ops): Likewise.
1863         * inftarg.c (init_child_ops): Likewise.
1864         * m3-nat.c (init_m3_ops): Likewise.
1865         * procfs.c (init_procfs_ops): Likewise.
1866         * wince.c (init_child_ops): Likewise.
1867         * win32-nat.c (init_child_ops): Likewise.
1868         * sol-thread.c (init_sol_thread_ops): Likewise.
1869
1870 2002-08-26  Mark Kettenis  <kettenis@gnu.org>
1871
1872         * i386-tdep.c (i386_store_return_value): Undeprecate.  Convert to
1873         use regcache_* functions.
1874         (i386_gdbarch_init): Set store_return_value instead of
1875         deprecated_store_return_value.
1876
1877         * regcache.c (regcache_raw_write_signed,
1878         regcache_raw_write_unsigned): New functions.
1879         * regcache.h (regcache_raw_write_signed,
1880         regcache_raw_write_unsigned): New prototypes.
1881
1882 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
1883
1884         * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
1885         (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
1886         source file dependencies.  Cleanup corresponding generator rules.
1887
1888 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
1889
1890         * regcache.h (register_offset_hack): Declare.
1891         (regcache_cooked_read_using_offset_hack): Declare.
1892         (regcache_cooked_write_using_offset_hack): Declare.
1893
1894         * regcache.c (register_offset_hack): New function.
1895         (regcache_cooked_read_using_offset_hack): New function.
1896         (regcache_cooked_write_using_offset_hack): New function.
1897         (regcache_dump): Check that the registers, according to their
1898         offset, are packed hard against each other.
1899         (cooked_xfer_using_offset_hack): New function.
1900
1901 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
1902
1903         * regcache.c (struct regcache_descr): Add field register_type.
1904         (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
1905         in as a parameter
1906         (init_regcache_descr): Initialize register_type.  Pass the descr
1907         to init_legacy_regcache_descr.  Use register_type instead of
1908         REGISTER_VIRTUAL_TYPE.
1909         (register_type): New function.
1910         (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
1911         * regcache.h (register_type): Declare.
1912
1913 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
1914
1915         * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
1916         instead of deprecated_store_return_value.  Fix fallout from
1917         2002-08-23 Andrew Cagney <cagney@redhat.com>.
1918
1919 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
1920
1921         * regcache.c (max_register_size): New function.
1922         (init_legacy_regcache_descr): Ensure that max_register_size is
1923         large enough for REGISTER_VIRTUAL_SIZE.
1924         * regcache.h (max_register_size): Declare.
1925
1926 2002-08-24  Andrew Cagney  <ac131313@redhat.com>
1927
1928         * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
1929         store_return_value.
1930         (e500_extract_return_value): Change type of valbuf pointer to
1931         void.
1932
1933 2002-08-24  Mark Kettenis  <kettenis@gnu.org>
1934
1935         * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
1936         workaround.
1937
1938         * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
1939         PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
1940         long long) to prevent compiler warning on 64-bit systems.
1941
1942 2002-08-23  Andrew Cagney  <cagney@redhat.com>
1943
1944         * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
1945         (DEPRECATED_STORE_RETURN_VALUE): New method.
1946         (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
1947         * gdbarch.h, gdbarch.c: Re-generate.
1948
1949         * values.c (set_return_value): Pass current_regcache to
1950         STORE_RETURN_VALUE.
1951         * arch-utils.h (legacy_store_return_value): Declare.
1952         * arch-utils.c (legacy_store_return_value): New function.
1953         (legacy_extract_return_value): Update parameters.
1954
1955         * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
1956         STORE_RETURN_VALUE.
1957         * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1958         * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1959         * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1960         * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1961         * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1962         * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1963         * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1964         * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1965         * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1966         * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1967
1968         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1969         * i386-tdep.c (i386_extract_return_value): Update.
1970         * arch-utils.c (legacy_extract_return_value): Update.
1971         * frv-tdep.c (frv_gdbarch_init): Update.
1972         * cris-tdep.c (cris_gdbarch_init): Update.
1973         * d10v-tdep.c (d10v_gdbarch_init): Update.
1974         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1975         * m68k-tdep.c (m68k_gdbarch_init): Update.
1976         * mcore-tdep.c (mcore_gdbarch_init): Update.
1977         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1978         * s390-tdep.c (s390_gdbarch_init): Update.
1979         * sparc-tdep.c (sparc_gdbarch_init): Update.
1980         * sh-tdep.c (sh_gdbarch_init): Update.
1981         * x86-64-tdep.c (x86_64_gdbarch_init): Update.
1982         * v850-tdep.c (v850_gdbarch_init): Update.
1983         * avr-tdep.c (avr_gdbarch_init): Update.
1984         * ia64-tdep.c (ia64_gdbarch_init): Update.
1985         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1986         * vax-tdep.c (vax_gdbarch_init): Update.
1987         * alpha-tdep.c (alpha_gdbarch_init): Update.
1988         * arm-tdep.c (arm_gdbarch_init): Update.
1989         * mips-tdep.c (mips_gdbarch_init): Update.
1990         * i386-tdep.c (i386_gdbarch_init): Update.
1991
1992 2002-08-23  Andrew Cagney  <ac131313@redhat.com>
1993
1994         * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
1995         bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
1996
1997 2002-08-24  Mark Kettenis  <kettenis@gnu.org>
1998
1999         * PROBLEMS: Refer to GDB 5.3 instead of 5.2.  Mention FreeBSD
2000         problems.
2001
2002 2002-08-23  Joel Brobecker  <brobecker@gnat.com>
2003
2004         * infrun.c (handle_inferior_event): Move a comment outside of a
2005         function call, in order to avoid indent reformatting this part
2006         of the code in an unreadable way.
2007
2008 2002-08-23  Grace Sainsbury  <graces@redhat.com>
2009
2010         * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
2011         when breakpoints fail. Move general breakpoint error messages to
2012         insert_breakpoints.  
2013         * breakpoint.c (insert_breakpoints): Change warnings when
2014         breakpoints are nto inserted to specify the type. Remove call to
2015         memory_error when hardware breakpoints can't be inserted. Remove
2016         multiple calls to warning so all messages are sent to the user at
2017         once.
2018         (delete_breakpoints): Make insert error messsages more explicit.
2019
2020 2002-08-23  Daniel Jacobowitz  <drow@mvista.com>
2021
2022         * ChangeLog: Move gdbserver entries after GDB 5.2 to
2023         gdbserver/ChangeLog.
2024
2025 2002-08-23  Mark Kettenis  <kettenis@gnu.org>
2026
2027         * i386-tdep.c: Include "objfiles.h".
2028         (i386_svr4_init_abi): Set in_solib_call_trampoline and
2029         skip_trampoline_code.
2030         * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
2031         (CPLUS_MARKER): Define to '.'.
2032
2033         * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
2034         member.
2035         (linux_corefile_thread_callback): Increase args->num_notes.
2036         (linux_make_note_section): Initialize thread_args.num_notes, and
2037         use it to determine whether notes for any threads were created.
2038
2039 2002-08-23  Donn Terry  <donnte@microsoft.com>
2040
2041         * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
2042         corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
2043         and PCUNKILL.
2044         (write_with_trace): Conditionalize out the switch branch handling
2045         PCSHOLD if the corresponding macro is not defined. Likewise for
2046         PRSABORT and PRSTOP.
2047         This change will be needed by the Interix port.
2048
2049 2002-08-22  Elena Zannoni  <ezannoni@redhat.com>
2050
2051         * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
2052         write_register wherever possible instead of manipulating the
2053         register bytes directly.
2054         Assign VALUE_CONTENTS to a variable and use that.
2055         The GPR numbers are now dependent on the architecture.
2056         
2057 2002-08-22  Elena Zannoni  <ezannoni@redhat.com>
2058
2059         * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
2060         ev_offset fields.
2061         (skip_prologue): Add support for BookE/e500 instructions.
2062         (e500_extract_return_value): New function.
2063         (frame_get_saved_regs): Add support for saving ev registers and
2064         pseudo gpr's.
2065         (e500_store_return_value): New function.
2066         (rs6000_gdbarch_init): Move up default intializations of
2067         deprecated_extract_return_value and store_return_value.  Overwrite
2068         init of store_return_value with e500 specific version.
2069         Set extract_return_value for e500.
2070         
2071 2002-08-22  Elena Zannoni  <ezannoni@redhat.com>
2072
2073         * blockframe.c (generic_call_dummy_register_unwind): Use
2074         regcache_cooked_read to catch cases in which the variable is
2075         stored in a pseudo register.
2076
2077 2002-08-22  Andrew Cagney  <cagney@redhat.com>
2078
2079         * NEWS: Mention that the i960 has been made obsolete.
2080         * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
2081         i960-tdep.c
2082         (remote-nrom.o): Obsolete target.
2083         (remote-nindy.o, i960-tdep.o): Ditto.
2084         * remote-nrom.c: Make file obsolete.
2085         * remote-nindy.c, remote-vx960.c: Ditto.
2086         * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
2087         * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
2088         * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
2089         * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
2090         * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
2091         i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
2092         i960-*-vxworks* obsolete.
2093         * MAINTAINERS: Note that the i960 is obsolete.
2094
2095 2002-08-21  Corinna Vinschen  <vinschen@redhat.com
2096
2097         * aix-thread.c (aix_thread_detach): Disable thread debugging on
2098         detach to allow reinitialization.
2099
2100 2002-08-22  Andrew Cagney  <ac131313@redhat.com>
2101
2102         * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
2103         attempt).
2104
2105 2002-08-22  Jim Blandy  <jimb@redhat.com>
2106
2107         * coffread.c (coff_symfile_read): Don't try to read the line
2108         number table from disk if the image file doesn't have a symbol
2109         table; we'll never actually look at the info anyway, and Windows
2110         ships DLL's with bogus file offsets for the line number data.
2111
2112 2002-08-21  Elena Zannoni  <ezannoni@redhat.com>
2113
2114         * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
2115         an e500 executable.
2116
2117 2002-08-21  Michael Snyder  <msnyder@redhat.com>
2118
2119         * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
2120         (MSYMBOL_SIZE): Replace macro with function.
2121         (DEFAULT_MIPS_TYPE): Delete unused macro.
2122         * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
2123         * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
2124
2125 2002-08-21  Jim Blandy  <jimb@redhat.com>
2126
2127         * valops.c (value_cast): Simplify and correct logic for doing a
2128         static cast from a pointer to a base class to a pointer to a
2129         derived class.
2130
2131 2002-08-21  Andrew Cagney  <ac131313@redhat.com>
2132
2133         * infcmd.c (default_print_registers_info): Replace
2134         do_registers_info.
2135         (registers_info): Use gdbarch_print_registers_info instead of
2136         DO_REGISTERS_INFO.
2137         * inferior.h (default_print_registers_info): Replace
2138         do_registers_info.
2139         * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
2140         (DO_REGISTERS_INFO): Change to a predicate function.
2141         * gdbarch.h, gdbarch.c: Regenerate.
2142         
2143 2002-08-21  Keith Seitz  <keiths@redhat.com>
2144
2145         * gdb-events.sh: Add target-changed event.
2146         * gdb-events.c: Regenerated.
2147         * gdb-events.c: Regenerated.
2148         * valops.c (value_assign): Add target-changed event notification
2149         to inlval_register, lval_memory, and lval_reg_frame_relative.
2150
2151 2002-08-21  Joel Brobecker  <brobecker@gnat.com>
2152
2153         * NEWS: Add an entry regarding the improvement of the next/step
2154         operation on Alpha Tru64 multi-processor machines.
2155
2156 2002-08-21  Andrew Cagney  <ac131313@redhat.com>
2157
2158         * Makefile.in: Update dependencies for mi/ cli/ and tui/
2159         directores.
2160         * Makefile.in: Update all _h macro definitions.
2161         * Makefile.in (install-gdbtk): Move to install section.
2162         (rdi-share/libangsd.a): Move to end of file.
2163
2164 2002-08-19  Andrew Cagney  <ac131313@redhat.com>
2165
2166         * frame.c (frame_register_unwind): When a register, set addrp to
2167         the register's byte.
2168
2169 2002-08-20  Michael Snyder  <msnyder@redhat.com>
2170
2171         * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
2172         used locally, so move them from the target machine header to here.
2173         (mips_set_processor_type, mips_register_name, mips32_next_pc, 
2174         mips16_next_pc, cached_proc_desc, mips_set_processor_type): 
2175         Make static.
2176         * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
2177
2178 2002-08-20  Andrew Cagney  <cagney@redhat.com>
2179
2180         * NEWS: Mention that the Apollo line was made obsolete.
2181         * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
2182         m68*-hp-hpux* obsolete.
2183         * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
2184         m68*-hp-bsd* and m68*-hp-hpux* obsolete.
2185         * buildsym.c (make_blockvector): Make static.
2186         * buildsym.h (make_blockvector): Make extern declaration obsolete.
2187         * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
2188         (ALLDEPFILES): Remove dstread.c.
2189         (dstread.o): Obsolete make rule.
2190         * dstread.c: Makefile obsolete.
2191         * dst.h: Ditto.
2192         * config/m68k/hp300hpux.mt: Ditto.
2193         * config/m68k/hp300hpux.mh: Ditto.
2194         * config/m68k/hp300bsd.mt: Ditto.
2195         * config/m68k/hp300bsd.mh: Ditto.
2196         * config/m68k/apollo68b.mt: Ditto.
2197         * config/m68k/apollo68v.mh: Ditto.
2198         * config/m68k/apollo68b.mh: Ditto.
2199
2200 2002-08-20  Michael Snyder  <msnyder@redhat.com>
2201
2202         * mips-tdep.c (mips_in_return_stub): Make static.
2203         (mips_gdbarch_init): Set in_solib_return_trampoline.
2204         * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
2205
2206 2002-08-20  Michael Snyder  <msnyder@redhat.com>
2207
2208         * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
2209         * gdbarch.c, gdbarch.h: Regenerate.
2210         * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
2211         Add.
2212         * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
2213
2214 2002-08-20  Michael Snyder  <msnyder@redhat.com>
2215
2216         * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
2217         (mips_gdbarch_init): Set skip_trampoline_code, 
2218         in_solib_call_trampoline.
2219         * config/mips/tm-mips.h (REGISTER_NAME): Delete.
2220         (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
2221
2222 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
2223
2224         * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
2225
2226         * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
2227         vector type for ev registers.
2228         (e500_pseudo_register_read): New function.
2229         (e500_pseudo_register_write): New function.
2230         (e500_dwarf2_reg_to_regnum): New function.
2231         (PPC_UISA_NOFP_SPRS): New macro.
2232         (PPC_EV_REGS): New macro.
2233         (PPC_GPRS_PSEUDO_REGS): New macro.
2234         (registers_e500): New register set for e500.
2235         (variants): Add e500 variant.
2236         (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
2237         before setting architectural dependent variations.  Initialize ev
2238         registers numbers.  Add case for e500 architecture.  Set the
2239         number of pseudo registers.
2240
2241 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
2242
2243         * rs6000-tdep.c: Clean up comments.
2244
2245 2002-08-20  Andrew Cagney  <cagney@redhat.com>
2246
2247         * h8300-tdep.c: Re-indent file.
2248
2249 2002-08-20  Jim Blandy  <jimb@redhat.com>
2250
2251         * Makefile.in (LDFLAGS): Allow the configure script to establish a
2252         default for this.
2253
2254 2002-08-20  Keith Seitz  <keiths@redhat.com>
2255
2256         * breakpoints.c (watch_command_1): Use internal breakpoint
2257         when setting a watchpoint_scope breakpoint.
2258
2259 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
2260
2261         * gdbtypes.c (build_builtin_type_vec64): Add name to type.
2262         (build_builtin_type_vec64i): Ditto.
2263         (build_builtin_type_vec128): Ditto.
2264         (build_builtin_type_vec128i): Ditto.
2265
2266 2002-08-19  Michael Snyder  <msnyder@redhat.com>
2267
2268         * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
2269         (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
2270         (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
2271         POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
2272         (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
2273         CALL_DUMMY_ADDRESS): Delete.
2274         * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
2275         mips_msymbol_is_special, mips_fix_call_dummy): New functions.
2276         (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame, 
2277         push_dummy_frame, fix_call_dummy, init_extra_frame_info, 
2278         push_return_address.
2279         (mips_register_raw_size, mips_eabi_use_struct_convention, 
2280         mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
2281         mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
2282         mips_init_extra_frame_info, mips_eabi_push_arguments, 
2283         mips_n32n64_push_arguments, mips_push_return_address,
2284         mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
2285         mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
2286
2287 2002-08-19  Michael Snyder  <msnyder@redhat.com>
2288
2289         * mips-tdep.c (mips_frame_num_args): New function.
2290         (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
2291         frame_saved_pc, frame_args_address, frame_locals_address, 
2292         frame_num_args, and frame_args_skip.
2293         * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
2294         FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, 
2295         FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
2296         * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
2297
2298 2002-08-20  Michael Snyder  <msnyder@redhat.com>
2299
2300         * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
2301         (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
2302         * mips-tdep.c (mips_store_struct_return): New function.
2303         (mips_extract_struct_value_address): New function.
2304         (mips_gdbarch_init): Set store_struct_return and
2305         extract_struct_value_address.
2306
2307 2002-08-20  David Carlton  <carlton@math.stanford.edu>
2308
2309         * dwarf2read.c (dwarf2_build_psymtabs): Check that
2310         dwarf_line_offset is nonzero before creating dwarf_line_buffer.
2311         (read_file_scope): Check that line_header is nonzero before
2312         decoding macro information.
2313
2314 2002-08-20  Mark Kettenis  <kettenis@gnu.org>
2315
2316         * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
2317         flag the general-purpose registers as floating-point on targets
2318         that don't support the floating-point registers.
2319
2320 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
2321
2322         * rs6000-tdep.c (altivec_register_p): Delete.
2323         (rs6000_do_altivec_registers): Delete.
2324         (rs6000_altivec_registers_info): Delete.
2325         (rs6000_do_registers_info): Delete.
2326         (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
2327         (rs6000_gdbarch_init): Remove setting of do_registers_info.
2328
2329 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
2330
2331         * infcmd.c (do_registers_info): Print vector registers in hex
2332         format only.
2333         (print_vector_info): Check that printing registers
2334         makes sense.
2335         (print_float_info): Ditto.
2336
2337 2002-08-20  Andrew Cagney  <ac131313@redhat.com>
2338
2339         * mips-tdep.c (mips_gdbarch_init): Update.
2340         (mips_o32_extract_return_value): Rewrite.
2341         (mips_o32_store_return_value): Rewrite.
2342         (mips_o32_xfer_return_value): New function.
2343         (mips_xfer_register): Tweak debug print message.  Allow for
2344         buf_offset when dumping the value transfered.
2345
2346 2002-08-20  Andrew Cagney  <ac131313@redhat.com>
2347
2348         * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
2349         * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
2350         * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
2351         * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
2352         * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
2353
2354 2002-08-14  Michael Snyder  <msnyder@redhat.com>
2355
2356         * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
2357
2358 2002-08-19  Elena Zannoni  <ezannoni@redhat.com>
2359
2360         * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
2361         register.
2362         (P): New macro to define a register as a pseudo register.
2363         (R, R4, R8, R16, FR32, R64, R0): Updated.
2364         (struct variant): Add new fields for number of pseudo registers
2365         and number of total registers.
2366         (tot_num_registers): New macro replacing....
2367         (num_registers): ...deleted macro.
2368         (num_registers): New function.
2369         (num_pseudo_registers): New function.
2370         (variants): Update all variants to intialize new fields correctly.
2371         Postpone initialization of number of pseudo regs and real regs.
2372         (init_variants): New function.
2373         (rs6000_gdbarch_init): Initialize variants.  Update calculation of
2374         registers offsets.
2375
2376 2002-08-19  David Carlton  <carlton@math.stanford.edu>
2377
2378         * valops.c (search_struct_field): Change error message to treat
2379         return value of 0 from value_static_field as meaning that field is
2380         optimized out.
2381         (value_struct_elt_for_reference): Ditto.
2382         * values.c (value_static_field): Treat an unresolved location the
2383         same as a nonexistent symbol.  Fix PR gdb/635.
2384         * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
2385         enclosed.  Fix PR gdb/574.
2386         * MAINTAINERS: Add self to Write After Approval list.
2387
2388 2002-08-19  Andrew Cagney  <ac131313@redhat.com>
2389
2390         * mips-tdep.c (mips_xfer_register): New function.
2391         (mips_n32n64_extract_return_value): Rewrite.
2392         (mips_gdbarch_init): For N32 and N64, set extract_return_value
2393         instead of deprecated_extract_return_value.
2394
2395 2002-08-19  Elena Zannoni  <ezannoni@redhat.com>
2396
2397         * rs6000-tdep.c (TDEP): Delete macro.
2398         (branch_dest): Replace use of TDEP macro with its body.
2399         (rs6000_pop_frame): Ditto.
2400         (rs6000_push_arguments): Ditto.
2401         (rs6000_skip_trampoline_code): Ditto.
2402         (rs6000_frame_saved_pc): Ditto.
2403         (rs6000_frame_chain): Ditto.
2404         (rs6000_register_name): Ditto.
2405         (rs6000_register_byte): Ditto.
2406         (rs6000_register_raw_size): Ditto.
2407         (rs6000_register_virtual_type): Ditto.
2408         (rs6000_register_convertible): Ditto.
2409         (rs6000_convert_from_func_ptr_addr): Ditto.
2410
2411 2002-08-19  Daniel Jacobowitz  <drow@mvista.com>
2412
2413         * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
2414         conditionally.
2415         (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
2416         MIPS_LINUX_JB_ELEMENT_SIZE.
2417         * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
2418         for MAX_REGISTER_RAW_SIZE arrays.
2419         (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
2420         MIPS_LINUX_JB_ELEMENT_SIZE.
2421
2422 2002-08-19  Pierre Muller  <muller@ics.u-strasbg.fr>
2423
2424         * i387-tdep.c (i387_print_float_info): Fix typo in comment.
2425
2426 2002-08-19  Aidan Skinner <aidan@velvet.net>
2427
2428         * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
2429         ada-valprint.c ada-tasks.c.
2430         (YYFILES): Add ada-exp.y.
2431         (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
2432         (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
2433         (ada-exp.tab.o): New target.
2434                 
2435 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
2436
2437         * regcache.c (regcache_xfer_part): New function.
2438         (regcache_raw_read_part): New function.
2439         (regcache_raw_write_part): New function.
2440         (regcache_cooked_read_part): New function.
2441         (regcache_cooked_write_part): New function.
2442         * regcache.h (regcache_raw_read_part): Declare.
2443         (regcache_raw_write_part): Declare.
2444         (regcache_cooked_read_part): Declare.
2445         (regcache_cooked_write_part): Declare.
2446
2447 2002-08-18  Daniel Jacobowitz  <drow@mvista.com>
2448
2449         * remote.c (remote_open_1): Add async_p.
2450         (remote_async_open_1): Delete.
2451         (open_remote_target): Delete.
2452         (remote_open, extended_remote_open): Update calls to remote_open_1.
2453         (remote_async_open, extended_remote_async_open): Call
2454         remote_open_1 instead of remote_async_open_1.
2455
2456 2002-08-19  Mark Kettenis  <kettenis@gnu.org>
2457
2458         * blockframe.c: Fix a few coding standard violations.
2459
2460 2002-08-19  Mark Kettenis  <kettenis@gnu.org>
2461
2462         * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
2463         here from ...
2464         * config/i386/tm-i386sco5.h: ... here.  File removed.
2465         * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
2466
2467         * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
2468         * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
2469         (TM_FILE): Set to tm-i386.h.
2470         * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
2471         * config/i386/tm-i386v.h: Remove file.
2472         * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
2473         instead of "i386/tm-i386v.h".
2474         (START_INFERIOR_TRAPS_EXPECTED): Remove define.
2475         * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
2476         "i386/tm-i386v.h".
2477         (START_INFERIOR_TRAPS_EXPECTED): Remove define.
2478         * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
2479         "i386/tm-i386.h".
2480
2481 2002-08-18  Mark Kettenis  <kettenis@gnu.org>
2482
2483         * config/i386/nm-i386v.h: Add protection against
2484         multiple-inclusion.
2485         (i386_register_u_addr): Remove prototype.
2486         (register_u_addr): New prototype.
2487         (REGISTER_U_ADDR): Redefine accordingly.
2488         * i386v-nat.c: Improve several comments.
2489         (i386_register_u_addr): Change signature and rename to
2490         register_u_addr.  Use FP_REGNUM_P.  Rewrite slightly to get rid of
2491         ubase variable.
2492
2493 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
2494
2495         * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
2496         (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
2497         * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
2498         deprecated_extract_return_value.
2499         (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
2500         rename mips_o32o64_push_arguments.
2501         (mips_gdbarch_init): Update.
2502         (mips_extract_return_value): Delete.
2503         (mips_o32_extract_return_value): Clone mips_extract_return_value.
2504         (mips_o64_extract_return_value): Clone mips_extract_return_value.
2505         (mips_eabi_extract_return_value): Clone mips_extract_return_value.
2506         (mips_n32n64_extract_return_value): Clone
2507         mips_extract_return_value.
2508         (mips_store_return_value): Delete.
2509         (mips_o32_store_return_value): Clone mips_store_return_value.
2510         (mips_o64_store_return_value): Clone mips_store_return_value.
2511         (mips_eabi_store_return_value): Clone mips_store_return_value.
2512         (mips_n32n64_store_return_value): Clone mips_store_return_value.
2513
2514 2002-08-18  Aidan Skinner <aidan@velvet.net>
2515
2516         * ada-lang.c: Use gdb_string.h instead of <string.h>.
2517         * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
2518                 
2519 2002-08-18  Aidan Skinner <aidan@velvet.net>
2520
2521         * ada-lang.c: Run through gdb_indent.sh.
2522         * ada-lang.h: Run through gdb_indent.sh.
2523         * ada-tasks.c: Run through gdb_indent.sh.
2524         * ada-typeprint.c: Run through gdb_indent.sh.
2525         * ada-valprint.c: Run through gdb_indent.sh.
2526
2527 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
2528
2529         * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
2530         ABI.
2531
2532 2002-08-18  Mark Kettenis  <kettenis@gnu.org>
2533
2534         * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
2535
2536         * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
2537         * i386b-nat.c [FLOAT_INFO]: Remove dead code.
2538
2539         * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
2540         write_register_gen instead of write_register_bytes.
2541
2542         * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
2543         i[3456]-*-osf1mk* configurations have been made obsolete.
2544         * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
2545         i[3456]86-*-osf1mk* hosts obsolete.
2546         * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
2547         targets obsolete.
2548         * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
2549         config/i386/xm-i386mach.h, config/i386/i386m3.mh,
2550         config/i386/i386m3.mt, config/i386/nm-m3.h,
2551         config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
2552         config/i386/i386mk.mh, config/i386/i386mk.mt,
2553         config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
2554         obsolete.
2555         * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
2556         * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
2557         (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
2558
2559 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
2560
2561         * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
2562         (hppa_value_returned_from_stack): Declare.
2563         (hppa_extract_return_value): Declare.
2564         * config/pa/hppa.mt: New file.
2565         * configure.tgt: Recognize hppa*-*-*.
2566         * MAINTAINERS: Change HPPA target to hppa-elf.  Still broken.
2567
2568 2002-08-18  Mark Kettenis  <kettenis@gnu.org>
2569
2570         * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
2571         comment.
2572
2573 2002-08-17  Mark Kettenis  <kettenis@gnu.org>
2574
2575         * top.c (gdb_rl_operate_and_get_next): Make sure
2576         operate-and-get-next functions correctly even when the history
2577         list is completely filled.
2578
2579 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
2580
2581         * MAINTAINERS (Target Instruction Set Architectures): Rename
2582         Target/Architectures.  Replace vax-dec-vms5.5 with vax-netbsd.
2583         Replace s390-linux with s390-linux-gnu.  Remove i386-aout,
2584         mcore-pe, mips64-elf, sparc64-elf.  Remove i586-pc-msdosdjgpp,
2585         already listed under Host/Native.
2586
2587         * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
2588         i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*.  Add
2589         mips*-*-*.
2590
2591 2002-08-17  Andrew Cagney  <ac131313@redhat.com>
2592
2593         * config/ia64/ia64.mt: New file.
2594         * config/alpha/alpha.mt: New file.
2595         * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
2596         ia64-linux-gnu.  Mention that ia64-elf is broken.
2597         * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
2598
2599 2002-08-17  Mark Kettenis  <kettenis@elgar.kettenis.dyndns.org>
2600
2601         * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
2602         generic_func_frame_valid instead of func_frame_valid.
2603
2604 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
2605
2606         * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
2607         procfs appears to be broken when debugging on multi-processor
2608         machines. So enable software single stepping in order to avoid
2609         using the procfs interface to do next/step operations, using
2610         internal breakpoints instead.
2611
2612         * infrun.c (handle_inferior_event): Readjust the stop_pc by
2613         DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
2614         make this pc address equal to the value it would have if the
2615         system stepping capability was used. Also set a new flag used
2616         to ensure that we don't readjust the PC one more time later.
2617
2618         * breakpoint.c (bpstat_stop_status): Do not adjust the PC
2619         address by DECR_PC_AFTER_BREAK when software single step is
2620         in use for this architecture, as this has already been taken
2621         care of in handle_inferior_event().
2622
2623 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
2624
2625         * infrun.c (handle_inferior_event): Minor reformatting, to make
2626         a rather long condition expression easier to read.
2627
2628 2002-08-16  Andrew Cagney  <ac131313@redhat.com>
2629
2630         * Makefile.in (gdbtk.o): Move to end of file.
2631         (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
2632         (gdbtk-hooks.o, gdbtk-register.o): Ditto.
2633         (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
2634         (gdbtk-wrapper.o, gdbres.o): Ditto.
2635
2636 2002-08-16  Andrew Cagney  <ac131313@redhat.com>
2637
2638         * Makefile.in (copying.o): Separate out compile rule.
2639         (hpux-thread.o, procfs.o, signals.o): Ditto.
2640         (v850ice.o, z8k-tdep.o): Ditto.
2641         (tui-file.o): Move to TUI section.
2642         (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
2643         (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
2644
2645 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
2646
2647         * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
2648         skip_trampoline_code, for better namespace-proofing.   
2649
2650         * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
2651
2652 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
2653
2654         * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
2655
2656 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
2657
2658         * infrun.c (handle_inferior_event): When receiving a SIGTRAP
2659         signal, check whether we hit a breakpoint before checking for a
2660         single step breakpoint. Otherwise, GDB fails to notice that a
2661         breakpoint has been hit when stepping onto a breakpoint.
2662
2663 2002-08-16  Keith Seitz  <keiths@redhat.com>
2664
2665         * gdb-events.sh (clear_gdb_event_hooks): New function.
2666         * gdb-events.c: Regenerate.
2667         * gdb-events.h: Regenerate.
2668
2669 2002-08-16  Andrew Cagney  <ac131313@redhat.com>
2670
2671         * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
2672         not_a_sw_breakpoint.
2673         * breakpoint.h (bpstat_stop_status): Add parameter names.
2674
2675 2002-08-16  Grace Sainsbury  <graces@redhat.com>
2676
2677         * remote.c (remote_insert_hw_breakpoint)
2678         (remote_remove_hw_breakpoint): Fix calculation of length field
2679         for Z-packet.
2680
2681 2002-08-15  Michael Snyder  <msnyder@redhat.com>
2682
2683         * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
2684         (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
2685         (supply_fpregset): Ditto.
2686         
2687         * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL, 
2688         REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE, 
2689         MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
2690         (TARGET_READ_SP): Delete.
2691         (DO_REGISTERS_INFO): Delete.
2692         (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
2693         Delete.
2694         (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
2695         from macros to functions.
2696
2697         * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
2698         (mips_register_convertible, mips_register_convert_to_virtual,
2699         mips_register_convert_to_raw): Make static.
2700         (mips_read_sp): New function.
2701         (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
2702         (mips_do_registers_info): Make static.
2703         (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
2704         (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
2705         (mips_register_convert_from_type, mips_register_convert_to_type):
2706         New functions.
2707         (mips_gdbarch_init): Set up function_start_offset, 
2708         register_virtual_size, pc_in_sigtramp.
2709
2710 2002-08-15  Andrew Cagney  <ac131313@redhat.com>
2711
2712         * infcmd.c (vector_info): New function.
2713         (_initialize_infcmd): Add command "info vector".
2714         (print_vector_info): New function.
2715
2716         * gdbarch.sh (PRINT_VECTOR_INFO): New method
2717         * gdbarch.h, gdbarch.c: Regenerate.
2718
2719 2002-08-15  Andrew Cagney  <ac131313@redhat.com>
2720
2721         * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
2722         ``print_all''.  Only print vector registers when ``print_all''.
2723
2724 2002-08-15  Andrew Cagney  <ac131313@redhat.com>
2725
2726         * i387-tdep.h (i387_print_float_info): Add `args' parameter.
2727         * i387-tdep.c (i387_print_float_info): Add `args' parameter.
2728
2729         * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
2730         Add `args' parameter.
2731         * gdbarch.h, gdbarch.c: Regenerate.
2732         
2733         * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
2734         
2735         * infcmd.c (float_info): Call print_float_info.
2736         (print_float_info): New function.  By default, print the
2737         floating-point registers.
2738
2739         * arch-utils.h (default_print_float_info): Delete declaration.
2740         * arch-utils.c (default_print_float_info): Delete function.
2741         
2742 2002-08-16  Mark Kettenis  <kettenis@gnu.org>
2743
2744         * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
2745         out define.
2746
2747         * i387-tdep.c (i387_print_float_info): Add comment about ignoring
2748         FRAME.
2749
2750         * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
2751         * configure.host: Make i[3456]86-*-aix host obsolete.
2752         * configure.tgt: Make i[3456]86-*-aix target obsolete.
2753         * config/i386/i386aix.mh, config/i386/i386aix.mt,
2754         config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
2755         config/i386/xm-i386aix.h: Make files obsolete.
2756         * i386aix-nat.c: Make file obsolete.
2757         * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
2758         (i386aix-nat.o): Make target obsolete.
2759
2760         * config/i386/nm-gnu.h: Removed.
2761         * config/i386/nm-i386gnu.h: New file.
2762         (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
2763         THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
2764         Moved here from ...
2765         * config/i386/tm-i386gnu.h: ... here.  Removed.
2766         * config/i386/xm-i386gnu.h: Removed.
2767         * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
2768         (NAT_FILE): Set to nm-i386gnu.h.
2769         * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
2770         * i386-tdep.c: New file.
2771         * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
2772         (i386gnu-tdep.o): Specify dependencies.
2773
2774 2002-08-15  Mark Kettenis  <kettenis@gnu.org>
2775
2776         * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
2777         "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
2778         Adjust a few comments to reflect reality a bit closer.
2779         (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
2780         TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
2781         HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
2782         target_insert_watchpoint, target_remove_watchpoint):
2783         Move defines to ...
2784         * config/i386/nm-i386sco5.h: ... here.
2785         (kernel_u_size): Add prototype.  Improve a few comments and add
2786         protection against multiple inclusion.
2787         
2788         * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
2789         out define.
2790
2791         * uw-thread.c (SP_ARG0): Define if not already defined.
2792         * config/i386/tm-i386.h (SO_ARG0): Remove define.
2793
2794         * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
2795
2796         * config/i386/tm-i386.h: Don't include "regcache.h".
2797
2798         * i387-tdep.h (i387_print_float_info): New prototype.
2799         * i387-tdep.c (print_i387_value, print_i387_ext,
2800         print_i387_status_word, print_i387_control_word): Add `struct
2801         ui_file *' argument and use it for output.
2802         (i387_print_float_info): Renamed from i387_float_info.  Add
2803         `struct gdbarch *' and `struct ui_file *' arguments and use the
2804         latter for output.
2805         * i386-tdep.c: Include "i387-tdep.h".
2806         (i386_gdbarch_init): Set print_float_info.
2807         * config/i386/tm-i386.h (i387_float_info): Remove prototype.
2808         (FLOAT_INFO): Remove define.
2809
2810 2002-08-13  Michael Snyder  <msnyder@redhat.com>
2811
2812         * mips-tdep.c (mips_push_arguments): Rename to
2813         mips_eabi_push_arguments, and tune for EABI.
2814         (MIPS_REGS_HAVE_HOME_P): Delete.
2815         (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
2816         (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
2817         Delete references to mips_regs_have_home_p.
2818
2819 2002-08-14  Keith Seitz  <keiths@redhat.com>
2820
2821         * Makefile.in (install-gdbtk): Create insight plugin directory.
2822         Install plugins.tcl file.
2823
2824 2002-08-14  Keith Seitz  <keiths@redhat.com>
2825
2826         * configure.in: Move SUBDIRS to near top of the file so that
2827         --enable options may add things to it.
2828         If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
2829         * configure: Regenerate.
2830
2831 2002-08-13  Michael Snyder  <msnyder@redhat.com>
2832
2833         * mips-tdep.c (mips_o32o64_push_arguments):  New function, 
2834         cloned from mips_push_arguments, tuned for o32/o64 ABI.
2835         (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
2836
2837 2002-08-13  Andrew Cagney  <ac131313@redhat.com>
2838
2839         * vax-tdep.c (vax_get_saved_register): Delete function.
2840         (vax_gdbarch_init): Update.
2841         * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
2842         (ns32k_gdbarch_init): Update.
2843         * alpha-tdep.c (alpha_get_saved_register): Delete function.
2844         (alpha_gdbarch_init): Update.
2845
2846 2002-08-13  Andrew Cagney  <cagney@redhat.com>
2847
2848         * regcache.c (init_regcache_descr): Overallocate the
2849         raw_register_valid_p array including space for NUM_PSEUDO_REGS.
2850         (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
2851         nr_raw_registers.
2852         (set_register_cached): Add range checking assertions.  Use
2853         current_regcache.
2854
2855 2002-08-13  Mark Kettenis  <kettenis@gnu.org>
2856
2857         * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
2858         numbers for MMX registers.
2859
2860 2002-08-13  Andrew Cagney  <cagney@redhat.com>
2861
2862         * i386-tdep.c (i386_gdbarch_init): Use
2863         generic_unwind_get_saved_register.
2864
2865 2002-08-13  Kevin Buettner  <kevinb@redhat.com>
2866
2867         * procfs.c (procfs_can_use_hw_breakpoint): New function.
2868         (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
2869         target vector.
2870         * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
2871         Delete.  Add comment regarding this now-deleted target method.
2872
2873 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
2874
2875         * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
2876         (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
2877         (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
2878         real PC and the page number (if it's within the memory bank window).
2879         (m68hc11_pseudo_register_write): Likewise when saving.
2880         (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
2881         (m68hc11_register_virtual_type): Return uint32 for virtual pc.
2882         (m68hc11_register_raw_size): And use 32-bit for it.
2883         (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
2884         16K memory bank is used by the prog; also use the virtual pc.
2885
2886 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
2887
2888         * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
2889         (m68hc11_gdbarch_init): Install it in gdbarch.
2890         (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
2891         (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
2892         (MSYMBOL_SIZE): New for documentation.
2893         (insn_return_kind): Enum to specify how a function returns.
2894         (frame_extra_info): Cleanup and record the return mode.
2895         (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page 
2896         register in address computation.
2897         (m68hc11_get_return_insn): New to obtain the return instruction used
2898         by the function.
2899         (m68hc11_frame_init_saved_regs): Take into account the return
2900         instruction used by the function for far and interrupt functions.
2901         (m68hc11_init_extra_frame_info): Take into account page register.
2902         (m68hc11_frame_args_address): Adjust according to the return mode.
2903         (show_regs): Print page register only when it's used.
2904
2905 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
2906
2907         * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
2908         (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
2909         (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
2910         registers.
2911         (m68hc11_register_raw_size): Likewise.
2912
2913 2002-08-13  Andrew Cagney  <cagney@redhat.com>
2914
2915         * i386-tdep.c (i386_register_name): Handle mmx registers.
2916         (mmx_regnum_p): New function.
2917         (i386_mmx_names): New array.
2918         (mmx_num_regs): New variable.
2919         (i386_pseudo_register_read): New function.
2920         (i386_pseudo_register_write): New function.
2921         (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
2922
2923         * regcache.c (regcache_raw_read_unsigned): New function.
2924         (regcache_raw_read_signed): New function.
2925         * regcache.h (regcache_raw_read_unsigned): Declare.
2926         (regcache_raw_read_signed): Declare.
2927
2928 2002-08-13  Andrew Cagney  <cagney@redhat.com>
2929
2930         * regcache.c (regcache_raw_read_as_address): Delete function.
2931         (regcache_cooked_read_signed): New function.
2932         (regcache_cooked_read_unsigned): New function.
2933         * regcache.h (regcache_cooked_read_signed): Declare.
2934         (regcache_cooked_read_unsigned): Declare.
2935         (regcache_raw_read_as_address): Delete declaration.
2936
2937         * blockframe.c (generic_read_register_dummy): Use
2938         regcache_cooked_read_unsigned.
2939         * i386-tdep.c (i386_extract_struct_value_address): Use
2940         regcache_cooked_read_unsigned.
2941
2942 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
2943
2944         * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
2945         double sizes according to ELF ABI flags.
2946         (gdbarch_tdep): Record elf_flags.
2947
2948 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
2949
2950         * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
2951         (m6812_prolog): They can appear in 68HC12 function prologue.
2952         (m68hc11_frame_chain): Cleanup.
2953
2954 2002-08-12  Andrew Cagney  <cagney@redhat.com>
2955
2956         * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
2957         declarations.
2958         * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
2959         (i386_linux_register_raw_size): Delete function.
2960         (i386_linux_init_abi): Update.
2961         * i386-tdep.c (i386_register_raw_size): Delete function.
2962         (i386_register_byte): Delete function.
2963         (i386_gdbarch_init): Update.
2964         (i386_register_size): Delete array.
2965         (i386_register_offset): Delete array.
2966
2967         * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
2968         (REGISTER_RAW_SIZE): Delete macro.
2969         * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
2970         (REGISTER_BYTE): Delete macro.
2971
2972 2002-08-11  Aidan Skinner <aidan@velvet.net>
2973
2974         * ada-lang.c (ada_lookup_partial_symbol)
2975         (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
2976         prototype names so that grep ^func works properly.
2977
2978         * ada-lang.c (ada_array_element_type)
2979         (ada_lookup_partial_symbol): Fix typos in parameter list.
2980
2981         * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
2982         Fix prototype names so that grep ^func works properly.
2983         
2984 2002-08-10  Andrew Cagney  <cagney@redhat.com>
2985             Elena Zannoni  <ezannoni@redhat.com>
2986             Martin M. Hunt  <hunt@redhat.com>
2987
2988         * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
2989         (build_builtin_type_vec128i): Set the vector bit.
2990         * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
2991         * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
2992         (build_builtin_type_vec64): New function.
2993         (build_builtin_type_vec64i): New function.
2994         (build_gdbtypes): Initialize builtin_type_vec64 and
2995         builtin_type_vec64i.
2996
2997 2002-08-09  Andrew Cagney  <cagney@redhat.com>
2998
2999         * regcache.c (regcache_dump): Compare the register offset
3000         with REGISTER_BYTE.
3001         * arch-utils.c (generic_register_byte): New function.
3002         * arch-utils.h (generic_register_byte): Declare.
3003         * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
3004         * gdbarch.h, gdbarch.c: Regenerate.
3005
3006 2002-08-09  Andrew Cagney  <cagney@redhat.com>
3007
3008         * regcache.c: Include "gdbcmd.h"
3009         (_initialize_regcache): Add commands "maintenance print
3010         registers", "maintenance print raw-registers" and "maintenance
3011         print cooked-registers".
3012         (enum regcache_dump_what): Define.
3013         (dump_endian_bytes): New function.
3014         (regcache_dump): New function.
3015         (regcache_print): New function.
3016         (maintenance_print_registers): New function.
3017         (maintenance_print_raw_registers): New function.
3018         (maintenance_print_cooked_registers): New function.
3019         * Makefile.in (regcache.o): Update dependencies.
3020
3021 2002-08-09  Michael Snyder  <msnyder@redhat.com>
3022
3023         * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
3024         (mips_push_arguments): Correct some comments.  Use paddr_nz
3025         for printing addresses in debug output.  Replace static
3026         allocation using MAX_REGISTER_RAW_SIZE with alloca.
3027         (mips_n32n64_push_arguments): New function, cloned from
3028         mips_push_arguments and tuned for the n32/n64 ABI.
3029         (mips_push_register): Buffer needs dynamic allocation.
3030         (mips_print_register): Ditto.
3031         (do_gp_register_row): Ditto.
3032         (mips_store_return_value): Ditto.
3033         (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
3034
3035 2002-08-09  Don Howard  <dhoward@redhat.com>
3036
3037         * memattr.c (mem_info_command): Print special case of upper bound
3038         as max CORE_ADDR + 1.
3039
3040 2002-08-08  Michael Snyder  <msnyder@redhat.com>
3041
3042         * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only 
3043         returns structs by ref if they're too big to fit in two registers.
3044
3045 2002-08-09  Kevin Buettner  <kevinb@redhat.com>
3046
3047         * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
3048         saved regs value.
3049         (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
3050         mips_find_saved_regs().
3051         (mips_pop_frame): Likewise.
3052
3053 2002-08-09  Kevin Buettner  <kevinb@redhat.com>
3054
3055         * blockframe.c (frame_saved_regs_register_unwind): Revise
3056         PC_IN_CALL_DUMMY assertion to only apply when generic dummy
3057         frames are in use.
3058
3059 2002-08-09  Grace Sainsbury  <graces@redhat.com>
3060         
3061         * remote.c: (remote_wait, remote_async_wait): Add check for awatch
3062         T-packets; the 'a' is not taken as a register number.
3063         (remote_check_watch_resources, remote_stopped_by_watchpoint)
3064         (remote_stopped_data_address): New functions; add to target
3065         vector.
3066         (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
3067         prototypes to match other implementations of this
3068         function. replace integer argument with pointer -- the length
3069         field in the Z-packet is the length of what is pointed to or 1 if
3070         pointer is null. Add to target vector.
3071         (remote_insert_watchpoint, remote_remove_watchpoint): Add to
3072         target vector.
3073
3074         From Mark Salter:
3075         * remote.c (remote_wait): Add support to extract optional
3076         watchpoint information from T-packet. Ignore unrecognized
3077         optional info in T-packet.
3078         (remote_async_wait): Ditto.
3079
3080 2002-08-09  Corinna Vinschen  <vinschen@redhat.com>
3081
3082         * cli/cli-dump.c: Change fopen modes to use binary open modes
3083         as defined in include/fopen-bin.h throughout.
3084
3085 2002-08-08  Michael Snyder  <msnyder@redhat.com>
3086
3087         * mips-tdep.c: Minor whitespace and indentation clean-ups.
3088
3089 2002-08-08  Kevin Buettner  <kevinb@redhat.com>
3090
3091         * doublest.c (store_floating): Avoid floatformat_from_doublest()
3092         assertion failure by returning early after a warning.
3093
3094 2002-08-08  Kevin Buettner  <kevinb@redhat.com>
3095
3096         * mips-tdep.c (mips_find_saved_regs): Make static.
3097         (mips_frame_init_saved_regs): New function.
3098         (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
3099         * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
3100         (mips_find_saved_regs): Delete declaration.
3101
3102 2002-08-08  Grace Sainsbury  <graces@redhat.com>
3103
3104         * remote.c (remote_wait, remote_async_wait): Change
3105         thread_num from int to ULONGEST.
3106         (unpack_varlen_hex): Change result parameter from
3107         int * to ULONGEST *.
3108
3109 2002-08-08  Andrew Cagney  <ac131313@redhat.com>
3110
3111         * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
3112         powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
3113         powerpc*-*-*.
3114         * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
3115
3116 2002-08-08  Andrew Cagney  <cagney@redhat.com>
3117
3118         * gcore.c (override_derive_stack_segment): Delete variable.
3119         (preempt_derive_stack_segment): Delete function.
3120         (derive_stack_segment): Delete function.
3121         (default_derive_stack_segment): Renamed to derive_stack_segment.
3122         (override_derive_heap_segment): Delete variable.
3123         (preempt_derive_heap_segment): Delete function.
3124         (derive_heap_segment): Delete function.
3125         (default_derive_heap_segment): Rename to derive_heap_segment.
3126
3127 2002-08-06  Michael Snyder  <msnyder@redhat.com>
3128
3129         * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
3130         * mips-tdep.c (mips_EABI_use_struct_convention, 
3131         mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
3132         New functions.  (mips_use_struct_convention): Delete.
3133         (mips_gdbarch_init): set use_gdbarch_convention.
3134
3135 2002-08-06  Michael Snyder  <msnyder@redhat.com>
3136
3137         *  mips-tdep.c: gdbarch-ify reg_struct_has_addr.
3138         (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr, 
3139         mips_o32_reg_struct_has_addr): New functions.
3140         (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
3141
3142 2002-08-07  Andrew Cagney  <ac131313@redhat.com>
3143
3144         * regcache.c (pseudo_register): Delete function.
3145         (fetch_register): Delete function.
3146         (store_register): Delete function.
3147         (regcache_raw_read, legacy_read_register_gen): Use
3148         target_fetch_registers instead of fetch_register.
3149         (legacy_write_register_gen, regcache_raw_write): Use
3150         target_store_register instead of store_register.
3151         (write_register_bytes): Ditto.
3152
3153         * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
3154         (STORE_PSEUDO_REGISTER): Delete.
3155         * gdbarch.h, gdbarch.c: Regenerate.
3156
3157 2002-08-06  Corinna Vinschen  <vinschen@redhat.com>
3158
3159         * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
3160         write dump file binary.
3161
3162 2002-08-05  Michael Snyder  <msnyder@redhat.com>
3163
3164         *  mips-tdep.c (mips_find_saved_regs): Adjust stack according
3165         to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64.  Enhance comment.
3166         (mips_gdbarch_init): Set N32 target to be mips64.
3167
3168 2002-08-06  Kevin Buettner  <kevinb@redhat.com>
3169
3170         * frame.c (find_saved_register): Break out of loop once saved
3171         register address is found.  Don't mention sparc in loop comment
3172         anymore.
3173
3174 2002-08-06  Kevin Buettner  <kevinb@redhat.com>
3175
3176         * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
3177         mips_default_saved_regsize to 8.
3178
3179 2002-08-06  Andrew Cagney  <ac131313@redhat.com>
3180
3181         * gcore.c: Do not include <sys/procfs.h>.
3182         * Makefile.in (gcore.o): Update dependencies.
3183
3184 2002-08-06  Andrew Cagney  <cagney@redhat.com>
3185
3186         * configure.tgt: Make arc-*-* obsolete.
3187         * NEWS: Mention that arc-*-* has been identifed as obsolete.
3188         * MAINTAINERS: Make arc-elf obsolete.
3189         * arc-tdep.c: Make file obsolete.
3190         * config/arc/arc.mt: Ditto.
3191         * config/arc/tm-arc.h: Ditto.
3192
3193 2002-08-05  Theodore A. Roth  <troth@verinet.com>
3194
3195         * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
3196
3197 2002-08-05  Andrew Cagney  <ac131313@redhat.com>
3198
3199         * mcore-tdep.c (mcore_gdbarch_init): Use
3200         generic_unwind_get_saved_register instead of
3201         generic_get_saved_register.
3202         * v850-tdep.c (v850_gdbarch_init): Ditto.
3203         * frv-tdep.c (frv_gdbarch_init): Ditto.
3204         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3205         * s390-tdep.c (s390_gdbarch_init): Ditto.
3206         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3207         * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
3208         * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
3209
3210 2002-08-05  Joel Brobecker  <brobecker@gnat.com>
3211
3212         * objfiles.h: Add missing #include "symfile.h"
3213
3214         * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
3215
3216 2002-08-04  Andrew Cagney  <ac131313@redhat.com>
3217
3218         From 2002-08-01 david carlton <carlton@math.stanford.edu>:
3219         * hpread.c (hpread_read_struct_type): Deleted superfluous setting
3220         of FIELD_BITSIZE.
3221
3222 2002-08-04  Daniel Jacobowitz  <drow@mvista.com>
3223
3224         * NEWS: Cleanup and nitpick.
3225
3226 2002-08-03  Andrew Cagney  <ac131313@redhat.com>
3227
3228         * NEWS: Cleanup.  Use *-linux*-gnu*.  Only use `*' for headings.
3229
3230 2002-08-03  Andrew Cagney  <ac131313@redhat.com>
3231
3232         * Makefile.in (gdbtk-bp.o): Update dependencies.
3233         (gdbtk-register.o): Ditto.
3234         (gdbtk-varobj.o): Ditto.
3235
3236 2002-08-03  Andrew Cagney  <cagney@redhat.com>
3237
3238         * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
3239         m68hc11_fetch_pseudo_register.
3240         (m68hc11_pseudo_register_write): Replace
3241         m68hc11_store_pseudo_register.
3242         (m68hc11_gdbarch_init): Update.
3243
3244 Fri Aug  2 15:53:50 2002  Andrew Cagney  <cagney@redhat.com>
3245
3246         * gdbarch.sh: Include "gdb_string.h".
3247         * gdbarch.c: Regenerate.
3248
3249         * regcache.c: Include "gdb_string.h".
3250         * ax-general.c: Ditto.
3251         * varobj.c: Ditto.
3252         * std-regs.c: Ditto.
3253         * fbsd-proc.c: Ditto.
3254         * thread.c: Ditto.
3255
3256         * Makefile.in (regcache.o): Update dependencies.
3257         (thread.o, gdbarch.o): Ditto.
3258         (ax-general.o, gdbarch.o): Ditto.
3259         (varobj.o, std-regs.o): Ditto.
3260         (fbsd-proc.o): Specify dependencies.
3261
3262 2002-08-02  Andrew Cagney  <cagney@redhat.com>
3263
3264         * regcache.c (regcache_cooked_read): Rename rawnum parameter to
3265         regnum.
3266         (regcache_cooked_write): Ditto.
3267
3268 2002-08-02  Andrew Cagney  <ac131313@redhat.com>
3269
3270         * regcache.c (regcache_cooked_read): New function.
3271         (regcache_cooked_write): New function.
3272         (read_register_gen): Rewrite using regcache_cooked_read.
3273         (write_register_gen): Rewrite using regcache_cooked_write.
3274
3275         * regcache.h (regcache_cooked_read, regcache_cooked_write):
3276         Declare.
3277
3278 2002-08-02  Andrew Cagney  <cagney@redhat.com>
3279
3280         * gdbarch.sh (pseudo_register_read, pseudo_register_write):
3281         Replace the architecture methods register_read and register_write.
3282         * gdbarch.h, gdbarch.c: Regenerate.
3283         * regcache.c (init_regcache_descr): Update.
3284         (read_register_gen): Update.
3285         (write_register_gen): Update.
3286         (supply_register): Update comment.
3287
3288         * sh-tdep.c (sh_gdbarch_init): Update.
3289         (sh_pseudo_register_read, sh64_pseudo_register_read): Add
3290         `regcache' and `gdbarch' parameters.  Make `buffer' a void
3291         pointer.  Update code.
3292         (sh_pseudo_register_write, sh64_pseudo_register_write): Add
3293         `regcache' and `gdbarch' parameters.  Make `buffer' a constant
3294         void pointer.  Update code.
3295         (sh64_register_write): Delete.
3296         (sh4_register_read): Delete.
3297         (sh64_register_read): Delete.
3298         (sh4_register_write): Delete.
3299         (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
3300         void pointer, `to' parameter a void pointer.
3301         (sh_sh64_register_convert_to_raw): Ditto.
3302
3303 2002-08-01  Kevin Buettner  <kevinb@redhat.com>
3304
3305         * mips-tdep.c (mips_register_virtual_type): Use architecture
3306         invariant return values.
3307
3308 2002-08-01  Andrew Cagney  <cagney@redhat.com>
3309
3310         * linux-proc.c: Include "gdb_string.h".
3311         * Makefile.in (linux-proc.o): Update dependency list.
3312
3313 2002-08-01  Kevin Buettner  <kevinb@redhat.com>
3314
3315         * mips-tdep.c (mips_gdbarch_init): Add comments.  Fix typo in
3316         comment.
3317
3318 2002-08-01  Grace Sainsbury  <graces@redhat.com>
3319
3320         * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3321         to_insert_watchpoint, to_remove_watchpoint,
3322         to_stopped_by_watchpoint, to_stopped_data_address,
3323         to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
3324         target vecctor. Define their corresponding macros so they call
3325         them.
3326         
3327         * target.c: Add default and debug versions of for
3328         to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3329         to_insert_watchpoint, to_remove_watchpoint,
3330         to_stopped_by_watchpoint, to_stopped_data_address,
3331         to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
3332
3333 2002-08-01  Kevin Buettner  <kevinb@redhat.com>
3334
3335         * mips-tdep.c (mips_register_virtual_type): New function.
3336         (mips_gdbarch_init): Register mips_register_virtual_type()
3337         with gdbarch machinery.
3338         * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
3339         this file instead of tm-bigmips.h.
3340         (MIPS_REGSIZE): Delete this macro.
3341         (REGISTER_VIRTUAL_TYPE): Delete macro.  Undef macro so that
3342         multiarch version in mips-tdep.c will be found.
3343
3344 2002-08-01  Andrew Cagney  <cagney@redhat.com>
3345
3346         * NEWS: Menion that CHILL has been made obsolete.
3347
3348         * gdbtypes.c (chill_varying_type): Make chill references obsolete.
3349         * stabsread.c (read_range_type): Ditto.
3350         * gdbtypes.h: Ditto.
3351         * language.c (binop_type_check): Ditto.
3352         (binop_result_type): Ditto.
3353         (integral_type): Ditto.
3354         (character_type): Ditto.
3355         (string_type): Ditto.
3356         (boolean_type): Ditto.
3357         (structured_type): Ditto.
3358         (lang_bool_type): Ditto.
3359         (binop_type_check): Ditto.
3360         * language.h (_LANG_chill): Ditto.
3361         * dwarfread.c (set_cu_language): Ditto.
3362         * dwarfread.c (CHILL_PRODUCER): Ditto.
3363         * dwarfread.c (handle_producer): Ditto.
3364         * expression.h (enum exp_opcode): Ditto.
3365         * eval.c: Ditto for comments.
3366         * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
3367         * expprint.c (print_subexp): Ditto.
3368         (print_subexp): Ditto.
3369         * valops.c (value_cast): Ditto.
3370         (search_struct_field): Ditto.
3371         * value.h (COERCE_VARYING_ARRAY): Ditto.
3372         * symfile.c (init_filename_language_table): Ditto.
3373         (add_psymbol_with_dem_name_to_list): Ditto.
3374         * valarith.c (value_binop): Ditto.
3375         (value_neg): Ditto.
3376         * valops.c (value_slice): Ditto.
3377         * symtab.h (union language_specific): Ditto.
3378         (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
3379         (SYMBOL_DEMANGLED_NAME): Ditto.
3380         (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
3381         * defs.h (enum language): Ditto.
3382         * symtab.c (got_symtab): Ditto.
3383         * utils.c (fprintf_symbol_filtered): Ditto.
3384
3385         * ch-typeprint.c: Make file obsolete.
3386         * ch-valprint.c: Make file obsolete.
3387         * ch-lang.h: Make file obsolete.
3388         * ch-exp.c: Make file obsolete.
3389         * ch-lang.c: Make file obsolete.
3390
3391         * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
3392         CHILL_LIB.
3393         (TARGET_FLAGS_TO_PASS): Ditto.
3394         (CHILLFLAGS): Obsolete.
3395         (CHILL): Obsolete.
3396         (CHILL_FOR_TARGET): Obsolete.
3397         (CHILL_LIB): Obsolete.
3398         (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
3399         ch-valprint.c.
3400         (HFILES_NO_SRCDIR): Remove ch-lang.h.
3401         (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
3402         ch-lang.o.
3403         (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
3404         targets.
3405
3406 2002-07-31  Joel Brobecker  <brobecker@gnat.com>
3407
3408         * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
3409         This does not change anything at the moment, but will be helpful
3410         later when full Ada support is integrated.
3411
3412 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
3413
3414         * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
3415         help message.
3416
3417 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
3418
3419         * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
3420         and save it in a local variable.  Use variable in later test.
3421
3422 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
3423
3424         * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
3425         test.  (Thanks to Daniel Jacobowitz.)
3426         
3427 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
3428
3429         * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
3430         (mips_abi_strings): Add "n64".
3431         (mips_gdbarch_init): Add test for n64 abi.  Add MIPS_ABI_N64 case.
3432
3433 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
3434
3435         * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
3436         (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
3437
3438 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
3439
3440         * utils.c (host_pointer_to_address, address_to_host_pointer):
3441         Use gdb_assert() instead of explicit call to internal_error().
3442
3443 2002-07-30  Kevin Buettner  <kevinb@redhat.com>
3444
3445         * Makefile.in (rs6000-nat.o): Update dependencies.
3446
3447         From Nicholas Duffek:
3448         * Makefile.in (ALLDEPFILES): Add aix-thread.c.
3449         (aix-thread.o): New rule.
3450         * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
3451         * config/powerpc/aix432.mh: New file.
3452
3453 2002-07-30  Daniel Jacobowitz  <drow@mvista.com>
3454
3455         * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
3456         (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
3457         (fetch_core_registers, ppc_linux_supply_gregset)
3458         (ppc_linux_supply_fpregset): New functions.
3459         (ppc_linux_regset_core_fns): New.
3460         (_initialize_ppc_linux_tdep): Call add_core_fns.
3461         * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
3462         and ppc_linux_supply_gregset.
3463         * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
3464         (supply_fpregset): Call ppc_linux_supply_fpregset.
3465         * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
3466         corelow.o.
3467         * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
3468
3469 2002-07-30  Daniel Jacobowitz  <drow@mvista.com>
3470
3471         * symtab.c (lookup_symbol): Demangle before lowercasing.
3472
3473 2002-07-30  Andrew Cagney  <ac131313@redhat.com>
3474
3475         * symtab.h: Replace #include "gdb_obstack.h" with opaque
3476         declaration.
3477         * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
3478         * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
3479         * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
3480         * arch-utils.c, cli/cli-setshow.c: Unconditionally include
3481         "gdb_string.h".
3482         * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
3483         (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
3484         (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
3485         (avr-tdep.o, mon960-rom.o): Ditto.
3486         (aout_stabs_gnu_h): Define.
3487         (symtab_h): Remove $(gdb_obstack_h).
3488
3489 2002-07-30  Jim Blandy  <jimb@redhat.com>
3490
3491         Patch from David Carlton <carlton@math.stanford.edu>:
3492         * gdbinit.in: Move the `dir' commands that add GDB's own source
3493         directory to the search path to the end, so that the `gdb' source
3494         directory will be searched first.
3495
3496 2002-07-29  Andrew Cagney  <ac131313@redhat.com>
3497
3498         * gdb_obstack.h: New file.
3499         * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
3500         (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
3501         * objfiles.h: Include "gdb_obstack.h".
3502         * Makefile.in (gdb_obstack_h): Define.
3503         (symtab_h): Add $(gdb_obstack_h).
3504         (objfiles_h): Add $(gdb_obstack_h).
3505         
3506         * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
3507         * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
3508         * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
3509         * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
3510         * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
3511         * p-valprint.c, symmisc.c, typeprint.c: Ditto.
3512         * symfile.c, coffread.c, c-typeprint.c: Ditto.
3513         * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
3514
3515         * Makefile.in (bcache.o): Update dependencies.
3516         (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
3517         (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
3518         (dbxread.o, dstread.o, f-typeprint.o): Ditto.
3519         (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
3520         (stabsread.o, symfile.o, symmisc.o): Ditto.
3521         (symtab.o, typeprint.o, macroexp.o): Ditto.
3522         (macrotab.o, mdebugread.o): Ditto.
3523         (f_lang_h, coff_sym_h, coff_symconst_h): Define.
3524         (coff_ecoff_h, aout_aout64_h): Define.
3525         (aout_stabs_gnu_h, libaout_h): Define.
3526
3527 2002-07-29  Andrew Cagney  <cagney@redhat.com>
3528
3529         * regcache.c (struct regcache_descr): Rename nr_registers to
3530         nr_cooked_registers.  Revise comments describing the structure
3531         member fields.
3532         (init_regcache_descr): Update.
3533         (init_legacy_regcache_descr): Update.
3534         (read_register_gen, write_register_gen): When a cooked register in
3535         the raw register range, directly access the value from the raw
3536         register cache.
3537
3538 2002-07-29  Andrew Cagney  <ac131313@redhat.com>
3539
3540         * z8k-tdep.c: Do not include "obstack.h".
3541         * h8300-tdep.c, h8500-tdep.c: Ditto.
3542         * m68hc11-tdep.c, sh-tdep.c: Ditto.
3543         * valprint.c, v850-tdep.c: Ditto.
3544         * d10v-tdep.c, mn10300-tdep.c: Ditto.
3545         * mn10200-tdep.c: Ditto.
3546
3547         * Makefile.in (z8k-tdep.o): Update dependencies.
3548         (m68hc11-tdep.o, valprint.o): Ditto.
3549         (v850-tdep.o, d10v-tdep.o): Ditto.
3550         (mn10300-tdep.o, sparc-tdep.o): Ditto.
3551         (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
3552         (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
3553         (sh_opc_h, gdb_sim_sh_h): Define.
3554         (elf_sh_h, elf_bfd_h): Define.
3555         (opcode_m68hc11_h): Define.
3556         (OPCODES_SRC, OPCODES_DIR): define.
3557         (OPCODES): Use $(OPCODES_DIR).
3558         (gdb_sim_d10v_h): Rename sim_d10v_h.
3559         (gdb_sim_arm_h): Rename sim_arm_h.
3560
3561 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
3562
3563         * utils.c (host_pointer_to_address, address_to_host_pointer):
3564         Change internal_error() message to indicate function responsible
3565         for the error.
3566
3567 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
3568
3569         * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
3570         calls to local_hex_string_custom().
3571
3572 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
3573
3574         * irix5-nat.c: Move IRIX shared library support from here...
3575         * solib-irix.c: ...to here.  Revised substantially to work with
3576         generic solib framework.
3577
3578         * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
3579         * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
3580         * mips-irix-tdep.c: New file.
3581
3582         * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
3583         (mips-irix-tdep.o, solib-irix.o): New rules.
3584         * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
3585         solib-irix.o.
3586         * config/mips/irix6.mt (TDEPFILES): Likewise.
3587         * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
3588
3589 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
3590
3591         * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
3592         disabled (via ``#if 0'') includes.
3593
3594 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
3595
3596         * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
3597         (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
3598         (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
3599         Add support for the fpscr register.
3600         * rs6000-nat.c (regmap, fetch_inferior_registers)
3601         (store_inferior_registers, fetch_core_registers): Likewise.
3602
3603 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
3604
3605         * rs6000-nat.c (language.h): Include.
3606         (special_regs): Delete this array.
3607         (regmap): New function.
3608         (fetch_register, store_register):  Use regmap() to map gdb
3609         register numbers to ptrace register numbers.  Also, use
3610         outputs from regmap() to make decisions regarding type of
3611         ptrace() call to make.  In particular, don't compare against
3612         FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3613         (fetch_inferior_registers, store_inferior_registers): Where
3614         possible, obtain register numbers from tdep struct.  Don't
3615         refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3616         * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
3617         (LAST_UISA_SP_REGNUM): Delete.
3618         
3619 2002-07-25  Kevin Buettner  <kevinb@redhat.com>
3620
3621         * rs6000-nat.c (ppc-tdep.h): Include.
3622         (fetch_registers, store_register, fetch_core_registers): Don't
3623         access registers[] directly.  Instead, use supply_register() or
3624         regcache_collect() as appropriate.
3625         (find_toc_address): Format hex address with local_hex_string().
3626
3627 2002-07-25  Andrew Cagney  <ac131313@redhat.com>
3628
3629         * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
3630         bfd/elf32-frv.c.
3631
3632 2002-07-24  Tom Tromey  <tromey@redhat.com>
3633
3634         * jv-exp.y: Marked all strings with _().
3635         (ClassInstanceCreationExpression, ArrayCreationExpression): Use
3636         internal_error.
3637         (MethodInvocation, CastExpression, parse_number, yyerror,
3638         java_type_from_name, push_expression_name, yylex): Typo fixes.
3639
3640 2002-07-24  Daniel Jacobowitz  <drow@mvista.com>
3641
3642         * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
3643         (tee_file_flush, tee_file_write, tee_file_fputs)
3644         (tee_file_isatty): New.
3645         * ui-file.h (tee_file_new): Add prototype.
3646
3647 2002-07-24  Aidan Skinner <aidan@velvet.net>
3648
3649         * ada-lang.c: Change k&r style function definitions to prototyped
3650         form.
3651         * ada-typeprint.c: Change k&r style function definitions to prototyped
3652         form.
3653         * ada-valprint.c: Change k&r style function definitions to prototyped
3654         form.
3655         
3656 2002-07-24  Andrew Cagney  <cagney@redhat.com>
3657
3658         * README: Remove reference to remote-bug.
3659         * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
3660         remote-bug.c.
3661         (m88k-nat.o): Delete rule.
3662         (m88k-tdep.o): Delete rule.
3663         (remote-bug.o): Delete rule.
3664         * MAINTAINERS: Mark as obsolete.
3665         * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
3666         * m88k-tdep.c: Make file obsolete.
3667         * config/m88k/m88k.mh: Ditto.
3668         * config/m88k/delta88v4.mh: Ditto.
3669         * config/m88k/delta88v4.mt: Ditto.
3670         * config/m88k/delta88.mt: Ditto.
3671         * config/m88k/delta88.mh: Ditto.
3672         * remote-bug.c: Ditto.
3673         * config/m88k/tm-delta88.h: Ditto.
3674         * config/m88k/nm-delta88v4.h: Ditto.
3675         * config/m88k/xm-delta88.h: Ditto.
3676         * config/m88k/xm-dgux.h: Ditto.
3677         * config/m88k/tm-m88k.h: Ditto.
3678         * config/m88k/nm-m88k.h: Ditto.
3679         * config/m88k/tm-delta88v4.h: Ditto.
3680         * m88k-nat.c: Ditto.
3681         * cxux-nat.c: Ditto.
3682         * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
3683         and m88*-*-* obsolete.
3684         * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
3685         m88*-*-* obsolete.
3686
3687 2002-07-24  Andrew Cagney  <cagney@redhat.com>
3688
3689         * findvar.c (extract_unsigned_integer): Make `addr' parameter
3690         constant.  Same for local pointer variables.
3691         (extract_signed_integer): Ditto.
3692         * defs.h (extract_unsigned_integer): Update.
3693         (extract_signed_integer): Update.
3694
3695 2002-07-24  Andrew Cagney  <cagney@redhat.com>
3696
3697         * regcache.c (regcache_raw_write): Change buf parameter to a
3698         constant void pointer.
3699         (regcache_raw_read): Change buf parameter to a void pointer.
3700         (legacy_write_register_gen): Change myaddr parameter a constant
3701         void pointer.
3702         (supply_register): Change val parameter to a const void pointer.
3703         * regcache.h (regcache_raw_write): Update declaration.
3704         (regcache_raw_read): Update declaration.
3705         (supply_register): Update declaration.
3706
3707 2002-07-24  Tom Tromey  <tromey@redhat.com>
3708
3709         * defs.h (gdb_readline_wrapper): Declare.
3710         * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
3711         * tracepoint.c (read_actions): Use gdb_readline_wrapper.
3712         * top.c (gdb_readline_wrapper): New function.
3713         (command_line_input): Use it.
3714
3715 2002-07-24  Andrew Cagney  <cagney@redhat.com>
3716
3717         * regcache.h (regcache_raw_read, regcache_raw_write): Replace
3718         regcache_read and regcache_write.
3719         (regcache_raw_read_as_address): Replace regcache_read_as_address.
3720         * regcache.c: Update.
3721         * sh-tdep.c (sh64_push_arguments): Update comment.
3722         (sh_pseudo_register_read): Update.
3723         (sh_pseudo_register_write): Update.
3724         (sh4_register_read): Update.
3725         (sh4_register_write): Update.
3726         (sh64_pseudo_register_read): Update.
3727         (sh64_pseudo_register_write): Update.
3728         (sh64_register_read): Update.
3729         (sh64_register_write): Update.
3730         * i386-tdep.c (i386_extract_return_value): Update.
3731         (i386_extract_struct_value_address): Update.
3732         (i386_extract_return_value): Update.
3733         * blockframe.c (generic_read_register_dummy): Update.
3734         (generic_call_dummy_register_unwind): Update
3735         * infrun.c (write_inferior_status_register): Update.
3736
3737 2002-07-23  Jim Blandy  <jimb@redhat.com>
3738
3739         * parser-defs.h (expression_context_pc): Make this extern.
3740         (Thanks to Michael Snyder.)
3741
3742 2002-07-23  Andrew Cagney  <ac131313@redhat.com>
3743
3744         GDB 5.2.1 released from 5.2 branch.
3745         * NEWS: Mention changes in 5.2.1 including addition of AVR target.
3746         * README: Update to mention 5.2.1.
3747
3748 2002-07-23  Mark Salter  <msalter@redhat.com>
3749
3750         * remote.c (remote_read_bytes): Fix check for error.
3751
3752 2002-07-22  Kevin Buettner  <kevinb@redhat.com>
3753
3754         * aix-thread.c (language.h): Include.
3755         (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3756         (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
3757         Print newlines at end of debug messages.
3758         (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
3759         (pdc_write_data): Use local_hex_string() instead of %llx formats.
3760
3761 2002-07-22  Kevin Buettner  <kevinb@redhat.com>
3762
3763         * aix-thread.c (ppc-tdep.h): Include.
3764         (special_register_p): New function.
3765         (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
3766         (store_regs_user_thread): Use register number information from
3767         gdbarch_tdep struct instead of hardcoded offsets relative to
3768         FIRST_UISA_SP_REGNUM.
3769         (fetch_regs_kernel_thread, store_regs_kernel_thread):  Call
3770         special_register_p() instead of using FPLAST_REGNUM and
3771         LAST_UISA_SP_REGNUM as lower and upper bounds on the special
3772         register numbers.  Also, don't assume that LAST_UISA_SP_REGNUM
3773         will be MQ's register number.
3774
3775 2002-07-22  Michael Snyder  <msnyder@redhat.com>
3776
3777         * aix-thread.c (ops): Rename to aix_thread_ops.
3778         (base_ops): Rename to base_target.
3779         (ops_attach): Rename to aix_thread_attach.
3780         (ops_detach): Rename to aix_thread_detach.
3781         (ops_resume): Rename to aix_thread_detach.
3782         (ops_wait):   Rename to aix_thread_wait.
3783         (ops_kill):   Rename to aix_thread_kill.
3784         (init_ops):   Rename to init_aix_thread_ops.
3785         (ops_fetch_register): Rename to aix_thread_fetch_register.
3786         (ops_store_register): Rename to aix_thread_store_register.
3787         (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
3788         (ops_thread_alive):   Rename to aix_thread_thread_alive.
3789         (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
3790         (ops_pid_to_str):  Rename to aix_thread_pid_to_str.
3791         (ops_xfer_memory): Rename to aix_thread_xfer_memory.
3792         (fetch_regs_lib):  Rename to fetch_regs_user_thread.
3793         (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
3794         (store_regs_lib):  Rename to store_regs_user_thread.
3795         (store_regs_kern): Rename to store_regs_kernel_thread.
3796
3797 2002-07-22  Michael Snyder  <msnyder@redhat.com>
3798
3799         * aix-thread.c (ops_prepare_to_store): Eliminate.
3800         (init_ops): Don't initialize ops.prepare_to_store.
3801         (store_regs_kern): Pre-fetch register buffers from child, 
3802         because some registers may not be in the cache.  Copy
3803         regs from register cache only if they are cached.
3804         (store_regs_lib): Copy regs from register cache only
3805         if they are cached.
3806         (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
3807         fill_gprs64): Ditto.
3808
3809 2002-07-22  Kevin Buettner  <kevinb@redhat.com>
3810
3811         * aix-thread.c (gdb_assert.h): Include.
3812         (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
3813         register sizes (from register cache) match size of buffer holding
3814         register data.
3815         (fill_sprs32): Change parameter types to match those in the ptrace()
3816         buffer.
3817         (store_regs_lib): Likewise, but for 32-bit temporary variables.
3818         (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
3819
3820 2002-07-22  Michael Snyder  <msnyder@redhat.com>
3821
3822         * aix-thread.c (supply_sprs64): Cosmetic change.
3823         (supply_sprs32): Cosmetic change.
3824         (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
3825         (fill_sprs64): Use regcache_collect instead of read_register.
3826         (store_regs_lib): Use regcache_collect instead of 
3827         read_register.  Use fill_sprs32 instead of fill_sprs64,
3828         if debugging a 32-bit architecture.
3829         (store_regs_kern): Use fill_gprs64 etc. to pull the values
3830         out of the register cache, instead of passing a pointer into
3831         the register cache directly to ptrace.  Use regcache_collect
3832         insteaad of read_register.
3833         (ops_prepare_to_store): Use target_read_registers instead
3834         of read_register_bytes.
3835
3836 2002-07-20  Aidan Skinner <aidan@velvet.net>
3837
3838         * MAINTAINERS: Add self under write after approval. 
3839                 
3840 2002-07-20  Aidan Skinner <aidan@velvet.net>
3841
3842         * ada-tasks.c: Change k&r style function definitions to prototyped
3843         form.
3844                 
3845 2002-07-19  Andrew Cagney  <ac131313@redhat.com>
3846
3847         * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
3848         * x86-64-tdep.c: Include "objfiles.h".
3849         (x86_64_gdbarch_init): Set in_solib_call_trampoline to
3850         in_plt_section.  From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
3851
3852 2002-07-17  Michal Ludvig  <michal@suse.cz>
3853
3854         * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
3855         (update_context): Initialise cfa variable.
3856
3857 2002-07-17  Michael Snyder  <msnyder@redhat.com>
3858
3859         * aix-thread.c: Shorten some long lines.  
3860         Bring comments into line with code spec.
3861
3862 2002-07-18  Joel Brobecker  <brobecker@gnat.com>
3863
3864         * infrun.c: Re-indent using gdb_indent.sh.
3865
3866 2002-07-18  Joel Brobecker  <brobecker@gnat.com>
3867
3868         * infrun.c (handle_inferior_event): Remove unneeded extra brace.
3869         Leave the indentation temporarily untouched, to minimize the diffs.
3870
3871 2002-07-18  Elena Zannoni  <ezannoni@redhat.com>
3872
3873         * stabsread.c: Make os9k sections of the code obsolete,
3874         for real this time.
3875         * stabsread.h: Make os9k sections of the code obsolete.
3876
3877 2002-07-18  Michal Ludvig <mludvig@suse.cz>
3878
3879         * linux-low.c (regsets_store_inferior_registers): Add free()
3880         at the end of a loop to prevent memory leak.
3881         * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
3882         (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
3883         * config/sparc/tm-sp64linux.h: Make the rest of #endif
3884         line a comment.
3885         * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
3886
3887 2002-07-17  Jim Blandy  <jimb@redhat.com>
3888
3889         * macrocmd.c (info_macro_command): Remove newline from error
3890         message.
3891
3892 2002-07-17  J"orn Rennecke <joern.rennecke@superh.com>
3893
3894         * sh-tdep.c (sh_dsp_register_sim_regno): New function.
3895         (sh_gdbarch_init): Use it for sh-dsp.
3896
3897 2002-07-16  Kevin Buettner  <kevinb@redhat.com>
3898
3899         * dwarf2read.c (read_initial_length): Handle older, non-standard,
3900         64-bit DWARF2 format.
3901
3902 2002-07-16  Joel Brobecker  <brobecker@gnat.com>
3903
3904         * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
3905         <sys/proc.h> when not available.
3906
3907 2002-07-16  Andrew Cagney  <ac131313@redhat.com>
3908
3909         * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
3910         * stabsread.c: Make os9k sections of the code obsolete.
3911         * configure.tgt: Make i[3456]86-*-os9k target obsolete.
3912         * config/i386/i386os9k.mt: Make file obsolete.
3913         * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
3914         (COMMON_OBS): Remove os9kread.o
3915         (SFILES): Remove os9kread.c.
3916         (os9kread.o, remote-os9k.o): Make target obsolete.
3917         * remote-os9k.c: Make file obsolete.
3918         * os9kread.c: Make file obsolete.
3919         * Makefile.in
3920
3921 2002-07-16  Andrew Cagney  <ac131313@redhat.com>
3922
3923         * NEWS: Mention that the FR30 has been made obsolete.
3924         * fr30-tdep.c: Make file obsolete.
3925         * config/fr30/tm-fr30.h: Ditto.
3926         * config/fr30/fr30.mt: Ditto.
3927         * configure.tgt: Make fr30-*-elf obsolete.
3928         * MAINTAINERS: Make fr30-elf obsolete.
3929
3930 2002-07-16  Pierre Muller  <muller@ics.u-strasbg.fr>
3931
3932         * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
3933         found is not inside a section.
3934
3935 2002-07-15  Kevin Buettner  <kevinb@redhat.com>
3936
3937         * aix-thread.c (ptrace_check): Use safe_strerror() instead of
3938         strerror().
3939         (pdc_realloc): Use xrealloc() instead of realloc().
3940
3941 2002-07-15  Kevin Buettner  <kevinb@redhat.com>
3942
3943         * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
3944         (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
3945         (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
3946         macros.
3947
3948 2002-07-15  Kevin Buettner  <kevinb@redhat.com>
3949
3950         * aix-thread.c (ptrace_check): Eliminate goto.
3951         (sync_threadlists): Eliminate gotos.  Also, fix array overrun
3952         problem.
3953
3954 2002-07-15  Kevin Buettner  <kevinb@redhat.com>
3955
3956         * aix-thread.c (gdbcmd.h): Include.
3957         (DEBUG, DBG, DBG2, dbg): Eliminate.
3958         (debug_aix_thread): New static global.
3959         (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3960         (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
3961         (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
3962         invocations to DBG and DBG2 macros to test against
3963         ``debug_aix_thread'' and call fprintf_unfiltered().
3964         (_initialize_aix_thread): Add new command "set debug aix-thread".
3965
3966 2002-07-15  Andrew Cagney  <ac131313@redhat.com>
3967
3968         From Gerhard Tonn <TON@de.ibm.com>:
3969         * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
3970         instead of supply_register.
3971
3972 2002-07-15  Andrew Cagney  <ac131313@redhat.com>
3973
3974         * dwarf2cfi.c: Include "gdb_assert.h".
3975         (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
3976         non-NULL.
3977         (update_context): Do not use __func__.  Add missing ``break''.
3978         (update_context): Do not use __func__.
3979
3980 2002-07-15  Elena Zannoni  <ezannoni@redhat.com>
3981
3982         * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
3983         and its setting.  Set gdbarch instruction printing functions
3984         directly.  For non-rs6000 case use new function
3985         gdb_print_insn_powerpc.
3986         (gdb_print_insn_powerpc): New function.
3987
3988 2002-07-13  Andrew Cagney  <ac131313@redhat.com>
3989
3990         * NEWS: Mention that the d30v has been marked obsolete.
3991         * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
3992         * configure.tgt: Mark d30v-*-* as obsolete.
3993         * d30v-tdep.c: Mark file as obsolete.
3994         * config/d30v/d30v.mt: Ditto.
3995         * config/d30v/tm-d30v.h: Ditto.
3996
3997 2002-07-13  Aidan Skinner <aidan@velvet.net>
3998
3999         * ada-tasks.c (add_task_entry): replace calls to
4000         malloc() with xmalloc
4001         * ada-tasks.c (init_task_list): replace calls to free with xfree()
4002         
4003         * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
4004         ada_finish_decode_line_1, all_sals_for_line
4005         ada_breakpoint_rewrite): replace calls to free() with xfree()
4006                 
4007 2002-07-12  Kevin Buettner  <kevinb@redhat.com>
4008
4009         From Nicholas Duffek (with minor changes by Martin Hunt, 
4010         Louis Hamilton, and Kevin Buettner):
4011         * aix-thread.c: New file.
4012
4013 2002-07-12  Petr Sorfa <petrs@caldera.com>
4014
4015         *  dwarf2read.c (dwarf2_invalid_attrib_class): New
4016         complaint for invalid attribute class or form.
4017         (read_func_scope): DW_AT_frame_base
4018         better handling of DW_AT_block*.
4019         (dwarf2_add_member_fn): DW_AT_vtable_elem_location
4020         better handling of DW_AT_block*.
4021         (read_common_block): DW_AT_location
4022         better handling of DW_AT_block*.
4023         (read_partial_die): DW_AT_location better handling
4024         of DW_AT_block*.
4025         (new_symbol): DW_AT_external better handling of
4026         DW_AT_block*. Proper initialization of variable
4027         "addr".
4028         (attr_form_is_block): New function that returns true
4029         if the attribute's form is of DW_FORM_block*.
4030
4031 2002-07-12  Peter Schauer  <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
4032
4033         * valops.c (find_method_list): Remove comment about
4034         removed STATIC_MEMFUNCP argument.
4035         (value_find_oload_method_list): Likewise.
4036
4037 2002-07-12  Kevin Buettner  <kevinb@redhat.com>
4038
4039         From Nicholas Duffek:
4040         * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
4041         target_new_objfile_hook.
4042
4043 2002-07-12  Kevin Buettner  <kevinb@redhat.com>
4044
4045         From Nicholas Duffek:
4046         * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
4047         csect.
4048
4049 2002-07-12  Andrew Cagney  <cagney@redhat.com>
4050
4051         * MAINTAINERS: Mention --enable-sim-build-warnings.
4052         (m68hc11-elf): Disable sim build warnings.
4053         (m32r-elf): Mark as broken obsolete candidate.
4054         (x86_64-linux-gnu): Mark as buildable with -Werror.
4055         (arm-elf): Change -w to ``,'' which enables warnings but not
4056         -Werror.
4057
4058 2002-07-12  Andrew Cagney  <ac131313@redhat.com>
4059
4060         * bcache.h: Update copyright.
4061         (struct bstring, struct bcache): Move definition to "bcache.c".
4062         Replaced by opaque declaration.
4063         (bcache_xfree): Replace free_bcache.
4064         (bcache_xmalloc, bcache_memory_used): Declare.
4065         
4066         * bcache.c: Update copyright.
4067         (struct bstring, struct bcache): Moved to here from "bcache.h".
4068         Update comments.
4069         (bcache_xmalloc, bcache_memory_used): New functions.
4070         (bcache_xfree): Replace function free_bcache.
4071         
4072         * Makefile.in (objfiles.o): Add $(bcache_h).
4073         (objfiles_h): Remove $(bcache_h).
4074         (symfile.o): Add $(bcache_h).
4075
4076         * symmisc.c: Update copyright.
4077         (print_symbol_bcache_statistics): Pass psymbol_cache by value.
4078         (print_objfile_statistics): Use bcache_memory_used.
4079
4080         * symfile.c: Include "bcache.h".
4081         (reread_symbols): Use bcache_xfree.
4082         (reread_symbols): Use bcache_xmalloc and bcache_xfree.
4083         (add_psymbol_to_list): Pass psymbol_cache by value.
4084         (add_psymbol_with_dem_name_to_list): Ditto.
4085
4086         * objfiles.h: Update copyright.
4087         (struct bcache): Declare opaque.  Do not include "bcache.h".
4088         (struct objfile): Change psymbol_cache and macro_cache to ``struct
4089         bcache'' pointers.
4090         * dwarf2read.c (macro_start_file): Pass macro_cache by value.
4091
4092         * objfiles.c: Include "bcache.h".  Update copyright.
4093         (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
4094         macro_cache.
4095         (free_objfile): Use bcache_xfree.
4096
4097 2002-07-11  Grace Sainsbury  <graces@redhat.com>
4098
4099         * monitor.c (monitor_fetch_register): Make name a constant.
4100         (monitor_store_register): Same.
4101
4102 2002-07-11  Daniel Jacobowitz  <drow@mvista.com>
4103
4104         Based on patch from Daniel Berlin <dberlin@dberlin.org>.
4105         * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
4106         (finish_block) For non-function blocks, hash the symbol table.  For
4107         function blocks, mark the symbol table as unhashed.
4108         * minsyms.c (msymbol_hash): Return hash value without taking modulus.
4109         (msymbol_hash_iw): Likewise.
4110         (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
4111         value.
4112         (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
4113         (lookup_minimal_symbol): Likewise for both.
4114         * symtab.h (struct block): Add `hashtable' flag.  Comment the
4115         hashtable.
4116         (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
4117         (ALL_BLOCK_SYMBOLS): Update.
4118         (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
4119         (struct symbol): Add `hash_next' pointer.
4120         * symtab.c (lookup_block_symbol): Search using the hash table when
4121         possible.
4122         (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
4123         (search_symbols, find_addr_symbol): Likewise.
4124
4125         * dstread.c (process_dst_block): Clear hashtable bit for new block.
4126         (read_dst_symtab): Likewise.
4127         * jv-lang.c (get_java_class_symtab): Likewise.
4128         * mdebugread.c: Include "gdb_assert.h".
4129         (shrink_block): Assert that the block being modified is not hashed.
4130         * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
4131         * symmisc.c (free_symtab_block): Walk the hash table when freeing
4132         symbols.
4133         (dump_symtab): Recognize hashed blocks.
4134         * printcmd.c (print_frame_args):  Assert that function blocks do not
4135         have hashed symbol tables.
4136         * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
4137         (fill_in_ada_prototype, debug_print_block): Likewise.
4138         (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS.  Handle hash tables.
4139
4140 2002-07-11  Corinna Vinschen  <vinschen@redhat.com>
4141
4142         * stack.c (print_frame): Use result of frame_address_in_block()
4143         instead of fi->pc when evaluating symbols.
4144         (backtrace_command_1): Ditto.
4145
4146 2002-07-11  Andrew Cagney  <cagney@redhat.com>
4147
4148         * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
4149         Make static.
4150
4151         * arm-tdep.c (arm_register_name): Make return type constant.
4152
4153 2002-07-10  Andrew Cagney  <ac131313@redhat.com>
4154
4155         * win32-nat.c (has_detach_ability): Convert to strict ISO C
4156         prototype.
4157         * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
4158         * s390-tdep.c (s390_fp_regnum): Ditto.
4159         (s390_read_fp): Ditto.
4160         (s390_pop_frame): Ditto.
4161         (_initialize_s390_tdep): Ditto.
4162         * remote.c (get_remote_state): Ditto.
4163         * procfs.c (mappingflags): Ditto.
4164         * memattr.c (_initialize_mem): Ditto.
4165         * mcore-tdep.c (mcore_pop_frame): Ditto.
4166         * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
4167         * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
4168         * language.c (set_case_str): Ditto.
4169         * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
4170         * frv-tdep.c (new_variant): Ditto.
4171         (frv_stopped_data_address): Ditto.
4172         * dwarf2cfi.c (fde_chunks_need_space): Ditto.
4173         (context_alloc): Ditto.
4174         (frame_state_alloc): Ditto.
4175         (unwind_tmp_obstack_init): Ditto.
4176         (unwind_tmp_obstack_free): Ditto.
4177         (cfi_read_fp): Ditto.
4178         * cris-tdep.c (cris_saved_pc_after_call): Ditto.
4179         (cris_pop_frame): Ditto.
4180         * c-lang.c (scanning_macro_expansion): Ditto.
4181         (finished_macro_expansion): Ditto.
4182         (c_preprocess_and_parse): Ditto.
4183         * gdbarch.sh: Ditto.
4184         * gdbarch.h, gdbarch.c: Regenerate.
4185         * config/mn10200/tm-mn10200.h: Adjust indentation.
4186         * target.c: Adjust indentation.
4187         * symtab.h: Adjust indentation.
4188         * stabsread.h: Adjust indentation.
4189         * remote-es.c: Adjust indentation.
4190         * os9kread.c: Adjust indentation.
4191
4192 2002-07-10  Andrew Cagney  <ac131313@redhat.com>
4193         
4194         * wince.c (_initialize_wince): Rename _initialize_inftarg.
4195         * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
4196
4197 2002-07-10  Grace Sainsbury  <graces@redhat.com>
4198         
4199         * NEWS: Mention m68k, mcore multi-arching.  
4200         * MAINTAINERS: Change status of m68k, mcore to reflect
4201         multi-arching.
4202
4203 2002-07-10  Daniel Jacobowitz  <drow@mvista.com>
4204
4205         * valops.c (find_overload_match): Free oload_syms.
4206
4207 2002-07-09  Joel Brobecker  <brobecker@gnat.com>
4208
4209         Define HAVE_SYS_PROC_H if sys/proc.h exists
4210         * configure.in: Add check for sys/proc.h
4211         * config.in: Regenerate.
4212         * configure: Regenerate.
4213
4214 2002-07-09  Grace Sainsbury  <graces@redhat.com>
4215
4216         * config/m68k/tm-m68k.h: Remove macros wrapped in 
4217         #if !GDB_MULTI_ARCH. 
4218
4219 2002-07-08  Andrew Cagney  <ac131313@redhat.com>
4220
4221         * config.in, configure: Regenerate.
4222
4223 2002-07-08  Mark Kettenis  <kettenis@gnu.org>
4224
4225         * dwarf2cfi.c: Include "gcore.h".
4226         (execute_stack_op): Fix implementation of the
4227         DW_OP_deref and DW_OP_deref_size operators by letting do their
4228         lookup in the target.
4229
4230 2002-07-07  Mark Kettenis  <kettenis@gnu.org>
4231
4232         From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
4233         * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
4234         tdep->sc_sp_offset.
4235
4236 2002-07-05  Daniel Jacobowitz  <drow@mvista.com>
4237
4238         Fix PR gdb/595, gdb/602
4239         * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
4240         Don't call value_cast, just read the vtable pointer; update comments
4241         to match.
4242
4243 2002-07-05  Grace Sainsbury  <graces@redhat.com>
4244
4245         * config/mcore/tm-mcore.h: Remove file.
4246         * config/mcore/mcore.mt: Remove definition of TM_FILE
4247         * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
4248
4249 2002-07-05  Mark Kettenis  <kettenis@gnu.org>
4250
4251         * i386bsd-tdep.c: Include "gdb_string.h".
4252
4253 2002-07-04  Grace Sainsbury  <graces@redhat.com>
4254
4255         * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
4256         (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
4257         mcore-tdep.
4258         (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
4259         (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
4260         * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
4261         (RETVAL_REGNUM): Move macros from tm-mcore.h
4262         (mcore_reg_struct_has_addr): New function.
4263         (mcore_gdbarch_init): Added initializations for the macros removed
4264         from tm-mcore.h.
4265
4266 2002-07-04  Mark Kettenis  <kettenis@gnu.org>
4267
4268         * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
4269         traditonal string branding within the ELF header.
4270
4271 2002-07-04  Daniel Jacobowitz  <drow@mvista.com>
4272
4273         * symtab.c (remove_params): New function.
4274         (make_symbol_overload_list): Use it instead of cplus_demangle.
4275         (overload_list_add_symbol): Likewise.  Reorder.  Fix memory leak.
4276
4277 2002-07-04  Mark Kettenis  <kettenis@gnu.org>
4278
4279         * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
4280
4281         * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
4282         New variables.
4283         (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
4284         and tdep->sigtramp_end.
4285         * i386obsd-nat.c: New file.
4286         * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
4287
4288         * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
4289         Don't call get_current_frame().
4290
4291 2002-07-04  Pierre Muller  <muller@ics.u-strasbg.fr>
4292
4293         * i386-nat.c (child_post_startup_inferior): New function
4294         calling i386_cleanup_dregs if
4295         I386_USE_GENERIC_WATCHPOINTS is defined.
4296         * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
4297         conditional to acknowledge that i386-nat.c has its
4298         own child_post_startup_inferior function.
4299
4300 2002-07-04  Mark Kettenis  <kettenis@gnu.org>
4301
4302         * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
4303         * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
4304         instead of MAX_REGISTER_RAW_SIZE.
4305         (i386_extract_return_value, i386_extract_struct_value_address):
4306         Convert to use regcache.
4307         (i386_gdbarch_init): Set max_register_raw_size and
4308         max_register_virtual_size to I386_MAX_REGISTER_SIZE.
4309         Set extract_return_value and extract_struct_value_address instead
4310         of their deprecated variants.
4311
4312         Convert i386 target to generic dummy frames.
4313         * i386-tdep.c: Include "symfile.h".
4314         (i386_frameless_signal_p): Consider a function to be frameless if
4315         the pc points at the first instruction of the function.
4316         (i386_frame_chain): Handle (generic) call dummies.
4317         (i386_frame_saved_pc): Likewise.
4318         (i386_frame_init_saved_regs): Remove code dealing with call
4319         dummies on the stack.
4320         (i386_push_dummy_frame): Removed.
4321         (i386_call_dummy_words): Removed.
4322         (i386_fix_call_dummy): Removed.
4323         (i386_push_return_address): New function.
4324         (i386_do_pop_frame): Renamed from i386_pop_frame.  Add FRAME
4325         parameter, and don't call get_current_frame.
4326         (i386_pop_frame): New function.
4327         (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
4328         call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
4329         entry_point_address, set call_dummy_breakpoint_offset to 0, set
4330         call_dummy_length to 0, set call_dummy_words to NULL, set
4331         sizeof_call_dummy_words to 0, set fix_call_dummy to
4332         generic_fix_call_dummy, set pc_in_call_dummy to
4333         pc_in_call_dummy_at_entry_point, set push_dummy_frame to
4334         generic_push_dummy_frame, set push_return_address to
4335         i386_push_return_address and set frame_chain_valid to
4336         generic_file_frame_chain_valid.
4337
4338 2002-07-03  Andrew Cagney  <ac131313@redhat.com>
4339
4340         * gdbarch.sh (struct regcache): Add opaque declaration.
4341         (EXTRACT_RETURN_VALUE): New architecture method.
4342         (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
4343         * gdbarch.h, gdbarch.c: Regenerate.
4344         * arch-utils.c (legacy_extract_return_value): New function.
4345         * arch-utils.h (legacy_extract_return_value): Declare.
4346         * values.c (value_being_returned): Re-enable code handling
4347         EXTRACT_STRUCT_VALUE_ADDRESS.  Move
4348         deprecated_grub_regcache_for_registers call to block handling
4349         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
4350         (EXTRACT_RETURN_VALUE): Do not define.
4351
4352 2002-07-03  Grace Sainsbury  <graces@redhat.com>
4353
4354         * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
4355         (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
4356         (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
4357         (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
4358         (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
4359         (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
4360         (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
4361         (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
4362         (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
4363         (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
4364         * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
4365         argument so the function fits the prototype in the architecture
4366         vector.
4367         (mcore_pop_frame): Remove argument so the function fits the
4368         prototype. Use get_current_frame instead of the argument.
4369         (mcore_push_arguments): Change type of struct_return so the
4370         function can be used in the architecture vector.
4371         (mcore_store_struct_return): Add.
4372         (mcore_frame_init_saved_regs): Add.
4373         (mcore_gdbarch_init): Add function calls to replace the macros
4374         removed from tm-mcore.h
4375
4376 2002-07-03  Andrew Cagney  <ac131313@redhat.com>
4377
4378         * infcmd.c (print_return_value): Remove compatibility code calling
4379         deprecated_grub_regcache_for_registers.
4380         
4381         * values.c: Include "regcache.h".
4382         (value_being_returned): Update.  Use
4383         deprecated_grub_regcache_for_registers to extract the register
4384         buffer address.  
4385         * value.h (value_being_returned): Change ``retbuf'' parameter to a
4386         ``struct regcache''.
4387         * Makefile.in (values.o): Add dependency on $(regcache_h).
4388
4389         * inferior.h (run_stack_dummy): Change type of second parameter to
4390         a ``struct regcache''.
4391         * valops.c (hand_function_call): Change type of retbuf to ``struct
4392         regcache''.  Allocate using regcache_xmalloc, clean using
4393         make_cleanup_regcache_xfree.
4394         * infcmd.c (run_stack_dummy): Update.  Use
4395         regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
4396
4397         * regcache.c (do_regcache_xfree): New function.
4398         (make_cleanup_regcache_xfree): New function.
4399         * regcache.h (make_cleanup_regcache_xfree): Declare.
4400
4401 2002-07-03  Martin M. Hunt  <hunt@redhat.com>
4402
4403         * event-top.c (command_line_handler): Don't read past
4404         beginning of buffer.
4405
4406 2002-07-03  Martin M. Hunt  <hunt@redhat.com>
4407         
4408         * varobj.c (struct varobj_root): Change frame from CORE_ADDR to 
4409         struct frame_id. 
4410         (varobj_create): Store frame_id for root.
4411         (varobj_gen_name): Use xasprintf.
4412         (varobj_update): Save and restore frame using get_frame_id() and
4413         frame_find_by_id().
4414         (create_child): Use xasprintf.
4415         (new_root_variable): Initialize frame_id.
4416         (c_name_of_child): Use xasprintf. Call find_frame_by_id().
4417         (c_value_of_variable): Use xasprintf. Move mem_fileopen call
4418         to prevent memory leak.
4419
4420 2002-07-03  Andrew Cagney  <ac131313@redhat.com>
4421
4422         * valops.c (hand_function_call): Move declaration of retbuf to
4423         start of function, allocate using malloc, add a cleanup but before
4424         the inf_status cleanup, cleanup the buffer.  Rename local variable
4425         old_chain to inf_status_cleanup.
4426
4427 2002-07-03  Martin M. Hunt  <hunt@redhat.com>
4428
4429         * top.c (execute_command): Use cmd_func() and cmd_func_p().
4430
4431         * cli/cli-decode.c (cmd_func_p): New function.
4432         (cmd_func): New function.
4433
4434         * command.h: Add cmd_func() and cmd_func_p().   
4435         
4436 2002-07-03  Grace Sainsbury  <graces@redhat.com>
4437
4438         * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
4439         (REGISTER_SIZE): Remove.
4440         (MAX_REGISTER_RAW_SIZE): Remove.
4441         (REGISTER_VIRTUAL_TYPE): Remove.
4442         (MAX_REGISTER_VIRTUAL_SIZE): Remove.
4443         (REGISTER_NAME): Remove.
4444         (USE_GENERIC_DUMMY_FRAMES): Remove.
4445         (CALL_DUMMY): Remove.
4446         (CALL_DUMMY_START_OFFSET): Remove.
4447         (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
4448         (CALL_DUMMY_LOCATION): Remove.
4449         (FIX_CALL_DUMMY): Remove.
4450         (CALL_DUMMY_ADDRESS): Remove.
4451         (SIZEOF_CALL_DUMMY_WORDS): Remove.
4452         (SAVE_DUMMY_FRAME_TOS): Remove.
4453         * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
4454         (mcore_register_virtual_type): New function.
4455         (mcore_register_byte): New function.
4456         (mcore_register_size): New function.
4457         (mcore_register_name): New function.
4458         (mcore_gdbarch_init): New function. Add set_gdbarch calls for
4459         macros removed from tm-mcore.h.
4460         (mcore_dump_tdep): Add.
4461         (_initialize_mcore_tdep): Add gdbarch_register call.
4462
4463 2002-07-03  Mark Kettenis  <kettenis@gnu.org>
4464
4465         * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
4466         frameless_look_for_prologue, such that we actually call this
4467         function.
4468
4469 2002-07-02  Joel Brobecker  <brobecker@gnat.com>
4470
4471         * frame.h (frame_address_in_block): New function.
4472
4473         * blockframe.c (frame_address_in_block): New function extracted
4474         from get_frame_block().
4475         (get_frame_block): Use frame_address_in_block().
4476         (block_innermost_frame): Use frame_address_in_block() to match
4477         the frame pc address against the block boundaries rather than
4478         the frame pc directly. This prevents a failure when a frame pc
4479         is actually a return-address pointing immediately after the end
4480         of the given block. 
4481
4482 2002-07-02  Grace Sainsbury  <graces@redhat.com>
4483
4484         * MAINTAINERS: Add self under write after approval. 
4485
4486 2002-07-02  Grace Sainsbury  <graces@redhat.com>
4487
4488         * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
4489         used in architecture vector. The default is
4490         m68k_local_breakpoint_from_pc.
4491         (m68k_local_breakpoint_from_pc): Add.
4492         (enum): Add register numbers from tm-m68k.h.
4493         (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
4494         vector.  
4495         * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
4496         GDB_MULTI_ARCH_PARTIAL.
4497         (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
4498         (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
4499         m68k-tdep.c.
4500         (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
4501         (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
4502         to enum in m68k-tdep.c
4503
4504 2002-07-02  Joel Brobecker  <brobecker@gnat.com>
4505
4506         * solib-osf.c (open_map): Compute the list of shared libraries
4507         loaded by the inferior, rather than the list of libraries loaded
4508         by GDB itself.  Otherwise, GDB ends up reading the symbols from
4509         the wrong shared libraries...
4510
4511 2002-07-02  Mark Kettenis  <kettenis@gnu.org>
4512
4513         * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
4514         (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
4515         macros.
4516         (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
4517         Remove functions.
4518         (FRAMELESS_SIGNAL): Remove function.
4519         (i386_linux_frame_chain, i386_linux_frame_saved_pc,
4520         i386_linux_saved_pc_after_call): Removed.
4521         (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
4522         tdep->sc_pc_offset and tdep->sc_sp_offset.  Don't override
4523         frame_chain, frame_saved_pc and saved_pc_after_call any longer.
4524
4525         * i386-tdep.c (i386_frameless_signal_p): New function.
4526         (i386_frame_chain): Deal with frameless signals.
4527         (i386_sigtramp_saved_sp): New function.
4528         (i386_frame_saved_pc): Deal with frameless signals.
4529         (i386_saved_pc_after_call): Make sure the correct value is
4530         returned just after entry into a sigtramp.
4531         * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
4532         i386fbsd4_sc_sp_offset): New variables.
4533         (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
4534         these variables to initialize tdep->sc_sp_offset.  * i386bsd-nat.c
4535         (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
4536         similiar to what we already did for sc_pc_offset.
4537         * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
4538         tdep->sc_sp_offset.
4539
4540         * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
4541
4542 2002-07-02  Michal Ludvig  <mludvig@suse.cz>
4543
4544         * config/i386/tm-x86-64linux.h: New.
4545         * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
4546         definitions.
4547         * config/i386/nm-x86-64.h: Rename to ...
4548         * config/i386/nm-x86-64linux.h: ... this one.
4549         * config/i386/x86-64linux.mh: Reflect the above change.
4550         
4551 2002-07-01  Mark Kettenis  <kettenis@gnu.org>
4552
4553         * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
4554         with sigcontext_addr.  Add sc_sp_offset.
4555         (i386bsd_sigtramp_saved_pc): Remove prototype.
4556         (i386bsd_sicontext_addr): Add prototype.
4557         * i386-tdep.c (i386_sigtramp_saved_pc): New function.
4558         (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
4559         (i386_svr4_sigtramp_saved_pc): Removed.
4560         (i386_svr4_sigcontext_addr): New function.
4561         (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4562         Initialize tdep->sigcontext_addr instead.  Initialize
4563         tdep->sc_pc_offset and tdep->sc_sp_offset.
4564         (i386_gdbarch_init): Likewise.
4565         * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
4566         any more.
4567         (i386bsd_sigtramp_saved_pc): Remove function.
4568         (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4569         Initialize tdep->sigcontext_addr instead.  Initialize
4570         tdep->sc_pc_offset.
4571         * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
4572         of tdep->sigtramp_saved_pc.
4573         * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
4574         tdep->sigtramp_saved_pc.  Initialize tdep->sigcontext_addr
4575         instead.
4576
4577         * i386-tdep.c (i386_frameless_function_invocation,
4578         i386_frame_num_args, i386_frame_init_saved_regs,
4579         i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
4580         i386_pop_frame, i386_push_arguments, i386_store_struct_return,
4581         i386_extract_return_value, i386_store_return_value,
4582         i386_extract_struct_value_address, i386_register_virtual_type,
4583         i386_register_convertible, i386_register_convert_to_virtual,
4584         i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
4585         i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
4586         static.
4587
4588 2002-07-01  Mark Kettenis  <kettenis@gnu.org>
4589
4590         * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
4591
4592         * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
4593         * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
4594         this macro.  Include "value.h".
4595
4596 2002-06-30  Aidan Skinner  <aidan@velvet.net>
4597
4598         * ada-exp.tab.c: remove as it's a generated file
4599         * ada-lex.c: remove as it's a generated file
4600                 
4601 2002-06-30  Mark Kettenis  <kettenis@gnu.org>
4602
4603         * config/i386/tm-i386.h (struct frame_info, struct
4604         frame_saved_regs, struct value, struct type): Remove forward
4605         declarations.
4606
4607         * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
4608         (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
4609         * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
4610         (FILL_FPXREGSET): Define.
4611
4612         * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
4613
4614         * configure.tgt (i[3456]86-*-openbsd*): Fold into
4615         i[3456]86-*-netbsd* case.
4616         * config/i386/tm-obsd.h: Removed.
4617         * config/i386/obsd.mt: Removed.
4618         * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
4619         core-aout.o.
4620         (MH_CFLAGS): Add -DYYDEBUG=0.
4621
4622         * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
4623         i386nbsd_sc_pc_offset on OpenBSD too.
4624
4625         * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
4626         (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
4627         * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
4628         define.
4629         * i386bsd-tdep.c: Include "arch-utils.h".
4630         (i386bsd_aout_in_solib_call_trampoline): New function.
4631         (i386bsd_init_abi): Set in_solib_call_trampoline to
4632         i386bsd_aout_in_solib_call_trampoline.
4633         (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
4634         in_solib_call_trampoline to generic_in_solib_call_trampoline.
4635
4636 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
4637
4638         * macrotab.h: Do not include "obstack.h" or "bcache.h".
4639         (struct obstack, struct bcache): Add opaque declarations.
4640         * Makefile.in (macrotab_h): Update
4641
4642 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
4643
4644         * blockframe.c (generic_find_dummy_frame): Change return type to
4645         ``struct regcache''.
4646         (struct dummy_frame): Replace field ``registers'' with regcache, a
4647         struct regcache object.
4648         (generic_find_dummy_frame): Update.
4649         (generic_push_dummy_frame): Update.  Use regcache_xfree,
4650         regcache_xmalloc and regcache_cpy.
4651         (generic_pop_dummy_frame): Update.  Use regcache_cpy and
4652         regcache_xfree.
4653         (deprecated_generic_find_dummy_frame): Update.
4654         (generic_read_register_dummy): Update.  Use
4655         regcache_read_as_address.
4656         (generic_call_dummy_register_unwind): Update.  Use regcache_read.
4657         (generic_get_saved_register): Update.  Use regcache_read.
4658
4659 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
4660
4661         * Makefile.in (objfiles_h): Add $(bcache_h).
4662         * objfiles.h: Include "bcache.h".
4663
4664         * Makefile.in (symtab_h): Remove $(bcache_h).
4665         * symtab.h: Do not include "bcache.h".
4666
4667 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
4668
4669         * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
4670         generic_func_frame_chain_valid.
4671
4672 2002-06-28  David O'Brien  <obrien@FreeBSD.org>
4673
4674         * config/i386/nm-fbsd.h: Include <sys/param.h>.
4675         * config/i386/tm-fbsd.h: Likewise.
4676
4677 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
4678
4679         * rs6000-tdep.c (rs6000_gdbarch_init): Use
4680         generic_unwind_get_saved_register.
4681
4682 2002-06-27  Andrew Cagney  <ac131313@redhat.com>
4683
4684         From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
4685         * regcache.c (supply_register): Add missing argument to
4686         register_buffer call.
4687
4688 2002-06-27  Andrew Cagney  <ac131313@redhat.com>
4689
4690         * Makefile.in (init.c): Drop -e option to grep.  Not necessary and
4691         Solaris /bin/grep does not not like it.  From Peter Schauer.
4692
4693 2002-06-26  Tom Tromey  <tromey@redhat.com>
4694
4695         * command.h (add_setshow_cmd): Declare.
4696         (add_setshow_cmd_full): Declare.
4697         * cli/cli-decode.c (add_setshow_cmd): No longer static.  Now
4698         returns void.  Use add_setshow_cmd_full.
4699         (add_setshow_cmd_full): New function.
4700         (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
4701         (add_setshow_boolean_cmd): Likewise.
4702
4703 2002-06-26  Jason Thorpe  <thorpej@wasabisystems.com>
4704
4705         * config/vax/tm-vax.h: Protect from multiple inclusion.
4706         (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
4707         (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
4708         * config/vax/tm-vaxbsd.h: ...here.  New file.
4709         * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
4710
4711 2002-06-26  Jason Thorpe  <thorpej@wasabisystems.com>
4712
4713         * config/vax/tm-vax.h (BREAKPOINT): Remove.
4714         (BELIEVE_PCC_PROMOTION): Remove.
4715         (AP_REGNUM): Move to...
4716         * config/vax/nm-vax.h: ...here.
4717         * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
4718         (vax_breakpoint_from_pc): New function.
4719         (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
4720         and gdbarch_believe_pcc_promotion.
4721
4722 2002-06-26  Jason Thorpe  <thorpej@wasabisystems.com>
4723
4724         * Makefile.in (vax_tdep_h): Define.  
4725         (vax-tdep.o): Use $(vax_tdep_h).
4726         * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
4727         (vax_dump_tdep): New function. 
4728         (_initialize_vax_tdep): Register vax_dump_tdep.
4729         * vax-tdep.h: Include osabi.h.     
4730         (struct gdbarch_tdep): New. 
4731
4732 2002-06-26  Andrew Cagney  <cagney@redhat.com>
4733
4734         * frame.h (deprecated_generic_find_dummy_frame): Rename
4735         generic_find_dummy_frame.
4736         * blockframe.c (generic_find_dummy_frame): Make static.
4737         (deprecated_generic_find_dummy_frame): New function.
4738         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
4739         generic_find_dummy_frame with deprecated_find_dummy_frame.
4740         (sh64_nofp_frame_init_saved_regs): Ditto.
4741         (sh_fp_frame_init_saved_regs): Ditto.
4742         * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
4743         (s390_frame_chain): Ditto.
4744         * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
4745
4746 2002-06-26  Grace Sainsbury  <graces@redhat.com>
4747
4748         * config/m68k/tm-m68k.h: Rearrange code so macros not in the
4749         gdbarch vector are at the top.
4750         (NUM_REGS): Remove.
4751         (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
4752         (FRAME_ARGS_ADDRESS): Remove.
4753         (FRAME_LOCALS_ADDRESS): Remove.
4754         (FRAME_NUM_ARGS): Remove.
4755         (FRAME_ARGS_SKIP): Remove.  
4756         * m68k-tdep.c (enum): Add eumeration of special register numbers.
4757         (m68k_gdbarch_init): Add gdbarch initializations for macros
4758         undefined in tm-m68k.h
4759
4760 2002-06-26  Grace Sainsbury  <graces@redhat.com>
4761
4762         * monitor.h: Add the function regname to monitor_ops
4763         structure. This way NUM_REGS does not have to be a constant.
4764         * monitor.c (monitor_fetch_register): Added support for regname
4765         function. The function is called if the array regnames is NULL.
4766         (monitor_store_register): Same.
4767         * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
4768         regnames array.
4769         (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
4770         cpu32bug_cmds.regname to point to new function.
4771         * abug-rom.c (abug_regname): Same as above.
4772         (init_abug_cmds): Same.
4773         * dbug-rom.c (dbug_regname): Same as above.
4774         (init_dbug_cmds): Same.
4775         * remote-est.c (est_regname): Same. 
4776         (init_est_cmds): Same.
4777         * rom68k-rom.c (rom68k_regname): Same. 
4778         (init_rom68k_cmds): Same.
4779
4780 2002-06-25  Tom Tromey  <tromey@redhat.com>
4781
4782         * breakpoint.c (delete_command): Don't repeat `delete' commands.
4783
4784 2002-06-25  Andrew Cagney  <cagney@redhat.com>
4785
4786         * infrun.c (stop_registers): Change variable's type to ``struct
4787         regcache'''.
4788         (xmalloc_inferior_status): Delete function.
4789         (free_inferior_status): Delete function.
4790         (normal_stop): Use regcache_cpy.
4791         (struct inferior_status): Change type of fields ``stop_registers''
4792         and ``registers'' to ``struct regcache''.
4793         (write_inferior_status_register): Use regcache_write.
4794         (save_inferior_status): Instead of calling
4795         xmalloc_inferior_status, allocate the inf_status buffer directly.
4796         Use regcache_dup_no_passthrough and regcache_dup to save the
4797         buffers.
4798         (restore_inferior_status): Use regcache_xfree and regcache_cpy.
4799         Replace the stop_registers regcache instead of overriding it.  Use
4800         regcache_xfree.  Instead of calling free_inferior_status, xfree
4801         the buffer directly.
4802         (discard_inferior_status): Use regcache_xfree.  Instead of calling
4803         free_inferior_status, xfree the buffer directly.
4804         (build_infrun): Use regcache_xmalloc.
4805         (_initialize_infrun): Delete redundant call to build_infrun.
4806
4807         * Makefile.in (infcmd.o): Add $(regcache_h).
4808
4809         * infcmd.c: Include "regcache.h".
4810         (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
4811         obtain the address of `stop_registers' register buffer.
4812         (print_return_value): Ditto.
4813
4814         * inferior.h (struct regcache): Add opaque declaration.
4815         (stop_registers): Change variable's declared type to ``struct
4816         regcache''.
4817
4818 2002-06-24  Tom Tromey  <tromey@redhat.com>
4819
4820         * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
4821         * target.c (initialize_targets): Fixed typo in
4822         trust-readonly-sections `show' documentation.
4823
4824         * main.c: Marked all strings with _().
4825
4826 2002-06-24  Don Howard  <dhoward@redhat.com>
4827
4828         * memattr.c (create_mem_region): Treat hi == 0 as a special case
4829         that means max CORE_ADDR+1.
4830         (lookup_mem_region): Ditto.
4831         (mem_info_command): Ditto.
4832
4833 2002-06-24  Grace Sainsbury  <graces@redhat.com>
4834
4835         * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
4836         (REGISTER_BYTES_OK): Remove.
4837         (REGISTER_BYTES): Remove.
4838         (STORE_STRUCT_RETURN): Remove.
4839         (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
4840         (STORE_RETURN_VALUE): Remove.
4841         (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
4842         (FRAME_CHAIN): Remove.
4843         (FRAMELESS_FUNCTION_INVOCATION): Remove.
4844         (FRAME_SAVED_PC): Remove.  
4845         * m68k-tdep.c (m68k_register_bytes_ok):Add.
4846         (m68k_store_struct_return): Add.
4847         (m68k_deprecated_extract_return_value): Add.
4848         (m68k_deprecated_extract_struct_value_address): Add.
4849         (m68k_store_return_value): Add.
4850         (m68k_frame_chain): Add.
4851         (m68k_frameless_function_invocation): Add.
4852         (m68k_frame_saved_pc): Add.
4853         (m68k_gdbarch_init): added set_gdbarch calls for new 
4854         functions and deleted macros.
4855
4856 2002-06-23  Tom Tromey  <tromey@redhat.com>
4857
4858         * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
4859         (ALLDEPFILES): Likewise.
4860         (udiheaders): Removed.
4861         (udip2soc.o): Likewise.
4862         (udi2go32.o): Likewise.
4863         (udr.o): Likewise.
4864         (HFILES_WITH_SRCDIR): Don't mention udiheaders.
4865
4866 2002-06-22  Andrew Cagney  <ac131313@redhat.com>
4867
4868         * infrun.c (_initialize_infrun): Delete unnecessary call to
4869         build_infrun.
4870
4871         * regcache.h: Update comments describing the regcache_cpy family
4872         of functions.
4873         (regcache_save, regcache_restore): Delete declaration.
4874         (regcache_save_no_passthrough): Delete declaration.
4875         (regcache_restore_no_passthrough): Delete declaration.
4876         * regcache.c (regcache_save): Delete function.
4877         (regcache_save_no_passthrough): Delete function.
4878         (regcache_restore): Delete function.
4879         (regcache_restore_no_passthrough): Delete function.
4880
4881 2002-06-21  Andrew Cagney  <ac131313@redhat.com>
4882
4883         * config/m68k/tm-m68k.h: Fix typo.
4884         (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
4885         (m68k_frame_init_saved_regs): Declare.
4886
4887 2002-06-21  Jim Blandy  <jimb@redhat.com>
4888
4889         Remove some vestiges of Harris 88k support.
4890         * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
4891         register numbering quirk.
4892         * elfread.c (elf_symtab_read): Remove `#if' block for skipping
4893         odd symbols occurring in Harris 88k ELF targets.
4894
4895 2002-06-21  Tom Tromey  <tromey@redhat.com>
4896
4897         * gdb_locale.h: New file.
4898         * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
4899         (defs_h): Added gdb_locale.h.
4900         * configure, config.in: Rebuilt.
4901         * configure.in (PACKAGE): Define.
4902         * defs.h: Include gdb_locale.h.
4903         * main.c (captured_main): Call setlocale, bindtextdomain,
4904         textdomain.
4905
4906 2002-06-21  Dave Brolley  <brolley@redhat.com>
4907
4908         From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
4909         * config/frv/frv.mt: New file.
4910         * config/frv/tm-frv.h: New file.
4911         * configure.tgt: Support frv-*-*.
4912         * Makefile.in (frv-tdep.o): New target.
4913         * frv-tdep.c: New file.
4914         * NEWS: Mention frv.
4915
4916 2002-06-21  Dave Brolley  <brolley@redhat.com>
4917
4918         * MAINTAINERS: Add self to "Write After Approval" list.
4919
4920 2002-06-21  Grace Sainsbury  <graces@redhat.com>
4921
4922         * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
4923         (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
4924         (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
4925         (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
4926         (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
4927
4928         * m68k-tdep.c: Include arch-utils.h
4929         (m68k_register_raw_size): Add.
4930         (m68k_register_virtual_size): Add.
4931         (m68k_register_virtual_type): Add.
4932         (m68k_register_name): Add.
4933         (m68k_stack_align): Add.
4934         (m68k_register_byte): Add.
4935         (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
4936         tm-m68k.h.
4937
4938 2002-06-21  Grace Sainsbury  <graces@redhat.com>
4939
4940         * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
4941         m68k_find_saved_regs.
4942         (m68k_pop_frame): Removed saved_regs structure, and replaced
4943         references to it with frame->saved_regs.
4944         (m68k_gdbarch_init): Added function calls to initialize the
4945         gdbarch structure.
4946         (m68k_fix_call_dummy): Add. 
4947         * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
4948         (CALL_DUMMY): Remove.
4949         (CALL_DUMMY_LENGTH): Remove.
4950         (CALL_DUMMY_START_OFFSET): Remove.
4951         (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
4952         (FIX_CALL_DUMMY): Remove.
4953         (PUSH_DUMMY_FRAME): Remove.
4954         (POP_FRAME): Remove.
4955
4956 2002-06-19  Pierre Muller  <muller@ics.u-strasbg.fr>
4957
4958         * parse.c (parse_fprintf): New function used to avoid calls to
4959         fprintf in bison parser generated debug code.
4960         * parser-defs.h: Declaration of new parse_fprintf function.
4961         * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
4962         Set YYDEBUG to 1 by default.
4963         Set YYFPRINTF as parse_fprintf.
4964
4965 2002-06-21  Michal Ludvig  <mludvig@suse.cz>
4966
4967         * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer 
4968         encoding anymore.
4969         (pointer_encoding, enum ptr_encoding): New.
4970         (execute_cfa_program): Take care about pointer encoding.        
4971         (dwarf2_build_frame_info): Only call parse_frame_info for 
4972         .debug_frame and .eh_frame.
4973         (parse_frame_info): New, derived from former dwarf2_build_frame_info.
4974         fixed augmentation handling, added relative addressing, 
4975         ignore duplicate FDEs. Added comments.
4976         * dwarf2cfi.c: Reindented.
4977         
4978 2002-06-20  Elena Zannoni  <ezannoni@redhat.com>
4979
4980         * event-top.c (command_handler): Don't use space_at_cmd_start
4981         unless there is sbrk() on the host. Assign time and space data
4982         to union fields of the appropriate length.
4983
4984 2002-06-20  Michal Ludvig  <mludvig@suse.cz>
4985
4986         * x86-64-tdep.c (x86_64_register_nr2name): Rename to 
4987         x86_64_register_name. Return type changed to 'const char *'.
4988         (x86_64_register_name2nr): Rename to x86_64_register_number.
4989         (x86_64_gdbarch_init): Update to reflect the change.
4990         * x86-64-tdep.h: Ditto.
4991         * x86-64-linux-nat.c (x86_64_fxsave_offset)
4992         (supply_fpregset): Ditto.
4993
4994 2002-06-19  Andrew Cagney  <cagney@redhat.com>
4995
4996         * regcache.h: Update copyright.
4997         (struct regcache, struct gdbarch): Add opaque declarations.
4998         (current_regcache): Declare global variable.
4999         (regcache_read, regcache_write): Add gdbarch parameter.
5000         (regcache_save, regcache_save_no_passthrough)
5001         (regcache_restore, regcache_restore_no_passthrough)
5002         (regcache_dup, regcache_dup_no_passthrough)
5003         (regcache_cpy, regcache_cpy_no_passthrough)
5004         (deprecated_grub_regcache_for_registers)
5005         (deprecated_grub_regcache_for_register_valid)
5006         (regcache_valid_p): Add function declarations.
5007         
5008         * regcache.c: Update copyright.
5009         (regcache_descr_handle): New global variable.
5010         (struct regcache_descr): Define.
5011         (init_legacy_regcache_descr, init_regcache_descr): New functions.
5012         (regcache_descr, xfree_regcache_descr): New functions.
5013         (struct regcache): Define.
5014         (regcache_xmalloc, regcache_xfree): New functions.
5015         (regcache_cpy, regcache_cpy_no_passthrough): New functions.
5016         (regcache_dup, regcache_dup_no_passthrough): New functions.
5017         (regcache_valid_p, regcache_read_as_address): New functions.
5018         (deprecated_grub_regcache_for_registers): New function.
5019         (deprecated_grub_regcache_for_register_valid): New function.
5020         (current_regcache): New global variable.
5021         (register_buffer): Add regcache parameter.  Update calls.
5022         (regcache_read, regcache_write): Add regcache parameter.  Rewrite.
5023         (read_register_gen, write_register_gen): Update register_buffer
5024         call.  Test for legacy_p instead of gdbarch_register_read_p or
5025         gdbarch_register_write_p.
5026         (regcache_collect): Update register_buffer call.
5027         (build_regcache): Rewrite.  Use deprecated grub functions.
5028         (regcache_save, regcache_save_no_passthrough): New functions.
5029         (regcache_restore, regcache_restore_no_passthrough): New
5030         functions.
5031         (_initialize_regcache): Create the regcache_data_handle. Swap
5032         current_regcache global variable.
5033         
5034         * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
5035         parameter to regcache_read and regcache_write calls.
5036         (sh4_register_read): Ditto.
5037         (sh64_pseudo_register_read): Ditto.
5038         (sh64_register_read): Ditto.
5039         (sh_pseudo_register_write): Ditto.
5040         (sh4_register_write): Ditto.
5041         (sh64_pseudo_register_write): Ditto.
5042         (sh64_register_write): Ditto.
5043
5044         * defs.h (XCALLOC): Define.
5045
5046 2002-06-19  Grace Sainsbury  <graces@redhat.com>
5047
5048         * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
5049         * m68k-tdep.c (m68k_gdbarch_init): Added.
5050         (m68k_dump_tdep): Added.
5051
5052 2002-06-19  Daniel Jacobowitz  <drow@mvista.com>
5053
5054         * ada-lang.c (fill_in_ada_prototype): Update comment.
5055
5056 2002-06-19  Daniel Jacobowitz  <drow@mvista.com>
5057
5058         * mips-tdep.c (enum mips_abi): Explicitly start at 0.  Add
5059         MIPS_ABI_LAST.
5060         (mips_abi_string, mips_abi_strings): New.
5061         (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
5062         (mips_gdbarch_init): Set tdep->found_abi.  Don't set
5063         tdep->mips_abi_string.  Honor mips_abi_string.  Default to
5064         O32 if no ABI is found.
5065         (mips_dump_tdep): Use mips_abi_strings.
5066         (mips_abi_update): New function.
5067         (_initialize_mips_tdep): Initialize mips_abi_string.  Add  
5068         ``set mips abi'' and ``show mips abi''.  Check the size of
5069         mips_abi_strings.
5070
5071 2002-06-19  Andrew Cagney  <cagney@redhat.com>
5072
5073         * i386-linux-tdep.c (i386_linux_register_name): Make return type
5074         constant.
5075
5076 2002-06-18  Joel Brobecker  <brobecker@gnat.com>
5077
5078         * alpha-tdep.c (heuristic_proc_desc): Compute the size of the  
5079         current frame using only the first stack size adjustment. All
5080         subsequent size adjustments are not considered to be part of
5081         the "static" part of the current frame.
5082         Compute the address of the saved registers relative to the
5083         Frame Pointer ($fp) instead of the Stack Pointer if $fp is
5084         in use in this frame.
5085
5086 2002-06-18  Don Howard  <dhoward@redhat.com>
5087  
5088         * valops.c (value_ind): Use value_at_lazy() when dereferencing
5089         type int expressions.  Thanks to Jim Blandy <jimb@redhat.com> for
5090         suggesting this solution.
5091
5092 2002-06-18  Andrew Cagney  <ac131313@redhat.com>
5093
5094         * config/romp/xm-rtbsd.h: Delete file.
5095         * config/romp/rtbsd.mh: Delete file.
5096
5097 2002-06-18  Keith Seitz  <keiths@redhat.com>
5098
5099         * breakpoint.c (condition_command): Post breakpoint_modify
5100         when a condition is added to an existing breakpoint.
5101         (commands_command): Likewise for commands.
5102         (set_ignore_count): Likewise for ignore counts.
5103         If no tty, do not simply return, still need to send event
5104         notification.
5105         (ignore_command): Only print a newline if the command came
5106         from a tty.
5107         Don't call breakpoints_changed, since this is now properly
5108         handled by set_ignore_count.
5109
5110 2002-06-18  Andrew Cagney  <cagney@redhat.com>
5111
5112         * MAINTAINERS: Note that cris-elf target can be compiled with
5113         -Werror.
5114         * cris-tdep.c (cris_register_name): Make return type constant.
5115         (cris_breakpoint_from_pc): Ditto.
5116
5117 2002-06-18  Michal Ludvig  <mludvig@suse.cz>
5118
5119         * frame.h (struct frame_info): Change type of context to 
5120         'struct context'.
5121
5122 2002-06-17  Andrew Cagney  <cagney@redhat.com>
5123
5124         * gdbarch.sh (REGISTER_NAME): Change return type a constant string
5125         pointer.
5126         * gdbarch.h, gdbarch.c: Regenerate.
5127         * config/mips/tm-mips.h (mips_register_name): Update.
5128         * i386-tdep.h (i386_register_name): Update.
5129         * mips-tdep.c (mips_register_name): Update
5130         * alpha-tdep.c (alpha_register_name): Update.
5131         * arch-utils.c (legacy_register_name): Update.
5132         * arch-utils.h (legacy_register_name): Update.
5133         * avr-tdep.c (avr_register_name): Update.
5134         * ia64-tdep.c (ia64_register_name): Update.
5135         * i386-tdep.c (i386_register_name): Update.
5136         * sparc-tdep.c (sparc32_register_name): Update.
5137         (sparc64_register_name): Update.
5138         (sparclite_register_name): Update.
5139         (sparclet_register_name): Update.
5140         * sh-tdep.c (sh_generic_register_name): Update.
5141         (sh_sh_register_name): Update.
5142         (sh_sh3_register_name): Update.
5143         (sh_sh3e_register_name): Update.
5144         (sh_sh_dsp_register_name): Update.
5145         (sh_sh3_dsp_register_name): Update.
5146         (sh_sh4_register_name): Update.
5147         (sh_sh64_register_name): Update.
5148         * s390-tdep.c (s390_register_name): Update.
5149         * rs6000-tdep.c (rs6000_register_name): Update.
5150         * ns32k-tdep.c (ns32k_register_name_32082): Update.
5151         (ns32k_register_name_32382): Update.
5152         * d10v-tdep.c (d10v_ts2_register_name): Update.
5153         (d10v_ts3_register_name): Update.
5154         * xstormy16-tdep.c (xstormy16_register_name): Update.
5155         * vax-tdep.c (vax_register_name): Update.
5156         * v850-tdep.c (v850_register_name): Update.
5157         * m68hc11-tdep.c (m68hc11_register_name): Update.
5158         * mn10300-tdep.c (mn10300_generic_register_name): Update.
5159         (am33_register_name): Update.
5160
5161 2002-06-17  Grace Sainsbury  <graces@redhat.com>
5162
5163         * m68k-tdep.c: Reindented.
5164
5165 2002-06-17  Andrew Cagney  <ac131313@redhat.com>
5166
5167         * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
5168         list of predefined types.
5169
5170 2002-06-16  Mark Kettenis  <kettenis@gnu.org>
5171
5172         * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
5173         REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
5174         REGISTER_CONVERT_TO_RAW): Remove defines.
5175         (i386_register_virtual_type, i386_register_convertible,
5176         i386_register_convert_to_virtual, i386_register_convert_to_raw):
5177         Remove prototypes.
5178         * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5179         macros mentioned above.
5180
5181         * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
5182         (i386lynx_saved_pc_after_call): Remove prototype.
5183         * i386ly-tdep.c: Include "i386-tdep.h".
5184         (i386lynx_saved_pc_after_call): Make static.  Use
5185         read_memory_nobpt instead of read_memory.  Use
5186         read_memory_unsigned_integer instead of read_memory_integer.
5187         (i386lynx_init_abi): New function.
5188         (i386lynx_coff_osabi_sniffer): New function.
5189         (_initialize_i386bsd_tdep): New function.
5190
5191         * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
5192         CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
5193         CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
5194         (i386_fix_call_dummy): Remove prototype.
5195         * i386-tdep.c (i386_call_dummy_words): New variable.
5196         (i386_gdbarch_init): Adjust for removal of the
5197         macros mentioned above.
5198
5199 2002-06-15  Andrew Cagney  <ac131313@redhat.com>
5200
5201         * command.h (add_setshow_auto_boolean_cmd): Replace
5202         add_set_auto_boolean_cmd.
5203         * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
5204         add_set_auto_boolean_cmd.
5205         * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
5206         * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
5207         mask-address'' command.
5208         (show_mask_address): Add cmd parameter.
5209         * remote.c (add_packet_config_cmd): Update.  Change type of
5210         set_func and show_func to cmd_sfunc_ftype.
5211         (_initialize_remote): Update `set remote Z-packet'
5212         (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
5213         (show_remote_protocol_e_packet_cmd): Ditto.
5214         (show_remote_protocol_E_packet_cmd): Ditto.
5215         (show_remote_protocol_P_packet_cmd): Ditto.
5216         (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
5217         (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
5218         (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
5219         (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
5220         (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
5221         (show_remote_protocol_Z_packet_cmd): Ditto.
5222         (show_remote_protocol_binary_download_cmd): Ditto.
5223         (show_remote_cmd): Pass NULL to all of above.
5224
5225 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
5226
5227         * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
5228         DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
5229         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
5230         POP_FRAME): Remove defines.
5231         (i386_push_arguments, i386_store_struct_return,
5232         i386_extract_return_value, i386_store_return_value,
5233         i386_extract_struct_value_address, i386_push_dummy_frame,
5234         i386_pop_frame): Renove prototypes.
5235         * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5236         macros mentioned above.
5237
5238 2002-06-15  Andrew Cagney  <ac131313@redhat.com>
5239
5240         * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
5241         add_set_boolean_cmd.
5242         (add_setshow_cmd): New function.
5243         * command.h (add_setshow_boolean_cmd): Replace
5244         add_set_boolean_cmd.
5245         * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
5246         and ``set rdiromatzero''.
5247         * maint.c (_initialize_maint_cmds): Update commented out code.
5248         * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
5249         * target.c (initialize_targets): Update `set
5250         trust-readonly-sections'.
5251         * remote.c (_initialize_remote): Update `set remotebreak'.
5252
5253 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
5254
5255         * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
5256         BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
5257         * i386-tdep.c (i386_skip_prologue): Adjust function signature to
5258         fit into multi-arch framework.
5259         (i386_breakpoint_from_pc): New function.
5260         (i386_gdbarch_init): Adjust for removal of the macros mentioned
5261         above.
5262
5263         * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
5264         FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
5265         FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
5266         (i386_frameless_function_invocation, i386_frame_num_args,
5267         i386_frame_init_saved_regs): Remove prototypes.
5268         * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5269         macros mentioned above.
5270
5271 2002-06-15  Andrew Cagney  <ac131313@redhat.com>
5272
5273         * cli/cli-decode.c (set_cmd_cfunc): Update.
5274         (set_cmd_sfunc): Update.
5275         * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
5276         (set_cmd_sfunc, set_cmd_cfunc): Update.
5277         * cli/cli-decode.h: Update.
5278
5279 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
5280
5281         * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
5282         (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
5283
5284 2002-06-15  Andrew Cagney  <ac131313@redhat.com>
5285
5286         * defs.h (auto_boolean): Declare enum.
5287         * command.h (cmd_auto_boolean): Delete enum.
5288         * mips-tdep.c (mask_address_var): Update.
5289         (mips_mask_address_p): Update.
5290         (show_mask_address): Update.
5291         * remote.c (struct packet_config): Update.
5292         (update_packet_config): Update.
5293         (show_packet_config_cmd): Update.
5294         (packet_ok): Update.
5295         (add_packet_config_cmd): Update.
5296         (_initialize_remote): 
5297         * command.h: Update.
5298         * cli/cli-setshow.c (parse_auto_binary_operation): Update.
5299         (do_setshow_command): Update.
5300         * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
5301         * cli/cli-decode.h: Update.
5302
5303 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
5304
5305         * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
5306         config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
5307         config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
5308         config/i386/tm-linux.h, config/i386/tm-nbsd.h,
5309         config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
5310         * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
5311
5312         * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
5313         list of DJGPP COFF targets.
5314
5315         * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
5316         (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
5317         (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
5318         (FP0_REGNUM): Remove define.
5319         (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
5320         MAX_REGISTER_VIRTUAL_SIZE): Remove define.
5321         (i386_register_virtual_size): Remove protoype.
5322         * i386-tdep.c (i386_register_virtual_size): Removed.
5323         (i386_extract_return_value, i386_store_return_value): Use
5324         FP0_REGNUM instead of NUM_FREGS to determine whether the
5325         floating-point registers are available.
5326         (i386_gdbarch_init): Tweak FIXME about FPU registers.
5327         Adjust for removal of macros mentioned above.
5328
5329 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
5330
5331         * i386v4-nat.c: Include "i386-tdep.h".  Reformat and tweak various
5332         comments.
5333         (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
5334         Remove prototypes.
5335         (supply_gregset, fill_gregset): Remove use of register keyword and
5336         remove declaration for regmap.  Use I386_NUM_GREGS instead of
5337         NUM_REGS and NUM_FREGS.
5338         (FPREGSET_FSAVE_OFFSET): Remove.
5339         (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
5340         NUM_FREGS to determine whether the floating-point registers are
5341         available.
5342
5343         * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
5344         gnu_store_registers): Replace usage of NUM_GREGS with
5345         I386_NUM_GREGS.
5346
5347         * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
5348         OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
5349         usage of NUM_GREGS with I386_NUM_GREGS.
5350
5351         * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
5352
5353         * i386bsd-nat.c: Include "i386-tdep.h".
5354         (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
5355         I386_NUM_GREGS.
5356
5357         * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
5358         and associated comment.  They no longer make any sense, since we
5359         don't use this file anymore on Linux.
5360
5361         * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
5362         * i386-tdep.c (i386_register_offset, i386_register_size): Use
5363         I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
5364         elements in these arrays.
5365         (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
5366         MAX_NUM_REGS.
5367
5368 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
5369
5370         * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
5371         * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
5372
5373 2002-06-14  Andrew Cagney  <cagney@redhat.com>
5374
5375         * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
5376         EXTRACT_RETURN_VALUE.
5377         (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
5378         EXTRACT_STRUCT_VALUE_ADDRESS.
5379         * gdbarch.h, gdbarch.c: Regenerate.
5380         
5381         * values.c (value_being_returned): Handle
5382         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5383         (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
5384
5385         * arm-linux-tdep.c (arm_linux_init_abi): Update. 
5386         * arm-tdep.c (arm_gdbarch_init): Update.
5387         * avr-tdep.c (avr_gdbarch_init): Update.
5388         * cris-tdep.c (cris_gdbarch_init): Update.
5389         * d10v-tdep.c (d10v_gdbarch_init): Update.
5390         * ia64-tdep.c (ia64_gdbarch_init): Update.
5391         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5392         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5393         * s390-tdep.c (s390_gdbarch_init): Update.
5394         * sh-tdep.c (sh_gdbarch_init): Update.
5395         * s390-tdep.c (s390_gdbarch_init): Update.
5396         * sparc-tdep.c (sparc_gdbarch_init): Update.
5397         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5398         * v850-tdep.c (v850_gdbarch_init): Update.
5399         * vax-tdep.c (vax_gdbarch_init): Update.
5400         * x86-64-tdep.c (x86_64_gdbarch_init): Update.
5401         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5402
5403         * config/arc/tm-arc.h: Update.
5404         * config/d30v/tm-d30v.h: Update.
5405         * config/fr30/tm-fr30.h: Update.
5406         * config/h8300/tm-h8300.h: Update.
5407         * config/h8500/tm-h8500.h: Update.
5408         * config/i386/tm-i386.h: Update.
5409         * config/i386/tm-ptx.h: Update.
5410         * config/i386/tm-symmetry.h: Update.
5411         * config/i960/tm-i960.h: Update.
5412         * config/m32r/tm-m32r.h: Update.
5413         * config/m68k/tm-delta68.h: Update.
5414         * config/m68k/tm-linux.h: Update.
5415         * config/m68k/tm-m68k.h: Update.
5416         * config/m88k/tm-m88k.h: Update.
5417         * config/mcore/tm-mcore.h: Update.
5418         * config/mips/tm-mips.h: Update.
5419         * config/mn10200/tm-mn10200.h: Update.
5420         * config/pa/tm-hppa.h: Update.
5421         * config/pa/tm-hppa64.h: Update.
5422         * config/sparc/tm-sp64.h: Update.
5423         * config/sparc/tm-sparc.h: Update.
5424         * config/sparc/tm-sparclet.h: Update.
5425         * config/z8k/tm-z8k.h: Update.
5426
5427 2002-06-14  Andrew Cagney  <cagney@redhat.com>
5428
5429         * Makefile.in (i386_linux_tdep_h): Define.
5430         (i386_tdep_h, i387_tdep_h): Define.
5431         (i386-linux-nat.o): Add $(i386_linux_tdep_h),
5432         $(i386_tdep_h) and $(i387_tdep_h).
5433         * i386-linux-nat.c: Include "i386-linux-tdep.h".
5434
5435 2002-06-14  Mark Kettenis  <kettenis@gnu.org>
5436
5437         * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
5438         Already covered by the default.
5439
5440         * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
5441         TARGET_LONG_DOUBLE_BIT): Remove.  * i386-tdep.c
5442         (i386_gdbarch_init): Initialize long_double_format and long_double
5443         bit.
5444
5445         * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
5446         i386bsd-tdep.o.  Remove solib.o, solib-svr4.o and solib-legacy.o.
5447         Move these to ...
5448         * config/i386/i386sol2.mh: ... here.
5449         * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
5450         (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
5451         (SIGCONTEXT_PC_OFFSET): Remove define.
5452         (IN_SIGTRAMP): Remove define.
5453         * i386-sol2-tdep.c: New file.
5454         
5455         * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
5456         * config/i386/tm-i386nw.h: Removed.
5457
5458         * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
5459         USE_STRUCT_CONVENTION): Remove defines.
5460         (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5461         (get_longjmp_target): Remove prototype.
5462         (IN_SIGTRAMP): Remove define.
5463         (i386bsd_in_sigtramp): Remove prototype.
5464         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
5465         function.  Update comment accordingly
5466         (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
5467         (FRAME_SAVED_PC): Remove define.
5468         (i386bsd_frame_saved_pc): Remove prototype.
5469         * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
5470         GET_LONGJMP_TARGET): Remove defines.
5471         (get_longjmp_target): Remove prototype.
5472         (IN_SIGTRAMP): Remove define.
5473         (i386bsd_in_sigtramp): Remove prototype.
5474         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
5475         function.  Update comment accordingly
5476         (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
5477         (FRAME_SAVED_PC): Remove define.
5478         (i386bsd_frame_saved_pc): Remove prototype.
5479         * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
5480         Remove prototype.
5481         (USE_STRUCT_CONVENTION): Remove prototype.
5482         * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
5483         declaration.
5484         (_initialize_i386bsd_nat): Revise logic to determine some
5485         constants at compile time when compiling a native GDB.  Warn if
5486         things don't match up with what we expect.
5487         * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
5488         Remove variables.
5489         (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp.  Rewrite
5490         to use date stored in `struct gdbarch_tdep'.
5491         (i386bsd_sigcontext_offset): Remove varaible.
5492         (i386bsd_sigtramp_saved_pc): Make public.  Rewrite to use data
5493         stored in `struct gdbarch_tdep'.
5494         (i386bsd_frame_saved_pc): Make static.
5495         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
5496         (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
5497         i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
5498         i386fbsd4_sc_pc_offset): New variables.
5499         (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
5500         i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
5501         functions.
5502         (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
5503         functions.
5504         * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
5505         Modify the value of i386fbsd_sigtramp_start and
5506         i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
5507         i386fbsd_sigtramp_end.
5508         * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
5509         function.
5510
5511         * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
5512         define to i386-linux-tdep.h.
5513         (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
5514         REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
5515         defines.
5516         (i386_linux_register_name, i386_linux_register_byte,
5517         i386_linux_register_raw_size): Remove prototypes.
5518         (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
5519         (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
5520         (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
5521         TARGET_WRITE_PC): Remove defines.
5522         (i386_linux_in_sigtramp, i386_linux_frame_chain,
5523         i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
5524         i386_linux_write_pc): Remove prototypes.
5525         (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5526         (get_longjmp_target): Remove prototype.
5527         * i386-linux-tdep.h: New file.
5528         * i386-linux-nat.c: Include "i386-linux-tdep.h".
5529         * i386-linux-tdep.c: Include "i386-tdep.h" and
5530         "i386-linux-tdep.h".
5531         (i386_linux_register_name, i386_linux_register_byte,
5532         i386_linux_register_raw_size, i386_linux_in_sigtramp,
5533         i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
5534         Make static.
5535         (i386_linux_init_abi): New function.
5536         (_initialize_i386_linux_tdep): New function.
5537
5538         * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
5539         (i386_saved_pc_after_call): Remove prototype.
5540         (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
5541         (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
5542         DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
5543         (i386_register_name, i386_stab_reg_to_regnum,
5544         i386_dwarf_reg_to_regnum): Remove prototypes.
5545         (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
5546         SIZEOF_SSE_REGS): Remove defines.
5547         (REGISTER_BYTES): Remove define.
5548         (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
5549         (i386_register_byte, i386_register_raw_size): Remove prototypes.
5550         (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
5551         (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
5552         * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
5553         (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
5554         JB_EDX, GET_LONGJMP_TARGET): Remove defines.
5555         (get_longjmp_target): Remove prototype.
5556         (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
5557         (sigtramp_saved_pc): Remove define.
5558         (i386v4_sigtramp_saved_pc): Remove prototype.
5559         * config/i386/tm-go32.h (FRAME_CHAIN,
5560         FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
5561         (i386go32_frame_saved_pc): Remove prototype.
5562         (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5563         (get_longjmp_target): Remove prototype.
5564         * i386-tdep.h: Include "osabi.h".
5565         (enum i386_abi): Removed.
5566         (enum struct_return): New enum.
5567         (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
5568         struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
5569         sc_pc_offset members.
5570         (i386_gdbarch_register_os_abi): Remove prototype.
5571         (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
5572         I386_SSE_NUM_REGS): New defines.
5573         (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
5574         I386_SSE_SIZEOF_REGS): New defines.
5575         (i386_register_name, i386_register_byte, i386_register_raw_size):
5576         New prototypes.
5577         (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
5578         (i386bsd_sigtramp_saved_pc): New prototype.
5579         * i386-tdep.c: Don't include "elf-bfd.h".
5580         (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
5581         i386_frame_chain, i386_saved_pc_after_call): Make static.
5582         (i386_frame_saved_pc): Rewrite to call architecture dependent
5583         function to deal with signal handlers.  Make static.
5584         (i386go32_frame_saved_pc): Removed.
5585         [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
5586         Removed.
5587         (i386_get_longjmp_target): New function.
5588         (default_struct_convention, pcc_struct_convention,
5589         reg_struct_convention, valid_conventions, struct_convention): New
5590         variables.
5591         (i386_use_struct_convention): New function.
5592         (i386v4_sigtramp_saved_pc): Renamed to
5593         i386_svr4_sigtramp_saved_pc.  Made static.  Moved.
5594         (i386_pc_in_sigtramp): New function.
5595         (i386_abi_names): Removed.
5596         (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
5597         ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
5598         Removed.
5599         (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
5600         i386_gdbarch_register_os_abi): Removed.
5601         (struct i386_abi_handler): Removed.
5602         (i386_abi_handler_list): Removed.
5603         (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
5604         functions.
5605         (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
5606         i386_nw_init_abi): New functions.
5607         (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
5608         Use set_gdbarch_xxx() calls instead of relying on macros for a
5609         number of calls.
5610         (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
5611         (_initialize_i386_tdep): Add new 'struct-convcention' command.
5612         Register the various architecture variants defined in this file.
5613
5614 2002-06-14  Daniel Jacobowitz  <drow@mvista.com>
5615
5616         * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
5617         (struct main_type): Remove arg_types member.  Update comments for
5618         struct field.
5619         (TYPE_ARG_TYPES): Remove.
5620         (TYPE_FN_FIELD_ARGS): Update.
5621         (smash_to_method_type): Update prototype.
5622
5623         * c-typeprint.c (cp_type_print_method_args): Take method type
5624         instead of argument list.  Use new argument layout.  Simplify.
5625         (c_type_print_args): Use new argument layout.  Simplify.
5626         (c_type_print_base): Update call to cp_type_print_method_args.
5627         * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
5628         argument; use die->type instead.  Update call to
5629         smash_to_method_type.
5630         (read_structure_scope): Update call to dwarf2_add_member_fn.
5631         * gdbtypes.c (allocate_stub_method): Update comment.
5632         (smash_to_method_type): Take new NARGS and VARARGS arguments.
5633         Use new argument layout.
5634         (check_stub_method): Use new argument layout.  Don't count
5635         void as an argument.
5636         (print_arg_types): Update comments.  Use new argument layout.
5637         (recursive_dump_type): Don't print arg_types member.
5638         * hpread.c (hpread_read_struct_type): Use new argument layout.
5639         (fixup_class_method_type): Likewise.
5640         (hpread_type_lookup): Likewise.
5641         * stabsread.c (read_type): Update calls to read_args and
5642         smash_to_method_type.
5643         (read_args): Use new argument layout.  Simplify.
5644         * valops.c (typecmp): Use new argument layout.  Update parameters
5645         and comments.  Simplify.
5646         (hand_function_call): Use new argument layout.
5647         (search_struct_method): Update call to typecmp.
5648         (find_overload_match): Use new argument layout.
5649
5650 2002-06-13  Daniel Jacobowitz  <drow@mvista.com>
5651
5652         * NEWS: Mention multithreaded debug support for gdbserver.
5653
5654 2002-06-13  Daniel Jacobowitz  <drow@mvista.com>
5655
5656         * MAINTAINERS: Mention NEWS.
5657
5658 2002-06-13  Daniel Jacobowitz  <drow@mvista.com>
5659
5660         * mips-tdep.c (PROC_SYMBOL): Add warning comment.
5661         (struct mips_objfile_private, compare_pdr_entries): New.
5662         (non_heuristic_proc_desc): Read the ".pdr" section if it
5663         is present.
5664
5665 2002-06-12  Andrew Cagney  <ac131313@redhat.com>
5666
5667         * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
5668         (arm_debug): New static variable.
5669         (_initialize_arm_tdep): Add ``set debug arm'' command.
5670
5671 2002-06-12  Andrew Cagney  <ac131313@redhat.com>
5672
5673         * Makefile.in (sim_arm_h): Define.
5674         (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
5675         * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
5676         (arm_register_sim_regno): New function, map an internal REGNUM
5677         onto a simulator register number.
5678         (arm_gdbarch_init): Set register_sim_regno.
5679
5680 2002-06-09  Aldy Hernandez  <aldyh@redhat.com>
5681
5682         * MAINTAINERS: Add self.
5683
5684 2002-06-11  Jim Blandy  <jimb@redhat.com>
5685
5686         * source.c (source_info): Mention whether the symtab has
5687         information about preprocessor macros.
5688
5689         Call the command `info macro', not `show macro'.
5690         * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
5691         Fix error message.
5692         (_initialize_macrocmd): Register `info_macro_command' in
5693         `infolist', not `showlist'.
5694
5695 2002-06-11  Daniel Jacobowitz  <drow@mvista.com>
5696
5697         * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
5698         (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
5699         (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
5700         (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
5701         (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions.  Define
5702         unconditionally.
5703         (set_mipsfpu_single_command, set_mipsfpu_double_command)
5704         (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
5705         (_initialize_mips_tdep): Remove dead code.
5706         * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
5707         (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5708         * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
5709         (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5710         * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
5711         MIPS_LAST_FP_ARG_REGNUM): Remove.
5712
5713 2002-06-11  Michal Ludvig  <mludvig@suse.cz>
5714
5715         * dwarf2cfi.c (unwind_tmp_obstack_init): New.
5716         (unwind_tmp_obstack_free, parse_frame_info)
5717         (update_context, cfi_read_fp, cfi_write_fp)
5718         (cfi_frame_chain, cfi_init_extra_frame_info)
5719         (cfi_virtual_frame_pointer): Use the above function.
5720         * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
5721
5722 2002-06-11  Corinna Vinschen  <vinschen@redhat.com>
5723
5724         * v850-tdep.c (v850_type_is_scalar): New function.
5725         (v850_use_struct_convention): Match current gcc implementation
5726         as close as possible.
5727         (v850_push_arguments): Fix stack_offset handling.  Don't write
5728         struct_addr into register.  This is done by v850_store_struct_return.
5729         (v850_extract_return_value): Care for structs.
5730         (v850_store_return_value): Ditto.
5731         (v850_store_struct_return): Actually write address.
5732
5733 2002-06-11  Michal Ludvig  <mludvig@suse.cz>
5734
5735         * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
5736         without debug information too.
5737
5738 2002-06-10  Andrew Cagney  <ac131313@redhat.com>
5739
5740         * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
5741         Make multi-arch pure.
5742         * gdbarch.h, gdbarch.c: Re-generate.
5743         * arm-tdep.c (arm_print_float_info): Update.
5744         * arch-utils.h (default_print_float_info): Update.
5745         * arch-utils.c (default_print_float_info): Update.
5746         * infcmd.c (float_info): Update call.
5747
5748 2002-06-10  Andrew Cagney  <ac131313@redhat.com>
5749
5750         * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
5751         the front of the initialize list.
5752
5753 2002-06-10  Andrew Cagney  <ac131313@redhat.com>
5754
5755         * infrun.c (struct inferior_status): Replace fields
5756         selected_frame_address and selected_level with field
5757         selected_frame_id.
5758         (save_inferior_status): Update.  Use get_frame_id.
5759         (struct restore_selected_frame_args): Delete.
5760         (restore_selected_frame): Update.  Use frame_find_by_id.
5761         (restore_inferior_status): Update.
5762
5763         * breakpoint.h (struct breakpoint): Change type of
5764         watchpoint_frame to frame_id.
5765         * breakpoint.c (insert_breakpoints): Use frame_find_by_id.  Remove
5766         call to get_current_frame.
5767         (do_enable_breakpoint): Use frame_find_by_id.  Remove call to
5768         get_current_frame.
5769         (watchpoint_check): Use frame_find_by_id.
5770
5771         * frame.h (record_selected_frame): Delete declaration.
5772         * stack.c (record_selected_frame): Delete function.
5773         
5774         * frame.h (struct frame_id): Define.
5775         (get_frame_id): Declare.
5776         (frame_find_by_id): Declare.
5777         * frame.c (frame_find_by_id): New function.
5778         (get_frame_id): New function.
5779
5780 2002-06-10  Andrey Volkov <avolkov@transas.com>
5781
5782         * ser-e7kpc.c: Fix duplicated define and call of 
5783         _initialize_ser_e7000pc
5784             
5785 2002-06-09  Daniel Jacobowitz  <drow@mvista.com>
5786
5787         * signals/signals.c (target_signal_from_host): Fix #ifdef
5788         SIGRTMIN case.
5789         (do_target_signal_to_host): Likewise.
5790
5791 2002-06-09  Daniel Jacobowitz  <drow@mvista.com>
5792
5793         * mips-tdep.c (mips_find_abi_section): New function.
5794         (mips_gdbarch_init): Call it.
5795
5796 2002-06-09  Mark Kettenis  <kettenis@gnu.org>
5797
5798         * solib-svr4.c (init_fetch_link_map_offsets): Simply return
5799         legacy_fetch_link_map_offsets.  Adjust comment to reflect reality
5800         after Andrew's 2002-06-08 gdbarch change.
5801
5802 2002-06-09  Mark Kettenis  <kettenis@gnu.org>
5803
5804         * i386-linux-nat.c (suppy_gregset): Don't supply
5805         I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
5806         register cache.
5807         (fill_gregset): Don't fetch it under the same circumstances.
5808
5809 2002-06-09  Andrew Cagney  <cagney@redhat.com>
5810
5811         * Makefile.in (callback_h): Define.
5812         (remote_sim_h): Update path to remote-sim.h.
5813         (remote-rdp.o): Add $(callback_h).
5814         (remote-sim.o): Use $(callback_h).
5815         * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
5816         * remote-rdp.c: Include "gdb/callback.h".
5817
5818 2002-06-09  Mark Kettenis  <kettenis@gnu.org>
5819
5820         * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
5821         * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
5822
5823 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
5824
5825         * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
5826         * rdi-share/serpardr.c: Ditto.
5827         * rdi-share/unixcomm.c: Ditto.
5828         * rdi-share/serdrv.c: Ditto.
5829         * rdi-share/hostchan.h: Ditto.
5830         * rdi-share/hostchan.c: Ditto.
5831         * rdi-share/host.h: Ditto.
5832         * rdi-share/devsw.c: Ditto.
5833
5834         * objfiles.h: Change type of obj_private to void pointer.
5835         * pa64solib.c: Update copyright.  Don't include "assert.h", use
5836         strcmp instead of STREQ, use LONGEST, do not use PTR
5837         * somsolib.c: Ditto.
5838
5839         * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
5840         bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
5841         bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
5842
5843 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
5844
5845         * frame.c (GET_SAVED_REGISTER): Delete macro definition.
5846         (default_get_saved_register): Delete function.
5847         * gdbarch.sh (GET_SAVED_REGISTER): Set default to
5848         generic_unwind_get_saved_register.
5849         * gdbarch.h, gdbarch.c: Re-generate.
5850         
5851 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
5852
5853         * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
5854         generic_func_frame_chain_valid.
5855         * gdbarch.h, gdbarch.c: Re-generate.
5856         * blockframe.c (generic_func_frame_chain_valid): Only check
5857         PC_IN_CALL_DUMMY when generic dummy frames.  Don't worry about
5858         passing FP to PC_IN_CALL_DUMMY.
5859         Fix PR gdb/360.
5860
5861 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
5862
5863         * gdbarch.sh (struct gdbarch_data): Add field init_p.
5864         (register_gdbarch_data): Initialize init_p.
5865         (gdbarch_data): Initialize data pointer using the init function.
5866         (init_gdbarch_data): Delete function.
5867         (gdbarch_update_p): Update.
5868         (initialize_non_multiarch): Update.
5869         (struct gdbarch): Add field initialized_p.
5870         * gdbarch.h, gdbarch.c: Re-generate.
5871
5872 2002-06-07  Michal Ludvig  <mludvig@suse.cz>
5873
5874         * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
5875         (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
5876         better do the things actually here.
5877         * x86-64-tdep.c (x86_64_register_name2nr): New.
5878         (x86_64_register_name): Renamed to x86_64_register_nr2name.
5879         (x86_64_gdbarch_init): Respect the above change.
5880         * x86-64-tdep.h (x86_64_register_name2nr)
5881         (x86_64_register_nr2name): Add prototypes.
5882         * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
5883
5884 2002-06-06  Michael Snyder  <msnyder@redhat.com>
5885
5886         * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
5887         Delete extra braces and re-indent.
5888         (d10v_store_return_value): Char return values
5889         must be shifted over by one byte in R0.
5890         (d10v_extract_return_value): Delete extra braces, re-indent.
5891
5892 2002-06-06  Elena Zannoni  <ezannoni@redhat.com>
5893
5894         * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
5895         (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
5896         (d10v_integer_to_address): Rewrite.
5897         (d10v_frame_init_saved_regs): When reading fp and sp registers use
5898         the d10v specific functions which take care of converting to the
5899         correct space.
5900
5901 2002-06-06  Elena Zannoni  <ezannoni@redhat.com>
5902
5903         * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
5904         altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
5905
5906 2002-06-02  Andrew Cagney  <ac131313@redhat.com>
5907
5908         * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
5909         includes.
5910         * config/tm-linux.h: Ditto.
5911         * config/alpha/tm-alphalinux.h: Ditto.
5912         * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
5913         * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
5914         * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
5915         * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
5916         * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
5917         * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
5918         * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
5919         * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
5920         * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
5921         * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
5922         * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
5923         * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
5924         * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
5925         * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
5926         * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
5927         * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
5928         * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
5929         * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
5930         * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
5931         * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
5932         * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
5933         * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
5934         * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
5935         * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
5936         * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
5937         * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
5938         * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
5939         * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
5940         * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
5941         * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
5942         * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
5943         * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
5944         * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
5945         * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
5946         * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
5947         * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
5948         * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
5949
5950 2002-05-04  Aidan Skinner <aidan@velvet.net>
5951
5952         * ada-exp.tab.c: New file
5953         * ada-exp.y: New file
5954         * ada-lang.c: New file
5955         * ada-lang.h: New file
5956         * ada-lex.c: New file
5957         * ada-lex.l: New file
5958         * ada-tasks.c: New file
5959         * ada-typeprint.c: New file
5960         * ada-valprint.c: New file
5961         
5962 2002-06-02  Jason Thorpe  <thorpej@wasabisystems.com>
5963
5964         * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
5965         use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
5966
5967 2002-06-02  Jason Thorpe  <thorpej@wasabisystems.com>
5968
5969         * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
5970         insetead of ppc-linux-tdep.o.
5971         * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
5972         * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
5973
5974 2002-06-02  Andrew Cagney  <ac131313@redhat.com>
5975
5976         2002-05-07 Christian Groessler <chris@groessler.org>
5977         * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
5978         bit register contents for little endian hosts.
5979
5980 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
5981
5982         * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
5983         any maintainer.
5984
5985 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
5986
5987         * gdbarch.h: Regenerate.
5988
5989 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
5990
5991         * MAINTAINERS: Add everyone to write-after-approval list.
5992
5993 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
5994
5995         * stack.c (frame_info): Use frame_register_unwind instead of
5996         saved_regs.  Mention when the SP is on the stack or in a register.
5997
5998         * frame.h (frame_register_unwind_ftype): Define.  Document.
5999         (struct frame_info): Add field register_unwind and
6000         register_unwind_cache.
6001         (frame_register_unwind): Declare.
6002         (generic_unwind_get_saved_register): Declare.
6003
6004         * frame.c (frame_register_unwind): New function.
6005         (generic_unwind_get_saved_register): New function.
6006
6007         * blockframe.c (generic_call_dummy_register_unwind): New function.
6008         (frame_saved_regs_register_unwind): New function.
6009         (set_unwind_by_pc): New function.
6010         (create_new_frame): New function.
6011         (get_prev_frame): New function.
6012
6013 2002-05-30  Andrew Cagney  <ac131313@redhat.com>
6014
6015         * a29k-share/: Delete directory.
6016         * remote-vx29k.c: Delete file.
6017
6018 2002-05-30  Jason Thorpe  <thorpej@wasabisystems.com>
6019
6020         * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
6021         ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6022
6023 2002-05-30  Jason Thorpe  <thorpej@wasabisystems.com>
6024
6025         * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
6026         sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6027         (sparc64nbsd-nat.o)
6028         (sparcnbsd-nat.o)
6029         (sparcnbsd-tdep.o): New dependency lists.
6030         * NEWS: Note new UltraSPARC NetBSD native configuration.
6031         * configure.host (sparc64-*-netbsd*): New host.
6032         * configure.tgt (sparc-*-netbsdelf*)
6033         (sparc-*-netbsd*): Set gdb_target to nbsd.
6034         (sparc64-*-netbsd*): New target.
6035         * sparc64nbsd-nat.c: New file.
6036         * sparcnbsd-nat.c: New file.
6037         * sparcnbsd-tdep.c: New file.
6038         * sparcnbsd-tdep.h: New file.
6039         * config/sparc/nbsd.mt: New file.
6040         * config/sparc/nbsd64.mh: New file.
6041         * config/sparc/nbsd64.mt: New file.
6042         * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
6043         sparc-nat.o, and solib.o.  Add sparcnbsd-nat.o.
6044         (HOST_IPC): Remove.
6045         * config/sparc/nbsdaout.mt: Remove.
6046         * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
6047         sparc-nat.o, and solib.o.  Add sparcnbsd-nat.o.
6048         (HOST_IPC): Remove.
6049         * config/sparc/nbsdelf.mt: Remove.
6050         * config/sparc/nm-nbsd.h: Update copyright years.  Remove all
6051         sparc-nat.c compatiblity defines.
6052         * config/sparc/tm-nbsd.h: Update copyright years.  Include solib.h.
6053         (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
6054         * config/sparc/tm-nbsd64.h: New file.
6055         * config/sparc/tm-nbsdaout.h: Remove.
6056         * config/sparc/xm-nbsd.h: Remove.
6057
6058 2002-05-30  Jason Thorpe  <thorpej@wasabisystems.com>
6059
6060         * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
6061         * sparc-tdep.c: Include osabi.h.
6062         (gdbarch_tdep): Add osabi member.
6063         (_initialize_sparc_tdep): Use gdbarch_register.
6064         (sparc_gdbarch_init): Use generic OS ABI framework.
6065         (sparc_dump_tdep): New function.
6066
6067 2002-05-30  Kevin Buettner  <kevinb@redhat.com>
6068
6069         * corefile.c (do_captured_read_memory_integer): Return non-zero
6070         result.
6071         (safe_read_memory_integer): Copy result of memory read when
6072         status is non-zero.  Also, add comments.
6073
6074 2002-05-20  Jason Thorpe  <thorpej@wasabisystems.com>
6075
6076         * Makefile.in (ppc_tdep_h): Define.
6077         (ppc-linux-nat.o)
6078         (ppc-linux-tdep.o)
6079         (rs6000-tdep.o): Use $(ppc_tdep_h).
6080         (ppc-sysv-tdep.o)
6081         (ppcnbsd-nat.o)
6082         (ppcnbsd-tdep.o): New dependency lists.
6083         * ppc-tdep.h: Use generic OS ABI framework.
6084         * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
6085         (ppc_linux_init_abi): New functions.
6086         (ppc_sysv_abi_broken_use_struct_convention)
6087         (ppc_sysv_abi_use_struct_convention)
6088         (ppc_sysv_abi_push_arguments): Move to...
6089         * ppc-sysv-tdep.c: ...here.
6090         * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
6091         * rs6000-tdep.c (process_note_abi_tag_sections)
6092         (get_elfosabi): Remove.
6093         (rs6000_gdbarch_init): Use generic OS ABI framework.
6094         (rs6000_dump_tdep): New function.
6095         (_initialize_rs6000_tdep): Use gdbarch_register.
6096         * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
6097         * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
6098         * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
6099         of ppc-linux-tdep.o.
6100         * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
6101         * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
6102         * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
6103         * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
6104         * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
6105         * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
6106
6107 2002-05-29  Jim Blandy  <jimb@redhat.com>
6108
6109         * macroscope.c (default_macro_scope): Put `void' in empty argument
6110         list.
6111
6112 2002-05-29  Andrew Cagney  <ac131313@redhat.com>
6113
6114         * Makefile.in (arch-utils.o): Add $(sim_regno_h).
6115         * arch-utils.c: Include "sim-regno.h".
6116         * gdbarch.sh: Don't include "sim-regno.h".
6117         * gdbarch.h, gdbarch.c: Regenerate.
6118         * sim-regno.h (legacy_register_sim_regno): Move declaration from
6119         here.
6120         * arch-utils.h (legacy_register_sim_regno): To here.
6121         * remote-sim.c (legacy_register_sim_regno): Move function from
6122         here.
6123         * arch-utils.c (legacy_register_sim_regno): To here.
6124
6125 2002-05-28  Andrew Cagney  <ac131313@redhat.com>
6126
6127         * sim-regno.h: New file.
6128         * Makefile.in (sim_regno_h): Define.
6129         (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
6130         * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
6131         (legacy_register_sim_regno): New function.
6132         (one2one_register_sim_regno): New function.
6133         (gdbsim_fetch_register): Rewrite.
6134         (gdbsim_store_register): Only store a register when
6135         REGISTER_SIM_REGNO is valid.
6136         * d10v-tdep.c: Include "sim-regno.h".
6137         (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
6138         (d10v_ts3_register_sim_regno): Ditto.
6139         * gdbarch.sh: Include "sim-regno.h".
6140         (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
6141         * gdbarch.h, gdbarch.c: Regenerate.
6142         * arch-utils.h (default_register_sim_regno): Delete declaration.
6143         * arch-utils.c (default_register_sim_regno): Delete function.
6144
6145 2002-05-28  Jason Thorpe  <thorpej@wasabisystems.com>
6146
6147         * ppcnbsd-nat.c: Rewrite.
6148         * ppcnbsd-tdep.c: New file.
6149         * ppcnbsd-tdep.h: New file.
6150         * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
6151         solib.o, and solib-svr4.o.
6152         * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
6153         nbsd-tdep.o, and corelow.o.
6154
6155 2002-05-28  Andrew Cagney  <ac131313@redhat.com>
6156
6157         * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
6158         `tr' and `sed'.  Mention that `broken' targets are not expected to
6159         build.
6160
6161 2002-05-27  Michal Ludvig  <mludvig@suse.cz>
6162
6163         * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
6164         Let PC point right after the prologue before looking up symbols.
6165         
6166 2002-05-27  Martin M. Hunt  <hunt@redhat.com>
6167
6168         * i386-tdep.c (i386_register_virtual_type): Return 
6169         builtin_type_vec128i for SSE registers.
6170
6171         * gdbtypes.h (builtin_type_vec128i): Declare.
6172
6173         * gdbtypes.c (build_builtin_type_vec128i): New function.
6174         (builtin_type_v2_double, builtin_type_v4_int64): New types.
6175         (builtin_type_vec128i): New type for SSE2 128-bit registers.
6176         (build_gdbtypes): Initialize new builtin vector types.
6177         (_initialize_gdbtypes): Register new vector types with gdbarch.
6178
6179 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
6180
6181         * MAINTAINERS: ns32k is not longer an obsolete candidate,
6182         since it has been multi-arch'd.
6183         * NEWS: Note that ns32k-*-* is now partial multi-arch.
6184         Move Alpha and VAX multi-arch news entries to same section
6185         as other multi-arch news.
6186
6187 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
6188
6189         * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
6190         target.s, arch-utils.h, ns32k-tdep.h.  Make many functions
6191         static.  Rename some register numbers to put them in ns32k-tdep
6192         private namespace.
6193         (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
6194         ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
6195         functions.
6196         (_initialize_ns32k_tdep): Use gdbarch_register.
6197         * ns32k-tdep.h: New file.
6198         * ns32knbsd-tdep.c: New file.
6199         * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
6200         * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
6201         (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
6202         REGISTER_BYTES, REGISTER_BYTE): Remove.
6203         * config/ns32k/tm-ns32k.h: New file.
6204         * config/ns32k/tm-umax.h: Remove.
6205
6206 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
6207
6208         * ns32k-tdep.c (ns32k_saved_pc_after_call,
6209         ns32k_store_struct_return, ns32k_extract_return_value,
6210         ns32k_store_return_value, ns32k_extract_struct_value_address): New
6211         functions.
6212         * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
6213         ns32k_saved_pc_after_call.
6214         (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
6215         (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
6216         (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
6217         (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
6218         ns32k_extract_struct_value_address.
6219
6220 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
6221
6222         * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
6223         ns32k_fix_call_dummy): New.
6224         * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
6225         ns32k_call_dummy_words.
6226         (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
6227         (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
6228         CALL_DUMMY_NARGS): Remove.
6229         (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
6230
6231 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
6232
6233         * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
6234         ns32k_frame_saved_pc, ns32k_frame_args_address,
6235         ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
6236         ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
6237         * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
6238         * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
6239         (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
6240         (BREAKPOINT): Remove..
6241         (FRAME_CHAIN): Define as ns32k_frame_chain.
6242         (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
6243         (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
6244         (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
6245         (FRAME_FIND_SAVED_REGS): Remove.
6246         (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
6247         (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
6248         (POP_FRAME): Define as ns32k_pop_frame.
6249
6250 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
6251
6252         * ns32k-tdep.c (ns32k_register_byte_32082,
6253         ns32k_register_byte_32382, ns32k_register_raw_size,
6254         ns32k_register_virtual_size, ns32k_register_virtual_type): New
6255         functions.
6256         * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
6257         ns32k_register_byte_32382.
6258         * config/ns32k/tm-umax.h: Update copyright years.
6259         (REGISTER_BYTE): Define as ns32k_register_byte_32082.
6260         (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
6261         (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
6262         (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
6263         (ns32k_get_enter_addr): Fix prototype.
6264
6265 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
6266
6267         * ns32k-tdep.c: Update copyright years.
6268         (ns32k_register_name_32082): New function.
6269         (ns32k_register_name_32382): Ditto.
6270         * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
6271         (REGISTER_NAME): Define as ns32k_register_name_32382.
6272         * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
6273         (REGISTER_NAME): Define as ns32k_register_name_32082.
6274
6275 2002-05-24  Jim Blandy  <jimb@redhat.com>
6276
6277         * dwarf2read.c (free_line_header): Use xfree, not free.
6278
6279 2002-05-24  Jason Thorpe  <thorpej@wasabisystems.com>
6280
6281         * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
6282         alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
6283
6284 2002-05-23  Andrew Cagney  <ac131313@redhat.com>
6285
6286         * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
6287
6288 2002-05-23  Andrew Cagney  <ac131313@redhat.com>
6289
6290         From Ross Alexander at NEC Europe:
6291         * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
6292
6293 2002-05-23  Michael Snyder  <msnyder@redhat.com>
6294
6295         * cli/cli-dump.c (restore_command): Use parse_and_eval_long
6296         for input, rather than parse_and_eval_address.  
6297
6298 2002-05-23  Andrew Cagney  <ac131313@redhat.com>
6299
6300         * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
6301         * Makefile.in (sim_d10v_h): Update definition.
6302
6303 2002-05-24  Andrew Cagney  <cagney@redhat.com>
6304
6305         * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
6306         change `2002-05-22 Michael Snyder' below.
6307         (d10v_push_arguments): Ditto.
6308         (d10v_extract_return_value): Ditto.
6309
6310 2002-05-23  Jim Blandy  <jimb@redhat.com>
6311
6312         * macrotab.c (check_for_redefinition): Don't complain if the new
6313         definition is the same as the previous one.  Take more arguments
6314         to allow the comparison.
6315         (macro_define_object, macro_define_function): Pass more arguments
6316         to check_for_redefinition.
6317
6318 2002-05-22  Michael Snyder  <msnyder@redhat.com>
6319
6320         * d10v-tdep.c: Change a few macros to enums for ease of debugging.
6321         (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
6322         (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
6323         (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
6324         Don't bail if return_pc is PC_IN_CALL_DUMMY.
6325         Add a temp variable to save a call (and a memory read).
6326         (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
6327         if possible (so that PC_IN_CALL_DUMMY will work).
6328
6329 2002-05-22  Corinna Vinschen  <vinschen@redhat.com>
6330
6331         * MAINTAINERS: Remove status `OBSOLETE' from v850.
6332
6333 2002-05-22  Michal Ludvig  <mludvig@suse.cz>
6334
6335         * dwarf2cfi.c (frame_state_for): Added safety check for a valid
6336         fde->cie_ptr.
6337         (dwarf2_build_frame_info): Corrected handling of eh_frame.
6338         (dwarf2_build_frame_info): Add offset to fde->initial_location 
6339         so that frames of shared libraries are mapped correctly.
6340         (execute_stack_op): Change type of 'result' from ULONGEST to
6341         CORE_ADDR.
6342         
6343 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
6344
6345         * config/alpha/tm-nbsd.h: Include solib.h.
6346
6347 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
6348
6349         * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
6350         assumptions about the host's byte order.
6351
6352 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
6353
6354         * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
6355         to dependency list.
6356         * alphanbsd-tdep.c: Include solib-svr4.h.
6357         * shnbsd-tdep.c: Ditto.
6358
6359 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
6360
6361         * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
6362         nbsd-tdep.h to dependency list.
6363         * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
6364         i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
6365         ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
6366         nbsdaout.mh and nbsdelf.mh consistently.
6367         * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
6368         ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
6369         nbsdaout.mt and nbsdelf.mh consistently.
6370         * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h. 
6371         (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
6372         to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
6373         * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS.  Move
6374         a.out shared library stuff from here...
6375         * config/nm-nbsdaout.h: ...to here.
6376         * config/tm-nbsd.h: Remove.
6377         * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
6378         * config/arm/nbsd.mh: Remove.
6379         * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
6380         nbsd-tdep.o.
6381         * config/arm/nbsdaout.mh: New file. 
6382         * config/arm/nbsdelf.mh: New file.
6383         * config/arm/nm-nbsdaout.h: New file.
6384         * config/i386/nbsd.mh: Remove.
6385         * config/i386/nbsd.mt: Remove.
6386         * config/i386/nbsdaout.mh: New file.
6387         * config/i386/nbsdaout.mt: New file.
6388         * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
6389         * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
6390         * config/i386/nm-nbsd.h (REGISTER_U_ADDR, 
6391         i386_register_u_addr): Remove.
6392         * config/i386/nm-nbsdaout.h: New file.
6393         * config/i386/nm-nbsdelf.h: Remove.
6394         * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
6395         (USE_STRUCT_CONVENTION): Remove.
6396         * config/i386/tm-nbsdaout.h: New file.
6397         * config/i386/tm-nbsdelf.h: Remove.
6398         * config/m68k/nbsd.mh: Remove.
6399         * config/m68k/nbsd.mt: Remove.
6400         * config/m68k/nbsdaout.mh: New file.
6401         * config/m68k/nbsdaout.mt: New file. 
6402         * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
6403         * config/m68k/nm-nbsdaout.h: New file.
6404         * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
6405         (IN_SOLIB_CALL_TRAMPOLINE): Define.
6406         * config/ns32k/nbsd.mh: Remove.
6407         * config/ns32k/nbsd.mt: Remove. 
6408         * config/ns32k/nbsdaout.mh: New file.
6409         * config/ns32k/nbsdaout.mt: New file.
6410         * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h. 
6411         * config/ns32k/nm-nbsdaout.h: New file.
6412         * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.  
6413         (IN_SOLIB_CALL_TRAMPOLINE): Define.
6414         * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
6415         (SVR4_SHARED_LIBS): Remove.
6416         * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
6417         * config/sparc/nbsd.mh: Remove.
6418         * config/sparc/nbsd.mt: Remove.
6419         * config/sparc/nbsdaout.mh: New file.
6420         * config/sparc/nbsdaout.mt: New file.
6421         * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
6422         * config/sparc/nbsdelf.mt: New file.
6423         * config/sparc/nm-nbsdaout.h: New file.   
6424         * config/sparc/nm-nbsdelf.h: Remove.
6425         * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
6426         * config/sparc/tm-nbsdaout.h: New file.
6427
6428 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
6429
6430         * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
6431         mipsnbsd-tdep.c
6432         (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
6433
6434 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
6435
6436         * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
6437         shnbsd-nat.c.
6438         (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
6439
6440 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
6441
6442         * NEWS: Note new MIPS NetBSD native configuration. 
6443         * configure.host (mips*-*-netbsd*): New host. 
6444         * configure.tgt (mips*-*-netbsd*): New target. 
6445         * mipsnbsd-nat.c: New file.
6446         * mipsnbsd-tdep.c: New file.
6447         * mipsnbsd-tdep.h: New file.
6448         * config/mips/nbsd.mh: New file.
6449         * config/mips/nbsd.mt: New file.
6450         * config/mips/nm-nbsd.h: New file.
6451         * config/mips/tm-nbsd.h: New file.
6452
6453 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
6454
6455         * Makefile.in (SFILES): Add osabi.c.
6456         (COMMON_OBS): Add osabi.o.
6457         (osabi.o): New dependency list.
6458         * osabi.c: New file.
6459         * osabi.h: New file.
6460         * doc/gdbint.texinfo: Document new generic OS ABI framework.
6461
6462         * Makefile.in (alpha_tdep_h): Define and use instead of
6463         alpha-tdep.h.
6464         * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
6465         get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
6466         Remove.
6467         (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
6468         * alpha-tdep.h: Include osabi.h.
6469         (alpha_abi): Remove.
6470         (gdbarch_tdep): Use generic OS ABI framework.
6471         * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
6472         gdbarch_register_osabi.
6473         * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
6474         * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
6475         * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
6476
6477         * Makefile.in (sh_tdep_h): Add osabi.h.
6478         * sh-tdep.h (sh_osabi): Remove.
6479         (gdbarch_tdep): Use generic OS ABI framework.
6480         * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
6481         sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
6482         (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
6483         * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
6484
6485         * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
6486         * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
6487         gdbarch_register_osabi.
6488         * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
6489         arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
6490         (get_elfosabi): Rename to...
6491         (arm_elf_osabi_sniffer): ...this.  Adjust to use generic OS
6492         ABI framework support routines.
6493         (arm_gdbarch_init): Use generic OS ABI framework.
6494         (arm_dump_tdep): Likewise.
6495         (_initialize_arm_tdep): Likewise.
6496         * arm-tdep.h: Include osabi.h.
6497         (arm_abi): Remove.
6498         (gdbarch_tdep): Remove arm_abi and abi_name members.  Add
6499         osabi member.
6500         (arm_gdbarch_register_os_abi): Remove prototype.
6501         * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
6502         (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
6503
6504         * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
6505         * mips-tdep.c: Include osabi.h.
6506         (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
6507         OS ABI framework.
6508
6509 2002-05-20  Kazu Hirata  <kazu@cs.umass.edu>
6510
6511         * h8300-tdep.c: Fix formatting.
6512
6513 2002-05-20  Elena Zannoni  <ezannoni@redhat.com>
6514
6515         * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
6516         printing vector registers.
6517
6518 2002-05-19  Andrew Cagney  <ac131313@redhat.com>
6519
6520         From Fernando Nasser:
6521         * remote.c (remote_async_open_1): Re-throw the exception when the
6522         connection fails.
6523         (remote_cisco_open): Ditto.
6524         (remote_open_1): Ditto.
6525
6526 2002-05-19  Andrew Cagney  <ac131313@redhat.com>
6527
6528         * remote.c (remote_start_remote_dummy): Add uiout parameter.
6529         (remote_start_remote): Add uiout parameter.  Pass through to
6530         remote_start_remote_dummy.
6531         (remote_open_1): Use catch_exception instead of catch_errors.
6532         (remote_async_open_1): Ditto.
6533         (remote_cisco_open): Ditto.
6534
6535 2002-05-19  Andrew Cagney  <ac131313@redhat.com>
6536
6537         * remote.c (remote_start_remote): Replace PTR with void pointer.
6538         (sigint_remote_twice_token, sigint_remote_token): Ditto.  Make
6539         static.
6540
6541 2002-05-18  Andrew Cagney  <ac131313@redhat.com>
6542
6543         * gdb_indent.sh: Allow the script to be run in the sim directory.
6544
6545 2002-05-18  Mark Kettenis  <kettenis@gnu.org>
6546
6547         * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
6548         * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
6549
6550         * corelow.c (core_open): Only call set_gdbarch_from_file if
6551         exec_bfd is NULL.
6552
6553 2002-05-17  Andrey Volkov <avolkov@transas.com>
6554
6555         * h8300-tdep.c: Add support of EXR register
6556         * config/h8300/tm-h8300.h: Ditto. 
6557         
6558 2002-05-17  Andrey Volkov <avolkov@transas.com>
6559
6560         * h8300-tdep.c: Add additional CCR flags (I,UI,H,U) 
6561         
6562 2002-05-17  Andrey Volkov <avolkov@transas.com>
6563
6564         * h8300-tdep.c: Change literal regnums to REGNO.
6565         
6566 2002-05-17  Jim Blandy  <jimb@redhat.com>
6567
6568         * NEWS: Note addition of macro support.
6569
6570         Expand preprocessor macros in C expressions.
6571         * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
6572         (scan_macro_expansion, scanning_macro_expansion,
6573         finished_macro_expansion): New function declarations.
6574         (expression_macro_lookup_func, expression_macro_lookup_baton): New
6575         variable declarations.
6576         * parser-defs.h (expression_context_pc): New declaration.
6577         * parse.c (expression_context_pc): New variable.
6578         (parse_exp_1): Set expression_context_pc, as well as
6579         expression_context_block.
6580         * c-exp.y (yylex): If we're not already reading the result of a
6581         macro expansion, try to macro-expand the next token.  When we're
6582         done scanning a macro expansion, switch back to the mainline text.
6583         Commas and `if's in a macro's expansion don't terminate the input.
6584         * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
6585         (macro_original_text, macro_expanded_text,
6586         expression_macro_lookup_func, expression_macro_lookup_baton): New
6587         variables.
6588         (scan_macro_expansion, scanning_macro_expansion,
6589         finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
6590         c_preprocess_and_parse): New functions.
6591         (c_language_defn, cplus_language_defn, asm_language_defn): Call
6592         c_preprocess_and_parse, instead of c_parse.
6593         * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
6594         (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
6595
6596 Fri May 17 14:26:19 2002  J"orn Rennecke <joern.rennecke@superh.com>
6597
6598         * sh-tdep.c (gdb_print_insn_sh64): Delete.
6599         (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
6600         (sh_gdbarch_init): Always use gdb_print_insn_sh.
6601
6602 2002-05-17  Corinna Vinschen  <vinschen@redhat.com>
6603
6604         * NEWS: Add section for multi-arched targets.  Add v850 to that section.
6605
6606 2002-05-17  Jason Thorpe  <thorpej@wasabisystems.com>
6607
6608         * Makefile.in (sh_tdep_h): Define and use.
6609         * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
6610         register enum): Move to...
6611         * * sh-tdep.h: ...here.
6612         * sh-tdep.c: Include sh-tdep.h.
6613         * sh3-rom.c: Likewise.
6614         * shnbsd-tdep.c: Likewise.
6615
6616 2002-05-16  Michael Snyder  <msnyder@redhat.com>
6617
6618         * arm-tdep.c: Spelling fix in comment.
6619
6620 2002-05-16  Jim Blandy  <jimb@redhat.com>
6621
6622         Add commands for manually expanding macros and showing their
6623         definitions.
6624         * macrocmd.c, macroscope.c, macroscope.h: New files.
6625         * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
6626         (macroscope_h): New variable.
6627         (HFILES_NO_SRCDIR): Add macroscope.h.
6628         (COMMON_OBS): Add macrocmd.o, macroscope.o.
6629         (macroscope.o, macrocmd.o): New rules.
6630
6631         Teach the Dwarf 2 reader to read macro information.
6632         * dwarf2read.c: #include "macrotab.h".
6633         (dwarf_macinfo_buffer): New variable.
6634         (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
6635         dwarf_macinfo_size.
6636         (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
6637         (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
6638         dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
6639         dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
6640         dwarf2_macro_spaces_in_definition): New complaints.
6641         (dwarf2_has_info): Initialize dwarf_macinfo_offset.
6642         (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
6643         (dwarf2_build_psymtabs_hard): Record the buffer and its size in
6644         the partial symbol table.
6645         (psymtab_to_symtab_1): Set the macinfo buffer and size globals
6646         from what's recorded in the partial symbol table.
6647         (read_file_scope): If the compilation unit has a
6648         `DW_AT_macro_info' attribute, read its macro information.
6649         * Makefile.in (dwarf2read.o): Depend on macrotab.h.
6650
6651 2002-05-16  Daniel Jacobowitz  <drow@mvista.com>
6652
6653         Fix PR gdb/546
6654         * ser-tcp.c: Don't include <netinet/udp.h>.
6655
6656 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
6657
6658         * MAINTAINERS: Update my email address.
6659
6660 2002-05-16  Richard Earnshaw  <rearnsha@arm.com>
6661
6662         * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
6663         include file of the same name.
6664
6665 2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
6666
6667         * configure.tgt: Mark v850 as multi-arched.
6668         * config/v850/tm-v850.h: Remove file.
6669         * config/v850/v850.mt: Eliminate TM_FILE.
6670
6671 2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
6672
6673         * v850-tdep.c: Full multi-arch.
6674         * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
6675         Define GDB_MULTI_ARCH to 2.
6676
6677 2002-05-16  Pierre Muller  <muller@ics.u-strasbg.fr>
6678
6679         * p-exp.y (current_type): New static variable.
6680         Carries the type of the expression at the position that is parsed.
6681         (push_current_type, pop_current_type): Two new functions. Used
6682         to store/restore current_type in expression on specific tokens.
6683         (search_field): New static variable. Set to one after parsing a point
6684         as at that point only a FIELDNAME token should be searched.
6685         (FIELDNAME): New token. After a point only a token belonging to 
6686         current_type type definition is allowed.
6687         (all over token rules): reset and change current_type according
6688         to rules.
6689         (exp '[' rule): insert implicit array index field if
6690         exp is a pascal string type.
6691
6692 2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
6693
6694         * v850-tdep.c: Fix comment for v850_scan_prologue.  Remove extra
6695         frame info.  Use frame_info's saved_regs instead of matching member
6696         in extra_frame_info throughout.
6697         (v850_frame_init_saved_regs): New function.
6698         (v850_init_extra_frame_info): Move most functionality into
6699         v850_frame_init_saved_regs().
6700         * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
6701         (v850_frame_find_saved_regs): Remove declaration.
6702         (FRAME_FIND_SAVED_REGS): Remove definition.
6703         (v850_frame_init_saved_regs): Add declaration.
6704         (FRAME_INIT_SAVED_REGS): Add definition.
6705
6706 2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
6707
6708         * v850-tdep.c: Begin multi-arch'ing v850.
6709         (v850_target_architecture_hook): Remove function.
6710         (v850_gdbarch_init): New function.  Add code previously in
6711         v850_target_architecture_hook().
6712         (_initialize_v850_tdep): Don't  set target_architecture_hook.
6713         Call register_gdbarch_init() instead.
6714
6715 2002-05-16 Daniel Jacobowitz  <drow@mvista.com>
6716
6717         * gdbtypes.h (struct cplus_struct_type): Remove args field.
6718         * hpread.c (hpread_read_struct_type): Remove assignments to args.
6719         (fixup_class_method_type): Likewise.
6720
6721 2002-05-15  Jim Blandy  <jimb@redhat.com>
6722
6723         Add macro structures to GDB's symbol tables.  Nobody puts anything
6724         in them yet.
6725         * symtab.h (struct symtab): New member: `macro_table'.
6726         * buildsym.h (pending_macros): New global variable.
6727         * buildsym.c: #include "macrotab.h".
6728         (buildsym_init): Initialize `pending_macros'.
6729         (end_symtab): If we found macro information while reading a CU's
6730         debugging info, do build a symtab structure for it.  Make the
6731         symtab point to the macro information, and clear the
6732         `pending_macros' pointer which held it while we were reading the
6733         debug info.
6734         (really_free_pendings): Free any pending macro table.
6735         * objfiles.h (struct objfile): New member: `macro_cache'.
6736         * objfiles.c (allocate_objfile): Set allocate and free functions
6737         for the macro cache's objstack.
6738         (free_objfile): Empty the macro cache's obstack.
6739         * symfile.c (reread_symbols): Empty the macro cache's obstack, and
6740         set new allocate and free functions for it.
6741         * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
6742         free functions for the macro cache's objstack.  (Why is this
6743         function building its own objfile?)
6744         * symmisc.c (print_objfile_statistics): Print statistics on the
6745         macro bcache.
6746         * Makefile.in: Note that buildsym.o depends on macrotab.h.
6747
6748 2002-05-15  Richard Earnshaw  <rearnsha@arm.com>
6749
6750         * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
6751         (REGISTER_U_ADDR): Delete definition.
6752         (arm_register_u_addr): Delete declaration.
6753
6754 2002-05-15  Richard Earnshaw  <rearnsha@arm.com>
6755
6756         * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
6757         (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
6758
6759 2002-05-14  Andrew Cagney  <ac131313@redhat.com>
6760
6761         * regcache.c (register_valid): Revise comments refering to "Not
6762         available" and "unavailable".
6763         * frame.c (frame_register_read): Ditto.
6764         * findvar.c (value_of_register): Ditto.
6765
6766 2002-05-15  Andrew Cagney  <cagney@redhat.com>
6767
6768         * Makefile.in (remote_sim_h): Replace remote-sim_h.
6769         (remote-sim.o): Update dependencies.
6770         (d10v-tdep.o): Specify dependencies.
6771         (sim_d10v_h): Define.
6772
6773 2002-05-14  Jim Blandy  <jimb@redhat.com>
6774
6775         * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
6776         * macrotab.c (macro_lookup_inclusion, find_definition,
6777         new_macro_table): Same.
6778         
6779         * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
6780         not `! strcmp ()'.  This is a dubious improvement.
6781         * macrotab.c (macro_lookup_inclusion, find_definition): Same.
6782
6783         * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
6784         although it's not necessary, to avoid a warning.
6785
6786 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
6787
6788         * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
6789         (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
6790         TYPE_INSTANCE_FLAGS.
6791         (struct main_type): New.
6792         (struct type): Move most members to struct main_type.  Change
6793         cv_type and as_type to new type_chain member.  Add instance_flags.
6794         (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
6795         (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
6796         (finish_cv_type): Remove prototype.
6797         * gdbtypes.c (alloc_type): Update comment.  Allocate TYPE_MAIN_TYPE.
6798         Set TYPE_CHAIN.
6799         (alloc_type_instance): New function.
6800         (smash_type): New function.
6801         (make_pointer_type, make_reference_type, make_function_type)
6802         (smash_to_member_type, smash_to_method_type): Call smash_type.
6803         (make_qualified_type): New function.
6804         (make_type_with_address_space): Call make_qualified_type.
6805         (make_cv_type): Likewise.
6806         (finish_cv_type): Remove unnecessary function.
6807         (replace_type): Update comment.  Copy TYPE_MAIN_TYPE.
6808         (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
6809         remove TYPE_CV_TYPE and TYPE_AS_TYPE.
6810         * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
6811         * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
6812         * hpread.c (hpread_read_struct_type): Likewise.
6813         * stabsread.c (read_struct_type): Likewise.
6814
6815 2002-05-14  Elena Zannoni  <ezannoni@redhat.com>
6816
6817         * configure.tgt: Add a catch all sh* target, for cases like
6818         sh[2,3,4]-elf and sh-hms.
6819
6820 2002-05-14  Keith Seitz  <keiths@redhat.com>
6821
6822         * event-loop.c (create_file_handler): Don't do anything but
6823         update data when we are given a fd which we are already
6824         monitoring.
6825
6826 2002-05-14  Michal Ludvig  <mludvig@suse.cz>
6827
6828         * dwarf2cfi.c (context_cpy): Copy registers correctly.
6829         (update_context): Use __func__ in warnings.
6830         
6831 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
6832
6833         * ser-tcp.c: Include <netinet/udp.h>.  Rename tcp_open
6834         and tcp_close to net_open and net_close.
6835         (net_open): Accept "udp:" and "tcp:" specifications.  Connect
6836         using UDP if requested.  Don't try to disable Nagle on UDP
6837         sockets.
6838         * remote.c (remote_serial_open): New function.  Warn about UDP.
6839         (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
6840
6841 2002-05-13  Elena Zannoni  <ezannoni@redhat.com>
6842
6843         * MAINTAINERS: List sh-elf as buildable with ,-Werror.
6844
6845 2002-05-13  Elena Zannoni  <ezannoni@redhat.com>
6846
6847         * configure.tgt: Remove sh-hms target.
6848         * MAINTAINERS: Don't list sh-hms as a separate target.
6849
6850 2002-05-13  Jim Blandy  <jimb@redhat.com>
6851
6852         Add first preprocessor macro-expansion files.
6853         * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
6854         * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
6855         (splay_tree_h, macroexp_h, macrotab_h): New variable.
6856         (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
6857         (COMMON_OBS): Add macrotab.o, macroexp.o.
6858         (macroexp.o, macrotab.o): New rules.
6859
6860 2002-05-13  Andrew Cagney  <ac131313@redhat.com>
6861
6862         * config/m88k/tm-m88k.h: Update copyright.
6863         (m88k_target_write_pc): Declare
6864         (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
6865         (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
6866         (SHIFT_INST_REGS): Update definition.
6867         * m88k-tdep.c (m88k_target_write_pc): New function.  Implement
6868         using old definition of TARGET_WRITE_PC.
6869         * regcache.c (generic_target_write_pc): Delete code handling
6870         NNPC_REGNUM.
6871         * gdbarch.sh (NNPC_REGNUM): Delete.
6872         * gdbarch.h, gdbarch.c: Regenerate.
6873
6874 2002-05-13  Richard Earnshaw  <rearnsha@arm.com>
6875
6876         * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
6877         builtin reg number.
6878
6879 2002-05-13  Daniel Jacobowitz  <drow@mvista.com>
6880
6881         * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
6882         (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
6883         (gen_address_of, gen_struct_ref, gen_repeat): Use type
6884         access macros.
6885         * c-typeprint.c (cp_type_print_method_args): Likewise.
6886         (c_type_print_args): Likewise.
6887         * d10v-tdep.c (d10v_push_arguments): Likewise.
6888         (d10v_extract_return_value): Likewise.
6889         * expprint.c (print_subexp): Likewise.
6890         * gdbtypes.c (lookup_primitive_typename): Likewise.
6891         (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
6892         * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
6893         (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
6894         (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
6895         (TYPE_VECTOR): Likewise.
6896         * hpread.c (hpread_read_struct_type)
6897         (fix_static_member_physnames, fixup_class_method_type)
6898         (hpread_type_lookup): Likewise.
6899         * mdebugread.c (parse_symbol, parse_type): Likewise.
6900         * p-lang.c (is_pascal_string_type): Likewise.
6901         * valops.c (hand_function_call): Likewise.
6902         * x86-64-tdep.c (classify_argument): Likewise.
6903
6904         * hpread.c (hpread_read_function_type)
6905         (hpread_read_doc_function_type): Call replace_type.
6906         * dstread.c (create_new_type): Delete.
6907         (decode_dst_structure, process_dst_function): Call alloc_type.
6908         Use type access macros.
6909
6910 2002-05-12  Mark Kettenis  <kettenis@gnu.org>
6911
6912         * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
6913         the're not supported by the current architecture.
6914         (i387_fill_fxsave): Likewise.
6915
6916 2002-05-12  Fred Fish  <fnf@redhat.com>
6917
6918         * symfile.c (default_symfile_offsets): Arrange for uninitialized
6919         sect_index_xxx members to index the first slot in section_offsets
6920         if all of the section_offsets are zero.
6921
6922 2002-05-12  Mark Kettenis  <kettenis@gnu.org>
6923
6924         * configure.tgt (sparc-*openbsd): Remove entry accidentially
6925         checked in with last change.
6926
6927 2002-05-12  Mark Kettenis  <kettenis@gnu.org>
6928
6929         * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
6930         Remove targets.  These are canonicalized to i386-*-sysv4.2uw by
6931         config.sub.
6932
6933 2002-05-12  Daniel Jacobowitz  <drow@mvista.com>
6934
6935         * Makefile.in: Update dependencies.
6936
6937 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
6938
6939         * language.c (local_hex_string_custom): Simplify.  Do not depend
6940         on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
6941
6942         * memattr.c (mem_info_command): Replace calls to
6943         longest_local_hex_string and longest_local_hex_string_custom.
6944         * buildsym.c (make_blockvector): Ditto.
6945         * solib.c (info_sharedlibrary_command): Ditto.
6946         * tracepoint.c (tracepoints_info): Ditto.
6947         * symtab.c (print_msymbol_info): Ditto.
6948
6949         * language.c (local_hex_string): Delete.
6950         (local_hex_string_custom): Delete.
6951         (longest_local_hex_string): Rename to local_hex_string.
6952         (longest_local_hex_string_custom): Rename to
6953         local_hex_string_custom.
6954         * language.h (local_hex_string): Change parameter type to LONGEST.
6955         (local_hex_string_custom): Ditto.
6956         (longest_local_hex_string): Delete declaration.
6957         (longest_local_hex_string_custom): Ditto.
6958
6959         * solib.c: Update copyright.
6960         * memattr.c: Update copyright.
6961         
6962 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
6963
6964         * arch-utils.h (legacy_register_to_value): Declare.
6965         (legacy_value_to_register): Declare.
6966         (legacy_convert_register_p): Declare.
6967         * arch-utils.c (legacy_register_to_value): New function.
6968         (legacy_value_to_register): New function.
6969         (legacy_convert_register_p): New function.
6970
6971         * gdbarch.sh (REGISTER_TO_VALUE): Define.
6972         (VALUE_TO_REGISTER): Define.
6973         (CONVERT_REGISTER_P): Define.
6974         * gdbarch.h, gdbarch.c: Regenerate.
6975
6976         * valops.c (value_assign): Use CONVERT_REGISTER_P and
6977         VALUE_TO_REGISTER.
6978         * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
6979         CONVERT_REGISTER_P.
6980
6981 2005-05-11  Daniel Jacobowitz  <drow@mvista.com>
6982             Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
6983
6984         * Makefile.in: Update dependencies for valops.c.
6985         * valops.c: Include "gdb_assert.h".
6986         (typecmp): Skip THIS parameter to methods.
6987         (find_method_list): Remove static_memfuncp argument,
6988         update callers.  Check for stub methods.
6989         (find_value_oload_method_list): Don't set *static_memfuncp.
6990         (find_overload_match): Don't check for stub methods.  Assert
6991         that methods are not stubbed.  Handle static methods.
6992         (value_find_oload_method_list): Remove static_memfuncp argument.
6993         * gdbtypes.c (check_stub_method): Do not add THIS pointer
6994         to the argument list for static stub methods.
6995         * value.h (value_find_oload_method_list): Update prototype.
6996
6997 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
6998
6999         * arch-utils.h (generic_register_size): Declare.
7000         (generic_register_raw_size, generic_register_virtual_size): Delete
7001         declarations.
7002         * arch-utils.c (generic_register_raw_size): Delete.
7003         (generic_register_size): New function.
7004         (generic_register_virtual_size): Delete.
7005
7006         * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
7007         default generic_register_size.
7008         * gdbarch.h, gdbarch.c: Re-generate.
7009         
7010         * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
7011         register_virtual_size.
7012         * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
7013         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7014
7015 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
7016
7017         * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
7018         * gdbarch.h, gdbarch.c: Regenerate.
7019         * gnu-v3-abi.c: Update copyright.
7020         (vtable_address_point_offset): Update.
7021         (gnuv3_rtti_type): Update.
7022         (gnuv3_baseclass_offset): Update.
7023         * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
7024         (init_fetch_link_map_offsets): Update.
7025         * remote.c (get_remote_state): Update.
7026         
7027 2002-05-11  Daniel Jacobowitz  <drow@mvista.com>
7028
7029         * TODO: Remove value_headof/value_from_vtable_info comment.
7030         * printcmd.c (print_command_1): Don't call value_from_vtable_info.
7031         * values.c (value_headof, value_from_vtable_info): Delete.
7032         * value.h (value_from_vtable_info): Delete prototype.
7033
7034 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
7035
7036         * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
7037         gdb_string.h with $(gdb_string_h) and gdb_regex.h with
7038         $(gdb_regex_h).
7039         (gdb_assert_h): Define.
7040         (gdb_wait_h): Define.
7041         (gdb_regex_h): Define.
7042
7043 2002-05-11 Daniel Jacobowitz  <drow@mvista.com>
7044
7045         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
7046         * linespec.c (find_methods): Handle GCC 3.x template constructors.
7047
7048 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7049
7050         * nbsd-tdep.c: Fix comment.
7051
7052 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7053
7054         * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
7055         (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
7056         (nbsd-tdep.o): New dependency list.
7057         * alphanbsd-tdep.c: Don't include solib-svr4.h.  Include
7058         nbsd-tdep.h.
7059         (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
7060         (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
7061         * nbsd-tdep.c: New file.
7062         * nbsd-tdep.h: New file.
7063         * shnbsd-tdep.c: Don't include solib-svr4.h.  Include
7064         nbsd-tdep.h.
7065         (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
7066         (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7067         * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
7068         * config/sh/nbsd.mt (TDEPFILES): Ditto.
7069
7070 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7071
7072         * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
7073         * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
7074         * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
7075         * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
7076         * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
7077         * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
7078
7079 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7080
7081         * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
7082         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7083         * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
7084         * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
7085         * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
7086         * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
7087         * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
7088
7089 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7090
7091         * i386nbsd-nat.c: Delete file.  Move fetch_core_registers and
7092         fetch_elfcore_registers to...
7093         * i386nbsd-tdep.c: ...here.
7094         (i386nbsd_use_struct_convention): Rename to...
7095         (i386nbsd_aout_use_struct_convention): ...this.
7096         (i386nbsd_supply_reg): New function.
7097         (i386nbsd_fill_reg): New function.
7098         (fetch_core_registers): Use i386nbsd_supply_reg.
7099         (fetch_elfcore_registers): Likewise.
7100         (_initialize_i386nbsd_tdep): New function.
7101         * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
7102         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7103         * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
7104         * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
7105         (i386nbsd_aout_use_struct_convention): ...this.
7106
7107 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7108
7109         * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
7110         (store_inferior_registers): Use shnbsd_fill_reg.
7111         * shnbsd-tdep.c (sh_nbsd_supply_registers, 
7112         sh_nbsd_supply_register): Collapse into...
7113         (shnbsd_supply_reg): ...this.
7114         (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
7115         (shnbsd_fill_reg): ...this.
7116         (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
7117         (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
7118         (fetch_core_registers): Use shnbsd_supply_reg.
7119         (fetch_elfcore_registers): Use shnbsd_supply_reg.
7120         (sh_nbsd_core_fns): Rename to...
7121         (shnbsd_core_fns): ...this.
7122         (sh_nbsd_elfcore_fns): Rename to...
7123         (shnbsd_elfcore_fns): ...this.
7124         (sh_nbsd_init_abi): Rename to...
7125         (shnbsd_init_abi): ...this.
7126         (_initialize_sh_nbsd_tdep): Rename to...
7127         (_initialize_shnbsd_tdep): ...this.
7128         * shnbsd-tdep.h (sh_nbsd_supply_registers,
7129         sh_nbsd_supply_register, sh_nbsd_fill_registers,
7130         sh_nbsd_fill_register): Remove prototypes.
7131         (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
7132
7133 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7134
7135         * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
7136         (i387-nat.o): Delete dependency list.
7137         (go32-nat.o): Change i387-nat.h to i387-tdep.h.
7138         (x86-64-linux-nat.o): Likewise.
7139         * i387-nat.c: Delete file, moving contents to...
7140         * i387-tdep.c: ...here.
7141         * i387-nat.h: Rename...
7142         * i387-tdep.h: ...to this.
7143         * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
7144         * i386-linux-nat.c: Likewise.
7145         * i386bsd-nat.c: Likewise.
7146         * i386gnu-nat.c: Likewise.
7147         * i386nbsd-nat.c: Likewise.
7148         * i386v4-nat.c: Likewise.
7149         * x86-64-linux-nat.c: Likewise.
7150         * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
7151         * config/i386/go32.mh (NATDEPFILES): Likewise.
7152         * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
7153         * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
7154         * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
7155         * config/i386/linux.mh (NATDEPFILES): Likewise.
7156         * config/i386/nbsd.mh (NATDEPFILES): Likewise.
7157         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7158         * config/i386/obsd.mh (NATDEPFILES): Likewise.
7159         * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
7160
7161 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7162
7163         * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
7164         (alphanbsd-nat.o): Remove dependency list.
7165         (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
7166         * alphanbsd-nat.c: Delete.  Contents moved to...
7167         * alphanbsd-tdep.c: ...here.
7168         (_initialize_alphanbsd_tdep): Register core functions.
7169         * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
7170
7171 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7172
7173         * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
7174         (alphabsd-nat.o): Depend on alphabsd-tdep.h.
7175         (alphanbsd-nat.o): Likewise.
7176         (alphabsd-tdep.o): New dependency list.
7177         * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
7178         (fill_gregset): Use alphabsd_fill_reg.
7179         (supply_fpregset): Use alphabsd_supply_fpreg.
7180         (fill_fpregset): Use alphabsd_fill_fpreg.
7181         (fetch_inferior_registers): Use struct reg and struct fpreg
7182         rather than gregset_t and fpregset_t.  Use alphabsd_supply_reg
7183         and alphabsd_supply_fpreg.
7184         (store_inferior_registers): Use struct reg and struct fpreg
7185         rather than gregset_t and fpregset_t.  Use alphabsd_fill_reg
7186         and alphabsd_fill_fpreg.
7187         * alphabsd-tdep.c: New file.
7188         * alphabsd-tdep.h: New file.
7189         * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
7190         (fetch_elfcore_registers): Use alphabsd_supply_reg and
7191         alphabsd_supply_fpreg.
7192         * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
7193         * config/alpha/nbsd.mt (TDEPFILES): Likewise.
7194
7195 2002-05-11  Eric Christopher  <echristo@redhat.com>
7196
7197         * mips-tdep.c (mips_double_register_type): Fix thinko.
7198         (mips_single_register_type): Ditto.
7199         * MAINTAINERS: Add self.
7200
7201 2002-05-11  Mark Kettenis  <kettenis@gnu.org>
7202
7203         * i387-nat.c (i387_supply_register, i387_fill_fsave,
7204         i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
7205         right thing on architectures with different endianness and/or
7206         integer sizes.
7207
7208 2002-05-10  Jason Thorpe  <thorpej@wasabisystems.com>
7209
7210         From Christian Limpach <chris@Pin.LU>
7211         * configure.in: Change sed expression which comments out
7212         NATDEPFILES to also comment out continuation lines.
7213         * configure: Regenerate.
7214
7215 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
7216
7217         * sh-tdep.c: Clean up code erroneously reintroduced by previous
7218         big patch.
7219
7220 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
7221
7222         * sh-tdep.c: Include correct file.
7223
7224 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
7225
7226         New support for sh64-elf (sh5) target.
7227
7228         * configure.tgt: For sh64-elf target, default to sh-elf.
7229
7230         * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
7231         (struct gdbarch_tdep): Add new fields for new registers and ABI
7232         info.
7233
7234         * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
7235         (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
7236         MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
7237         UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
7238         IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
7239         IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
7240         IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
7241         IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
7242         IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
7243         IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
7244         IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
7245         (sh_sh64_register_name, sh64_elf_make_msymbol_special,
7246         pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
7247         sh64_skip_prologue_hard_way, sh64_use_struct_convention,
7248         gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
7249         sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
7250         sh64_get_gdb_regnum, sh64_media_reg_base_num,
7251         sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
7252         sign_extend, sh64_nofp_frame_init_saved_regs,
7253         sh64_init_extra_frame_info, sh64_get_saved_register,
7254         sh64_extract_struct_value_address, sh64_pop_frame,
7255         sh64_push_arguments, sh64_extract_return_value,
7256         sh64_store_return_value, sh64_show_media_regs,
7257         sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
7258         sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
7259         sh_sh64_register_virtual_type,
7260         sh_sh64_register_convert_to_virtual,
7261         sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
7262         sh64_register_read, sh64_pseudo_register_write,
7263         sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
7264         do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
7265         sh64_do_pseudo_register, sh_compact_do_registers_info,
7266         sh64_do_registers_info, sh_gdbarch_init): New functions.
7267
7268 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
7269
7270         * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
7271
7272 2002-05-10 Daniel Jacobowitz  <drow@mvista.com>
7273
7274         * linespec.c (decode_line_1): Check for a double quote after
7275         a filename correctly.
7276
7277 2002-05-10  Jim Blandy  <jimb@redhat.com>
7278
7279         Properly track the size of the current objfile's .debug_line section.
7280         * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
7281         (DWARF_LINE_SIZE): New macro.
7282         (dwarf2_build_psymtabs_hard): Record the line section's size in
7283         the partial symbol table.
7284         (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
7285         symbol table.
7286
7287 2002-05-10  Petr Sorfa  <petrs@caldera.com>
7288
7289         * ia64-tdep.c: Handle breakpoints on L instruction type
7290         in MLX instruction bundle by moving the breakpoint to
7291         the third slot (X instruction type) as L holds only data.
7292
7293 2002-05-10  Kevin Buettner  <kevinb@redhat.com>
7294
7295         * dbxread.c (discarding_local_symbols_complaint): New complaint.
7296         (process_one_symbol): Complain about discarding local symbols
7297         due to a misplaced N_LBRAC entry.
7298
7299 2002-05-09  Elena Zannoni  <ezannoni@redhat.com>
7300
7301         From Daniel Berlin <dan@cgsoftware.com>
7302         * linespec.c (find_toplevel_char): '<' and '>' also increase and
7303         decrease the depth we are at, in the case of templates.
7304
7305 2002-05-09  Daniel Jacobowitz  <drow@mvista.com>
7306
7307         * mips-tdep.c (mips_float_register_type): New function.
7308         (mips_double_register_type): New function.
7309         (mips_print_register): Use them.
7310         (do_fp_register_row): Likewise.
7311
7312 2002-05-09  Daniel Jacobowitz  <drow@mvista.com>
7313
7314         * signals/signals.c (signals): Remove conditional compilation around
7315         Mach-specific signals.  Move them to after TARGET_SIGNAL_DEFAULT.
7316         (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
7317
7318 2002-05-09  Michael Snyder  <msnyder@redhat.com>
7319
7320         * remote-rdp.c (remote_rdp_can_run): Remove.
7321
7322 2002-05-09  Tom Tromey  <tromey@redhat.com>
7323
7324         * jv-valprint.c (java_val_print): Handle `char' as a special case
7325         of TYPE_CODE_INT.
7326
7327 2002-05-09  Michael Snyder  <msnyder@redhat.com>
7328
7329         * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
7330         strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
7331         strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
7332         str r(0123),[sp,#nn].
7333         (arm_skip_prologue): Ditto.  Also make disassembly
7334         order-independent by placing it in a loop.
7335
7336 2002-05-06  Michael Snyder  <msnyder@redhat.com>
7337
7338         * stabsread.c (read_type): Add recognition for new attribute:
7339         "@V;" means that an array type is actually a vector.
7340         This is analogous to the vector flag that's been added to dwarf2.
7341
7342 2002-05-09  Mark Kettenis  <kettenis@gnu.org>
7343
7344         * i386-tdep.h (i386_abi): New enum.
7345         (struct gdbarch_tdep): Replace os_ident member with abi.
7346         (i386_gdbarch_register_os_abi): New prototype.
7347         * i386-tdep.c (i386_abi_names): New array.
7348         (process_note_abi_tag_sections): Removed.
7349         (process_note_sections): New function.
7350         (i386_elf_abi_from_note, i386_elf_abi): New functions.
7351         (struct i386_abi_handler): New struct.
7352         (i386_abi_handler_list): New variable.
7353         (i386_gdbarch_register_os_abi): New function.
7354         (i386_gdbarch_init): Adapt for the changes given above.
7355
7356 2002-05-08  Daniel Jacobowitz  <drow@mvista.com>
7357
7358         * gregset.h: Say "GNU/Linux".
7359
7360 2002-05-08  Elena Zannoni  <ezannoni@redhat.com>
7361
7362         * gdbtypes.c : Add new builtin type for 64 bit vectors.
7363         (build_gdbtypes): Build builtin_type_v2_float.
7364         (_initialize_gdbtypes): Register new builtin type.
7365
7366 2002-05-08  Andrew Cagney  <ac131313@redhat.com>
7367
7368         * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
7369         (clear_gdbarch_swap): New function.
7370         (initialize_non_multiarch): Call.
7371         (gdbarch_update_p): Before calling init(), swap out and clear the
7372         existing architecture.
7373         * gdbarch.c: Regenerate.
7374
7375 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
7376
7377         * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
7378         alphanbsd-tdep.c.
7379
7380 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
7381
7382         * sh-nbsd-nat.c: Rename to...
7383         * shnbsd-nat.c: ...this.
7384         * sh-nbsd-tdep.c: Rename to...
7385         * shnbsd-tdep.c: ...this.
7386         * sh-nbsd-tdep.h: Rename to...
7387         * shnbsd-tdep.h: ...this.
7388         * config/sh/nbsd.mh: Use shnbsd-nat.o.
7389         * config/sh/nbsd.mt: Use shnbsd-tdep.o.
7390
7391 2002-05-08  Richard Earnshaw  <rearnsha@arm.com>
7392
7393         * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
7394         concatenation for command help messages.
7395
7396 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
7397
7398         * NEWS: Note new sh*-*-netbsdelf* configuration.
7399         * configure.host: Set gdb_host_cpu to sh for all sh*.
7400         (sh*-*-netbsdelf*): New host.
7401         * configure.tgt: Set gdb_target_cpu to sh for all sh*.
7402         (sh*-*-netbsdelf*): New target.
7403         * sh-nbsd-nat.c: New file.
7404         * sh-nbsd-tdep.c: New file.
7405         * sh-nbsd-tdep.h: New file.
7406         * config/sh/nbsd.mh: New file.
7407         * config/sh/nbsd.mt: New file.
7408         * config/sh/nm-nbsd.h: New file.
7409         * config/sh/tm-nbsd.h: New file.
7410
7411 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
7412
7413         * sh-tdep.c (sh_osabi_names): Declare.
7414         (process_note_abi_tag_sections): New function.
7415         (get_elfosabi): Ditto.
7416         (sh_gdbarch_register_os_abi): Ditto.
7417         (sh_dump_tdep): Ditto.
7418         _initialize_sh_tdep): Use gdbarch_register to register
7419         sh_gdbarch_init and sh_dump_tdep.
7420         * config/sh/tm-sh.h (sh_osabi): Declare.
7421         (gdbarch_tdep): Add sh_osabi and osabi_name members.
7422
7423 2002-05-07  Andrew Cagney  <ac131313@redhat.com>
7424
7425         * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
7426         (thumb_scan_prologue): Ditto.
7427         (arm_find_callers_reg): Ditto.
7428         (arm_frame_chain): Ditto.
7429         (arm_init_extra_frame_info): Ditto.
7430         (arm_frame_saved_pc): Ditto.
7431         (arm_pop_frame): Ditto.
7432         (arm_push_return_address): New function.
7433         (arm_gdbarch_init): Initialize use_generic_dummy_frames,
7434         call_dummy_location, call_dummy_breakpoint_offset_p,
7435         call_dummy_breakpoint_offset, call_dummy_p,
7436         call_dummy_stack_adjust_p, call_dummy_words,
7437         sizeof_call_dummy_words, call_dummy_start_offset,
7438         call_dummy_length, fix_call_dummy, pc_in_call_dummy,
7439         call_dummy_address, push_return_address and push_dummy_frame for
7440         generic dummy frames.
7441
7442 2002-05-07  Jason Thorpe  <thorpej@wasabisystems.com>
7443
7444         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
7445         size computation for alloca.
7446         (sh_fp_frame_init_saved_regs): Likewise.
7447
7448 2002-05-07  Richard Earnshaw  <rearnsha@arm.com>
7449
7450         * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
7451         (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
7452         * arm-tdep.c (arm_store_return_value): Use them.
7453         Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
7454         * remote-rdp.c (remote_rdp_fetch_register): Use
7455         ARM_MAX_REGISTER_RAW_SIZE.
7456         (remote_rdp_store_register): Likewise.
7457
7458 2002-05-07  Michal Ludvig  <mludvig@suse.cz>
7459
7460         * dwarf2cfi.c: Code cleanup, removed unused variables,
7461         added default labels to switch {} statements.
7462         * x86-64-tdep.c: Ditto.
7463         * x86-64-linux-nat.c: Ditto.
7464
7465 2002-05-07  Jason Thorpe  <thorpej@wasabisystems.com>
7466
7467         * solib.h: Protect against multiple inclusion.
7468
7469 2002-05-06  Jim Blandy  <jimb@redhat.com>
7470
7471         Add first preprocessor macro-expansion files.
7472         * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7473         * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7474         (splay_tree_h, macroexp_h, macrotab_h): New variable.
7475         (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7476         (COMMON_OBS): Add macrotab.o, macroexp.o.
7477         (macroexp.o, macrotab.o): New rules.
7478
7479         Separate the job of reading the line number info statement program
7480         header (...expialidocious) out into its own function.
7481         * dwarf2read.c (struct line_head, struct filenames, struct
7482         directories): Replace with...
7483         (struct line_header): New structure, containing the full
7484         contents of the statement program header, including the
7485         include directory and file name tables.
7486         (read_file_scope): If we have line number info, instead of just
7487         calling dwarf_decode_lines to do all the work, call
7488         dwarf_decode_line_header first to get a `struct line_header'
7489         containing the data in the statement program header, and then
7490         pass that to dwarf_decode_lines, which will pick up where that
7491         left off.  Be sure to clean up the `struct line_header' object.
7492         (dwarf_decode_line_header, free_line_header, add_include_dir,
7493         add_file_name): New functions.
7494         (dwarf_decode_lines): Move all the code to read the statement
7495         program header into dwarf_decode_line_header.  Take the line
7496         header it built as the first argument, instead of the offset to
7497         the compilation unit's line number info.  Use the new `struct
7498         line_header' type instead of the old structures.  No need to do
7499         cleanups here now, since we don't allocate anything.
7500         (dwarf2_statement_list_fits_in_line_number_section,
7501         dwarf2_line_header_too_long): New complaints.
7502
7503 2002-05-06  Elena Zannoni  <ezannoni@redhat.com>
7504
7505         * gdbtypes.c (init_vector_type): New function.
7506         (build_builtin_type_vec128): Simplify the representation of SIMD
7507         registers.
7508         (build_gdbtypes): Initialize new builtin vector types.
7509         (_initialize_gdbtypes): Register new vector types with gdbarch.
7510         (builtin_type_v4_float, builtin_type_v4_int32,
7511         builtin_type_v8_int16, builtin_type_v16_int8,
7512         builtin_type_v2_int32, builtin_type_v4_int16,
7513         builtin_type_v8_int8): New (renamed) SIMD types.
7514
7515 2002-05-06  Mark Kettenis  <kettenis@gnu.org>
7516
7517         * i387-nat.c (i387_fill_fsave): Use regcache_collect.
7518         (i387_fill_fxsave): Likewise.
7519
7520 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
7521
7522         * alpha-tdep.c (alpha_extract_return_value): Don't use
7523         non-constant array size in prototype.
7524
7525 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
7526
7527         From Brian Taylor <briant at model dot com>:
7528         * ui-out.c (ui_out_field_core_addr): Use the function
7529         longest_local_hex_string_custom'to format addresses > 32 bits
7530         wide.
7531
7532         * ui-out.c (ui_out_field_core_addr): Update comment.
7533
7534 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
7535
7536         * stack.c (select_and_print_frame): Make static.  Delete the
7537         parameter `level'.
7538         (func_command): Update call.
7539         (select_frame_command): Delete code computing the frame level.
7540         * frame.h (select_and_print_frame): Delete declaration.
7541
7542 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
7543
7544         * sparc-tdep.c (sparc_get_saved_register): Comment why
7545         get_prev_frame call is safe.
7546
7547 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
7548
7549         * frame.h (select_frame): Delete level parameter.
7550         * stack.c (select_frame): Update.  Use frame_relative_level to
7551         obtain the frame's level.
7552         (select_and_print_frame): Update call.
7553         (select_frame_command): Ditto.
7554         (up_silently_base): Ditto.
7555         (down_silently_base): Ditto.
7556         * ocd.c (ocd_start_remote): Ditto.
7557         * remote-rdp.c (remote_rdp_open): Ditto.
7558         * remote-mips.c (mips_initialize): Ditto.
7559         (common_open): Ditto.
7560         * remote-e7000.c (e7000_start_remote): Ditto.
7561         * m3-nat.c (select_thread): Ditto.
7562         * hppa-tdep.c (child_get_current_exception_event): Ditto.
7563         (child_get_current_exception_event): Ditto.
7564         * varobj.c (varobj_create): Ditto.
7565         (varobj_update): Ditto.
7566         (c_value_of_root): Ditto.
7567         * tracepoint.c (finish_tfind_command): Ditto.
7568         * corelow.c (core_open): Ditto.
7569         * arch-utils.c (generic_prepare_to_proceed): Ditto.
7570         * thread.c (info_threads_command): Ditto.
7571         (switch_to_thread): Ditto.
7572         * infrun.c (normal_stop): Ditto.
7573         (restore_selected_frame): Ditto.
7574         (restore_inferior_status): Ditto.
7575         * breakpoint.c (insert_breakpoints): Ditto.
7576         (watchpoint_check): Ditto.
7577         (bpstat_stop_status): Ditto.
7578         (do_enable_breakpoint): Ditto.
7579         * blockframe.c (flush_cached_frames): Ditto.
7580         (reinit_frame_cache): Ditto.
7581
7582 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
7583
7584         * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
7585         maintainer.
7586
7587 2002-05-04  Jim Blandy  <jimb@redhat.com>
7588
7589         * gdbtypes.c (replace_type): Doc fix.
7590
7591 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
7592
7593         * valprint.c (strcat_longest): Delete commented out function.
7594         Update copyright.
7595
7596 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
7597
7598         * MAINTAINERS: Mark a29k as deleted.
7599         * NEWS: Mention that a29k was removed.  Add OBSOLETE section.
7600         Move new configurations to the top.
7601         * configure.tgt: Remove a29k.
7602         * config/a29k/tm-vx29k.h: Delete.
7603         * config/a29k/vx29k.mt: Delete.
7604         * config/a29k/tm-a29k.h: Delete.
7605         * config/a29k/a29k-udi.mt: Delete.
7606         * config/a29k/a29k.mt: Delete.
7607         * a29k-tdep.c: Delete.
7608         * remote-udi.c: Delete.
7609         * remote-mm.c: Delete.
7610         * remote-eb.c: Delete.
7611         * remote-adapt.c: Delete.
7612         * Makefile.in: Remove obsolete code.
7613         * config/s390/s390x.mt: Ditto.
7614         * config/s390/s390.mt: Ditto.
7615         * config/sparc/sparclynx.mh: Ditto.
7616         * config/sparc/linux.mh: Ditto.
7617         * config/pa/hppaosf.mh: Ditto.
7618         * config/pa/hppabsd.mh: Ditto.
7619         * config/ns32k/nbsd.mt: Ditto.
7620         * config/mips/vr5000.mt: Ditto.
7621         * config/m68k/sun3os4.mh: Ditto.
7622         * config/m68k/nbsd.mt: Ditto.
7623         * config/m68k/m68klynx.mh: Ditto.
7624         * config/m32r/m32r.mt: Ditto.
7625         * config/i386/x86-64linux.mt: Ditto.
7626         * config/i386/nbsdelf.mt: Ditto.
7627         * config/i386/nbsd.mt: Ditto.
7628         * config/i386/i386lynx.mh: Ditto.
7629
7630 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
7631
7632         * target.c (debug_print_register): New function.  Handle oversize
7633         registers.
7634         (debug_to_fetch_registers): Call.
7635         (debug_to_store_registers): Call.
7636
7637 2002-05-03  Jim Blandy  <jimb@redhat.com>
7638
7639         * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
7640         (read_type): Doc fix.
7641         * gdbtypes.c (replace_type): Doc fix.
7642
7643         * stabsread.c (multiply_defined_struct): New complaint.
7644         (read_struct_type): If the type we were passed isn't empty, or
7645         incomplete, don't read the new struct type into it; complain,
7646         and return the original type unchanged.  Take a new `type_code'
7647         argument, which is the type code for the new type.
7648         (read_type): Rather than storing the type's type code here, pass
7649         it as an argument to read_struct_type, and let that take care of
7650         storing it.  That way, we don't overwrite the original type code,
7651         so read_struct_type can use it to decide whether we're overwriting
7652         something we shouldn't.
7653         (complain_about_struct_wipeout): New function.
7654
7655 2002-05-03  Andrew Cagney  <ac131313@redhat.com>
7656
7657         * gdbarch.sh: Assert that gdbarch is non-NULL.
7658         * gdbarch.c: Regenerate.
7659
7660 2002-05-03  Jason Merrill  <jason@redhat.com>
7661
7662         * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
7663         and return NULL.
7664
7665 2002-05-03  Michal Ludvig  <mludvig@suse.cz>
7666
7667         * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
7668         (x86_64_dwarf2gdb_regno_map_length),
7669         (x86_64_dwarf2_reg_to_regnum): Added.
7670         (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
7671         (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
7672         (_initialize_x86_64_tdep): Synced with the change above.
7673         (x86_64_skip_prologue): Reformulated message.
7674
7675 2002-05-03  Pierre Muller  <muller@ics.u-strasbg.fr>
7676
7677         * f-exp.y: Also use new prev_lexptr variable
7678         to improve error reporting. Based on Michael Snyder
7679         2002-04-24 dated patch to c-exp.y.
7680         * jv-exp.y: Likewise.
7681         * m2-exp.y: Likewise.
7682
7683 2002-05-02  Elena Zannoni  <ezannoni@redhat.com>
7684
7685         * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
7686         we are dealing with vectors.
7687
7688 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
7689
7690         * config/m68k/tm-nbsd.h: Obvious fix,
7691         correct machine name.
7692
7693 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
7694
7695         * p-typeprint.c (pascal_type_print_base): Add support
7696         for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
7697
7698 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
7699
7700         * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
7701         for fondamental pascal 'char' type.
7702
7703 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
7704
7705         * p-lang.h (is_pascal_string_type): Declaration changed,
7706         new sixth argument of type char ** added.
7707         * p-lang.c (is_pascal_string_type): Implementation
7708         changed. Args length_pos, length_size, string_pos, char_size
7709         can now be NULL. New argument arrayname set to the field
7710         name of the char array. Return value set to char array
7711         field index plus one.
7712         * p-valprint.c (pascal_val_print): Adapt to new declaration of
7713         is_pascal_string_type function.
7714
7715 2002-05-02  Andrew Cagney  <cagney@redhat.com>
7716
7717         * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
7718         <cagney@redhat.com> change.
7719         * gdbarch.c: Regenerate.
7720
7721 2002-05-02  Andrew Cagney  <cagney@redhat.com>
7722
7723         * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
7724         before probing for a new one.  Detect errorenous gdbarch_init
7725         functions.
7726         * gdbarch.c: Regenerate.
7727
7728 2002-05-01  Andrew Cagney  <cagney@redhat.com>
7729
7730         * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
7731         * config/mcore/tm-mcore.h: Ditto.  Update copyright.
7732         * config/v850/tm-v850.h: Ditto.  Update copyright.
7733
7734 2002-04-30  Andrew Cagney  <ac131313@redhat.com>
7735
7736         * cris-tdep.c (cris_gdbarch_init): Use arches instead of
7737         current_gdbarch.
7738
7739 2002-04-30  Michael Snyder  <msnyder@redhat.com>
7740
7741         * arm-tdep.c: Whitespace clean-ups.
7742         (arm_skip_prologue): Fix thinko; two lines
7743         should have been removed as part of 4/24 change.
7744
7745 2002-04-30  Kevin Buettner  <kevinb@redhat.com>
7746
7747         * rs6000-tdep.c: Added comment describing how fpscr register
7748         numbers were chosen.
7749
7750 2002-04-30  Michael Snyder  <msnyder@redhat.com>
7751
7752         * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
7753
7754 2002-04-29  Elena Zannoni  <ezannoni@redhat.com>
7755
7756         * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
7757         (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
7758         (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
7759
7760 2002-04-29  Kevin Buettner  <kevinb@redhat.com>
7761
7762         From Louis Hamilton <hamilton@redhat.com>:
7763         * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
7764         * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
7765         * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
7766         not bfd-private xcoff data, to determine wordsize.
7767         * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
7768
7769 2002-04-29  Andrew Cagney  <ac131313@redhat.com>
7770
7771         GDB 5.2 released from 5.2 branch.
7772
7773 2002-04-29  Michal Ludvig  <mludvig@suse.cz>
7774
7775         * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
7776         * x86-64-tdep.c (i386_gdbarch_init): Ditto.
7777         (x86_64_register_info_table): Added comments with register numbers.
7778
7779 2002-04-29  Elena Zannoni  <ezannoni@redhat.com>
7780
7781         * rs6000-tdep.c (rs6000_extract_return_value,
7782         rs6000_store_return_value): Handle returning vectors.
7783         (rs6000_gdbarch_init): Use
7784         ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
7785         * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
7786         New function.
7787         (ppc_sysv_abi_use_struct_convention): Deal with functions returning
7788         vectors.
7789         (ppc_sysv_abi_push_arguments): Handle vector parameters.
7790         * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
7791
7792 2002-04-24  Pierre Muller  <ics.u-strasbg.fr>
7793
7794         * hpread.c (hpread_psymtab_to_symtab_1,
7795         hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
7796         with fprintf_unfiltered (gdb_stderr,...).
7797
7798 2002-04-24  Pierre Muller  <ics.u-strasbg.fr>
7799
7800         * remote-array.c (printf_monitor, write_monitor,
7801         array_insert_breakpoint, array_remove_breakpoint ):
7802         Replace fprintf (stderr,...
7803         with fprintf_unfiltered (gdb_stderr,....
7804         * remote-es.c: Likewise.
7805         * remote-os9k.c: Likewise.
7806         * remote-st.c: Likewise.
7807
7808 2002-04-28  Andreas Schwab  <schwab@suse.de>
7809
7810         * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
7811         linux-proc.o and gcore.o.
7812
7813 2002-04-26  Michal Ludvig  <mludvig@suse.cz>
7814
7815         * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
7816         code without frame pointers.
7817
7818 2002-04-26  Andrew Cagney  <ac131313@redhat.com>
7819
7820         * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
7821         ON_STACK is needed.
7822
7823 2002-04-26  Ben Elliston  <bje@redhat.com>
7824
7825         * target.c (do_xfer_memory): Correct reference to the new option
7826         "trust-readonly-sections".
7827
7828 2002-04-26  Elena Zannoni  <ezannoni@redhat.com>
7829
7830         * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
7831         * gdbtypes.c (recursive_dump_type): Output the vector flag.
7832         * dwarf2read.c (dwarf_attr_name): Handle new attribute for
7833         vectors.
7834         (read_array_type): Record the fact that this array type is really a
7835         vector (i.e. are passed in by value).
7836
7837 2002-04-26  Jason Thorpe  <thorpej@wasabisystems.com>
7838
7839         * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
7840         * alpha-tdep.c (alpha_sigcontext_addr): New function.
7841         (alpha_find_saved_regs): Use alpha_sigcontext_addr.
7842         (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
7843         * alpha-linux-tdep.c: Include frame.h.
7844         (alpha_linux_sigcontext_addr): New function.
7845         (alpha_linux_init_abi): Set tdep->sigcontext_addr to
7846         alpha_linux_sigcontext_addr.
7847         * alpha-osf1-tdep.c: Include gdbcore.h.
7848         (alpha_osf1_sigcontext_addr): New function.
7849         (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
7850         alpha_osf1_sigcontext_addr.
7851         * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
7852         * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
7853
7854 2002-04-26  Andrew Cagney  <ac131313@redhat.com>
7855
7856         * stack.c (selected_frame_level):
7857         (select_frame): Do not set selected_frame_level.
7858         * frame.h (selected_frame_level): Delete declaration.
7859
7860 2002-04-26  Andrew Cagney  <ac131313@redhat.com>
7861
7862         * rs6000-tdep.c (rs6000_gdbarch_init): Only set
7863         convert_from_func_ptr-addr when AIX / PowerOpen.
7864
7865 2002-04-25  Andrew Cagney  <ac131313@redhat.com>
7866
7867         * valops.c (hand_function_call): Call
7868         generic_save_call_dummy_addr.
7869         * frame.h (generic_save_call_dummy_addr): Declare.
7870         * blockframe.c (struct dummy_frame): Add fields call_lo and
7871         call_hi.
7872         (generic_find_dummy_frame): Check for PC in range call_lo to
7873         call_hi instead of entry_point_address.
7874         (generic_pc_in_call_dummy): Search the dummy frames for a PC in
7875         the call_lo to call_hi range.  Allow for DECR_PC_AFTER_BREAK.
7876         (generic_save_call_dummy_addr): New function.
7877
7878 2002-04-24  David S. Miller  <davem@redhat.com>
7879
7880         * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
7881         sparc_skip_prologue.
7882         (sparc_skip_prologue): Kill frameless_p arg, and use line number
7883         information to find prologue when possible.
7884         (sparc_prologue_frameless_p): Call examine_prologue directly.
7885         (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
7886         * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
7887         second argument.
7888         (SKIP_PROLOGUE): Likewise.
7889
7890 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
7891
7892         * alpha-tdep.c (alpha_skip_prologue_internal): Remove
7893         GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
7894         indicate that the condition it was testing is always true.
7895         * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
7896         * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7897         * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7898
7899 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
7900
7901         * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
7902         * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
7903         tdep->jb_pc and tdep->jb_elt_size.
7904         * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
7905         * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
7906         * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
7907         * alpha-nat.c (get_longjmp_target): Remove.
7908         (JB_ELEMENT_SIZE): Ditto.
7909         (JB_PC): Ditto.
7910         * alpha-tdep.c (alpha_get_longjmp_target): New function.
7911         (alpha_gdbarch_init): Default tdep->jb_pc to -1.  If the
7912         OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
7913         to alpha_get_longjmp_target.
7914         (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
7915         * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
7916         * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
7917
7918 2002-04-25  Andrew Cagney  <ac131313@redhat.com>
7919
7920         * README: Update to GDB 5.2.
7921
7922 2002-04-25  Andrew Cagney  <ac131313@redhat.com>
7923
7924         * gdbarch.sh (LC_ALL): Set to `c'.
7925
7926 2002-04-25  Theodore A. Roth  <troth@verinet.com>
7927
7928         * avr-tdep.c: Ran through gdb_indent.sh.
7929
7930 2002-04-25  Theodore A. Roth  <troth@verinet.com>
7931
7932         * MAINTAINERS: Add myself as AVR maintainer.
7933         * NEWS: Note new target avr.
7934
7935 2002-04-25  Theodore A. Roth  <troth@verinet.com>
7936
7937         * Makefile.in: Add support for AVR target.
7938         * configure.tgt: Add support for AVR target.
7939         * avr-tdep.c: New file
7940         * config/avr/avr.mt: New file.
7941
7942 2002-04-25  Theodore A. Roth  <troth@verinet.com>
7943
7944         * MAINTAINERS: Add myself to write-after-approval.
7945
7946 2002-04-24  Pierre Muller  <ics.u-strasbg.fr>
7947
7948         * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
7949         with fprintf_unfiltered (gdb_stderr,....
7950
7951 2002-04-25  Pierre Muller  <muller@ics.u-strasbg.fr>
7952
7953         Fix PR gdb/508.
7954         * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
7955
7956 2002-04-25  Pierre Muller  <muller@ics.u-strasbg.fr>
7957
7958         * p-exp.y: Also use new prev_lexptr variable
7959         to improve error reporting. Based on Michael Snyder
7960         2002-04-24 dated patch to c-exp.y.
7961
7962 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
7963
7964         * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
7965         (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
7966         alpha_breakpoint_from_pc.  Set gdbarch_function_start_offset
7967         to 0.
7968         * config/alpha/tm-alpha.h: Remove forward decls of struct type
7969         and struct value.
7970         (FUNCTION_START_OFFSET): Remove.
7971         (BREAKPOINT): Ditto.
7972
7973 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
7974
7975         * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
7976         * NEWS: Ditto.
7977
7978 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
7979
7980         * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
7981         (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
7982         alpha_linux_pc_in_sigtramp.
7983         * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
7984         (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
7985         alpha_osf1_pc_in_sigtramp.
7986         * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
7987         * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
7988         (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
7989         alphafbsd_pc_in_sigtramp.
7990         * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
7991         (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
7992         alphanbsd_pc_in_sigtramp.
7993         * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
7994         * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
7995
7996 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
7997
7998         * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
7999
8000 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
8001
8002         * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
8003         alphanbsd-tdep.c.
8004         (alphanbsd-nat.o): New dependency list.
8005         (alphanbsd-tdep.o): Ditto.
8006         * NEWS: Note new native NetBSD/alpha configuration.
8007         * alphanbsd-nat.c: New file.
8008         * alphanbsd-tdep.c: Ditto.
8009         * configure.host (alpha*-*-netbsd*): New host.
8010         * configure.tgt (alpha*-*-netbsd*): New target.
8011         * config/alpha/nbsd.mh: New file.
8012         * config/alpha/nbsd.mt: Ditto.
8013         * config/alpha/nm-nbsd.h: Ditto.
8014         * config/alpha/tm-nbsd.h: Ditto.
8015
8016 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
8017
8018         * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
8019         (alpha-osf1-tdep.o): New dependency list.
8020         * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
8021         and skip_sigtramp_frame members.
8022         * alpha-linux-tdep.c: Include gdbcore.h.
8023         (alpha_linux_sigtramp_offset): Change return type to LONGEST.
8024         (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
8025         * alpha-osf1-tdep.c: New file.
8026         * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
8027         alpha-osf1-dep.c.
8028         (alpha_frame_past_sigtramp_frame): New function.
8029         (alpha_dynamic_sigtramp_offset): Ditto.
8030         (alpha_proc_desc_is_dyn_sigtramp): Ditto.
8031         (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
8032         (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
8033         (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
8034         (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
8035         (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
8036         (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
8037         (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
8038         (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
8039         (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
8040         and tdep->skip_sigtramp_frame.  Set gdbarch_skip_trampoline_code
8041         to find_solib_trampoline_target.
8042         * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
8043         * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
8044         (SKIP_TRAMPOLINE_CODE): Remove.
8045         (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8046         (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8047         (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8048         (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8049         * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
8050         (PROC_SIGTRAMP_MAGIC): Ditto.
8051         (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8052         (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8053         (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8054         (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8055         (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8056
8057 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
8058
8059         * NEWS: Note that Alpha targets are now multi-arch.
8060
8061 2002-04-24  Michael Snyder  <msnyder@redhat.com>
8062
8063         * parser-defs.h (prev_lexptr): New external variable.
8064         * parse.c (parse_exp_1): Set prev_lexptr to null before
8065         calling the language-specific parser.
8066         * c-exp.y (yylex): Set prev_lexptr to start of current token.
8067         (yyerror): Use prev_lexptr in error reporting.
8068
8069 2002-04-24  Daniel Jacobowitz  <drow@mvista.com>
8070
8071         * config/i386/tm-linux.h: Define FILL_FPXREGSET.
8072         * gregset.h: If FILL_FPXREGSET is defined, provide
8073         gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
8074         * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
8075         is defined, call fill_fpxregset.
8076
8077 2002-04-24  Roland McGrath  <roland@frob.com>
8078
8079         * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
8080         * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
8081         (supply_gregset, supply_fpregset): New functions.
8082
8083         * gnu-nat.c (gnu_find_memory_regions): New function.
8084         (init_gnu_ops): Set `to_find_memory_regions' hook to that.
8085         (gnu_xfer_memory): Add a cast.
8086
8087 2002-04-24  Michael Snyder  <msnyder@redhat.com>
8088
8089         * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
8090         loop.  Add handling for "str lr, [sp, #-4]!" and for saves
8091         of argument regs ("str r(0123), [r11, #-nn"]).
8092         (arm_skip_prologue): Better handling for frameless functions.
8093         Treat "mov ip, sp" as optional.  Recognize "str lr, [sp, #-4]".
8094         (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
8095
8096 Wed Apr 24 14:22:21 2002  Andrew Cagney  <cagney@redhat.com>
8097
8098         * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
8099         NUM_PSEUDO_REGS can be used.
8100
8101 2002-04-24  Andrew Cagney  <ac131313@redhat.com>
8102
8103         * arch-utils.h: Update copyright.
8104
8105         * gdbarch.sh (PC_IN_SIGTRAMP): Add.
8106         * gdbarch.h, gdbarch.c: Re-generate.
8107
8108         * inferior.h (IN_SIGTRAMP): Delete definition.
8109         * arch-utils.c (legacy_pc_in_sigtramp): New function.
8110         * arch-utils.h (legacy_pc_in_sigtramp): Declare.
8111
8112         * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
8113         (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
8114         * hppa-tdep.c (pc_in_interrupt_handler):  Use PC_IN_SIGTRAMP.
8115         (find_proc_framesize): Ditto.
8116         * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
8117         (alpha_init_extra_frame_info): Ditto.
8118         * infrun.c (handle_inferior_event): Ditto.
8119         (handle_inferior_event): Ditto.
8120         (check_sigtramp2): Ditto.
8121         * blockframe.c (create_new_frame): Ditto.
8122         (get_prev_frame): Ditto.
8123         * ppc-linux-tdep.c: Update comments.
8124         * i386-linux-tdep.c: Update comments.
8125         * breakpoint.c (bpstat_what): Update comment.
8126
8127 2002-04-24  David S. Miller  <davem@redhat.com>
8128
8129         * i960-tdep.c (register_in_window_p): New function.
8130         (i960_find_saved_register): Use it instead of
8131         REGISTER_IN_WINDOW_P.
8132         * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
8133
8134         * symtab.h (find_stab_function_addr): Kill extern.
8135         * minsyms.c (find_stab_function_addr): Remove from here...
8136         * dbxread.c: ... to here, and mark it static.
8137
8138 2002-04-20  David S. Miller  <davem@redhat.com>
8139
8140         * sparc-tdep.c (sparc_pop_frame): Only need to allocate
8141         SPARC_INTREG_SIZE * 16 bytes for reg_temp.
8142
8143 2002-04-21  David S. Miller  <davem@redhat.com>
8144
8145         * remote-vxsparc.c (vx_read_register): Fix typo, we want
8146         REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
8147         (vx_write_register): Likewise.
8148
8149 2002-04-23  J. Brobecker  <brobecker@gnat.com>
8150
8151         * source.c (is_regular_file): New function.
8152         (openp): Check wether file to open is a regular file
8153         to avoid opening directories.
8154
8155 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
8156
8157         * findvar.c (extract_signed_integer): Cast printf argument
8158         to suppress format warning.
8159         (extract_unsigned_integer): Likewise.
8160         * infcmd.c (registers_info): Likewise.
8161         * top.c (get_prompt_1): Likewise.
8162         * valops.c (value_assign): Likewise.
8163         * valprint.c (print_decimal): Likewise.
8164
8165 2002-04-22  H.J. Lu  (hjl@gnu.org)
8166
8167         * c-exp.y (typebase): Support
8168
8169         [long|long long|short] [signed|unsigned] [int|]
8170
8171         and
8172
8173         signed [long|long long|short] int
8174
8175 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
8176
8177         * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
8178         and vax-tdep.h.
8179         * vax-tdep.h: New file.
8180         * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
8181         Make several routines static.
8182         (vax_get_saved_register): New function.
8183         (vax_gdbarch_init): New function.
8184         (_initialize_vax_tdep): Register vax_gdbarch_init.
8185         * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
8186         Remove macros now under the control of gdbarch.
8187
8188 2002-04-22  Michael Snyder  <msnyder@redhat.com>
8189
8190         * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
8191         Some whitespace and coding standards tweaks.
8192
8193 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
8194
8195         * vax-tdep.c: Include regcache.h.
8196         (vax_call_dummy_words): New.
8197         (sizeof_vax_call_dummy_words): New.
8198         (vax_fix_call_dummy): New function.
8199         (vax_saved_pc_after_call): Ditto.
8200         * config/vax/tm-vax.h: Don't include regcache.h.
8201         (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
8202         (CALL_DUMMY): Remove.
8203         (CALL_DUMMY_WORDS): Define.
8204         (SIZEOF_CALL_DUMMY_WORDS): Define.
8205         (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
8206
8207 2002-04-18  Michael Snyder  <msnyder@redhat.com>
8208
8209         * arm-tdep.h: Change regnum defines to enums for ease of debugging.
8210
8211 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
8212
8213         * vax-tdep.c (vax_frame_chain): New function.
8214         (vax_push_dummy_frame): Ditto.
8215         (vax_pop_frame): Ditto.
8216         * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
8217         (FRAMELESS_FUNCTION_INVOCATION): Use
8218         generic_frameless_function_invocation_not.
8219         (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
8220         (POP_FRAME): Use vax_pop_frame.
8221
8222 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
8223
8224         * vax-tdep.c (vax_store_struct_return): New function.
8225         (vax_extract_return_value): Ditto.
8226         (vax_store_return_value): Ditto.
8227         (vax_extract_struct_value_address): Ditto.
8228         * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
8229         vax_store_struct_return.
8230         (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
8231         (STORE_RETURN_VALUE): Use vax_store_return_value.
8232         (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
8233
8234 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
8235
8236         * vax-tdep.c (vax_frame_saved_pc): New function.
8237         (vax_frame_args_address_correct): Ditto.
8238         (vax_frame_args_address): Ditto.
8239         (vax_frame_locals_address): Ditto.
8240         (vax_frame_num_args): Move code to be in proximity to
8241         other frame-related functions.
8242         * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
8243         (FRAME_SAVED_PC): Use vax_frame_saved_pc.
8244         (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
8245         (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
8246         (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
8247
8248 2002-04-22  H.J. Lu  (hjl@gnu.org)
8249
8250         * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
8251         includedir.
8252
8253 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
8254
8255         * vax-tdep.c (vax_frame_init_saved_regs): New function.
8256         * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
8257         (FRAME_INIT_SAVED_REGS): New macro.
8258
8259 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
8260
8261         * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
8262
8263 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
8264
8265         * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
8266         where needed.
8267         (fetch_osf_core_registers): Likewise.
8268         (supply_gregset): Likewise.
8269
8270 2002-04-22  J. Brobecker  <brobecker@gnat.com>
8271
8272         * symfile.h (get_section_index): Define.
8273         * symfile.c (get_section_index): New function.
8274         * mdebugread.c (SC_IS_SBSS): New macro.
8275         (SC_IS_BSS): Return true for the scBss storage class only, as
8276         the scSBss storage class refers to the .sbss section.
8277         (parse_partial_symbols): Discard the symbols which associated
8278         section does not exist.
8279         Make sure to use the .sbss section index for symbols which
8280         storage class is scBss, rather than using the .bss section index.
8281
8282 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
8283
8284         * vax-tdep.c: Update copyright years.
8285         (vax_register_name): New function.
8286         (vax_register_byte): Ditto.
8287         (vax_register_raw_size): Ditto.
8288         (vax_register_virtual_size): Ditto.
8289         (vax_register_virtual_type): Ditto.
8290         * config/vax/tm-vax.h: Update copyright years.
8291         (REGISTER_NAMES): Remove.
8292         (REGISTER_NAME): Define.
8293         (REGISTER_BYTE): Use vax_register_byte.
8294         (REGISTER_RAW_SIZE): Use vax_register_raw_size.
8295         (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
8296         (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
8297
8298 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
8299
8300         * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
8301         declaration
8302         * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
8303
8304 2002-04-21  David S. Miller  <davem@redhat.com>
8305
8306         * arch-utils.c (generic_prologue_frameless_p): Kill
8307         SKIP_PROLOGUE_FRAMELESS_P code.
8308         * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8309         references.
8310         (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
8311         * arc-tdep.c (arc_prologue_frameless_p): Implement.
8312         * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8313         references.
8314         (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
8315         * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
8316         (sparc_gdbarch_init): Pass it to
8317         set_gdbarch_prologue_frameless_p.
8318
8319 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
8320
8321         * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
8322         (alphabsd-nat.o): New dependency list.
8323
8324 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
8325
8326         * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
8327         alphafbsd-tdep.c.
8328         (alpha-linux-tdep.o): New dependency list.
8329         (alphafbsd-tdep.o): Likewise.
8330
8331 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
8332
8333         * alpha-linux-tdep.c: New file.  Move alpha_linux_sigtramp_offset
8334         to here...
8335         * alpha-tdep.c: ...from here.
8336         * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
8337
8338 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
8339
8340         * config/alpha/tm-alpha.h: Move alpha_software_single_step
8341         prototype from here...
8342         * alpha-tdep.h: ...to here.
8343
8344 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
8345
8346         * frame.h (selected_frame_level): Document as deprecated.
8347         (frame_relative_level): Declare.
8348         * stack.c (frame_relative_level): New function.
8349         (selected_frame_level): Document as deprecated.
8350         (select_frame): Do not set the selected_frame_level.
8351
8352         * stack.c (frame_info, record_selected_frame): Update.
8353         (frame_command, current_frame_command): Update.
8354         (up_silently_base, up_command, down_silently_base): Update.
8355         (down_command): Update.
8356         * inflow.c (kill_command): Update.
8357         * tracepoint.c (finish_tfind_command): Update.
8358         * corelow.c (core_open): Update.
8359         * thread.c (info_threads_command): Update.
8360         (do_captured_thread_select): Update.
8361         * infcmd.c (finish_command): Update.
8362         * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
8363
8364 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
8365
8366         * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
8367
8368 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
8369
8370         * arm-tdep.c (arm_breakpoint_from_pc): Make static.  Make return
8371         type const.
8372
8373 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
8374
8375         * alphafbsd-tdep.c: Update copyright years.  Include
8376         alpha-tdep.h.
8377         (alphafbsd_use_struct_convention): Make static.
8378         (alphafbsd_init_abi): New function.
8379         (_initialize_alphafbsd_tdep): New function.
8380         * config/alpha/tm-fbsd.h: Update copyright years.
8381         (USE_STRUCT_CONVENTION): Remove.
8382
8383 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
8384
8385         * alpha-tdep.c (alpha_abi_handler): New structure to describe
8386         an Alpha ABI variant.
8387         (alpha_abi_handler_list): Declare.
8388         (alpha_gdbarch_register_os_abi): New function.
8389         (alpha_gdbarch_init): Give registered ABI variant handlers a
8390         chance to tweak the gdbarch once we have set up defaults.
8391         * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
8392
8393 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
8394
8395         * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
8396         to standard_coerce_float_to_double.
8397         * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
8398
8399 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
8400
8401         * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
8402         * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
8403         from gdbarch_tdep rather than a constant.
8404         (alpha_gdbarch_init): Initialize tdep->vm_min_address to
8405         the default text address for all Alpha Unix ABIs.
8406         (alpha_dump_tdep): Report the value of tdep->vm_min_address.
8407         * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
8408
8409 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
8410
8411         * alpha-tdep.h: New file.  Includes several Alpha target constants
8412         taken from...
8413         * config/alpha/tm-alpha.h: ...here.  Remove macros that we now
8414         let gdbarch deal with.
8415         (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
8416         * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
8417         to dependency list.
8418         * alpha-nat.c: Include alpha-tdep.h.  Update for adjusted
8419         Alpha target register names.
8420         * alphabsd-nat.c: Likewise.
8421         * alpha-tdep.c: Include alpha-tdep.h.  Update for adjusted
8422         Alpha target register names.  Make serveral routines static.
8423         (alpha_get_saved_register): New function.
8424         (alpha_abi_names): New.
8425         (process_note_abi_tag_sections): New function.
8426         (get_elfosabi): New function.
8427         (alpha_gdbarch_init): New function.
8428         (alpha_dump_tdep): New function.
8429         (_initialize_alpha_tdep): Register alpha_gdbarch_init.
8430
8431 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
8432
8433         * frame.c (find_saved_register): Delete #ifdef
8434         HAVE_REGISTER_WINDOWS code.
8435         * config/sparc/tm-sparc.h: Update comments.
8436         * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
8437
8438 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
8439
8440         * i960-tdep.c (i960_find_saved_register): New function.
8441         (i960_get_saved_register): New function.
8442         * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
8443         (i960_get_saved_register): Declare.
8444         * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
8445
8446 2002-04-20  David S. Miller  <davem@redhat.com>
8447
8448         * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
8449
8450 2002-04-20  Andrew Cagney  <ac131313@redhat.com>
8451
8452         * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
8453         instead of NUM_PSEUDO_REGS.
8454
8455 2002-04-20  David S. Miller  <davem@redhat.com>
8456
8457         * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
8458         GDB_MULTI_ARCH_PARTIAL
8459         * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
8460         define, let tm-sp64.h do it.
8461
8462 2002-04-20  Jason Thorpe  <thorpej@wasabisystems.com>
8463
8464         * frame.c (find_saved_register): Avoid a NULL pointer
8465         dereference and actually walk the frame list.
8466
8467 2002-04-20  Andrew Cagney  <ac131313@redhat.com>
8468
8469         * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
8470         sorted in most most-recent-used order.  Document.
8471         * gdbarch.h, gdbarch.c: Regenerate.
8472
8473 2002-04-19  Andrew Cagney  <ac131313@redhat.com>
8474
8475         * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
8476         instead of ->prev.
8477         * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
8478         * s390-tdep.c (s390_frame_chain): Do not use ->prev.
8479         * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
8480         instead of ->prev.
8481
8482 2002-04-19  Elena Zannoni  <ezannoni@redhat.com>
8483
8484         Fix PR gdb/471.
8485         * gdbtypes.c (init_simd_type): Rewrite using new functions.
8486         (build_builtin_type_vec128): Ditto.
8487         (append_composite_type_field): Fix calculation of type length in
8488         union case.
8489
8490 2002-04-19  Eli Zaretskii  <eliz@is.elta.co.il>
8491
8492         * config/djgpp/README: Update.
8493
8494         * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
8495         compiler warnings.
8496
8497 2002-04-19  Jason Thorpe  <thorpej@wasabisystems.com>
8498
8499         * alpha-tdep.c (setup_arbitrary_frame): Rename...
8500         (alpha_setup_arbitrary_frame): ...to this.
8501         * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
8502         for alpha_setup_arbitrary_frame.
8503
8504 2002-04-18  Andrew Cagney  <cagney@redhat.com>
8505
8506         * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
8507         * gdbarch.h, gdbarch.c: Regenerate.
8508
8509         * defs.h (breakpoint_from_pc_fn): Delete type definition.
8510         * target.h (memory_breakpoint_from_pc): Update declaration.
8511         * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
8512
8513         * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
8514         * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
8515         * mem-break.c (memory_breakpoint_from_pc): Ditto.
8516         * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
8517         * s390-tdep.c (s390_breakpoint_from_pc): Ditto
8518         * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
8519         * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
8520         * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
8521         * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
8522         * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
8523         * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
8524         * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
8525
8526         * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
8527         const pointer.
8528         * monitor.c (monitor_insert_breakpoint): Ditto.
8529         * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
8530
8531         * config/mcore/tm-mcore.h: Update copyright.
8532         * mem-break.c: Ditto.
8533         * xstormy16-tdep.c: Ditto.
8534
8535 2002-04-18  Pierre Muller  <muller@ics.u-strasbg.fr>
8536
8537         * p-exp.y: Add precedence rule for '^' token.
8538         This removes the shift/reduce conflicts.
8539         Remove the comment concerning these shift/reduce conflicts.
8540
8541 2002-04-18  Elena Zannoni  <ezannoni@redhat.com>
8542
8543         * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
8544         (registers_powerpc_nofp): New register set for processors
8545         without floating point unit.
8546
8547 2002-04-18  David S. Miller  <davem@redhat.com>
8548
8549         * MAINTAINERS: Add myself to write-after-approval.
8550
8551 2002-04-17  Michael Snyder  <msnyder@redhat.com>
8552
8553         * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
8554
8555 2002-04-17  Andrew Cagney  <ac131313@redhat.com>
8556
8557         * rs6000-tdep.c (frame_initial_stack_address): Use
8558         frame_register_read to read the alloca_reg.
8559
8560 2002-04-17  Andrew Cagney  <ac131313@redhat.com>
8561
8562         * frame.c (find_saved_register): Find saved registers in the next
8563         not prev frame.
8564         Fix PR gdb/365.
8565
8566 2002-04-17  Andrew Cagney  <ac131313@redhat.com>
8567
8568         * gdbarch.sh (LANG): Set to ``c''.
8569
8570 2002-04-15  Andrew Cagney  <ac131313@redhat.com>
8571
8572         * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
8573
8574 2002-04-15  Andrew Cagney  <ac131313@redhat.com>
8575
8576         * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
8577         Update copyright.
8578
8579         * hpread.c (hpread_get_lntt): Add declaration.
8580         Also fix PR gdb/391.
8581
8582 2002-04-14  Andrew Cagney  <ac131313@redhat.com>
8583
8584         * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
8585         * aclocal.m4, configure: Re-generate.
8586         Fix PR gdb/391.
8587
8588 2002-04-14  Elena Zannoni  <ezannoni@redhat.com>
8589
8590         * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
8591         instead of tm_print_insn.
8592
8593 2002-04-14  Elena Zannoni  <ezannoni@redhat.com>
8594
8595         * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
8596
8597 2002-04-14  Andrew Cagney  <ac131313@redhat.com>
8598
8599         * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
8600         * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
8601         (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
8602
8603 2002-04-12  Don Howard  <dhoward@redhat.com>
8604
8605         * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
8606         max_user_call_depth.
8607         (init_cmd_lists): Initialize the new value;
8608         * cli/cli-script.c (execute_user_command): Limit the call depth of
8609         user defined commands.  This avoids a core-dump when user commands
8610         are infinitly recursive.
8611
8612 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
8613
8614         * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
8615         * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
8616         from tdep struct instead of DEFAULT_LR_SAVE.
8617         (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
8618         * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
8619         * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
8620
8621 2002-04-12  Michael Snyder  <msnyder@redhat.com>
8622
8623         * Remote.c: Spelling fix.
8624         * gcore.c (default_derive_heap_segment): Use bfd_section_name.
8625         If no symbol found for "sbrk", try "_sbrk".
8626         (make_output_phdrs): Use bfd_section_name.
8627         (gcore_copy_callback): Use bfd_section_name.
8628         * eval.c: Indentation fix-ups.
8629         * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
8630         in case it gets applied to an address that is already
8631         in the instruction space.
8632         * cli/cli-decode.c (help_list): Allow long lines to wrap.
8633         * symfile.c: Fix indentation, long lines.
8634         * source.c: White space fix-up.
8635
8636 2002-04-12  Andrew Cagney  <cagney@redhat.com>
8637
8638         * defs.h (read_relative_register_raw_bytes): Delete declaration.
8639         * frame.c (frame_register_read): New function.  Return non-zero on
8640         success.
8641         (read_relative_register_raw_bytes_for_frame): Delete.
8642         (read_relative_register_raw_bytes): Delete.
8643         * frame.h (frame_register_read): Declare.
8644         * d30v-tdep.c: Update Copyright.  Use frame_register_read.
8645         * sh-tdep.c: Ditto.
8646         * infcmd.c (do_registers_info): Ditto.
8647         * hppa-tdep.c: Ditto.
8648         * rs6000-tdep.c: Ditto.
8649         * h8500-tdep.c: Ditto.
8650         * mips-tdep.c: Ditto.
8651         * h8300-tdep.c: Ditto.
8652         * z8k-tdep.c: Ditto.
8653
8654 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
8655
8656         From Jimi X <jimix@watson.ibm.com>:
8657         * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
8658         64-bit SysV ABI.
8659
8660 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
8661
8662         From Jimi X <jimix@watson.ibm.com>:
8663         * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
8664         bfd info.
8665
8666 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
8667
8668         From Jimi X <jimix@watson.ibm.com>:
8669         * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
8670         register sets for these processor variants.
8671
8672 2002-04-11  Daniel Jacobowitz  <drow@mvista.com>
8673
8674         * regformats/reg-ppc.dat: Support FPSCR.
8675
8676 2002-04-11  Kevin Buettner  <kevinb@redhat.com>
8677
8678         * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
8679         * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
8680         Add fpscr as an invalid/unfetchable register.
8681         * ppc-linux-nat.c (ppc_register_u_addr, store_register)
8682         (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
8683         (fill_fpregset): Add support for register fpscr.
8684         (fetch_ppc_registers, store_ppc_registers, supply_gregset)
8685         (fill_gregset): Account for the fact that register ``mq'' might
8686         not exist.
8687         * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
8688         (registers_power): Add fpscr to register set at slot 71.
8689         (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
8690         exist on most PPC architectures.  Initialize ppc_fpscr_regnum.
8691
8692 2002-04-11  Michael Snyder  <msnyder@redhat.com>
8693
8694         * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
8695         * configure: Regenerate.
8696         * config.in: Regenerate.
8697         * acconfig.h: Add define for _SYSCALL32.
8698         * core-sol2.c: Remove #define _SYSCALL32.
8699         * solib-legacy.c: Remove #define _SYSCALL32.
8700
8701 2002-04-10  Andrew Cagney  <ac131313@redhat.com>
8702
8703         * stack.c (select_frame): Cleanup internal error message, do not
8704         use %p.
8705
8706 2002-04-10  Andrew Cagney  <ac131313@redhat.com>
8707
8708         * stack.c (select_frame): Check that selected_frame and the
8709         specified level are as expected.
8710         * blockframe.c (get_prev_frame): Set the `level' from next_frame.
8711         Update copyright.
8712         * frame.h (struct frame_info): Add field `level'.  Update
8713         copyright.
8714         Work-in-progress PR gdb/464.
8715
8716 2002-04-10  Andrew Cagney  <ac131313@redhat.com>
8717
8718         * maint.c (maint_print_section_info): Rename print_section_info.
8719         (print_bfd_section_info, print_objfile_section_info): Update.
8720         * inferior.h (struct gdbarch): Add opaque declaration.
8721         * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
8722         * gdbarch.h: Regenerate.
8723
8724 2002-04-10  Michal Ludvig  <mludvig@suse.cz>
8725
8726         * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
8727         (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
8728         (kernel_u_size): Added.
8729         * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
8730         (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
8731
8732 2002-04-04  Jim Ingham  <jingham@apple.com>
8733
8734        * valarith.c (find_size_for_pointer_math): New function, either returns
8735        the size for a pointer's target, returns 1 for void *, or errors for
8736        incomplete types.
8737        (value_add, value_sub): use find_size_for_pointer_math.
8738
8739 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
8740
8741         * linux-low.c (linux_look_up_symbols): New hook.
8742         (linux_target_ops): Add linux_look_up_symbols.
8743         * remote-utils.c (decode_address): New function.
8744         (look_up_one_symbol): New function.
8745         * server.c (handle_query): Call target look_up_symbols hook.
8746         * server.h (look_up_one_symbol): Add prototype.
8747         * target.h (struct target_ops): Add look_up_symbols hook.
8748
8749 2002-04-09  Andrew Cagney  <ac131313@redhat.com>
8750
8751         * frame.c (read_relative_register_raw_bytes_for_frame): Do not
8752         override FP_REGNUM with frame->fp.  Update copyright.
8753         * parse.c (num_std_regs, std_regs): Delete.
8754         (target_map_name_to_register): Do not search std_regs.  Update
8755         function description.
8756         * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
8757         declarations.  Update copyright.
8758         Fix PR gdb/251.
8759
8760 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
8761
8762         * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
8763         after the last symbol in a block.
8764
8765 2002-04-09  Pierre Muller  <muller@ics.u-strasbg.fr>
8766
8767         * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
8768         is non zero as a found symbol.
8769
8770 2002-04-08  Andrew Cagney  <ac131313@redhat.com>
8771
8772         * findvar.c: Include "builtin-regs.h".
8773         (value_of_register): Call value_of_builtin_reg when applicable.
8774         * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
8775         (target_map_name_to_register): Call
8776         builtin_reg_map_name_to_regnum.
8777         * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
8778         (COMMON_OBS): Add builtin-regs.o and std-regs.o.
8779         (builtin_regs_h): Define.
8780         (builtin-regs.o): New target.
8781         (findvar.o): Add $(builtin_regs_h).
8782         * builtin-regs.c, builtin-regs.h: New files.
8783         * std-regs.c: New file.
8784         Partial fix for PR gdb/251.
8785
8786 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
8787
8788         * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
8789         it's no longer required.
8790
8791 2002-04-08  Andrew Cagney  <ac131313@redhat.com>
8792
8793         * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
8794
8795 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
8796
8797         From Jimi X <jimix@watson.ibm.com>:
8798         * rs6000-tdep.c (rs6000_software_single_step): Use
8799         rs6000_breakpoint_from_pc() to fetch breakpoint instruction
8800         and size.  Use target_insert_breakpoint() and
8801         target_remove_breakpoint() to insert and remove breakpoints
8802         instead of explicit memory reads and writes.
8803
8804 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
8805
8806         * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
8807         * rs6000-tdep.c (rs6000_push_arguments): Eliminate
8808         ELF_OBJECT_FORMAT ifdef.
8809
8810 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
8811
8812         From Jimi X <jimix@watson.ibm.com>:
8813         * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
8814
8815 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
8816
8817         From Jimi X <jimix@watson.ibm.com>:
8818         * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
8819         definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
8820
8821 2002-04-07  Mark Kettenis  <kettenis@gnu.org>
8822
8823         * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
8824         s/asprintf/xasprintf/.
8825         (fbsd_make_corefile_notes): s/strdup/xstrdup/.
8826
8827 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
8828
8829         I believe Jeff Law denies responsability for this one:
8830         * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
8831         * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
8832         * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
8833         Work-around for PR gdb/366.
8834
8835 2002-04-07  Elena Zannoni  <ezannoni@redhat.com>
8836
8837         * remote-e7000.c (write_small, e7000_read_inferior_memory,
8838         e7000_read_inferior_memory_large, e7000_insert_breakpoint,
8839         e7000_remove_breakpoint): Use paddr_nz() to print addresses.
8840
8841 2002-04-07  Elena Zannoni  <ezannoni@redhat.com>
8842
8843         * sh-tdep.c (sh_fp_frame_init_saved_regs,
8844         sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
8845         information.
8846
8847 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
8848
8849         * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
8850         maintainer.
8851
8852 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
8853
8854         * README (Reporting Bugs in GDB): Document the bug web page as the
8855         prefered way of submitting bugs.
8856         Fix PR gdb/402.
8857
8858 2002-04-06  Andrew Cagney  <ac131313@redhat.com>
8859
8860         * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
8861         -1.  Update comment.
8862         * gdbarch.h, gdbarch.c: Re-generate.
8863
8864 2002-04-07  Andreas Schwab  <schwab@suse.de>
8865
8866         * m68klinux-nat.c (fill_fpregset): Properly pass address of
8867         buffer to regcache_collect.
8868
8869 2002-04-06  Andrew Cagney  <ac131313@redhat.com>
8870
8871         * gdbarch.sh (PS_REGNUM): Add.  Document.  Default to -1.
8872         * gdbarch.c, gdbarch.h: Re-generate.
8873
8874 2002-04-06  Andrew Cagney  <ac131313@redhat.com>
8875
8876         * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
8877         declaration.  Fix -Werror.
8878
8879 2002-04-05  Daniel Jacobowitz  <drow@mvista.com>
8880
8881         * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
8882         * gdbarch.c: Regenerate.
8883
8884 2002-04-05  Michael Snyder  <msnyder@redhat.com>
8885
8886         * breakpoint.c (clear_command): Rewrite middle section to
8887         combine two loops with identical control conditions.
8888         Add a cleanup to eliminate a memory leak.
8889         * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
8890
8891 2002-04-05  H.J. Lu  (hjl@gnu.org)
8892
8893         * solib-svr4.c (bkpt_names): Add "__start".
8894
8895 2002-04-04  Andrew Cagney  <ac131313@redhat.com>
8896
8897         * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
8898         as test for 64 bit target.
8899
8900 2002-04-05  Andrew Cagney  <ac131313@redhat.com>
8901
8902         * h8500-tdep.c (h8500_write_fp): Delete function.
8903         * dwarf2cfi.c (cfi_write_fp): Document as not used.
8904         * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
8905         * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
8906         * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
8907         * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
8908         * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
8909         (s390_write_fp):
8910         * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
8911         * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
8912         * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
8913         (d10v_write_fp): Delete function.
8914         * inferior.h (write_fp, generic_target_write_fp): Delete
8915         declarations.
8916         * regcache.c (generic_target_write_fp): Delete function.
8917         (write_fp): Delete function.
8918         * gdbarch.sh (TARGET_WRITE_FP): Delete.
8919         * gdbarch.h, gdbarch.c: Regenerate.
8920         * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
8921         * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
8922         (sparc64_write_fp): Delete declaration.
8923         * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
8924         (h8500_write_fp): Delete declaration.
8925
8926 2002-04-04  Andrew Cagney  <ac131313@redhat.com>
8927
8928         * sparc-tdep.c (sparc64_write_fp): Delete.
8929         (sparc_push_dummy_frame): Replace write_fp call with code to store
8930         the FP directly.
8931         (sparc_gdbarch_init): Do not initialize write_fp.
8932
8933 2002-04-05  Kevin Buettner  <kevinb@redhat.com>
8934
8935         * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
8936         clause.
8937
8938 2002-03-29  Jim Blandy  <jimb@redhat.com>
8939
8940         * stack.c (get_selected_block): Add new argument `addr_in_block',
8941         used to return the exact code address we used to select the block,
8942         not just the block.
8943         * blockframe.c (get_frame_block, get_current_block): Same.
8944         * frame.h (get_frame_block, get_current_block,
8945         get_selected_block): Update declarations.
8946         * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
8947         linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
8948
8949 2002-04-05  Michael Snyder  <msnyder@redhat.com>
8950
8951         * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
8952         warning message.
8953
8954 2002-04-05  J. Brobecker  <brobecker@gnat.com>
8955
8956         * utils.c (xfullpath): New function.
8957         * defs.h (xfullpath): Add declaration.
8958         * source.c (openp): Use xfullpath in place of gdb_realpath to
8959         avoid resolving the basename part of filenames when the
8960         associated file is a symbolic link. This fixes a potential
8961         inconsistency between the filenames known to GDB and the
8962         filenames it prints in the annotations.
8963         * symtab.c (lookup_symtab): Use the new xfullpath function, in order
8964         to be able to match a filename with either the real filename, or
8965         the name of any symbolic link to this file.
8966         (lookup_partial_symtab): Ditto.
8967
8968 2002-04-04  Michael Snyder  <msnyder@redhat.com>
8969
8970         * breakpoint.c: Add support for hardware breakpoints in overlays.
8971         (overlay_events_enabled): New state variable.
8972         (insert_breakpoints): Use overlay_events_enabled to decide
8973         whether to attempt to set a breakpoint at the overlay load addr.
8974         Handle bp_hardware_breakpoint as well as bp_breakpoint.
8975         (remove_breakpoint): Use overlay_events_enabled to decide
8976         whether breakpoints need to be removed from overlay load addr.
8977         Handle bp_hardware_breakpoint as well as bp_breakpoint.
8978         (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
8979         (create_overlay_event_breakpoint, enable_overlay_breakpoints,
8980         disable_overlay_breakpoints): Update overlay_events_enabled.
8981
8982 2002-04-04  Daniel Jacobowitz  <drow@mvista.com>
8983
8984         * dwarf2read.c (struct function_range): New.
8985         (cu_first_fn, cu_last_fn, cu_cached_fn): New.
8986         (check_cu_functions): New.
8987         (read_file_scope): Initialize global function lists.
8988         Call dwarf_decode_line after processing children.
8989         (read_func_scope): Add to global function list.
8990         (dwarf_decode_lines): Call check_cu_functions everywhere
8991         record_line is called.  Call record_line with a linenumber
8992         of 0 to mark sequence ends.
8993
8994 2002-04-04  Michal Ludvig  <mludvig@suse.cz>
8995
8996         * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
8997         change sync with glibc.
8998
8999 2002-04-03  Jim Blandy  <jimb@redhat.com>
9000
9001         * configure.in: Call AC_C_INLINE.
9002         * configure: Regenerated.
9003
9004 2002-04-01  Daniel Jacobowitz  <drow@mvista.com>
9005
9006         * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
9007         and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
9008
9009 2002-03-31  Mark Kettenis  <kettenis@gnu.org>
9010
9011         * NEWS: Mention gcore support on FreeBSD/i386.
9012
9013         * fbsd-proc.c: New file.
9014         * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
9015         * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
9016
9017         * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
9018         while statement.
9019
9020 2002-03-29  Jim Blandy  <jimb@redhat.com>
9021
9022         * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
9023         unescaped newlines in string literals, but newer ones don't.  So
9024         escape them.
9025
9026 2002-03-26  Michael Snyder  <msnyder@redhat.com>
9027             Andrew Cagney <cagney@redhat.com>
9028
9029         * cli/cli-dump.c: New file.  Dump memory to file,
9030         restore file to memory.
9031         * cli/cli-dump.h: New file.
9032         * Makefile.in: Add rules, dependencies for cli-dump.o.
9033         * NEWS: Mention new commands.
9034
9035 2002-03-28  Michael Snyder  <msnyder@redhat.com>
9036
9037         * symfile.c (symbol_file_add): Move test for null symbols to later.
9038
9039 2002-03-27  Andrew Cagney  <ac131313@redhat.com>
9040
9041         From veksler at il.ibm.com:
9042         * utils.c (gdb_realpath): If canonicalize_file_name fails, return
9043         the xstrduped original path.
9044         Fix PR gdb/417.
9045
9046 2002-03-27  Michael Snyder  <msnyder@redhat.com>
9047
9048         * breakpoint.c (_initialize_breakpoint): Clean up help string.
9049         * infcmd.c (_initialize_infcmd): Ditto.
9050         * language.c (_initialize_language): Ditto.
9051         * symfile.c (_initialize_symfile): Ditto.
9052         * top.c (_init_main): Ditto.
9053         * cli/cli-cmds.c (init_cli_cmds): Ditto.
9054
9055 2002-03-27  Elena Zannoni  <ezannoni@redhat.com>
9056
9057         * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
9058         vector registers handling.
9059         (skip_prologue): Handle new AltiVec instructions.  Fill in new
9060         fields of frame data.
9061         (frame_get_saved_regs): Fill in information for AltiVec registers.
9062
9063 2002-03-27  Jim Blandy  <jimb@redhat.com>
9064
9065         * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
9066         a function; leave this macro here to invoke that function.
9067         (symbol_init_mangled_name): Declaration for that function.
9068         * symtab.c (symbol_init_mangled_name): New function.
9069
9070 2002-03-27  Andrew Cagney  <ac131313@redhat.com>
9071
9072         * valarith.c: Replace strerror with safe_strerror.
9073         * tracepoint.c: Ditto.
9074         * lin-lwp.c: Ditto.
9075         * go32-nat.c: Ditto.
9076         * inflow.c: Ditto.
9077         * gnu-nat.c: Ditto.
9078
9079 2002-03-27  Andreas Schwab  <schwab@suse.de>
9080
9081         * event-top.c (command_line_handler): Remove useless if.
9082
9083 2002-03-27  Andreas Jaeger  <aj@suse.de>
9084
9085         * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
9086         comment.
9087
9088 2002-03-27  Michal Ludvig  <mludvig@suse.cz>
9089
9090         * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
9091         (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
9092         * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
9093         (x86_64_linux_dr_get_status, supply_gregset),
9094         (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
9095         * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
9096         (x86_64_register_info_table): Add.
9097         (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
9098         (x86_64_register_raw_size, x86_64_register_virtual_type),
9099         (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
9100         general x86_64_register_info_table.
9101         (i386_gdbarch_init): gdbarch_register_bytes is now set
9102         dynamicaly during initialization.
9103         * regformats/reg-x86-64.dat: Synced with changes to registers above.
9104         * gdbserver/linux-x86-64-low.c: Ditto.
9105
9106 2002-03-27  Daniel Jacobowitz  <drow@mvista.com>
9107
9108         * gdbserver/server.c (main): Call target_signal_to_host_p
9109         and target_signal_to_host on signals received from the remote.
9110         * gdbserver/remote-utils.c (prepare_resume_reply): Call
9111         target_signal_from_host on signals sent to the remote.
9112         * gdbserver/server.h: Add prototypes.  Include "gdb/signals.h".
9113         * gdbserver/Makefile.in: Add signals.o.  Add -I${INCLUDE_DIR}.
9114
9115 2002-03-27  Daniel Jacobowitz  <drow@mvista.com>
9116
9117         * signals/signals.c: Include "server.h" in gdbserver build.
9118         (target_signal_from_name): Don't use STREQ.
9119         (_initialize_signals): Likewise.  Don't include function in
9120         gdbserver build.
9121
9122 2002-03-27  Daniel Jacobowitz  <drow@mvista.com>
9123
9124         * signals.c: Moved to...
9125         * signals/signals.c: Here.
9126         * Makefile (signals.o): Update.
9127
9128 2002-03-26  Jeff Law (law@redhat.com)
9129
9130         * somread.c (som_symtab_read): Remove some commented out code and
9131         updated related comments.  Do not set the minimal symbol table to
9132         mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
9133         in a dynamic executable.
9134         * hppa-tdep.c (find_proc_framesize): Sanely handle the case
9135         where we are unable to find the minimal symbol for the given
9136         PC value.
9137
9138 2002-03-25  Jeff Law (law@redhat.com)
9139
9140         * linux-proc.c (read_mapping): Scan up to end of line for filename.
9141
9142 2002-03-25  Michal Ludvig  <mludvig@suse.cz>
9143
9144         * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
9145
9146 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
9147
9148         * command.h: Update copyright.
9149         (struct cmd_list_element): Replace definition with opaque
9150         declaration.
9151         (enum cmd_types): Document that it will eventually be moved to
9152         cli/cli-decode.h
9153         (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
9154         (MALLOCED_REPLACEMENT): Delete macro.
9155         * Makefile.in (cli_decode_h): Add $(command_h).
9156         (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
9157         * top.c: Include "cli/cli-decode.h".
9158         * completer.c: Include "cli/cli-decode.h".
9159         * maint.c: Include "cli/cli-decode.h".
9160         * cli/cli-decode.h: Include "command.h".
9161         (enum command_class): Delete.
9162         (enum cmd_types): Comment out.
9163         (enum cmd_auto_boolean): Delete.
9164         (enum var_types): Delete.
9165
9166 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
9167
9168         * cli/cli-decode.c: Include "gdb_assert.h".
9169         (add_set_or_show_cmd): New static function.
9170         (add_set_cmd): Rewrite.  Use add_set_or_show_cmd.
9171         (add_show_from_set): Rewrite. Use add_set_or_show_cmd.  Don't copy
9172         all fields, such as func, from the set command.
9173
9174 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
9175
9176         * MAINTAINERS (sh-elf): Change warning flag to -w.
9177
9178 2002-03-23  Andrew Cagney  <cagney@redhat.com>
9179
9180         * defs.h (error): Add printf format attribute.
9181         * thread-db.c (thread_from_lwp): Fix error format string.
9182         * stack.c (parse_frame_specification): Ditto.
9183         * cli/cli-decode.c (undef_cmd_error): Ditto.
9184         * scm-lang.c (scm_lookup_name): Ditto.
9185         * tracepoint.c (trace_error): Ditto.
9186         * remote-utils.c (usage): Ditto.
9187         * remote.c (compare_sections_command): Ditto.
9188         Fix PR gdb/328.
9189
9190 2002-03-22  Andrew Cagney  <ac131313@redhat.com>
9191
9192         * gdbtypes.c (append_composite_type_field): New function.
9193         (init_composite_type): New function.
9194         * gdbtypes.h (append_composite_type_field): Declare.
9195         (init_composite_type): Ditto.
9196
9197 2002-03-22  Elena Zannoni  <ezannoni@redhat.com>
9198
9199         * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
9200         function.
9201         * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
9202         * rs6000-tdep.c (rs6000_gdbarch_init): Use different
9203         structure returning convention for SYSV ABI case, but not
9204         for GNU/Linux, FreeBSD, or NetBSD.
9205
9206 2002-03-22  Daniel Jacobowitz  <drow@mvista.com>
9207
9208         * symtab.h (lookup_block_symbol): Add mangled_name argument
9209         to prototype.
9210
9211         * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
9212         with new mangled_name argument.
9213         * linespec.c (decode_line_1): Likewise.
9214         * valops (value_of_this): Likewise.
9215         * symtab.c (lookup_transparent_type): Likewise.
9216         (lookup_symbol_aux): Likewise.  Accept new mangled_name argument.
9217         (lookup_symbol): If we are given a mangled name, pass it down
9218         to lookup_symbol_aux.
9219         (lookup_block_symbol): If we are given a mangled name to check
9220         against, only return symbols which match it.
9221
9222 2002-03-22  Christopher Faylor  <cgf@redhat.com>
9223
9224         * win32-nat.c (child_create_inferior): Check for proper shell to use
9225         here, in case the user changes it on the fly.
9226         (_initialize_inftarg): Remove shell path considerations.
9227
9228 2002-03-21  Elena Zannoni  <ezannoni@redhat.com>
9229
9230         * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
9231         for gdbarch_max_register_raw_size and max_register_virtual_size.
9232         Adjust copyright year.
9233
9234 2002-03-21  Daniel Jacobowitz  <drow@mvista.com>
9235
9236          * dbxread.c (process_one_symbol): Extend the first N_SLINE
9237          in a function to cover the entire beginning of the function
9238          as well if it does not already.
9239
9240 2002-03-21  Tom Rix  <trix@redhat.com>
9241
9242         * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
9243         (rs6000_ptrace64): Renamed from ptrace64.
9244
9245 2002-03-20  Martin M. Hunt  <hunt@redhat.com>
9246
9247         * gdbserver/remote-utils.c (remote_open): Don't call
9248         getprotobyname, we're all using TCP here so just use
9249         IPPROTO_TCP.
9250         * gdbserver/gdbreplay.c (remote_open): Ditto.
9251
9252 2002-03-20  Martin M. Hunt  <hunt@redhat.com>
9253
9254         * regcache.c (_initialize_regcache): No need to call
9255         build_regcache() at this time; it gets called whenever
9256         the gdbarch changes.
9257
9258 2002-03-20  David O'Brien  <obrien@FreeBSD.org>
9259
9260         * sparc-nat.c:  Include sys/param.h where possible.
9261
9262 2002-03-20  Daniel Jacobowitz  <drow@mvista.com>
9263
9264         Fix PR gdb/422.
9265         * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
9266         FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
9267         * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
9268         complex types.
9269         * stabsread.c (rs6000_builtin_type): Likewise.
9270         (read_sun_floating_type): Likewise.
9271
9272 2002-03-19  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
9273
9274         * stabsread.c (read_member_functions): Remove skip code for duplicate
9275         constructor/destructor methods.  Use standard parsing for these
9276         methods and just do not chain them to the list of methods after
9277         parsing.
9278
9279 2002-03-19  Alexandre Oliva  <aoliva@redhat.com>
9280
9281         * coffread.c: Remove redundant static declarations.  Replace
9282         occurrences of `PTR' with `void *'.
9283         * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
9284         * top.h (quit_cover): Likewise.
9285         * defs.h (catch_errors): Likewise.
9286
9287 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
9288
9289         * defs.h (XMALLOC): Define.
9290         * gdb-events.sh (XMALLOC): Delete macro.
9291         * gdb-events.c, gdb-events.h: Regenerate.
9292         * gdbarch.sh (XMALLOC): Delete macro.
9293         * gdbarch.c: Regenerate.
9294         * serial.c (XMALLOC): Delete macro.
9295         * ui-file.c (XMALLOC): Ditto.
9296         * ser-unix.h (XMALLOC): Ditto.
9297         * sh-tdep.c (XMALLOC): Ditto.
9298         * ui-out.c (XMALLOC): Ditto.
9299         * utils.c (XMALLOC): Ditto.
9300         * i386-tdep.c (XMALLOC): Ditto.
9301         * gdb-events.c (XMALLOC): Ditto.
9302         * d10v-tdep.c (XMALLOC): Ditto.
9303         * cli-out.c (XMALLOC): Ditto.
9304
9305         * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
9306         * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
9307         * ui-file.c, ui-out.c: Ditto.
9308
9309 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
9310
9311         * command.h (struct cmd_list_element): Add field context.
9312         (set_cmd_context, get_cmd_context): Declare.
9313         * cli/cli-decode.h: Ditto.
9314         * cli/cli-decode.c (get_cmd_context): New function.
9315         (set_cmd_context): New function.
9316         (add_cmd): Initialize context.
9317         Part of fixing PR gdb/145 and PR gdb/146.
9318
9319 2002-03-17  Andrew Cagney  <ac131313@redhat.com>
9320
9321         * cli/cli-decode.c (cmd_type): New function.
9322         * command.h (cmd_type): Declare.
9323         * infrun.c (set_schedlock_func): Call function cmd_type.
9324         * kod.c (kod_set_os): Call cmd_type.
9325         * cris-tdep.c (cris_version_update): Use function cmd_type.
9326         (cris_mode_update, cris_abi_update): Ditto.
9327
9328         * command.h: (execute_cmd_post_hook): Declare.
9329         (execute_cmd_pre_hook): Declare.
9330         * cli/cli-script.c (clear_hook_in_cleanup): New function.
9331         (execute_cmd_post_hook, execute_cmd_pre_hook): New
9332         functions. Execute pre/post hook while ensuring that afterwords
9333         hook_in is cleared.
9334         * top.c (execute_command): Use execute_cmd_post_hook, and
9335         execute_cmd_pre_hook to execute pre/post commands.
9336         * infrun.c (normal_stop): Pass stop_command and not pre_hook to
9337         hook_stop_stub.
9338         (hook_stop_stub): Call execute_cmd_pre_hook.
9339
9340 2002-03-17  Andrew Cagney  <ac131313@redhat.com>
9341
9342         * kod.c (kod_set_os): Revert previous change.  Is called by ``info
9343         set'' and this leads to a core dump.  Move xstrdup of
9344         operating_system to after check that it is not NULL.
9345
9346 2002-03-17  Andrew Cagney  <ac131313@redhat.com>
9347
9348         * kod.c (kod_set_os): Remove unnecessary check that
9349         ``command->type'' is set_cmd.
9350
9351         * valprint.c (set_input_radix): Use input_radix.
9352         (set_output_radix): Use output_radix.
9353         (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
9354         isn't reverted.
9355
9356 2002-03-16  Andrew Cagney  <ac131313@redhat.com>
9357
9358         * value.h (struct value): Delete field ``substring_addr''.  Change
9359         aligner fields to force_doublest_align, force_longest_align,
9360         force_core_addr_align and force_pointer_aligh.
9361
9362         * value.h (struct value): Fix typo in above change.
9363
9364 2002-03-16  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
9365
9366         * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
9367         to fix internal_error from ``maintenance print architecture''.
9368
9369 2002-03-16  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
9370
9371         * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
9372         for gcc versions after gcc-2.8.1.
9373
9374 2002-03-16  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
9375
9376         * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
9377         for method resolution.  Restore adjustment of ``this'' pointer after
9378         calling value_struct_elt, which was accidentally removed during the
9379         HP merge.
9380
9381 2002-03-15  Andrew Cagney  <ac131313@redhat.com>
9382
9383         * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
9384         value_of_register.
9385         * findvar.c (value_of_register): Add ``frame'' parameter.  Pass to
9386         get_saved_register.
9387         * value.h (value_of_register): Update.
9388
9389 2002-03-14  Richard Henderson  <rth@redhat.com>
9390
9391         * configure.in: Detect declaration for canonicalize_file_name.
9392         * utils.c (canonicalize_file_name): Declare, if needed.
9393         (gdb_realpath): Prefer realpath if available and usable.
9394         * config.in, configure: Rebuild.
9395
9396 2002-03-14  Richard Henderson  <rth@redhat.com>
9397
9398         * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
9399         a constant array bound.
9400
9401         * MAINTAINERS: Add myself to write-after-approval.
9402
9403 2002-03-14  Michael Snyder  <msnyder@redhat.com>
9404
9405         * symfile.c (syms_from_objfile): Return immediately if no syms.
9406         (symbol_file_add): Return immediately if no syms.
9407         (find_sym_fns): Return immediately if no syms.
9408
9409 2002-03-13  Michal Ludvig  <mludvig@suse.cz>
9410
9411         * gdbserver/remote-util.c (remote_open): Print remote-side's
9412         IP address when remote debugging over the network.
9413
9414 2002-03-12  David O'Brien  <obrien@FreeBSD.org>
9415
9416         * config/sparc/fbsd.mh: Fix copyright.
9417         * config/sparc/fbsd.mt: Likewise.
9418
9419 2002-03-11  Richard Earnshaw  <rearnsha@arm.com>
9420
9421         * MAINTAINERS: Fix typo in name of gdb warnings option.
9422         (x86-64): Fix formating so that this can be parsed by awk.
9423
9424 2002-03-10  Daniel Jacobowitz  <drow@mvista.com>
9425
9426         * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
9427         * defs.h: Include "gdb/signals.h".
9428         (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
9429
9430 2002-03-10  Michal Ludvig  <mludvig@suse.cz>
9431
9432         * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
9433         * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
9434         from x86-64-tdep.h
9435
9436 2002-03-10  Daniel Jacobowitz  <drow@mvista.com>
9437             Don Howard <dhoward@redhat.com>
9438
9439         * mips-tdep.c (ST0_FR): Define.
9440         (mips2_fp_compat): New function, temporarily disabled.
9441         (mips_read_fp_register_single): New function.
9442         (mips_read_fp_register_double): New function.
9443         (mips_print_register): Use them.
9444         (do_fp_register_row): Likewise.
9445
9446 2002-03-09  Andrew Cagney  <ac131313@redhat.com>
9447
9448         * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
9449         approval''.
9450
9451 2002-03-08  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
9452
9453         * stabsread.c (read_member_functions): Fix is_stub test for
9454         static member functions, improve comment.
9455
9456 2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
9457
9458         * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
9459         (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
9460         (_initialize_remote_rdi): Use add_set_boolean_cmd to register
9461         commands that set boolean values.
9462         (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
9463         (arm_rdi_resume): Always initialize PC.
9464         (arm_rdi_open): Don't use rslt as a boolean.
9465         (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
9466         (arm_rdi_fetch_registers, arm_rdi_store_registers)
9467         (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
9468         (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
9469
9470 2002-03-06  Alexandre Oliva  <aoliva@redhat.com>
9471
9472         * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
9473         * configure: Rebuilt.
9474
9475 2002-03-06  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9476
9477         * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
9478         (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
9479
9480 2002-03-06  Andrew Cagney  <ac131313@redhat.com>
9481
9482         * cli/cli-decode.c (set_cmd_completer): New function.
9483         * command.h (set_cmd_completer): Declare.
9484         * cli/cli-decode.h (set_cmd_completer): Ditto.
9485
9486         * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
9487         * cli/cli-cmds.c (init_cli_cmds): Ditto.
9488         * win32-nat.c (_initialize_inftarg): Ditto.
9489         * remote-rdi.c (_initialize_remote_rdi): Ditto.
9490         * proc-api.c (_initialize_proc_api): Ditto.
9491         * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
9492         * source.c (_initialize_source): Ditto.
9493         * exec.c (_initialize_exec): Ditto.
9494         * solib.c (_initialize_solib): Ditto.
9495         * top.c (init_main): Ditto.
9496         * tracepoint.c (_initialize_tracepoint): Ditto.
9497         * symfile.c (_initialize_symfile): Ditto.
9498         * printcmd.c (_initialize_printcmd): Ditto.
9499         * infcmd.c (_initialize_infcmd): Ditto.
9500         * corefile.c (_initialize_core): Ditto.
9501
9502 2002-03-05  Andrew Cagney  <ac131313@redhat.com>
9503
9504         * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
9505
9506 2002-03-05  Andrew Cagney  <ac131313@redhat.com>
9507
9508         * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
9509
9510 2002-03-05  Andrew Cagney  <ac131313@redhat.com>
9511
9512         * NEWS: Update headings, 5.2 has branched.
9513
9514 2002-03-04  Daniel Jacobowitz  <drow@mvista.com>
9515
9516         * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
9517         (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
9518         (register_addr, REGISTER_RAW_SIZE): Likewise.
9519         (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
9520         * gdbserver/linux-x86-64-low.c: Remove extra #endif.
9521
9522 2002-03-03  Michal Ludvig <mludvig@suse.cz>
9523
9524         * MAINTAINERS (x86-64): Add myself.
9525         * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
9526         changed value_ptr -> struct value *
9527
9528 2002-03-01  David O'Brien  <obrien@FreeBSD.org>
9529
9530         * configure.host (sparc64-*-freebsd): Add.
9531         * configure.tgt: Likewise.
9532         * config/sparc/fbsd.mh: New file.
9533         * config/sparc/fbsd.mt: Likewise.
9534         * config/sparc/nm-fbsd.h: Likewise.
9535         * config/sparc/tm-fbsd.h: Likewise.
9536
9537 2002-03-01  Daniel Jacobowitz  <drow@mvista.com>
9538
9539         * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
9540         regformats/reg-s390x.dat.
9541
9542 2002-03-01  Andrew Cagney  <ac131313@redhat.com>
9543
9544         * utils.c: Add FIXME explaining true/false problem.
9545
9546 2002-02-28  Andrew Cagney  <ac131313@redhat.com>
9547
9548         * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
9549
9550 2002-02-28  Michael Chastain  <mec@shout.net>
9551
9552         * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
9553
9554 2002-02-28  Daniel Jacobowitz  <drow@mvista.com>
9555
9556         * gdbserver/linux-s390-low.c: New file.
9557         * regformats/reg-s390.dat: New file.
9558         * regformats/reg-s390x.dat: New file.
9559         * gdbserver/configure.srv: Add S/390.
9560         * gdbserver/Makefile.in: Add S/390.
9561         * configure.tgt: Enable gdbserver for S/390.
9562
9563 2002-02-28  Eli Zaretskii  <eliz@is.elta.co.il>
9564
9565         * go32-nat.c (_initialize_go32_nat): Don't use periods in the
9566         first line of the doc string for "info dos", except at the end of
9567         the sentence, since the short help stops at the first period.
9568
9569 2002-02-28  Jason Merrill  <jason@redhat.com>
9570
9571         * dwarf2read.c (dwarf_cfi_name): Add new codes.
9572
9573 2002-02-27  Fred Fish  <fnf@redhat.com>
9574
9575         * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
9576         comment (dumy -> dummy).
9577
9578 2002-02-27  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
9579
9580         * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
9581
9582 2002-02-27  Rodney Brown  <rbrown64@csc.com.au>
9583
9584       * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
9585
9586 2002-02-27  Daniel Jacobowitz  <drow@mvista.com>
9587
9588         * gdbserver/acconfig.h: New file.
9589         * gdbserver/i387-fp.c: New file.
9590         * gdbserver/i387-fp.h: New file.
9591         * gdbserver/linux-x86-64.c: New file.
9592         * regformats/reg-x86-64.dat: New file.
9593         * configure.tgt: Add x86_64-*-linux* gdbserver support.
9594         * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
9595         * gdbserver/configure.in: Add support for regsets.
9596         * gdbserver/config.in: Regenerate.
9597         * gdbserver/configure: Regenerate.
9598         * gdbserver/Makefile.in: Likewise.  Add $(linux_low_h).
9599         * gdbserver/linux-low.h: New file.
9600         * gdbserver/linux-low.c: Include "linux-low.h".  Add support
9601         for regsets.
9602         * gdbserver/linux-arm-low.c: Include "linux-low.h".
9603         * gdbserver/linux-ia64-low.c: Include "linux-low.h".
9604         * gdbserver/linux-m68k-low.c: Include "linux-low.h".
9605         * gdbserver/linux-mips-low.c: Include "linux-low.h".
9606         * gdbserver/linux-ppc-low.c: Include "linux-low.h".
9607         * gdbserver/linux-sh-low.c: Include "linux-low.h".
9608         * gdbserver/linux-i386-low.c: Include "linux-low.h".  Include
9609         "i387-fp.h".  Add PTRACE_GETREGS and friends.
9610         * gdbserver/regcache.c (supply_register): New function.
9611         (supply_register_by_name): New function.
9612         (collect_register): New function.
9613         (collect_register_by_name): New function.
9614
9615 2002-02-27  Daniel Jacobowitz  <drow@mvista.com>
9616
9617         * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
9618         (config.status): Add configure.srv dependency.
9619         (server_h): Add config.h dependency.
9620
9621 2002-02-27  Daniel Jacobowitz  <drow@mvista.com>
9622
9623         * regformats/reg-i386-linux.dat: New file, with $orig_eax.
9624         * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
9625         * gdbserver/configure.srv: Change i386-*-linux* to use
9626         reg-i386-linux.o.
9627
9628 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
9629
9630         * x86-64-tdep.c: Re-indent.  Update copyright date.
9631
9632 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
9633
9634         From Michal Ludvig <mludvig@suse.cz>:
9635         * x86-64-tdep.c (value.h): Delete.
9636         (gdb_assert.h): Include.
9637         (x86_64_register_convert_to_virtual,
9638         x86_64_register_convert_to_raw ): Add check which lets only
9639         floating-point values to be converted.
9640         (value_push): Delete.
9641         (x86_64_push_arguments): Order of arguments pushed on stack fixed.
9642         (i386_gdbarch_init): Number of register_bytes fixed.
9643
9644 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
9645
9646         * MAINTAINERS: Add x86-64 target.
9647
9648 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
9649
9650         * memattr.c (mem_command): Eliminate ``true'' and ``false''.
9651         * osfsolib.c (solib_map_sections): Ditto.
9652         * irix5-nat.c (solib_map_sections): Ditto.
9653         * corelow.c (gdb_check_format): Ditto.
9654         * symfile.c (symfile_bfd_open): Ditto.
9655         * solib.c (solib_map_sections): Ditto.
9656         Fix PR gdb/354.
9657
9658 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
9659
9660         * remote.c (_initialize_remote): By default, disable ``e'' and
9661         ``E'' step out-of-range packets.
9662
9663 2002-02-26  Andreas Schwab  <schwab@suse.de>
9664
9665         * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
9666         m68k_linux_frame_saved_pc.
9667         (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
9668         in_sigtramp.
9669         (SIGCONTEXT_PC_OFFSET): Remove.
9670         * m68klinux-nat.c (m68k_linux_frame_saved_pc,
9671         m68k_linux_sigtramp_saved_pc): New functions.
9672         (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
9673         (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
9674         (UCONTEXT_PC_OFFSET): Define.
9675         (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
9676         non-RT and RT signal trampolines.
9677
9678 2002-02-26  Richard Earnshaw  <rearnsha@arm.com>
9679
9680         * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
9681         (TARGET_NBPG, STACK_END_ADDR): Delete
9682         (VARIABLES_INSIDE_BLOCK): Delete.
9683
9684 2002-02-25  Andrew Cagney  <ac131313@redhat.com>
9685
9686         * utils.c (perror_with_name): Make string parameter constant.
9687         (print_sys_errmsg): Ditto.
9688         (query): Ditto.
9689         * defs.h (perror_with_name): Update.
9690         (print_sys_errmsg): Update.
9691         (query): Update.
9692
9693 2002-02-25  Daniel Jacobowitz  <drow@mvista.com>
9694
9695         From Eliot Dresselhaus <eliot@ayrnetworks.com>:
9696         * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
9697
9698 2002-02-25  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
9699
9700         * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
9701         if it already matches the current architecture from the exec file.
9702         Include arch-utils.h for gdbarch_info_init prototype.
9703         * Makefile.in (rs6000-nat.o): Update dependencies.
9704
9705 2002-02-25  Eli Zaretskii  <eliz@is.elta.co.il>
9706
9707         * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
9708          list of exported variables.
9709
9710 2002-02-24  Daniel Jacobowitz  <drow@mvista.com>
9711
9712         * gdbserver/configure.srv: New file.
9713         * gdbserver/configure.in: Use configure.srv instead
9714         of the host/target makefile fragments.  Set GDBSERVER_DEPFILES
9715         from it.
9716         * gdbserver/configure: Regenerated.
9717         * gdbserver/terminal.h: New file.
9718         * gdbserver/Makefile.in: Update for configure changes.  Remove
9719         more unneeded include paths.
9720
9721 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
9722
9723         From wiz at danbala:
9724         * config/sparc/tm-sp64.h: Fix grammar and typos.
9725         Fix PR gdb/287.
9726
9727 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
9728
9729         * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
9730         with either ``GNU/Linux'' or ``Linux kernel''.  Update copyright.
9731         * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
9732         * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
9733         * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
9734         * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
9735         * s390-tdep.c: Ditto.
9736         * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
9737         * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
9738         * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
9739         * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
9740         * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
9741         * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
9742         * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
9743         * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
9744         * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
9745         * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
9746         Fix PR gdb/378.
9747
9748 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
9749
9750         * lin-thread.c: Delete file.
9751         * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
9752         to gdb_proc_service.h.
9753         * configure: Re-generate.
9754
9755         * ocd.c (ocd_open): Do not try to open the "ocd" device.
9756         * serial.c (serial_open): Delete check for "ocd".
9757         Fix PR gdb/349.
9758
9759         * Makefile.in (linux-thread.o): Delete target.
9760         * linux-thread.c: Delete file.
9761
9762         * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c.  Tweak other
9763         renamed SH files to be consistent.
9764
9765         * symtab.c (sort_search_symbols): Use xfree.
9766
9767 2002-02-23  Richard Earnshaw  <rearnsha@arm.com>
9768
9769         * arm-linux-tdep.c (arm_linux_init_abi): Register
9770         IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
9771         * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
9772         definition with undef, since we don't want the sysvr4 definition.
9773         (SKIP_TRAMPOLINE_CODE): Likewise.
9774
9775 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
9776
9777         From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
9778
9779         * configure.in: (AC_CHECK_FUNCS) Added test for
9780         canonicalize_file_name Regenerated.
9781         * config.in, configure: Regenerated.
9782         * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
9783         defined use canonicalize_file_name.
9784
9785 2002-02-23  Michael Chastain  <mec@shout.net>
9786
9787         * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
9788
9789 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
9790
9791         * README: Remove references to cygnus.com.
9792         * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
9793         dot com'' form.  Remove references to cygnus.com and sourceware.
9794
9795 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
9796
9797         From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
9798         * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
9799         1003.1-2001 no longer allows "head -1".
9800         * gdb/Makefile.in (version.c): Likewise.
9801         * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
9802         * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
9803         equivalent.  POSIX 1003.1-2001 no longer allows "diff -c3".
9804
9805 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
9806
9807         * cli/cli-decode.c (cmd_cfunc_eq): New function.
9808         * command.h (cmd_cfunc_eq): Declare.
9809         * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
9810
9811         * cli/cli-cmds.h (is_complete_command): Change parameter to a
9812         ``struct cmd_list_element *''.
9813         * cli/cli-cmds.c (is_complete_command): Update.  Use
9814         cmd_cfunc_eq.
9815         * top.c (execute_command): Pass the command to
9816         is_complete_command.
9817         * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
9818
9819 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
9820
9821         From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
9822         * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
9823         architecture defines.
9824         * s390-tdep.c (s390_gdbarch_init): Likewise.
9825
9826 2002-02-23  Richard Earnshaw  <rearnsha@arm.com>
9827
9828         * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
9829         (arm_linux_push_arguments): Likewise.
9830         (arm_linux_init_abi): Register them.  Also register linux-specific
9831         call_dummy_words.
9832         (find_minsym_and_objfile): Use strcmp, not STREQ.
9833         * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
9834         (arm_linux_call_dummy_words): Delete declaration.
9835         (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
9836         (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
9837         declarations.
9838         (LOWEST_PC): Delete.
9839
9840 2002-02-23  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
9841
9842         * maint.c (print_section_info): Do not prepend `0x' to filepos
9843         output, it will be handled by local_hex_string_custom.
9844
9845 2002-02-23  Richard Earnshaw  <rearnsha@arm.com>
9846
9847         * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
9848         (store_newfpe_double, store_newfpe_extended, store_fpregister)
9849         (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
9850
9851 2002-02-22  Jim Blandy  <jimb@redhat.com>
9852
9853         Indicate that the bcache functions don't change the strings
9854         they're passed.
9855         * bcache.h (bcache, hash): Add `const' keywords to declarations.
9856         * bcache.c (bcache, hash): Add `const' keywords to definitions.
9857
9858 2002-02-22  Pierre Muller  <muller@ics.u-strasbg.fr>
9859
9860         * win32-nat.c (child_create_inferior): Fix create flags setting bug.
9861
9862 2002-02-21  Christopher Faylor  <cgf@redhat.com>
9863
9864         * win32-nat.c (register_loaded_dll): Just use raw name when we can't
9865         find the complete path to a loaded DLL.
9866
9867 2002-02-21  Fred Fish  <fnf@redhat.com>
9868
9869         * dbxread.c (process_one_symbol): When finding an N_FUN symbol
9870         that marks the end of the range of a function, enter a line number
9871         entry that has a line number of zero and a PC offset that matches
9872         the end of the function.  This starts a range of PC's for which no
9873         line number information is known.
9874         * symtab.c (find_pc_sect_line): If our best fit is in a range of
9875         PC's for which no line number info is found (line number is zero)
9876         then we didn't find any valid line information.
9877         * symtab.h: Document use of zero line number entry.
9878
9879 2002-02-21  Elena Zannoni  <ezannoni@redhat.com>
9880
9881         * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
9882         (have_ptrace_getvrregs): Define for run time checks.
9883         (gdb_vrregset_t): New type for Altivec register handling.
9884         (fetch_register, store_register): Fetch/store altivec register
9885         when needed.
9886         (fetch_altivec_register, store_altivec_register): New functions.
9887         (supply_vrregset, fill_vrregset): New functions.
9888         (fetch_altivec_registers, store_altivec_registers): New functions.
9889         (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
9890         registers as well.
9891
9892 2002-02-21  Jiri Smid  <smid@suse.cz>
9893
9894         * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
9895
9896 2002-02-21  Richard Earnshaw  <rearnsha@arm.com>
9897
9898         * Makefile.in (armnbsd-nat.o): Update dependencies.
9899         * armnbsd-nat.c (supply_gregset): New function.  Common code to
9900         supply the integer register set.
9901         (supply_fparegset): New function.  Similar for FPA registers.
9902         (fetch_regs, fetch_fp_regs): Use them.
9903         (fetch_core_registers): Likewise.
9904         (fetch_elfcore_registers): New function.
9905         (arm_netbsd_elfcore_fns): New core-file type specification.
9906         (_initialize_arm_netbsd_nat): Register it.
9907
9908 2002-02-21  Richard Earnshaw  <rearnsha@arm.com>
9909
9910         * armnbsd-nat.c: Include gdbcore.h.
9911         (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
9912         (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
9913         'void' to declaration, to shut up ARI.
9914         (fetch_core_registers): Make static.  Rewrite using supply_register.
9915         (arm_netbsd_core_fns): New core-file type specification.
9916         (_initialize_arm_netbsd_nat): New function.
9917
9918 2002-02-21  Christopher Faylor  <cgf@redhat.com>
9919
9920         * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
9921         value.
9922
9923 2002-02-20  Christopher Faylor  <cgf@redhat.com>
9924
9925         * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
9926         fails.
9927
9928 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
9929
9930         * jv-exp.y (parse_number): Change type of implicit longs
9931         to builtin_type_uint64.
9932
9933 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
9934
9935         * gdbserver/linux-low.c (mywait): Change argument to waitpid
9936         to be an integer instead of a `union wait'.
9937
9938 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
9939
9940         * mips-linux-nat.c: Call the operating system GNU/Linux.
9941         * mips-linux-tdep.c: Likewise.
9942         * mips-tdep.c: Likewise.
9943
9944 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
9945
9946         Fix PR gdb/265.
9947         * jv-exp.y (parse_number): Handle 64-bit integers.
9948
9949 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
9950
9951         * gdbserver/configure.in: Remove AM_PROC_CC_STDC.  Change
9952         AC_STDC_HEADERS to AC_HEADER_STDC.
9953         * gdbserver/configure: Regenerated.
9954
9955 2002-02-20  Richard Earnshaw  <rearnsha@arm.com>
9956
9957         * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
9958         is defined.
9959         * sparc-tdep.c (get_longjmp_target): Likewise.
9960
9961 2002-02-20  Richard Earnshaw  <rearnsha@arm.com>
9962
9963         * News: Add news about ARM and Multi-arch.  Mention the new target
9964         arm*-*-netbsd*.
9965
9966 2002-02-19  Jim Blandy  <jimb@redhat.com>
9967
9968         * stabsread.c (error_type_complaint): Improve error message.
9969
9970 2002-02-19  Daniel Jacobowitz  <drow@mvista.com>
9971
9972         * gdbserver/README: Update documentation.
9973         * gdbserver/configure.in: Update configury to match documentation.
9974         * gdbserver/Makefile.in: Likewise.
9975         * gdbserver/configure: Regenerated.
9976         * gdbserver/aclocal.m4: New file, generated by aclocal.
9977         * gdbserver/config.in: New file, generated by autoheader.
9978
9979 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
9980
9981         * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
9982         armnbsd-nat.c.
9983
9984 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
9985
9986         * arm-tdep.h (enum arm_float_model): New enum.
9987         (struct gdbarch_tdep): Add fp_model.
9988         * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep.  Defer setting
9989         up floating-point conversions until we know the floating-point model
9990         in use by the inferior.  Don't complain about being unable to
9991         determine the ABI of the inferior when we don't have one.
9992         (arm_extract_return_value): Support different floating-point models.
9993         (arm_store_return_value): Likewise.
9994         * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
9995         ARM_FLOAT_SOFT.
9996         (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
9997
9998 2002-02-19  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
9999
10000         * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
10001         of ``current_gdbarch''.
10002
10003 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
10004
10005         * armnbsd-nat.c : ANSIfy all function declarations.
10006         (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
10007         (fetch_inferior_registers): Re-implement in terms of above.
10008         (store_register, store_regs, store_fp_register, store_fp_regs): New.
10009         (store_inferior_registers): Re-implement in terms of above.
10010
10011 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
10012
10013         * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
10014         kernel.
10015         * arm-linux-tdep.c: Likewise.
10016         * config/arm/tm-linux.h: Likewise.
10017
10018 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
10019
10020         * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
10021         * config/arm/nbsd.mt (TM_FILE): Delete.
10022         * config/arm/tm-nbsd.h: Delete.
10023
10024 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
10025
10026         * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
10027         Initialize CALL_DUMMY_LENGTH.
10028
10029 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
10030
10031         * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
10032         function.
10033         (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
10034         * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
10035         defines one thing and that is incorrect for this port.
10036         (IN_SOLIB_CALL_TRAMPOLINE): Delete.
10037
10038 2002-02-18  Pierre Muller  <muller@ics.u-strasbg.fr>
10039
10040         * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
10041
10042 2002-02-18  Pierre Muller  <muller@ics.u-strasbg.fr>
10043
10044         * win32-nat.c (display_selector): New function. Displays information
10045         about the information returned by GetThreadSelectorEntry API function.
10046         (display_selectors): New function. Displays the infomation of
10047         the selector given as argument, or of CS, DS ans FS selectors
10048         if no argument is given.
10049         ( _initialize_inftarg): Add "w32" as info prefix command.
10050         Add "info w32 selector" as command calling display_selectors.
10051
10052 2002-02-19  Pierre Muller  <muller@ics.u-strasbg.fr>
10053
10054         * i386-tdep.c (get_longjmp_target): Fix compilation failure
10055         by setting dummy values to JB_PC and JB_ELEMENT_SIZE
10056         if not defined.
10057
10058 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
10059
10060         * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
10061
10062 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
10063
10064         * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
10065         (arm_fix_call_dummy): Call it.
10066         (arm_call_dummy_breakpoint_offset): Delete.
10067         (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
10068         * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
10069
10070 2002-02-18  Andrew Cagney  <ac131313@redhat.com>
10071
10072         * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
10073         Default to func_frame_chain_valid.
10074         * gdbarch.h, gdbarch.c: Re-generate.
10075         * frame.h (FRAME_CHAIN_VALID): Delete definition.
10076
10077 2002-02-18  Elena Zannoni  <ezannoni@redhat.com>
10078
10079         * ppc-linux-nat.c: Update copyright.
10080         (fetch_register, store_register): Add tid parameter, don't compute
10081         tid here.
10082         (fetch_ppc_registers, store_ppc_registers): Add tid
10083         parameter. Pass it along to callees.
10084         (fetch_inferior_registers, store_inferior_registers): Compute tid
10085         here, and pass it to calleed functions.
10086         (fill_gregset, supply_fpregset): Clean up formatting.
10087
10088 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
10089
10090         * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
10091         * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
10092
10093 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
10094
10095         * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
10096         * gdbarch.c gdbarch.h: Regenerate.
10097         * breakpoint.c (create_longjmp_breakpoint): Always compile this
10098         function.
10099         (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
10100         * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
10101         (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
10102
10103         * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
10104         * arm-tdep.c (arm_get_longjmp_target): New function.
10105         (arm_gdbarch_init): Initialize jb_pc to -1.  If ABI handler changes
10106         this to a positive value register arm_get_longjmp_target as the
10107         longjmp handler.
10108         * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
10109         (arm_linux_init_abi): Set up longjmp description in tdep.
10110         * armnbsd-nat.c (get_longjmp_target): Delete.
10111         * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
10112         description in tdep.
10113         * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
10114         (get_longjmp_target): Delete declaration.
10115         (GET_LONGJMP_TARGET): Delete.
10116         * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
10117         (GET_LONGJMP_TARGET): Delete.
10118
10119 2002-02-17  Kevin Buettner  <kevinb@redhat.com>
10120
10121         From Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>:
10122         * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
10123         of ``current_gdbarch''.
10124
10125 2002-02-17  Tom Tromey  <tromey@redhat.com>
10126
10127         * cli/cli-cmds.c (compare_strings): New function.
10128         (complete_command): Only print each unique item once.
10129         * completer.h (complete_line): Declare.
10130         * completer.c (complete_line): New function.
10131         (line_completion_function): Use it.
10132
10133 2002-02-16  Andrew Cagney  <ac131313@redhat.com>
10134
10135         * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
10136         * gdbarch.h, gdbarch.c: Re-generate.
10137
10138 2002-02-16  Daniel Jacobowitz  <drow@mvista.com>
10139
10140         * valarith.c (value_x_unop): Fix decrement; support post-decrement.
10141
10142 2002-02-16  Daniel Jacobowitz  <drow@mvista.com>
10143
10144         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
10145         * valops.c (value_arg_coerce): Don't take the address of a reference
10146         to convert an argument to a reference.
10147
10148 2002-02-15  Christopher Faylor  <cgf@redhat.com>
10149
10150         * win32-nat.c (get_image_name): New function.
10151         (handle_load_dll): Use get_image_name function.
10152         (get_child_debug_event): Avoid registering debug events until possibly
10153         execed process is started.
10154         (child_create_inferior): Allow invocation via shell so that command
10155         line redirection, etc.  works ok.
10156         (_initialize_inftarg): Add new command: "set shell" to control whether
10157         a shell is used to start a process.
10158
10159 2002-02-15  Daniel Jacobowitz  <drow@mvista.com>
10160
10161         * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
10162         instead of find_register_by_number.
10163         (cannot_store_register): Likewise.
10164
10165 2002-02-14  Pierre Muller  <muller@ics.u-strasbg.fr>
10166
10167         * dwarf2read.c: Replace fprintf (stderr, ...) by
10168         fprintf_unfiltered (gdb_stderr, ...).
10169
10170 2002-02-15  Daniel Jacobowitz  <drow@mvista.com>
10171
10172         * gdbserver/gdbserver.1: Document --attach.
10173
10174 2002-02-15  Richard Earnshaw  <rearnsha@arm.com>
10175
10176         * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
10177         descriptions.
10178         * arm-tdep.c (arm_default_arm_le_breakpoint)
10179         (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
10180         (arm_default_thumb_be_breakpoint): New.  Initialize them from
10181         traditional breakpoint defines.
10182         (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
10183         (arm_gdbarch_init): Initialize new breakpoint variables.
10184         * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
10185         (arm_linux_init_abi): Initialize linux-specific breakpoint.
10186         * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
10187         (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
10188         code out to ...
10189         (arm_netbsd_init_abi_common): ... here; new function.
10190         * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
10191         (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
10192         * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
10193         * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
10194
10195 2002-02-15  Richard Earnshaw  <rearnsha@arm.com>
10196
10197         * arm-tdep.h (enum arm_abi): New enum.
10198         (struct gdbarch_tdep): New structure.
10199         (LOWEST_PC): Provide a default.
10200         (arm_gdbarch_register_os_abi): Declare new function.
10201         * arm-tdep.c (arm_abi_names): New array.
10202         (process_note_abi_tag_sections): New function.
10203         (get_elfosabi): New function.
10204         (arm_gdbarch_register_os_abi): New function.
10205         (arm_gdbarch_init): Try to determine the ABI of the inferior.  If
10206         support for that ABI has been built in, then call the appropriate
10207         configuration routine.  Use gdbarch_num_regs() to get the number
10208         of registers.
10209         (arm_dump_tdep): New function.
10210         (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
10211         place-holder functions.
10212         (_initialize_arm_tdep): Register them.
10213         * config/arm/tm-arm.h (LOWEST_PC): Delete.
10214
10215         * armnbsd-tdep.c: New file.
10216         * Makefile.in (armnbsd-tdep.o): Add dependencies.
10217         * config/arm/nbsd.mt (TDEPFILES): Add it.
10218         * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
10219
10220         * armnbsd-nat.c: Include regcache.h.
10221         * Makefile.in (armnbsd-nat.o): Update dependency list.
10222
10223         * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
10224
10225 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
10226
10227         * gdbserver/Makefile.in: Fix typos in target rules.
10228
10229 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
10230
10231         Fix part of PR gdb/267.
10232         * linespec.c (find_methods): Handle constructors specially for now.
10233
10234 2002-02-14  Corinna Vinschen  <vinschen@redhat.com>
10235
10236         * arm-tdep.c (arm_push_arguments): Eliminate special float type
10237         handling.
10238         * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
10239         standard_coerce_float_to_double().
10240
10241 2002-02-14  Christopher Faylor  <cgf@redhat.com>
10242
10243         * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
10244         GDBINIT_FILENAME.
10245
10246 2002-02-14  Elena Zannoni  <ezannoni@redhat.com>
10247
10248         * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
10249         find_variant_by_name, because it confuses the multiarch
10250         framework. Return NULL if there isn't an architecture with the
10251         user supplied name, instead of forcing a different one without
10252         recording the change with the multiarch machinery.
10253         (find_variant_by_name): Delete.
10254
10255 2002-02-14  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
10256
10257         * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
10258         i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
10259
10260 2002-02-13  Martin M. Hunt  <hunt@redhat.com>
10261
10262         * stack.c (print_frame_info_base): When calling
10263         print_frame_info_listing_hook, set current_source_symtab.
10264
10265 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
10266
10267         * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
10268         and remove unused $(INCLUDE_DIR).
10269         Add regcache.c to OBS.
10270         Add generated register protocol files to clean target.
10271         Update dependencies for new objects, obsolete old target code.
10272
10273         * gdbserver/linux-low.c: Remove all platform-specific code to
10274         new files.  Remove various dead code.  Update to use regcache
10275         functionality.
10276         * gdbserver/remote-utils.c (fromhex): Add return statement
10277         to quiet warning.
10278         (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
10279         constant.
10280         (input_interrupt): Add integer parameter to match prototype
10281         of a signal handler.
10282         (outreg): Use register_data ().
10283         (prepare_resume_reply): Use gdbserver_expedite_regs.
10284         * gdbserver/server.c (main): Dynamically allocate own_buf because
10285         PBUFSIZ is no longer constant.  Use registers_to_string () and
10286         registers_from_string ().
10287         * gdbserver/server.h: No longer include "defs.h".  Add prototypes
10288         for error (), fatal (), and warning ().  Update definition of
10289         PBUFSIZ to use regcache functionality.  Add include guard.
10290         * gdbserver/utils.c (fatal): Add missing ``const''.
10291         (warning): New function.
10292
10293         * regformats/regdat.sh: Include "regcache.h" in generated files.
10294         Provide init_registers () function.
10295         * regformats/regdef.h: Add prototype for set_register_cache ().
10296         Add include guard.
10297
10298         * gdbserver/linux-arm-low.c: New file.
10299         * gdbserver/linux-i386-low.c: New file.
10300         * gdbserver/linux-ia64-low.c: New file.
10301         * gdbserver/linux-m68k-low.c: New file.
10302         * gdbserver/linux-mips-low.c: New file.
10303         * gdbserver/linux-ppc-low.c: New file.
10304         * gdbserver/linux-sh-low.c: New file.
10305
10306         * gdbserver/regcache.c: New file.
10307         * gdbserver/regcache.h: New file.
10308
10309         * gdbserver/low-linux.c: Removed obsolete file.
10310
10311 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
10312
10313         * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
10314         * config/i386/linux.mt: Likewise.
10315         * config/ia64/linux.mt: Likewise.
10316         * config/m68k/linux.mh: Likewise.
10317         * config/powerpc/linux.mh: Likewise.
10318         * config/mips/linux.mt: Likewise.
10319
10320         * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
10321
10322         * config/i386/i386lynx.mh: Mark gdbserver variables
10323         as (currently) obsolete for this target.
10324         * config/i386/nbsd.mt: Likewise.
10325         * config/i386/nbsdelf.mt: Likewise.
10326         * config/m32r/m32r.mt: Likewise.
10327         * config/m68k/m68klynx.mh: Likewise.
10328         * config/m68k/nbsd.mt: Likewise.
10329         * config/m68k/sun3os4.mh: Likewise.
10330         * config/mips/vr5000.mt: Likewise.
10331         * config/ns32k/nbsd.mt: Likewise.
10332         * config/pa/hppabsd.mh: Likewise.
10333         * config/pa/hppaosf.mh: Likewise.
10334         * config/powerpc/nbsd.mt: Likewise.
10335         * config/rs6000/rs6000lynx.mh: Likewise.
10336         * config/s390/s390.mt: Likewise.
10337         * config/s390/s390x.mt: Likewise.
10338         * config/sparc/sparclynx.mh: Likewise.
10339         * config/sparc/sun4os4.mh: Likewise.
10340         * config/i386/x86-64linux.mt: Likewise.
10341         * config/sparc/linux.mh: Likewise.
10342
10343 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
10344
10345         * configure.tgt: Configure gdbserver only for known working
10346         targets.  Set ${build_gdbserver} instead of modifying ${configdirs}.
10347         * configure.in: Check ${build_gdbserver}.  Put gdbserver/ into
10348         SUBDIRS if it is configured.  Update comment for ${nativefile}.
10349         * configure: Regenerated.
10350
10351 2002-02-13  Michael Snyder  <msnyder@redhat.com>
10352
10353         * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
10354
10355         * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
10356         (default_gcore_mach): Just return 0, work around a problem in bfd.
10357         (default_gcore_target): OK to return NULL if exec_bfd is null.
10358         (make_mem_sec): Use a cast, avoid a warning.
10359
10360         * procfs.c (find_memory_regions_callback): Use a cast instead of
10361         calling host_pointer_to_address (which complains if
10362         sizeof (host pointer) != sizeof (target pointer)).
10363         (procfs_make_note_section): Avoid overflow in psargs string.
10364
10365         * procfs.c (procfs_make_note_section): Make the default
10366         implementation return an error.
10367
10368 2002-02-13  Rodney Brown  <rbrown64@csc.com.au>
10369
10370         * procfs.c (procfs_make_note_section): Provide a default definition
10371         (for alpha-dec-osf4.0f). Fix typos.
10372
10373 2002-02-13  Elena Zannoni  <ezannoni@redhat.com>
10374
10375         * linux-proc.c: Add include of regcache.h.
10376         * Makefile.in (linux-proc.o): Add dependency on regcache.h.
10377
10378 2002-02-13  Andrew Cagney  <ac131313@redhat.com>
10379
10380         From 2002-01-18 Greg McGary <greg@mcgary.org>:
10381         * memattr.c (create_mem_region): Disallow useless empty region.
10382         Regions are half-open intervals, so allow [A..B) [B..C) as
10383         non-overlapping.
10384
10385 2002-02-13  Michael Chastain <mec@shout.net>
10386
10387         * defs.h: Kill CONST_PTR.
10388         * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
10389         * c-lang.c (c_builtin_types): Likewise.
10390         * ch-lang.c (ch_builtin_types): Likewise.
10391         * f-lang.c (f_builtin_types): Likewise.
10392         * language.c (unknown_builtin_types): Likewise.
10393         * m2-lang.c (m2_builtin_types): Likewise.
10394         * p-lang.c (pascal_builtin_types): Likewise.
10395         * scm-lang.c (c_builtin_types): Likewise.
10396
10397 2002-02-13  Keith Seitz  <keiths@redhat.com>
10398
10399         * arm-tdep.h (arm_get_next_pc): Add declaration.
10400
10401 2002-02-13  Richard Earnshaw  <rearnsha@arm.com>
10402
10403         * arm-tdep.c (arm_use_struct_convention): Make static.  Move to be
10404         with other related struct-returning functions.
10405         (arm_extract_struct_value_address): New function.
10406         (arm_gdbarch_init): Initialize the above in multi-arch vector.  Also
10407         initialize float_format, double_format and long_double_format as
10408         appropriate to the endianness of the target.
10409         * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
10410         (arm_use_struct_convention): Delete declaration.
10411         (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
10412
10413 2002-02-13  Keith Seitz  <keiths@redhat.com>
10414
10415         * defs.h (core_addr_to_string_nz): New function.
10416
10417 2002-02-13  Mark Kettenis  <kettenis@gnu.org>
10418
10419         Apply missing bits of 2002-01-15 patch.
10420         * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
10421         (fill_fpregset): Use i387_fill_fsave.
10422
10423 2002-02-12  Keith Seitz  <keiths@redhat.com>
10424
10425         * utils.c (core_addr_to_string): Use phex instead of phex_nz.
10426         (core_addr_to_string_nz): New function.
10427
10428 2002-02-11  Richard Earnshaw  <rearnsha@arm.com>
10429
10430         * arm-linux-nat.c: Really include arm-tdep.h.
10431         * config/arm/tm-linux.h (struct type, struct value): Declare.
10432
10433 2002-02-11  Michael Snyder  <msnyder@redhat.com>
10434
10435         * procfs.c: Include elf-bfd.h (for elfcore_write functions).
10436         (gcore section): Ifdef for Solaris and Unixware only.
10437         (procfs_do_thread_registers): Unixware needs one lwpstatus
10438         per thread (not one prstatus or pstatus).
10439         (procfs_make_note_section): Iterate only over kernel threads (lwps),
10440         not over all gdb threads.  For unixware, call elfcore_write_pstatus
10441         once before iterating over threads.
10442
10443 2002-02-11  Richard Earnshaw  <rearnsha@arm.com>
10444
10445         * arm-tdep.h: New file.
10446         * arm-tdep.c: Include arm-tdep.h.
10447         (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
10448         (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
10449         (arm_print_float_info, arm_register_type, convert_to_extended)
10450         (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
10451         (arm_extract_return_value, arm_register_name): Make static.
10452         (arm_software_single_step): Similarly.  Fix types in declaration.
10453         (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
10454         (arm_store_return_value, arm_store_struct_return): New functions.
10455         (arm_gdbarch_init): Register the above functions.  Also register
10456         call_dummy_start_offset, sizeof_call_dummy_words,
10457         function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
10458         sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
10459         max_register_virtual_size, register_size.  Set up
10460         prologue_cache.saved_regs here, rather than ...
10461         (_initialize_arm_tdep): ... here.
10462         * config/arm/tm-arm.h (struct type, struct value): Delete forward
10463         declarations.
10464         (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
10465         (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
10466         (arm_print_float_info, arm_register_type, convert_to_extended)
10467         (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
10468         (arm_extract_return_value, arm_register_name): Delete declarations.
10469         (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
10470         (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
10471         (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
10472         (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
10473         (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
10474         (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
10475         (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
10476         (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
10477         (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
10478         (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
10479         (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
10480         (arm_get_next_pc): No-longer static -- these are needed by the RDI
10481         interface.
10482         * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
10483         * remote-rdi.c remote-rdp.c: Likewise.
10484         * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
10485         (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
10486         * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
10487         definition.
10488
10489         * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
10490         (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
10491         (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
10492         from non-ARM_ prefixed definitions.
10493         * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
10494         all uses of above.
10495         * remote-rdi.c remote-rdp.c: Likewise.
10496         * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
10497
10498 2002-02-11  Richard Earnshaw  <rearnsha@arm.com>
10499
10500         * arm-tdep.c (arm_frameless_function_invocation)
10501         (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
10502         (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
10503         (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
10504         (arm_pop_frame, arm_get_next_pc): Make static.
10505         (arm_gdbarch_init): Register above in gdbarch structure.
10506         (arm_read_fp): Renamed from arm_target_read_fp.
10507         (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
10508         * config/arm/tm-arm.h (arm_frameless_function_invocation)
10509         (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
10510         (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
10511         (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
10512         (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
10513         (arm_pc_is_thumb_dummy): Delete declarations.
10514         (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
10515         (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
10516         (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
10517         (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
10518
10519 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
10520
10521         * symtab.c (compare_search_syms): New function.
10522         (sort_search_symbols): New function.
10523         (search_symbols): Sort symbols after searching rather than
10524         before.
10525
10526 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
10527
10528         * NEWS: Linux -> GNU/Linux.
10529
10530 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
10531
10532         * gdbarch.sh: For for level one methods, disallow a definition
10533         when partially multi-arched.  Add comments explaining rationale.
10534         * gdbarch.h: Re-generate.
10535
10536 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
10537
10538         * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
10539         multi-arch partial.
10540
10541 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
10542
10543         * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL.  Exit on bad
10544         field.  Use diff -u.
10545         * gdbarch.c: Re-generate.
10546
10547 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
10548
10549         * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
10550         * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
10551         partial.
10552
10553 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
10554
10555         * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
10556         multi-arch partial.
10557         (PUSH_ARGUMENTS): Switch to using predefault.
10558         * gdbarch.c: Regenerate.
10559
10560 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
10561
10562         * valops.c (PUSH_ARGUMENTS): Delete definition.
10563         * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
10564         partial.  Default to default_push_arguments.
10565         * gdbarch.h, gdbarch.c: Regenerate.
10566
10567 2002-02-09  Andrew Cagney  <ac131313@redhat.com>
10568
10569         * defs.h (throw_exception): Rename return_to_top_level.  Update
10570         comments.
10571         * utils.c (error_stream, internal_verror, quit): Ditto.
10572         * top.c (throw_exception, catcher): Ditto.
10573         * sparclet-rom.c (sparclet_load): Ditto.
10574         * remote.c (interrupt_query, minitelnet): Ditto.
10575         * remote-sds.c (interrupt_query): Ditto.
10576         * remote-mips.c (mips_error, mips_kill): Ditto.
10577         * ocd.c (interrupt_query): Ditto.
10578         * monitor.c (monitor_interrupt_query): Ditto.
10579         * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
10580         * target.h: Update comment.
10581
10582         * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
10583
10584 2002-02-09  Andrew Cagney  <ac131313@redhat.com>
10585
10586         * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
10587         default_double_format.
10588         * gdbarch.h, gdbarch.c: Re-generate.
10589         * findvar.c (floatformat_unknown): Delete variable definition.
10590         * doublest.h (floatformat_unknown): Delete variable declaration.
10591
10592 2002-02-09  Jim Blandy  <jimb@redhat.com>
10593
10594         * stabsread.c (read_type): Add code to parse Sun's syntax for
10595         prototyped function types.
10596
10597 2002-02-09  Andrew Cagney  <ac131313@redhat.com>
10598
10599         * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
10600         (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
10601
10602 2002-02-09  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
10603
10604         * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
10605         _initialize_solib.  Fixes name clash with solib.c:_initialize_solib,
10606         now _initialize_xcoffsolib gets called again and overrides the
10607         commands from solib.c in a native configuration.
10608
10609 2002-02-09  Mark Kettenis  <kettenis@gnu.org>
10610
10611         * doublest.c (store_typed_floating): Don't try to return a value.
10612         Fixes PR gdb/290.
10613
10614 2002-02-08  Jim Blandy  <jimb@redhat.com>
10615
10616         * c-typeprint.c (c_type_print_varspec_suffix): If a function type
10617         is prototyped and has no arguments, print its argument list as
10618         `(void)'.
10619
10620 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
10621
10622         * MAINTAINERS (write-after-approval): Add myself.
10623         (paper-trail): I've escaped!
10624
10625 2002-02-08  Christopher Faylor  <cgf@redhat.com>
10626
10627         * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
10628         changes.
10629         (_initialize_check_for_gdb_ini): Ditto.
10630
10631 2002-02-08  Martin M. Hunt  <hunt@redhat.com>
10632
10633         * win32-nat.c (cygwin_pid_to_str): Fix typo.
10634         xaprintf -> xasprintf.
10635
10636 2002-02-08  Pierre Muller  <muller@ics.u-strasbg.fr>
10637
10638         * win32-nat.c: Remove use of printf and sprintf functions.
10639
10640 2002-02-08  Richard Earnshaw  <rearnsha@arm.com>
10641
10642         * arm-tdep.c (arm_frame_chain_valid): Make static.
10643         (arm_push_arguments): Likewise.
10644         (arm_gdbarch_init): New function.
10645         (_initialize_arm_tdep): Call it.
10646         * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
10647         (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
10648         (FRAME_CHAIN_VALID): Delete.
10649         (arm_frame_chain_valid): Delete declaration.
10650         (PUSH_ARGUMENTS): Delete.
10651         (arm_push_arguments): Delete declaration.
10652         (CALL_DUMMY_P): Delete.
10653
10654 2002-02-08  Andrew Cagney  <ac131313@redhat.com>
10655             Corinna Vinschen  <vinschen@redhat.com>
10656
10657         * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
10658         on builtin float types.
10659
10660 2002-02-08  Daniel Jacobowitz  <drow@mvista.com>
10661
10662         * utils.c: Include <curses.h> before "bfd.h".
10663         * tui/tui-hooks.c: Likewise.
10664         * tui/tui.c: Likewise.
10665         * tui/tuiCommand.c: Likewise.
10666         * tui/tuiData.c: Likewise.
10667         * tui/tuiDataWin.c: Likewise.
10668         * tui/tuiDisassem.c: Likewise.
10669         * tui/tuiGeneralWin.c: Likewise.
10670         * tui/tuiIO.c: Likewise.
10671         * tui/tuiLayout.c: Likewise.
10672         * tui/tuiRegs.c: Likewise.
10673         * tui/tuiSource.c: Likewise.
10674         * tui/tuiSourceWin.c: Likewise.
10675         * tui/tuiStack.c: Likewise.
10676         * tui/tuiWin.c: Likewise.
10677
10678 2002-02-07  Elena Zannoni  <ezannoni@redhat.com>
10679
10680         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
10681         to include space for pseudoregs as well. Update loops accordingly.
10682         (sh_fp_frame_init_saved_regs): Ditto.
10683         (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
10684
10685 2002-02-07  Andrew Cagney  <ac131313@redhat.com>
10686
10687         * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
10688         Add Richard Earnshaw to Arm maintainers.
10689
10690 2002-02-07  Andrew Cagney  <ac131313@redhat.com>
10691
10692         * defs.h (warning_begin): Delete declaration.
10693
10694         * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
10695         Delete macro.
10696
10697 2002-02-07  Michael Snyder  <msnyder@redhat.com>
10698
10699         * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
10700         Logic bug, remove misplaced else.
10701
10702 2002-02-07  Klee Dienes  <klee@apple.com>
10703
10704         * fork-inferior.c (fork_inferior): Add '!' to the list of
10705         characters that need to be quoted when building a string for the
10706         shell.  Quote '!' specifically with a backslash, since CSH chokes
10707         when trying to evaluate "str!str".
10708
10709 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
10710
10711         * rdi-share/host.h: Only provide a typedef for bool if it is not
10712         defined.
10713
10714 2002-02-04  Michael Snyder  <msnyder@redhat.com>
10715
10716         * breakpoint.h (enum bptype): Add new overlay event bp type.
10717         (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
10718
10719         * breakpoint.c (create_internal_breakpoint): New function.
10720         (internal_breakpoint_number): Moved into create_internal_breakpoint.
10721         (create_longjmp_breakpoint): Use create_internal_breakpoint.
10722         (create_thread_event_breakpoint): Ditto.
10723         (create_solib_event_breakpoint): Ditto.
10724         (create_overlay_event_breakpoint): New function.
10725         (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
10726         (update_breakpoints_after_exec): Delete and re-initialize
10727         overlay event breakpoints after an exec.  Add FIXME comment
10728         about longjmp breakpoint.
10729         (print_it_typical): Ignore overlay event breakpoints.
10730         (print_one_breakpoint): Ditto.
10731         (mention): Ditto.
10732         (bpstat_what): Do not stop for overlay event breakpoints.
10733         (delete_breakpoint): Don't delete overlay event breakpoints.
10734         (breakpoint_re_set_one): Delete the overlay event breakpoint.
10735         (breakpoint_re_set): Re-create overlay event breakpoint.
10736
10737         * symfile.c (overlay_auto_command): Enable overlay breakpoints.
10738         (overlay_manual_command): Disable overlay breakpoints.
10739         (overlay_off_command): Disable overlay breakpoints.
10740
10741 2002-02-06  Richard Earnshaw  <rearnsha@arm.com>
10742
10743         * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
10744         (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
10745         to here from config/tm-arm.h.
10746         (coff_sym_is_thumb): Make static.
10747         (arm_elf_make_msymbol_special): New function.
10748         (arm_coff_make_msymbol_special): New function.
10749         * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
10750         (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
10751         (coff_sym_is_thumb): Delete declaration.
10752         (arm_elf_make_msymbol_special): Declare.
10753         (arm_coff_make_msymbol_special): Declare.
10754         (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
10755         (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
10756
10757 2002-02-06  Richard Earnshaw  <rearnsha@arm.com>
10758
10759         * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
10760
10761 2002-02-06  Richard Earnshaw  <rearnsha@arm.com>
10762
10763         * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
10764         * gdbarch.c gdbarch.h: Regenerate.
10765         * arch-utils.c (default_print_float_info): New function.
10766         * arch-utils.h (default_print_float_info): Prototype it.
10767         * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
10768         * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
10769         (PRINT_FLOAT_INFO): Document it.
10770
10771         * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
10772         * config/arm/tm-arm.h (FLOAT_INFO): Delete.
10773         (PRINT_FLOAT_INFO): Define.
10774
10775 2002-02-06  Pierre Muller  <muller@ics.u-strasbg.fr>
10776
10777         * win32-nat.c (_initialize_check_for_gdb_ini):
10778         Add typecast to sprintf argument to suppress a warning.
10779
10780 2002-02-05  Pierre Muller  <muller@ics.u-strasbg.fr>
10781
10782         * win32-nat.c (last_sig): Changed type of variable to target_signal,
10783         to allow easier handling of pass state.
10784         (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
10785         that gives exception name and address.
10786         (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
10787         and set last_sig value to ourstatus->value.sig. Some missing
10788         exceptions added.
10789         (child_continue): Correctly report continue_status.
10790         (get_child_debug_event,do_initial_child_stuff): Set last_sig to
10791         TARGET_SIGNAL_0 (new default value).
10792         (child_resume): consider sig argument passed to decide if
10793         the exception should be passed to debuggee or not.
10794
10795 2002-02-05  Michael Snyder  <msnyder@redhat.com>
10796
10797         * regcache.c (fetch_register): Call target_fetch_register
10798         only if we don't call FETCH_PSEUDO_REGISTER.
10799         (store_register): Call target_store_register only if we
10800         don't call STORE_PSEUDO_REGISTER.
10801
10802 2002-02-05  Elena Zannoni  <ezannoni@redhat.com>
10803
10804         * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
10805         ELF_MAKE_MSYMBOL_SPECIAL.
10806         * gdbarch.c, gdbarch.h: Regenerate.
10807         * arch-utils.c (default_make_msymbol_special): New function.
10808         * arch-utils.h (default_make_msymbol_special): Export.
10809         * elfread.c (elf_symtab_read): Compile use of
10810         ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
10811         multiarched.
10812         * coffread.c (coff_symtab_read): Ditto, for
10813         COFF_MAKE_MSYMBOL_SPECIAL.
10814
10815 2002-02-05  Jim Blandy  <jimb@redhat.com>
10816
10817         * solib-svr4.c (svr4_truncate_ptr): New function.
10818         (svr4_relocate_section_addresses): Do the address arithmetic with
10819         the appropriate truncation for target addresses, even when
10820         CORE_ADDR is larger than a target address.
10821
10822 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
10823
10824         * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
10825         to (int *).
10826
10827 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
10828
10829         * gdbserver/linux-low.c (kill_inferior): Remove commented out
10830         code.
10831
10832 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
10833
10834         * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
10835
10836 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
10837
10838         * gdbserver/linux-low.c: Remove unused include files.
10839
10840 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
10841
10842         * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
10843         (read_inferior_memory): Use it.
10844         (write_inferior_memory): Likewise.
10845
10846 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
10847
10848         * gdbserver/linux-low.c (create_inferior): Call strerror instead of
10849         grubbing through sys_errlist.
10850
10851 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
10852
10853         * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
10854
10855 2002-02-04  Pierre Muller  <muller@ics.u-strasbg.fr>
10856         * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
10857
10858 2002-02-04  Andrew Cagney  <ac131313@redhat.com>
10859
10860         * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
10861         (do_sfunc, set_cmd_sfunc): New functions.
10862
10863         * command.h (struct cmd_list_element): Add field func.
10864         * cli/cli-decode.h (struct cmd_list_element): Ditto.
10865         * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
10866         * cli/cli-decode.h: Ditto.
10867
10868         * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
10869         (help_all, help_cmd_list): Ditto.
10870         (find_cmd, complete_on_cmdlist): Ditto.
10871         * top.c (execute_command): Ditto.
10872
10873         * cli/cli-setshow.c (do_setshow_command): Call func instead of
10874         function.sfunc.
10875
10876         * infcmd.c (notice_args_read): Fix function signature.
10877
10878         * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
10879         * cli/cli-decode.c (add_set_cmd): Ditto.
10880         * utils.c (initialize_utils): Ditto.
10881         * maint.c (_initialize_maint_cmds): Ditto.
10882         * infrun.c (_initialize_infrun): Ditto.
10883         * demangle.c (_initialize_demangler): Ditto.
10884         * remote.c (add_packet_config_cmd): Ditto.
10885         * mips-tdep.c (_initialize_mips_tdep): Ditto.
10886         * cris-tdep.c (_initialize_cris_tdep): Ditto.
10887         * proc-api.c (_initialize_proc_api): Ditto.
10888         * kod.c (_initialize_kod): Ditto.
10889         * valprint.c (_initialize_valprint): Ditto.
10890         * top.c (init_main): Ditto.
10891         * infcmd.c (_initialize_infcmd): Ditto.
10892         * corefile.c (_initialize_core): Ditto.
10893         * arm-tdep.c (_initialize_arm_tdep): Ditto.
10894         * arch-utils.c (initialize_current_architecture): Ditto.
10895         (_initialize_gdbarch_utils): Ditto.
10896         * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
10897
10898         * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
10899         * wince.c (_initialize_inftarg): Ditto.
10900         * symfile.c (_initialize_symfile): Ditto.
10901         * mips-tdep.c (_initialize_mips_tdep): Ditto.
10902         * language.c (_initialize_language): Ditto.
10903         * arc-tdep.c (_initialize_arc_tdep): Ditto.
10904
10905 2002-02-04  Michael Snyder  <msnyder@redhat.com>
10906
10907         * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
10908
10909 2002-02-04  Daniel Jacobowitz  <drow@mvista.com>
10910
10911         * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
10912         Add rules for building the register data files.
10913
10914 2002-02-04  Daniel Jacobowitz  <drow@mvista.com>
10915
10916         * regformats/regdat.sh: Add braces to the definition of
10917         expedite_regs_${arch}.
10918
10919 2002-02-04  Daniel Jacobowitz  <drow@mvista.com>
10920
10921         * regformats/regdef.h (struct reg): Add comment describing the
10922         requirements for offset and size fields.
10923
10924 2002-02-04  Andreas Schwab  <schwab@suse.de>
10925
10926         * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
10927         * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
10928
10929 2002-02-04  Richard Earnshaw  <rearnsha@arm.com>
10930
10931         * gdbarch.sh (copyright): Update years in generated header.
10932         (SMASH_TEXT_ADDRESS): Add rule.
10933         * gdbarch.h, gdbarch.c: Re-generate.
10934         * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
10935         * dbxread.c: Likewise.
10936         * dwarfread.c: Likewise.
10937         * elfread.c: Likewise.
10938         * somread.c: Likewise.
10939
10940         * arm-tdep.c (arm_smash_text_address): New function.
10941         * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
10942
10943 2002-02-04  Pierre Muller  <muller@ics.u-strasbg.fr>
10944
10945         Add support for hardware watchpoints on win32 native.
10946         * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
10947         CONTEXT_DEBUG_REGISTERS.
10948         (dr variable): New variable. Static array containing a local copy
10949         of debug registers.
10950         (debug_registers_changed): New variable.  Reflects when debug registers
10951         are changed and need to be written to inferior.
10952         (debug_registers_used): New variable. Reflects when any debug register
10953         was set, used when new threads are created.
10954         (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
10955         i386-nat code.
10956         (thread_rec): Set dr array if id is the thread of current_event .
10957         (child_continue, child_resume): Change the debug registers for all
10958         threads if debug_registers_changed.
10959         (child_add_thread): Change the debug registers if debug_registers_used.
10960         * config/i386/cygwin.mh: Add use of i386-nat.o file.
10961         Link nm.h to new nm-cygwin.h file.
10962         + config/i386/nm-cygwin.h: New file. Contains the macros used for use
10963         of hardware registers.
10964
10965 2002-02-03  Andrew Cagney  <ac131313@redhat.com>
10966
10967         * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
10968         Restore behavour broken by 2002-01-20 Andrew Cagney
10969         <ac131313@redhat.com> IEEE_FLOAT removal.
10970
10971 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
10972
10973         * c-valprint.c (c_val_print): Pass a proper valaddr to
10974         cp_print_class_method.
10975         * valops.c (search_struct_method): If there is only one method
10976         and args is NULL, return that method.
10977
10978 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
10979
10980         * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
10981         accessing tag_name directly.
10982
10983 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
10984
10985         * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
10986         of accessing tag_name directly.
10987
10988 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
10989
10990         PR gdb/280
10991         * gdbtypes.c (replace_type): New function.
10992         * gdbtypes.h (replace_type): Add prototype.
10993         * stabsread.c (read_type): Use replace_type.
10994
10995 2002-02-03  Richard Earnshaw  <rearnsha@arm.com>
10996
10997         * Makefile.in (memattr.o): Add missing dependencies rule.
10998
10999 2002-02-03  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
11000
11001         * breakpoint.c (break_at_finish_command): Really export.
11002         (break_at_finish_at_depth_command): Ditto.
11003         (tbreak_at_finish_command): Ditto.
11004         * hppa-tdep.c: Include completer.h.
11005         * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
11006         (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
11007
11008 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
11009
11010         * utils.c (do_write): New function.
11011         (error_stream): Rewrite combining the code from error_begin and
11012         verror.
11013         (verror): Rewrite using error_stream.
11014         (error_begin): Delete function.
11015
11016 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
11017
11018         * utils.c (error_begin): Make static.
11019         * defs.h (error_begin): Delete declaration.
11020
11021         * linespec.c (cplusplus_error): Replace cplusplus_hint.
11022         (decode_line_1): Use cplusplus_error instead of error_begin,
11023         cplusplus_hint and return_to_top_level.
11024         * coffread.c (coff_symfile_read): Use error instead of error_begin
11025         and return_to_top_level.
11026         * infrun.c (default_skip_permanent_breakpoint): Ditto.
11027
11028 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
11029
11030         * language.h (type_error, range_error): Make string parameter
11031         constant.
11032         * language.c (warning_pre_print): Delete extern declaration.
11033         * dwarfread.c (warning_pre_print): Ditto.
11034         * language.c (type_error, range_error): Rewrite to use verror and
11035         vwarning instead of warning_begin.
11036
11037 2002-02-01  Michael Snyder  <msnyder@redhat.com>
11038
11039         * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
11040         (set_ignore_count): Move misplaced comment back where it belongs.
11041
11042 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
11043
11044         * command.h (NO_FUNCTION): Delete macro.
11045         * cli/cli-decode.h (NO_FUNCTION): Ditto.
11046         * top.c (execute_command): Replace NO_FUNCTION with NULL.
11047         * tracepoint.c (_initialize_tracepoint): Ditto.
11048         * cli/cli-decode.c (add_set_cmd): Ditto.
11049         * cli/cli-cmds.c (init_cli_cmds): Ditto.
11050
11051 2002-02-01  Daniel Jacobowitz  <drow@mvista.com>
11052
11053         * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
11054         Update ``this'' pointer when calling virtual functions.
11055
11056 2002-02-01  Michael Snyder  <msnyder@redhat.com>
11057
11058         * breakpoint.c (create_temp_exception_breakpoint): Delete.
11059         * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
11060
11061 2002-02-01  Daniel Jacobowitz  <drow@mvista.com>
11062
11063         * regformats/reg-arm.dat: New file.
11064         * regformats/reg-i386.dat: New file.
11065         * regformats/reg-ia64.dat: New file.
11066         * regformats/reg-m68k.dat: New file.
11067         * regformats/reg-mips.dat: New file.
11068         * regformats/reg-ppc.dat: New file.
11069         * regformats/reg-sh.dat: New file.
11070         * regformats/regdef.h: New file.
11071         * regformats/regdat.sh: New file.
11072
11073 2002-02-01  Richard Earnshaw  <reanrsha@arm.com>
11074
11075         * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
11076         (arm_frame_args_address, arm_frame_locals_address): New functions.
11077         (arm_frame_num_args): New function.
11078         * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
11079         (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
11080         (FRMA_NUM_ARGS): Call arm_frame_num_args.
11081
11082 2002-01-31  Michael Snyder  <msnyder@redhat.com>
11083
11084         * breakpoint.c (break_at_finish_command): Export.
11085         (break_at_finish_at_depth_command): Export.
11086         (tbreak_at_finish_command): Export.
11087         (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
11088         * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
11089         "txbreak" commands, which are HPPA specific.
11090
11091         * printcmd.c (disassemble_command): Remove an ancient
11092         artifact of an old merge.
11093
11094         * symfile.h (enum overlay_debugging_state):
11095         Define enum constant values for overlay mode.
11096         * symfile.c (overlay_debugging): Use enums instead of literals.
11097         (overlay_is_mapped, overlay_auto_command,
11098         overlay_manual_command): Ditto.
11099
11100         * breakpoint.c (insert_breakpoints, remove_breakpoint,
11101         breakpoint_here_p, breakpoint_inserted_here_p,
11102         breakpoint_thread_match, bpstat_stop_status,
11103         describe_other_breakpoints, check_duplicates, clear_command):
11104         Coding standard fixes.
11105
11106         * target.c (target_xfer_memory): Add spaces, coding standard.
11107         (do_xfer_memory): Add missing line to trust-readonly
11108         code: check bfd SEC_READONLY flag for section.
11109
11110 2002-01-31  Andrew Cagney  <ac131313@redhat.com>
11111
11112         * PROBLEMS: Fix typo, 5.1->5.1.1.
11113
11114 2002-01-30  Daniel Jacobowitz  <drow@mvista.com>
11115
11116         * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
11117         data symbols, since we search based on textlow and texthigh.
11118         (find_pc_sect_symtab): Likewise.
11119
11120 2002-01-30  Andrew Cagney  <ac131313@redhat.com>
11121
11122         * defs.h (vwarning): Declare.
11123         * utils.c (vwarning): New function.
11124         (warning): Call vwarning.
11125         (warning_begin): Delete function.
11126
11127         * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
11128         the warning message.
11129         * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
11130         warning_begin.
11131
11132 2002-01-30  Michael Snyder  <msnyder@redhat.com>
11133
11134         * NEWS: Mention "set trust-readonly-sections" command.
11135         Mention generate-core-file command.
11136
11137 2002-01-15  Michael Snyder  <msnyder@redhat.com>
11138
11139         * target.c: New command, "set trust-readonly-sections on".
11140         (do_xfer_memory): Honor the suggestion to trust readonly sections
11141         by reading them from the object file instead of from the target.
11142         (initialize_targets): Register command "set trust-readonly-sections".
11143
11144 2002-01-29  Andrew Cagney  <ac131313@redhat.com>
11145
11146         * parse.c (target_map_name_to_register): Simplify, search regs and
11147         pseudo-regs using a single loop.
11148
11149 2002-01-30  Andrew Cagney  <ac131313@redhat.com>
11150
11151         * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
11152
11153 2002-01-15  Rodney Brown  <rbrown64@csc.com.au>
11154
11155         * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
11156         * config/i386/i386v42mp.mh: Add i387-nat.o .
11157         * i386v4-nat.c: Include i387-nat.h.
11158         (supply_fpregset): Use i387_supply_fsave.
11159         (fill_fpregset): Use i387_fill_fsave.
11160
11161 2002-01-30  Richard Earnshaw  <rearnsha@arm.com>
11162
11163         * arm-tdep.c (arm_call_dummy_words): Define.
11164         * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
11165         * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
11166         (CALL_DUMMY_WORDS): Define.
11167         (arm_call_dummy_words): Declare.
11168         * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
11169         (arm_linux_call_dummy_words): Declare.
11170
11171 2002-01-30  Andreas Schwab  <schwab@suse.de>
11172
11173         * m68klinux-nat.c: Fix last change to use regcache_collect
11174         instead of referencing registers[] directly.
11175
11176 2002-01-29  Andrew Cagney  <ac131313@redhat.com>
11177
11178         * parse.c (target_map_name_to_register): Delete code wrapped in
11179         #ifdef REGISTER_NAME_ALIAS_HOOK.
11180
11181 2002-01-28  Michael Snyder  <msnyder@redhat.com>
11182
11183         * regcache.c (legacy_read_register_gen): Need to be able to
11184         read pseudo-register as well as real register.
11185         (legacy_write_register_gen): Ditto.
11186
11187 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
11188
11189         * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11190         * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
11191         * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
11192         * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
11193         * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
11194         * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
11195         * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
11196         * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
11197         * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
11198         * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11199         * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
11200         * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
11201         * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
11202         * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
11203         * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
11204         * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
11205         * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
11206         * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
11207         * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
11208         * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
11209
11210 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
11211
11212         * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
11213         (target_byte_order): Initialize to BFD_ENDIAN_BIG.
11214         (initialize_current_architecture): Update target_byte_order using
11215         information from BFD.
11216         * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
11217         * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
11218
11219 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
11220
11221         * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
11222         * vax-tdep.c (INVALID_FLOAT): To here.  Document why it is broken.
11223
11224         * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
11225         #ifdef INVALID_FLOAT.
11226         * infcmd.c (do_registers_info): Ditto.
11227         * values.c (unpack_double): Ditto.  Add comment.
11228
11229         * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
11230         already commented out.
11231
11232 2002-01-26  Andreas Schwab  <schwab@suse.de>
11233
11234         * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
11235         * m68klinux-nat.c: Update ptrace interface for fetching/storing
11236         registers and add support for PTRACE_GETREGS.
11237
11238 2002-01-24  Andrew Cagney  <ac131313@redhat.com>
11239
11240         GDB 5.1.1 released from 5.1 branch.
11241         * NEWS: Add 5.1.1 news.
11242         * README: Sync with 5.1 branch.
11243
11244 2002-01-23  Fred Fish  <fnf@redhat.com>
11245
11246         * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
11247         stabstring on initial malloc.  Reallocing will copy it for us,
11248         if necessary.
11249
11250 2002-01-23  Elena Zannoni  <ezannoni@redhat.com>
11251
11252         * Makefile.in (hpread_h): Delete.
11253         (HFILES_NO_SRCDIR): Remove hpread.h.
11254         (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
11255         (hpread.o): Update dependencies.
11256         (hp-psymtab-read.o, hp-symtab-read.o): Remove.
11257
11258         * hp-psymtab-read.c: Remove file.
11259         * hp-symtab-read.c: Remove file.
11260         * hpread.h: Remove file.
11261
11262         * hpread.c: Merge all contents of hp-psymtab-read.c,
11263         hp-symtab-read.c and hpread.h into this file, as it was prior to
11264         January 1999.
11265
11266         * config/pa/hpux11w.mh, config/pa/hpux11.mh,
11267         config/pa/hpux1020.mh, config/pa/hppaosf.mh,
11268         config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
11269         Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
11270
11271 2002-01-23  Elena Zannoni  <ezannoni@redhat.com>
11272
11273         * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
11274         fill_gregset): Call gdbarch_tdep() just once, assign result to
11275         variable and use that, instead of calling the function several
11276         times.
11277
11278 2002-01-24  Alexandre Oliva  <aoliva@redhat.com>
11279
11280         * configure.host: Accept sparcv9 as alias for sparc64.
11281         * configure.tgt: Likewise.
11282
11283 2002-01-22  Kevin Buettner  <kevinb@redhat.com>
11284
11285         * solib-aix5.c (build_so_list_from_mapfile)
11286         (aix5_relocate_main_executable): Fix xcalloc() calls so order of
11287         arguments is not reversed.
11288         * solib-sunos.c (sunos_relocate_main_executable): Likewise.
11289         * solib-svr4.c (svr4_relocate_main_executable): Likewise.
11290
11291 2002-01-22  Elena Zannoni  <ezannoni@redhat.com>
11292
11293         * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
11294         modified version of obsolete sh_fetch_pseudo_register.
11295         (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
11296         (sh4_register_read): New function.
11297         (sh_pseudo_register_write): New function. Renamed and modified
11298         version of obsolete sh_store_pseudo_register.
11299         (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
11300         (sh4_register_write): New function.
11301         (sh_gdbarch_init): Remove setting of gdbarch function
11302         fetch_pseudo_register and store_pseudo_register. Remove setting of
11303         register_convert_to_raw, register_convert_to_virtual,
11304         register_convertible.
11305         (sh_sh4_register_convertible): Delete. No longer needed. All is
11306         taken care by architecture specific functions
11307         register_read/register_write.
11308         (sh_sh4_register_convert_to_virtual): Make static.
11309         (sh_sh4_register_convert_to_raw): Ditto.
11310
11311 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
11312
11313         * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
11314         (floatformat_is_nan, floatformat_mantissa): Ditto.
11315
11316         * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
11317         for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
11318         builtin_type_ieee_double_little,
11319         builtin_type_ieee_double_littlebyte_bigword,
11320         builtin_type_m68881_ext, builtin_type_i960_ext,
11321         builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
11322         builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
11323         builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
11324         builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
11325
11326 2002-01-22  Corinna Vinschen  <vinschen@redhat.com>
11327
11328         * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
11329         parameter.  Set frameless flag if it exists and depended of
11330         whether the scanned function is frameless or not.
11331         (xstormy16_skip_prologue): If function is frameless, return
11332         result of xstormy16_scan_prologue().
11333         (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
11334         call.
11335
11336 2002-01-21  Elena Zannoni  <ezannoni@redhat.com>
11337
11338         * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
11339         sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
11340         sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
11341         sh_sh4_register_byte, sh_sh4_register_raw_size,
11342         sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
11343         sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
11344         sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
11345         sh_store_pseudo_register, sh_do_pseudo_register): Call
11346         gdbarch_tdep() just once, assign result to variable and use that,
11347         instead of calling the function several times.
11348
11349 2002-01-20  Mark Kettenis  <kettenis@gnu.org>
11350
11351         * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
11352         macros instead of LAST_FPU_CTRL_REGNUM.
11353         (store_register): Likewise.
11354
11355 2002-01-21  Jim Blandy  <jimb@redhat.com>
11356
11357         * infcmd.c (run_command): Check that the `exec' target layer's BFD
11358         is up-to-date before running the program, not just when a program
11359         exits.
11360
11361 2002-01-21  Fred Fish  <fnf@redhat.com>
11362
11363         * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
11364         when we have found all instructions we are looking for.
11365
11366 2002-01-21  Richard Earnshaw  <rearnsha@arm.com>
11367
11368         * arm-tdep.c (arm_register_name): New function.
11369         (arm_registers_names): Make static.
11370         * config/arm/tm-arm.h (arm_register_names): Delete declaration.
11371         (arm_register_name): Declare.
11372         (REGISTER_NAME): Use it.
11373
11374 2002-01-21  Richard Earnshaw  <rearnsha@arm.com>
11375             Kevin Buettner  <kevinb@redhat.com>
11376
11377         Convert arm targets to new FRAME interface.
11378         * arm-tdep.c (struct frame_extra_info): Remove fsr.
11379         (arm_frame_find_save_regs): Delete.
11380         (arm_frame_init_saved_regs): New.
11381         (arm_init_extra_frame_info): Alloacte saved_regs as required.
11382         Allocate extra_info as required.  Convert all uses of fsr.regs
11383         to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
11384         to use extra_info.
11385         (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
11386         (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
11387         (check_prologue_cache, save_prologue_cache): Likewise.
11388         (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
11389         * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
11390         (FRAME_FIND_SAVED_REGS): Delete.
11391         (arm_frame_find_saved_regs): Delete prototype.
11392         (arm_frame_init_saved_regs): New prototype.
11393         (FRAME_INIT_SAVED_REGS): Define.
11394
11395 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
11396
11397         * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
11398
11399 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
11400
11401         From Jeff Law <law@redhat.com>:
11402         * infttrace.c: Include <sys/pstat.h>.
11403         (child_pid_to_exec_file): Revamp.  Use pstat call to get the
11404         exec file if the ttrace equivalent fails.
11405
11406 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
11407
11408         * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
11409         (closeLogFile): Ditto.
11410
11411 2002-01-20  Michael Chastain  <mec@shout.net>
11412
11413         * top.c (print_gdb_version): Bump copyright year to 2002.
11414
11415 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
11416
11417         * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
11418         Zannoni and Eli Zaretskii.
11419
11420 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
11421
11422         * buildsym.c: Update copyright years.
11423         * c-typeprint.c: Likewise.
11424         * dwarf2read.c: Likewise.
11425         * f-typeprint.c: Likewise.
11426         * gdbtypes.c: Likewise.
11427         * gdbtypes.h: Likewise.
11428         * hp-symtab-read.c: Likewise.
11429         * hpread.c: Likewise.
11430         * mdebugread.c: Likewise.
11431         * p-typeprint.c: Likewise.
11432
11433 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
11434
11435         * remote-sim.c (gdbsim_open): Simplify code testing the macro
11436         TARGET_BYTE_ORDER_SELECTABLE_P.  Assume the target is always
11437         byte-order selectable.
11438         * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
11439         * arch-utils.c: Ditto.
11440         (set_endian): Ditto.
11441         (set_endian_from_file): Ditto.
11442         * gdbserver/low-sim.c (create_inferior): Ditto.
11443         * gdbarch.sh: Ditto.
11444         * gdbarch.h: Re-generate.
11445         * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11446         * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
11447         * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
11448         * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11449         * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11450         * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11451         * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
11452         * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
11453         macro definition.
11454         * config/mips/tm-wince.h: Remove #undef of macro
11455         TARGET_BYTE_ORDER_SELECTABLE.
11456         * config/sh/tm-wince.h: Ditto.
11457
11458 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
11459
11460         * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
11461         member function fields.  Add accessor macro
11462         TYPE_FN_FIELD_ARTIFICIAL.
11463         * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
11464         * c-typeprint.c (c_type_print_base): Skip artificial member
11465         functions.
11466
11467 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
11468
11469         * f-typeprint.c: Delete unused function f_type_print_args.
11470         * p-typeprint.c: Delete unused function pascal_type_print_args.
11471
11472 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
11473
11474         * gdbtypes.h (struct type): Fix whitespace.  Remove obsolete
11475         comment.  Add ``artificial'' to ``union field_location''.
11476
11477         * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
11478
11479         * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
11480         * mdebugread.c (parse_symbol): Likewise.
11481         * stabsread.c (define_symbol): Likewise.
11482         * hp-symtab-read.c (hpread_function_type): Likewise, instead of
11483         initializing TYPE_FIELD_BITPOS to n (obsolete).
11484         (hpread_doc_function_type): Likewise.
11485         * hpread.c (hpread_function_type): Likewise.
11486
11487 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
11488
11489         * configure.in (host_makefile_frag): Only require a host makefile
11490         fragment when a native build.
11491         * configure: Re-generate.
11492
11493 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
11494
11495         * doublest.h (floatformat_from_type): Declare.
11496         * doublest.c (floatformat_from_type): New function.
11497         (convert_typed_floating): Use.
11498
11499         * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
11500         call to function floatformat_from_type.
11501
11502         * gdbarch.sh (IEEE_FLOAT): Delete.
11503         * gdbarch.h, gdbarch.c: Re-generate.
11504         * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
11505         * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
11506         * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
11507         * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
11508         * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
11509         * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
11510         * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
11511         * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
11512         * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
11513         * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
11514         * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
11515         * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
11516
11517         * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
11518         * x86-64-tdep.c (i386_gdbarch_init): Ditto.
11519         * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11520         * sh-tdep.c (sh_gdbarch_init): Ditto.
11521         * mips-tdep.c (mips_gdbarch_init): Ditto.
11522         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11523         * cris-tdep.c (cris_gdbarch_init): Ditto.
11524
11525 2002-01-20  Jiri Smid  <smid@suse.cz>
11526
11527         * configure.host, configure.tgt: Support x86-64.
11528         * NEWS: Note new target x86-64.
11529
11530         * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
11531         * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
11532         * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
11533         * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
11534         x86-64-linux-nat.o): Fix dependencies.
11535
11536 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
11537
11538         * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
11539         * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
11540         * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
11541         * config/sparc/xm-sun4os4.h: Delete file.
11542         * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
11543
11544 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
11545
11546         * config/sparc/sparclynx.mh (XM_FILE): Delete.
11547         * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
11548         * config/m68k/m68klynx.mh (XM_FILE): Delete.
11549         * config/i386/i386lynx.mh (XM_FILE): Delete.
11550         * config/rs6000/xm-rs6000ly.h: Delete file.
11551         * config/sparc/xm-sparclynx.h: Delete file.
11552         * config/m68k/xm-m68klynx.h: Delete file.
11553         * config/i386/xm-i386lynx.h: Delete file.
11554         * config/xm-lynx.h: Delete file.
11555         * config/djgpp/fnchange.lst: Update.
11556
11557 2002-01-19  Jason Thorpe  <thorpej@wasabisystems.com>
11558
11559         * alpha-tdep.c (alpha_register_byte): New function.
11560         (alpha_register_raw_size): Ditto.
11561         (alpha_register_virtual_size): Ditto.
11562         (alpha_skip_prologue_internal): Renamed from
11563         alpha_skip_prologue.
11564         (alpha_skip_prologue): New version that calls
11565         alpha_skip_prologue_internal.
11566         (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
11567         * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
11568         second argument from alpha_skip_prologue.
11569         (REGISTER_BYTE): Use alpha_register_byte.
11570         (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
11571         (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
11572         (FRAMELESS_FUNCTION_INVOCATION): Use
11573         generic_frameless_function_invocation_not.
11574         (FRAME_NUM_ARGS): Use frame_num_args_unknown.
11575         (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
11576
11577 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
11578
11579         * config/mips/xm-news-mips.h: Delete file.
11580         * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
11581
11582         * config/m88k/xm-m88k.h: Delete file.
11583         * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
11584         * config/m88k/xm-delta88v4.h: Ditto.
11585         * config/m88k/xm-delta88.h: Ditto.
11586
11587         * config/alpha/xm-fbsd.h: Delete file.
11588         * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
11589
11590         * config/sparc/xm-sparc.h: Delete file.
11591         * Makefile.in (xm-sun4os4.h): Delete dependency.
11592         * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
11593         * config/sparc/xm-sun4os4.h: Ditto.
11594         * config/sparc/xm-linux.h: Ditto.
11595
11596         * config/i386/xm-windows.h: Delete file.
11597
11598 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
11599
11600         * utils.c: Include <sys/param.h> for MAXPATHLEN.
11601         (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
11602
11603 2002-01-19  Jason Thorpe  <thorpej@wasabisystems.com>
11604
11605         * alpha-tdep.c (alpha_call_dummy_words): New.
11606         * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
11607         (CALL_DUMMY_P): Define.
11608         (CALL_DUMMY_WORDS): Define.
11609         (SIZEOF_CALL_DUMMY_WORDS): Define.
11610
11611 2002-01-19  Per Bothner  <per@bothner.com>
11612
11613         * gnu-v3-abi.c (gnuv3_rtti_type):  Guard that vtable_symbol_name
11614         isn't NULL, which can happen with some gcj-3.x-produced code.
11615
11616 2002-01-19  Jason Thorpe  <thorpej@wasabisystems.com>
11617
11618         * alpha-tdep.c (alpha_register_virtual_type): New function.
11619         (alpha_init_frame_pc_first): Ditto.
11620         (alpha_fix_call_dummy): Ditto.
11621         (alpha_store_struct_return): Ditto.
11622         (alpha_extract_struct_value_address): Ditto.
11623         * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
11624         alpha_register_virtual_type.
11625         (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
11626         (EXTRACT_STRUCT_VALUE_ADDRESS): Use
11627         alpha_extract_struct_value_address.
11628         (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
11629         (INIT_FRAME_PC): Use init_frame_pc_noop.
11630         (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
11631
11632 2002-01-19  Mark Kettenis  <kettenis@gnu.org>
11633
11634         * i386gnu-nat.c: Include "i386-tdep.h".
11635         (fetch_fpregs): Simplify code dealing with uninitialized floating
11636         point states such that it doesn't require FP7_REGNUM.
11637
11638 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
11639
11640         * alpha-tdep.c (frame_extra_info): New.
11641         (alpha_find_saved_regs): Make static.  Use
11642         frame->extra_info.
11643         (alpha_frame_init_saved_regs): New function.
11644         (alpha_frame_saved_pc): Use frame->extra_info.
11645         (temp_saved_regs): Don't declare as struct frame_saved_regs.
11646         (heuristic_proc_desc): Adjust for temp_saved_regs changes.
11647         (init_extra_frame_info): Rename to...
11648         (alpha_init_extra_frame_info): ...this.  Use frame->extra_info.
11649         (alpha_print_extra_frame_info): New function.
11650         (alpha_frame_locals_address): Ditto.
11651         (alpha_frame_args_address): Ditto.
11652         (alpha_pop_frame): Use frame->extra_info.
11653         * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
11654         alpha_frame_args_address.
11655         (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
11656         (alpha_find_saved_regs): Remove prototype.
11657         (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
11658         (EXTRA_FRAME_INFO): Remove.
11659         (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
11660         (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
11661
11662 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
11663
11664         * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
11665         (alpha_cannot_fetch_register): Ditto.
11666         (alpha_cannot_store_register): Ditto.
11667         (alpha_register_convertible): Ditto.
11668         (alpha_use_struct_convention): Ditto.
11669         * config/alpha/tm-alpha.h: Update copyright years.
11670         (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
11671         (INNER_THAN): Use core_addr_lessthan.
11672         (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
11673         (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
11674         (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
11675         (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
11676         (FRAME_CHAIN): Remove unnecessary cast.
11677
11678 2002-01-18  Andrew Cagney  <ac131313@redhat.com>
11679
11680         * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
11681         obsolete.
11682
11683 2002-01-18  Andrew Cagney  <ac131313@redhat.com>
11684
11685         * infptrace.c: Remove ATTRIBUTE_UNUSED.  Update copyright.
11686         * monitor.c, remote-array.c, remote-bug.c: Ditto.
11687         * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
11688         * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
11689         * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
11690         * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
11691         * x86-64-linux-nat.c: Ditto.
11692
11693 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
11694
11695         * alpha-tdep.c (alpha_register_name): New function.
11696         * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
11697         (REGISTER_NAME): Define.
11698
11699 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
11700
11701         * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
11702
11703 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
11704
11705         * alpha-tdep.c: Update copyright years.
11706         (alpha_next_pc): New function.
11707         (alpha_software_single_step): Ditto.
11708         * config/alpha/tm-alpha.h: Add prototype for
11709         alpha_software_single_step.
11710
11711 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
11712
11713         * alphabsd-nat.c: Update copyright years.
11714         (fill_gregset): Use regcache_collect.
11715         (fill_fpregset): Likewise.
11716         (fetch_inferior_registers): Only fetch integer registers
11717         if requested to do so.
11718         (store_inferior_registers): Only store integer registers
11719         if requested to do so.
11720
11721 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
11722
11723         * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
11724         * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
11725         * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
11726         * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
11727         * config/alpha/fbsd.mh (XDEPFILES): Delete.
11728         * config/arm/linux.mh (XDEPFILES): Delete.
11729         * config/arm/nbsd.mh (XDEPFILES): Delete.
11730         * config/i386/i386dgux.mh (XDEPFILES): Delete.
11731         * config/i386/i386sol2.mh (XDEPFILES): Delete.
11732         * config/i386/i386m3.mh (XDEPFILES): Delete.
11733         (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
11734         * config/i386/i386gnu.mh (XDEPFILES): Delete.
11735         * config/i386/fbsd.mh (XDEPFILES): Delete.
11736         * config/i386/i386bsd.mh (XDEPFILES): Delete.
11737         * config/i386/i386sco5.mh (XDEPFILES): Delete.
11738         * config/i386/i386v4.mh (XDEPFILES): Delete.
11739         * config/i386/i386v42mp.mh (XDEPFILES): Delete.
11740         * config/i386/i386sco4.mh (XDEPFILES): Delete.
11741         * config/i386/i386aix.mh (XDEPFILES): Delete.
11742         * config/i386/go32.mh (XDEPFILES): Delete.
11743         * config/i386/cygwin.mh (XDEPFILES): Delete.
11744         * config/i386/i386lynx.mh (XDEPFILES): Delete.
11745         * config/i386/i386mach.mh (XDEPFILES): Delete.
11746         * config/i386/i386v32.mh (XDEPFILES): Delete.
11747         * config/i386/linux.mh (XDEPFILES): Delete.
11748         * config/i386/nbsdelf.mh (XDEPFILES): Delete.
11749         * config/i386/ncr3000.mh (XDEPFILES): Delete.
11750         * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
11751         * config/i386/i386sco.mh (XDEPFILES): Delete.
11752         * config/i386/i386v.mh (XDEPFILES): Delete.
11753         * config/i386/nbsd.mh (XDEPFILES): Delete.
11754         * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
11755         * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
11756         * config/i386/symmetry.mh (XDEPFILES): Delete.
11757         * config/i386/obsd.mh (XDEPFILES): Delete.
11758         * config/i386/x86-64linux.mh (XDEPFILES): Delete.
11759         * config/ia64/linux.mh (XDEPFILES): Delete.
11760         * config/ia64/aix.mh (XDEPFILES): Delete.
11761         * config/m68k/apollo68b.mh (XDEPFILES): Delete.
11762         * config/m68k/dpx2.mh (XDEPFILES): Delete.
11763         * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
11764         * config/m68k/apollo68v.mh (XDEPFILES): Delete.
11765         * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
11766         * config/m68k/linux.mh (XDEPFILES): Delete.
11767         * config/m68k/m68klynx.mh (XDEPFILES): Delete.
11768         * config/m68k/m68kv4.mh (XDEPFILES): Delete.
11769         * config/m68k/nbsd.mh (XDEPFILES): Delete.
11770         * config/m68k/sun2os3.mh (XDEPFILES): Delete.
11771         * config/m68k/sun2os4.mh (XDEPFILES): Delete.
11772         * config/m68k/sun3os3.mh (XDEPFILES): Delete.
11773         * config/m68k/sun3os4.mh (XDEPFILES): Delete.
11774         * config/m88k/delta88.mh (XDEPFILES): Delete.
11775         * config/m88k/delta88v4.mh (XDEPFILES): Delete.
11776         * config/m88k/m88k.mh (XDEPFILES): Delete.
11777         * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
11778         * config/mips/linux.mh (XDEPFILES): Delete.
11779         * config/mips/irix6.mh (XDEPFILES): Delete.
11780         * config/mips/irix5.mh (XDEPFILES): Delete.
11781         * config/mips/irix4.mh (XDEPFILES): Delete.
11782         * config/mips/irix3.mh (XDEPFILES): Delete.
11783         * config/mips/decstation.mh (XDEPFILES): Delete.
11784         * config/mips/mipsm3.mh (XDEPFILES): Delete.
11785         (NATDEPFILES): Move core-aout.o to here.
11786         * config/ns32k/nbsd.mh (XDEPFILES): Delete.
11787         * config/pa/hpux1020.mh (XDEPFILES): Delete.
11788         * config/pa/hppabsd.mh (XDEPFILES): Delete.
11789         * config/pa/hppahpux.mh (XDEPFILES): Delete.
11790         * config/pa/hpux11w.mh (XDEPFILES): Delete.
11791         * config/pa/hppaosf.mh (XDEPFILES): Delete.
11792         * config/pa/hpux11.mh (XDEPFILES): Delete.
11793         * config/powerpc/aix.mh (XDEPFILES): Delete.
11794         * config/powerpc/nbsd.mh (XDEPFILES): Delete.
11795         * config/powerpc/linux.mh (XDEPFILES): Delete.
11796         * config/romp/rtbsd.mh: Rename XDEPFILES.
11797         * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
11798         * config/rs6000/aix4.mh (XDEPFILES): Delete.
11799         * config/rs6000/rs6000.mh (XDEPFILES): Delete.
11800         * config/s390/s390.mh (XDEPFILES): Delete.
11801         * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
11802         * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
11803         * config/sparc/sun4os4.mh (XDEPFILES): Delete.
11804         * config/sparc/sparclynx.mh (XDEPFILES): Delete.
11805         * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
11806         * config/sparc/nbsd.mh (XDEPFILES): Delete.
11807         * config/sparc/linux.mh (XDEPFILES): Delete.
11808         * config/vax/vaxult.mh (XDEPFILES): Delete.
11809         * config/vax/vaxult2.mh (XDEPFILES): Delete.
11810         * Makefile.in (DEPFILES): Remove XDEPFILES.
11811
11812 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
11813
11814         * utils.c (internal_verror): Fix comments, default is yes not no.
11815         Update queries to match.  Default to quit and dump core.
11816
11817 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
11818
11819         * breakpoint.c: Update assuming #if UI_OUT is always true.  Update
11820         copyright.
11821         * defs.h, event-top.c, gdbcmd.h: Ditto.
11822         * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
11823         * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
11824         * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
11825         * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
11826         * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
11827         * mi/mi-main.c:Ditto.
11828
11829         * stack.c, symfile.c: Update copyright.
11830
11831 2002-01-17  Daniel Jacobowitz  <drow@mvista.com>
11832
11833         * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
11834         gdbserver/low-nbsd.c, gdbserver/low-sim.c,
11835         gdbserver/low-sparc.c, gdbserver/low-sun3.c,
11836         gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
11837
11838 2002-01-17  Daniel Jacobowitz  <drow@mvista.com>
11839
11840         * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
11841         * gdbserver/low-lynx.c (myattach): Likewise.
11842         * gdbserver/low-nbsd.c (myattach): Likewise.
11843         * gdbserver/low-sim.c (myattach): Likewise.
11844         * gdbserver/low-sparc.c (myattach): Likewise.
11845         * gdbserver/low-sun3.c (myattach): Likewise.
11846
11847         * gdbserver/low-linux.c (myattach): New function.
11848
11849         * gdbserver/server.c (attach_inferior): New function.
11850         (main): Handle "--attach".
11851
11852 2002-01-16  Andrew Cagney  <ac131313@redhat.com>
11853
11854         * MAINTAINERS (language support): Daniel Jacobwitz is C++
11855         maintainer.
11856
11857 2002-01-15  Daniel Jacobowitz  <drow@mvista.com>
11858
11859         * c-typeprint.c (is_type_conversion_operator): Add additional
11860         check for non-conversion operators.
11861
11862 2002-01-15  Michael Snyder  <msnyder@redhat.com>
11863
11864         * linux-proc.c: Add "info proc" command, a la procfs.c.
11865         (read_mapping): New function, abstract and re-use code.
11866         (linux_find_memory_regions): Use new func read_mapping.
11867         (linux_info_proc_cmd): New function, implement "info proc".
11868         (_initialize_linux_proc): Add new command "info proc".
11869
11870 2002-01-15  Michael Snyder  <msnyder@redhat.com>
11871
11872         * symfile.c (generic_load): Use bfd_map_over_sections method
11873         instead of manipulating bfd structure members directly.
11874         (add_section_size_callback): New function, bfd sections callback
11875         used by generic_load.
11876         (load_sections_callback): New function, bfd sections callback
11877         used by generic_load.
11878
11879 2002-01-15  Elena Zannoni  <ezannoni@redhat.com>
11880
11881         [Based on work by Jim Blandy]
11882         * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
11883         (builtin_type_vec128): Export.
11884         * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
11885         types.
11886         (builtin_type_vec128): New builtin type for 128 bit vector
11887         registers.
11888         (build_gdbtypes): Initialize builtin_type_v16qi and
11889         builtin_type_v8hi. Create the vec128 register builtin type
11890         structure.
11891         (build_builtin_type_vec128): New function.
11892         (_initialize_gdbtypes): Register builtin_type_v16qi and
11893         builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
11894         * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
11895         AltiVec register to new builtin type.
11896
11897 2001-01-15  Daniel Jacobowitz  <drow@mvista.com>
11898
11899         * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
11900         to make_cv_type.
11901
11902 2002-01-14  Andrew Cagney  <ac131313@redhat.com>
11903
11904         * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
11905         CLEAN_UP_REGISTER_VALUE.
11906         * regcache.c (supply_register): Update only call.
11907
11908 2002-01-14  Andrew Cagney  <ac131313@redhat.com>
11909
11910         * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
11911         a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
11912         a29k-*-vxworks* targets as obsolete.
11913
11914 2002-01-14  Michael Snyder  <msnyder@redhat.com>
11915
11916         * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
11917         until we can resolve portability issues.
11918         * gregset.h: Remove references to fpxregs.
11919         * gcore.c (gcore_command): Initialize note_sec to NULL.
11920
11921 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
11922
11923         * signals.c (target_signal_to_name): Rewrite.  Only use
11924         signals[].name when in bounds and non-NULL.
11925
11926 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
11927
11928         From Petr Ledvina <ledvinap@kae.zcu.cz>:
11929         * signals.c (target_signal_to_name): Verify that SIG is within the
11930         bounds of the signals array.
11931
11932 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
11933
11934         * MAINTAINERS: Remove arm-coff and arm-pe from target list.
11935
11936 2002-01-13  Keith Seitz  <keiths@redhat.com>
11937
11938         * stack.c (print_frame_info_base): Print the frame's pc
11939         only if when print_frame_info_listing_hook is not defined.
11940
11941 2002-01-13  Keith Seitz  <keiths@redhat.com>
11942
11943         * varobj.c (varobj_set_value): Make sure that there were no
11944         errors evaluating the object before attempting to set its
11945         value.
11946         value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
11947         so this offset adjustment is no longer necessary.
11948         (create_child): Don't set the error flag if the child is
11949         a CPLUS_FAKE_CHILD.
11950         (value_of_child): If value_fetch_lazy fails, return NULL
11951         so that callers will be notified that an error occurred.
11952         (c_value_of_variable): Delay check of variable's validity
11953         until later. We actually want all structs and unions to have
11954         the value "{...}".
11955         Do not return "???" for variables which could not be evaluated.
11956         This error condition must be returned to the caller so that it
11957         can get the error condition from gdb.
11958         (cplus_name_of_child): Adjust index for vptr before figuring
11959         out the name of the child.
11960         (cplus_value_of_child): If a child's (real) parent is not valid,
11961         don't even bother trying to give a value for it. Just return
11962         an error. Change all instances in this function.
11963         (cplus_type_of_child): If our parent is one of the "fake"
11964         parents, we need to get at the type of the real parent, and
11965         derive the child's true type using this information.
11966
11967 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
11968
11969         From 2002-01-09 John Marshall <johnm@falch.net>:
11970         * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
11971         sources.redhat.com, and tweak some related URLs which had
11972         suffered from linkrot.
11973
11974 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
11975
11976         From Jeff law:
11977         * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
11978         structures passed in registers.
11979
11980 2002-01-13  Eli Zaretskii  <eliz@is.elta.co.il>
11981
11982         * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
11983         white space which prevented compilation.  Reported by DSK
11984         <dsk@student.unsw.edu.au>.
11985
11986 2002-01-11  Michael Snyder  <msnyder@redhat.com>
11987
11988         * symfile.c (build_section_addr_info_from_section_tab):
11989         Use bfd access method instead of manipulating bfd directly.
11990         (syms_from_objfile): Ditto.
11991         (simple_overlay_update_1): Ditto.
11992         (simple_overlay_update): Ditto.
11993         (generic_load): Ditto.
11994         (overlay_unmapped_address): FIXME comment, bfd access methods.
11995         (sections_overlap): FIXME comment, bfd access methods.
11996         (pc_in_mapped_range): FIXME comment, bfd access methods.
11997         (pc_in_unmapped_range): FIXME comment, bfd access methods.
11998         (section_is_mapped): FIXME comment, bfd access methods.
11999         (section_is_overlay): FIXME comment, bfd access methods.
12000
12001         * symfile.c (generic_load): Whitespace and long line cleanups.
12002         Remove duplicate variable, change several local variables to
12003         more appropriate data types.
12004         (print_transfer_performance): Use %lu instead of %ld for ulongs.
12005
12006 2002-01-12  Andrew Cagney  <ac131313@redhat.com>
12007
12008         From Peter Schauer:
12009         * language.c (longest_local_hex_string_custom): Use phex_nz to
12010         convert NUM to a hex string.
12011
12012 2002-01-12  Elena Zannoni  <ezannoni@redhat.com>
12013
12014         * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
12015         the function.
12016         Update Copyright year.
12017
12018 2002-01-12  Andrew Cagney  <ac131313@redhat.com>
12019
12020         * language.c (longest_raw_hex_string): Delete unused function.
12021
12022 2002-01-11  Petr Sorfa  <petrs@caldera.com>
12023
12024         * MAINTAINERS (write-after-approval): Add myself.
12025         * dwarf2read.c (read_tag_string_type): Handling of
12026         DW_AT_byte_size.
12027         (read_tag_string_type): FORTRAN fix to prevent propagation of
12028         first string size.
12029         (set_cu_language): Handling of DW_LANG_Fortran95
12030
12031 2002-01-11  Richard Earnshaw  <rearnsha@arm.com>
12032
12033         * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
12034         GETPID(inferior_ptid).
12035         (store_inferior_registers): Likewise.
12036
12037 2002-01-10  Jason Merrill  <jason@redhat.com>
12038
12039         * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
12040         Fix DW_OP_minus.
12041
12042 2002-01-10  Andrew Cagney  <ac131313@redhat.com>
12043
12044         * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
12045         and bfd/elf32-sh-nbsd.c.
12046
12047 2002-01-10  Michael Snyder  <msnyder@redhat.com>
12048
12049         * NEWS: Mention --pid and corefile/proc-id behavior change.
12050
12051         * Makefile.in: Add rules for gcore.o and linux-proc.o.
12052         * gcore.c: Include cli/cli-decode.h instead of command.h.
12053
12054         * main.c (captured_main): Add new command line option "--pid".
12055         If the second command line argument (following the symbol-file)
12056         begins with a digit, try to attach to it before trying to open
12057         it as a corefile.
12058         (print_gdb_help): Document the "--pid" argument.
12059
12060 2002-01-10  Eli Zaretskii  <eliz@is.elta.co.il>
12061
12062         * completer.c (command_completer): New function.
12063
12064         * completer.h <command_completer>: Add prototype.
12065
12066         * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
12067         completer for the "help" command.
12068
12069 2002-01-09  Jason Merrill  <jason@redhat.com>
12070
12071         * c-typeprint.c (is_type_conversion_operator): Fix thinko.
12072
12073 2002-01-09  Michael Snyder  <msnyder@redhat.com>
12074
12075         * i386-linux-nat.c (fill_fpxregset): Make global.
12076         (store_fpxregset): Ditto.
12077
12078         * gregset.h (gdb_fpxregset_t): Define.
12079         (supply_fpxregset): Prototype.
12080         (fill_fpxregset): Prototype.
12081
12082         * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
12083
12084 2002-01-09  Richard Earnshaw  <rearnsha@arm.com>
12085
12086         * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
12087         * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
12088         * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
12089
12090 2002-01-09  Andrew Cagney  <ac131313@redhat.com>
12091
12092         * MAINTAINERS: Update target maintainer rules so that any
12093         Maintainer can approve a tested patch for a maintenance-only
12094         target.
12095
12096 2002-01-09  Richard Earnshaw  <rearnsha@arm.com>
12097
12098         * MAINTAINERS (write-after-approval): Add myself.
12099
12100         * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
12101         IN_SIGTRAMP.
12102
12103 2002-01-08  Michael Snyder  <msnyder@redhat.com>
12104
12105         * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
12106         real name of the executable, rather than the /proc name.
12107
12108 2002-01-03  Michael Snyder  <msnyder@redhat.com>
12109
12110         Implement a "generate-core-file" command in gdb, save target state.
12111         * gcore.c: New file.  Implement new command 'generate-core-file'.
12112         Save a corefile image of the current state of the inferior.
12113         * linux-proc.c: Add linux-specific code for saving corefiles.
12114         * target.h (struct target_ops): Add new target vectors for saving
12115         corefiles; to_find_memory_regions and to_make_corefile_notes.
12116         (target_find_memory_regions): New macro.
12117         (target_make_corefile_notes): New macro.
12118         * target.c (update_current_target): Inherit new target methods.
12119         (dummy_find_memory_regions): New place-holder method.
12120         (dummy_make_corefile_notes): New place-holder method.
12121         (init_dummy_target): Initialize new dummy target vectors.
12122         * exec.c (exec_set_find_memory_regions): New function.
12123         Allow the exec_ops vector for memory regions to be taken over.
12124         (exec_make_note_section): New function, target vector method.
12125         * defs.h (exec_set_find_memory_regions): Export prototype.
12126         * procfs.c (proc_find_memory_regions): New function, corefile method.
12127         (procfs_make_note_section): New function, corefile method.
12128         (init_procfs_ops): Set new target vector pointers.
12129         (find_memory_regions_callback): New function.
12130         (procfs_do_thread_registers): New function.
12131         (procfs_corefile_thread_callback): New function.
12132         * sol-thread.c (sol_find_memory_regions): New function.
12133         (sol_make_note_section): New function.
12134         (init_sol_thread_ops): Initialize new target vectors.
12135         * inftarg.c (inftarg_set_find_memory_regions): New function.
12136         Allow to_find_memory_regions vector to be taken over.
12137         (inftarg_set_make_corefile_notes): New function.
12138         Allow to_make_corefile_notes vector to be taken over.
12139         * thread-db.c (thread_db_new_objfile): Don't activate thread-db
12140         interface layer if not target_has_execution (may be a corefile).
12141         * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
12142         * config/sparc/sun4sol2.mh: Ditto.
12143         * config/alpha/alpha-linux.mh: Ditto.
12144         * config/arm/linux.mh: Ditto.
12145         * config/i386/x86-64linux.mh: Ditto.
12146         * config/ia64/linux.mh: Ditto.
12147         * config/m68k/linux.mh: Ditto.
12148         * config/mips/linux.mh: Ditto.
12149         * config/powerpc/linux.mh: Ditto.
12150         * config/sparc/linux.mh: Ditto.
12151
12152 2002-01-07  Michael Snyder  <msnyder@redhat.com>
12153
12154         * arm-linux-nat.c: Remove references to regcache.c internal data
12155         (registers[] and register_valid[]).
12156
12157 2002-01-07  Michael Snyder  <msnyder@redhat.com>
12158
12159         * linux-proc.c: New file.  Implement child_pid_to_exec_file,
12160         so that attaching to a pid will automatically read the process's
12161         symbol file and shlibs.
12162         * Makefile.in: Add rule for linux-proc.o.
12163         * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
12164         * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
12165         * config/arm/linux.mh: Ditto.
12166         * config/i386/linux.mh: Ditto.
12167         * config/i386/x86-64linux.mh: Ditto.
12168         * config/ia64/linux.mh: Ditto.
12169         * config/m68k/linux.mh: Ditto.
12170         * config/mips/linux.mh: Ditto.
12171         * config/powerpc/linux.mh: Ditto.
12172         * config/sparc/linux.mh: Ditto.
12173
12174 2002-01-06  Pierre Muller  <muller@ics.u-strasbg.fr>
12175
12176         * win32-nat.c: Add i386-tdep.h dependency.
12177
12178 2002-01-07  Michael Snyder  <msnyder@redhat.com>
12179
12180         * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
12181         instead of bfd_get_arch_size.  Don't bail out just because
12182         there's no exec_bfd.
12183
12184         * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
12185         * p-valprint.c (pascal_object_print_value): Ditto.
12186         * somread.c (som_symtab_read): Ditto.
12187         * symfile.c (simple_free_overlay_region_table): Ditto.
12188         * valops.c (value_assign): Ditto.
12189
12190         * tracepoint.c (tracepoint_save_command): From Klee Dienes --
12191         use tilde_expand and strerror for opening save-tracepoints file.
12192
12193         * thread-db.c (thread_db_new_objfile): Indendation fix.
12194
12195         * infptrace.c (GDB_MAX_ALLOCA): New define.
12196         (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
12197         size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
12198         can be overridden with whatever value is appropriate to the host).
12199         * infttrace.c (child_xfer_memory): Add FIXME warning about use of
12200         alloca to allocate potentially large buffer.
12201         * rs6000-nat.c (child_xfer_memory): Ditto.
12202         * symm-nat.c (child_xfer_memory): Ditto.
12203         * x86-64-linux-nat.c (child_xfer_memory): Ditto.
12204
12205 2002-01-07  Jackie Smith Cashion  <jsmith@redhat.com>
12206
12207         From Nick Clifton  <nickc@redhat.com>
12208         * d10v-tdep.c: Set STACK_START to 0x200bffe.
12209
12210 2002-01-07  Michael Snyder  <msnyder@redhat.com>
12211
12212         * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
12213         Don't use exec_bfd if it's NULL.
12214
12215 2002-01-06  Mark Kettenis  <kettenis@gnu.org>
12216
12217         * valops.c (value_arg_coerce): Fix formatting.
12218
12219 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
12220
12221         * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
12222         * gnu-nat.c: Ditto.
12223
12224 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
12225
12226         * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
12227         arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
12228         i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
12229         ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
12230         z8k-coff have not been multi-arched.  Update z8k-coff build
12231         status.
12232
12233 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
12234
12235         * MAINTAINERS: Mark a29k target as obsolete.
12236         * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
12237         (remote-mm.o, remote-udi.o): Obsolete.  Remove references in
12238         comments.
12239         * NEWS: Note that a29k targets are obsolete.
12240         * a29k-tdep.c: Mark as obsolete.
12241         * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12242         a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12243         a29k-*-vxworks* targets as obsolete.
12244         * remote-adapt.c: Obsolete.
12245         * remote-eb.c: Obsolete.
12246         * remote-mm.c: Obsolete.
12247         * remote-udi.c: Obsolete.
12248         * config/a29k/a29k-udi.mt: Obsolete.
12249         * config/a29k/a29k.mt: Obsolete.
12250         * config/a29k/tm-a29k.h: Obsolete.
12251         * config/a29k/tm-vx29k.h: Obsolete.
12252         * config/a29k/vx29k.mt: Obsolete.
12253
12254 2002-01-05  Andrew Cagney  <ac131313@redhat.com>
12255
12256         * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
12257         with BFD_ENDIAN_BIG.
12258
12259 2002-01-05  Andrew Cagney  <ac131313@redhat.com>
12260
12261         * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
12262         * configure, config.in: Re-generate.
12263         * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
12264         * defs.h: Do not include <endian.h>.
12265
12266 2002-01-05  Jason Thorpe  <thorpej@wasabisystems.com>
12267
12268         * acconfig.h (HAVE_PT_GETXMMREGS): New.
12269         * config.in: Regenerate.
12270         * configure.in: Update copyright years.
12271         Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
12272         * configure: Regenerate.
12273         * i386bsd-nat.c: Update copyright years.
12274         (fill_gregset): Use regcache_collect.
12275         (fetch_inferior_registers): Only fetch integer registers
12276         if requested to do so.  Add support for XMM registers
12277         using PT_GETXMMREGS.
12278         (store_inferior_registers): Only store integer registers
12279         if requested to do so.  Add support for XMM registers
12280         using PT_SETXMMREGS.
12281         * i386nbsd-nat.c (fetch_inferior_registers): Remove.
12282         (store_inferior_registers): Remove.
12283         (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
12284         (fetch_elfcore_registers): New function.
12285         (i386nbsd_elfcore_fns): New.
12286         (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
12287         * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
12288         i386bsd-nat.o.
12289         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
12290         * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
12291         * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
12292         * config/i386/tm-nbsd.h: Update copyright years.
12293         (HAVE_SSE_REGS): Define.
12294         (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
12295         (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
12296         (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
12297         (SIGCONTEXT_PC_OFFSET): Remove.
12298         (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
12299
12300 2002-01-05  Andrew Cagney  <ac131313@redhat.com>
12301
12302         * configure.tgt: Remove powerpc-*-macos* target.
12303         * config/m68k/xm-mpw.h: Delete file.
12304         * config/xm-mpw.h: Delete file.
12305         * ser-mac.c: Delete file.
12306         * mpw-make.sed: Delete file.
12307         * mpw-config.in: Delete file.
12308         * mac-xdep.c: Delete file.
12309         * mac-gdb.r: Delete file.
12310         * mac-defs.h: Delete file.
12311         * mac-nat.c: Delete file.
12312         * config/powerpc/macos.mh: Delete file.
12313         * config/powerpc/macos.mt: Delete file.
12314         * config/powerpc/nm-macos.h: Delete file.
12315         * config/powerpc/tm-macos.h: Delete file.
12316         * source.c (openp, open_source_file): Remove obsolete code.
12317         * top.c (gdb_readline): Ditto.
12318         * utils.c (query): Ditto.
12319         * event-top.c (display_gdb_prompt): Ditto.
12320         * Makefile.in (ser-mac.o): Delete obsolete target.
12321         * NEWS: Update.
12322
12323 2002-01-04  Andrew Cagney  <ac131313@redhat.com>
12324
12325         * defs.h (BIG_ENDIAN): Delete macro definition.
12326         * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
12327         coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
12328         findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
12329         printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
12330         remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
12331         stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
12332         config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
12333         config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
12334         config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
12335         config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
12336         config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
12337         config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
12338         mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12339         * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12340         * gdbarch.c: Re-generate.
12341
12342 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
12343
12344         * thread-db.c (thread_db_new_objfile): Do not enable thread_db
12345         for core files.
12346
12347 2002-01-04  Jason Thorpe  <thorpej@wasabisystems.com>
12348
12349         * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
12350
12351 2002-01-04  Andrew Cagney  <ac131313@redhat.com>
12352
12353         * value.h (value_ptr): Delete typedef.
12354
12355 2002-01-04  Jason Thorpe  <thorpej@wasabisystems.com>
12356
12357         * i386nbsd-nat.c: Update copyright years.
12358         Include i386-tdep.h.
12359
12360 2002-01-04  Elena Zannoni  <ezannoni@redhat.com>
12361
12362         * stabsread.c: Update copyright years.
12363
12364         From Debashis Mahata <debashis.mahata@wipro.com>:
12365         (read_struct_fields): Deal with Sun C compiler erroneous stab
12366         output for structs and unions.
12367         Fix PR gdb/269.
12368
12369 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
12370
12371         * p-valprint.c: Include "cp-abi.h" for baseclass_offset
12372         prototype.
12373
12374 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
12375
12376         * cp-abi.c: Fix whitespace.
12377         (baseclass_offset): New wrapper function.
12378         * cp-abi.h (baseclass_offset): Add prototype.
12379         (struct cp_abi_ops): Add baseclass_offset pointer.
12380
12381         * valops.c (vb_match): Move to...
12382         * gnu-v2-abi.c (vb_match): here.
12383         * valops.c (baseclass_offset): Move to...
12384         * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
12385
12386         * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
12387
12388         * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
12389         * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
12390         * hpacc-abi.c (init_hpacc_ops): Likewise.
12391
12392 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
12393
12394         * valops.c (find_overload_match): Accept obj as a
12395         reference parameter.  Update it before returning.
12396         * value.h (find_overload_match): Update prototype.
12397         * eval.c (evaluate_subexp_standard): Pass object to
12398         find_overload_match by reference.
12399
12400 2002-01-03  Andrew Cagney  <ac131313@redhat.com>
12401
12402         * valarith.c: Replace value_ptr with struct value pointer.  Remove
12403         register attribute from value declarations.
12404         * valops.c: Ditto.
12405         * value.h: Ditto.
12406         * scm-lang.c (scm_lookup_name): Ditto.
12407
12408 2002-01-03  Michael Snyder  <msnyder@redhat.com>
12409
12410         Abstract the functionality of iterating over mapped memory
12411         regions into a general purpose iterator function.
12412         * procfs.c (iterate_over_mappings): New function, general purpose
12413         iterator for memory sections.
12414         (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
12415         (solib_mappings_callback): New function, callback for above.
12416         (info_proc_mappings): Reimpliment using iterate_over_mappings.
12417         (info_mappings_callback): New function, callback for above.
12418
12419         * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
12420
12421 2002-01-01  Mark Kettenis  <kettenis@gnu.org>
12422
12423         * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
12424         * i386-tdep.c: Include "elf-bfd.h".
12425         (process_note_abi_tag_sections): New function.
12426         (i386_gdbarch_init): Add code to recognize various OS/ABI
12427         combinations.
12428
12429         * maint.c (_initialize_maint_cmds): Add missing \ in
12430         string-literal.
12431
12432 For older changes see ChangeLog-2001
12433 \f
12434 Local Variables:
12435 mode: change-log
12436 left-margin: 8
12437 fill-column: 74
12438 version-control: never
12439 End: