2002-11-05 Elena Zannoni <ezannoni@redhat.com>
[external/binutils.git] / gdb / ChangeLog
1 2002-11-05  Jeff Johnston  <jjohnstn@redhat.com>
2
3         * varobj.c (child_exists, cplus_number_of_children): Change
4         STREQ macro references to strcmp.
5         (cplus_name_of_child): Change code to handle the fact that
6         fields are not necessarily contiguous with regards to their 
7         access control. This is a fix for PR gdb/792.
8
9 2002-11-05  Andrew Cagney  <ac131313@redhat.com>
10
11         * gdbarch.sh (GET_SAVED_REGISTER): Change to a predicate function.
12         * gdbarch.h, gdbarch.c: Regnerate.
13         * frame.h (frame_register): Declare.
14         * frame.c (frame_register): New function.
15         (get_saved_register): Test GET_SAVED_REGISTER_P before calling
16         GET_SAVED_REGISTER, otherwize call
17         generic_unwind_get_saved_register.
18         (frame_register_read): Use frame_register instead of
19         get_saved_register.
20
21 2002-11-05  Elena Zannoni  <ezannoni@redhat.com>
22         
23         From Jim Ingham  <jingham@apple.com>:
24         * event-top.c (gdb_disable_readline): New function.
25         (_initialize_event_loop): Move comment.
26
27 2002-11-05  Elena Zannoni  <ezannoni@redhat.com>
28
29         * event-loop.c (start_event_loop): Add comment.
30         Update copyright.
31
32 2002-11-05  Andrew Cagney  <ac131313@redhat.com>
33
34         * infcmd.c (default_print_registers_info): Do not call
35         PRINT_REGISTER_HOOK.
36
37 2002-11-05  Andrew Cagney  <ac131313@redhat.com>
38
39         * sparc-tdep.c (sparc_print_register_hook): Make static.
40         (sparc_print_registers_info): New function.
41         (sparc_do_registers_info): New function.
42         (sparclet_print_registers_info): New function.
43         (sparclet_do_registers_info): New function.
44         (do_sparc_print_registers_info): New function.
45         (sparc_print_registers): New static function, clone of infcmd.c's
46         default_print_registers_info.
47         * config/sparc/tm-sparclet.h (PRINT_REGISTER_HOOK): Delete macro.
48         (sparclet_do_registers_info): Declare.
49         (DEPRECATED_DO_REGISTERS_INFO): Re-define.
50         * config/sparc/tm-sparc.h (DEPRECATED_DO_REGISTERS_INFO):
51         Re-define.
52         (sparc_do_registers_info): Declare.
53         (PRINT_REGISTER_HOOK): Delete macro.
54         (sparc_print_register_hook): Delete declaration.
55
56 2002-11-05  David Carlton  <carlton@math.stanford.edu>
57
58         * symtab.c (lookup_symbol_aux): Move chunks of code into separate
59         functions.
60         (lookup_symbol_aux_local): New function.
61         (lookup_symbol_aux_symtabs): New function.
62         (lookup_symbol_aux_psymtabs): New function.
63
64 2002-11-05  David Carlton  <carlton@math.stanford.edu>
65
66         * symtab.c (lookup_symbol_aux): In minsym sections, don't use the
67         previous values of 'objfile' and 'block'.
68
69 2002-11-05  Pierre Muller  <muller@ics.u-strasbg.fr>
70
71         * values.c (value_change_enclosing_type): Set 
72         enclosing_type field correctly also for the case where 
73         more memory needs to be allocated.
74
75 2002-11-03  Mark Kettenis  <kettenis@gnu.org>
76
77         * i387-tdep.c (i387_print_float_info): Call fputs_filtered instead
78         of puts_filtered.
79
80         * i387-tdep.c (i387_print_float_info): Replace calls to
81         register_read and deprecated_read_register_gen with calls to
82         frame_register_read, and make the necessary adjustments to the
83         surrounding code.
84
85 2002-11-02  Andrew Cagney  <ac131313@redhat.com>
86
87         * gdbarch.sh (register_reggroup_p): Allow default value.
88         * gdbarch.h, gdbarch.c: Regenerate.
89
90 2002-11-02  Andrew Cagney  <ac131313@redhat.com>
91
92         * regcache.h: Add coment indicating replacements for deprecated
93         functions.
94
95 2002-11-02  Andrew Cagney  <cagney@redhat.com>
96
97         * reggroups.h, reggroups.c: New files.
98         * regcache.c: Include "reggroups.h".
99         (enum regcache_dump_what): Add `regcache_dump_groups'.
100         (regcache_dump): Contract size of the "Type" column.  When
101         specified, dump the register's groups.
102         (maintenance_print_register_groups): New function.
103         (_initialize_regcache): Add command `maint print register-groups'.
104         * Makefile.in (COMMON_OBS): Add reggroups.o
105         (SFILES): Add reggroups.c.
106         (reggroups_h): Define.
107         (regcache.o, gdbarch.o): Update dependencies.
108         (reggroups.o): Specify dependencies.
109         * gdbarch.sh (register_reggroup_p): Add pure multi-arch method.
110         Add opaque declaration for `struct reggroup' in generated .h file.
111         Include "reggroups.h" in generated .c file.
112         gdbarch.h, gdbarch.c: Re-generate.
113
114 2002-11-02  Andrew Cagney  <cagney@redhat.com>
115
116         * regcache.h (deprecated_read_register_gen): Rename
117         read_register_gen.
118         (deprecated_write_register_gen): Rename write_register_gen.
119         * i387-tdep.c: Update.
120         * x86-64-linux-nat.c: Update
121         * wince.c: Update.
122         * thread-db.c: Update.
123         * win32-nat.c: Update.
124         * mips-tdep.c: Update.
125         * d10v-tdep.c: Update.
126         * cris-tdep.c: Update.
127         * remote-sim.c: Update.
128         * remote-rdi.c: Update.
129         * remote-rdp.c: Update.
130         * frame.c: Update.
131         * target.c: Update.
132         * blockframe.c: Update.
133         * x86-64-tdep.c: Update.
134         * xstormy16-tdep.c: Update.
135         * sh-tdep.c: Update.
136         * s390-tdep.c: Update.
137         * rs6000-tdep.c: Update.
138         * sparc-tdep.c: Update.
139         * i386-tdep.c: Update.
140         * dwarf2cfi.c: Update.
141         * regcache.c: Update.
142
143 2002-11-01  Joel Brobecker  <brobecker@gnat.com>
144
145         New interix-specific files:
146         * config/i386/nm-interix.h: New file.
147         * config/i386/interix.mh: New file.
148         * config/i386/interix.mt: New file.
149         * i386-interix-nat.c: New file.
150         * i386-interix-tdep.c: New file.
151
152 2002-11-01  Andrew Cagney  <cagney@redhat.com>
153
154         * frame.h (deprecated_generic_get_saved_register): Rename
155         generic_get_saved_register.
156         * blockframe.c (deprecated_generic_get_saved_register): Update.
157         * xstormy16-tdep.c (xstormy16_get_saved_register): Update.
158         (xstormy16_frame_saved_register): Update.
159         * sh-tdep.c (sh_gdbarch_init): Update.
160         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
161         * ia64-tdep.c (ia64_get_saved_register): Update.
162         * cris-tdep.c (cris_gdbarch_init): Update.
163         * config/m32r/tm-m32r.h (GET_SAVED_REGISTER): Update.
164         * arm-tdep.c (arm_gdbarch_init): Update.
165
166 2002-10-31  Daniel Jacobowitz  <drow@mvista.com>
167
168         * lin-lwp.c (lin_lwp_resume): Remove resume_all test for !step.
169
170 2002-10-31  Daniel Jacobowitz  <drow@mvista.com>
171
172         * i386-linux-tdep.c (i386_linux_pc_in_sigtramp): Check for
173         trampolines in sigaction.
174
175 2002-10-31  Andrew Cagney  <cagney@redhat.com>
176
177         * h8300-tdep.c: Include "gdb_assert.h".
178         (h8300_print_register): Add gdbarch, file and frame parameters.
179         Use frame_read_unsigned_register to read the register's value.
180         Use fprintf_filtered to display output.
181         (h8300_print_registers_info): Replace h8300_do_registers_info.
182         (h8300_gdbarch_init): Set print_registers_info.
183
184 2002-10-31  Andrew Cagney  <cagney@redhat.com>
185
186         * frame.c (frame_read_unsigned_register): New function.
187         (frame_read_signed_register): New function.
188         * frame.h (frame_read_unsigned_register): Declare.
189         (frame_read_signed_register): Declare.
190
191 2002-10-31  Andrew Cagney  <cagney@redhat.com>
192
193         * h8500-tdep.c (h8500_print_registers_info): New static function,
194         clone of infcmd.c's default_print_registers_info.
195         (h8500_do_registers_info): New funtion.
196         (h8500_print_register_hook): Rename print_register_hook, make
197         static.
198
199         * config/h8500/tm-h8500.h: Update copyright.
200         (DEPRECATED_DO_REGISTERS_INFO): Define.
201         (h8500_do_registers_info: Declare.
202         (PRINT_REGISTER_HOOK): Delete macro.
203         (print_register_hook): Delete function.
204
205 2002-10-31  Andrew Cagney  <cagney@redhat.com>
206
207         * z8k-tdep.c (z8k_print_register_hook): Make static.
208         (z8k_print_registers_info): New static function, clone of
209         infcmd.c's default_print_registers_info.
210         (z8k_do_registers_info): New function.  Wrap
211         z8k_print_registers_info.
212         * config/z8k/tm-z8k.h: Update copyright.
213         (PRINT_REGISTER_HOOK): Delete macro.
214         (z8k_print_register_hook): Delete declaration.
215         (DEPRECATED_DO_REGISTERS_INFO): Define.
216         (z8k_do_registers_info): Declare.
217
218 2002-10-30  Joel Brobecker  <brobecker@gnat.com>
219
220         * hppa-tdep.c (find_function_in_inferior): Remove this extern,
221         as this is already provided by value.h, and was actually causing
222         a compilation error because of a conflict in parameter type
223         declaration due to a missing const keyword.
224         (low_text_segment_addres): Fix a compilation warning.
225
226 2002-10-29  Daniel Jacobowitz  <drow@mvista.com>
227
228         * mips-linux-nat.c (mips_linux_cannot_fetch_register): Don't fetch
229         registers without a name.
230         (mips_linux_cannot_store_register): Don't store registers without
231         a name.
232
233 2002-10-28  David Carlton  <carlton@math.stanford.edu>
234
235         * symtab.c (find_addr_symbol): Delete.  (It was already commented
236         out.)
237         * symtab.h: Delete prototype for find_addr_symbol.
238
239 2002-10-26  Andrew Cagney  <cagney@redhat.com>
240
241         * gdbarch.sh (DEPRECATED_DO_REGISTERS_INFO): Rename
242         DO_REGISTERS_INFO.
243         gdbarch.h, gdbarch.c: Re-generate.
244         * infcmd.c (default_print_registers_info): Update reference.
245         * mips-tdep.c (mips_gdbarch_init): Set deprecated_do_registers_info.
246         (mips_dump_tdep): Do not print DO_REGISTERS_INFO.
247         * sh-tdep.c (sh_gdbarch_init): Ditto.
248         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
249         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
250
251 2002-10-26  Mark Kettenis  <kettenis@gnu.org>
252
253         * x86-64-tdep.c (x86_64_init_abi): Set init_extra_frame_info to
254         cfi_init_extra_frame_info.
255         * x86-64-tdep.h (x86_64_init_extra_frame_info): Remove prototype.
256         * x86-64-linux-tdep.c (x86_64_init_extra_frame_info): Remove function.
257
258         * x86-64-tdep.c (x86_64_init_abi): Add calls to override the i386
259         target where necessary.  Add more comments and remove the ones
260         that don't provide any useful information.
261
262         * i386-tdep.c (i386_frame_saved_pc): Replace call to
263         deprecated_read_register_dummy with
264         frame_unwind_unsigned_register.
265
266         * i386-tdep.c (i386_extract_struct_value_address): Use
267         regcache_raw_read_unsigned instead of
268         regcache_cooked_read_unsigned since we know that the register
269         we're reading isn't a pseudo register.  Rename variable 'val' into
270         the more descriptive 'addr'.
271
272         * x86-64-tdep.c: Fix some formatting problems, mostly in comments.
273         (x86_64_push_return_address): Add comment.
274         (x86_64_pop_frame): Make static.
275         (examine_argument): Clarify comment.
276         (x86_64_skip_prologue): Make prolog_expact variable static.
277
278         * dwarf2cfi.c: Fix some formatting problems.
279         (context_cpy, read_encoded_pointer): Clarify comments.
280
281         * x86-64-tdep.c (x86_64_breakpoint_from_pc): Constify.
282         (x86_64_init_abi): Move set_gdbarch_* calls that overlap with the
283         i386 target back into x86_64_gdbarch_init.  Add some comments and
284         remove meaningless ones.
285
286 2002-10-25  Andrew Cagney  <cagney@redhat.com>
287
288         * complaints.h (struct deprecated_complaint): Rename `struct
289         complaint'.
290         * complaints.c (complain): Update.
291         * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete
292         incorrect comment indicating that "symfile.h" was being included
293         for the `struct complaint' definition.
294         * remote-vx.c: Update.
295         * objc-lang.c: Update.
296         * xcoffread.c: Update.
297         * hpread.c: Update.
298         * mdebugread.c: Update.
299         * stabsread.c: Update.
300         * dwarf2read.c: Update.
301         * dwarfread.c: Update.
302         * elfread.c: Update.
303         * coffread.c: Update.
304         * stabsread.h: Update.
305         * dbxread.c: Update.
306         * buildsym.c: Update.
307         * gdbtypes.c: Update.
308         * macrotab.c: Update.
309
310 2002-10-25  Mark Kettenis  <kettenis@gnu.org>
311
312         * x86-64-tdep.c (x86_64_gdbarch_init): Make a bit more similar to
313         the version in i386-tdep.c.  Move set_gdbarch_* calls out into...
314         (x86_64_init_abi): ...new function.
315
316         * Makefile.in (i386v-nat.o): Add $(i386_tdep_h).
317         * i386v-nat.c: Include "i386-tdep.h".
318
319 2002-10-25  Andrew Cagney  <cagney@redhat.com>
320
321         * gdbtypes.c (address_space_name_to_int): Update.
322         (address_space_int_to_name): Update.
323         * gdbarch.sh (address_class_type_flags_to_name): Change to a pure
324         multi-arch predicate.
325         (address_class_name_to_type_flags): Ditto.
326         * gdbarch.h, gdbarch.c: Re-generate.
327         
328         * MAINTAINERS: Check all warnings when h8300hms and alpha-elf.
329
330 2002-10-24  Martin M. Hunt  <hunt@redhat.com>
331
332         * utils.c (string_to_core_addr): Revert patch from 11 Oct.
333
334 2002-10-24  Elena Zannoni  <ezannoni@redhat.com>
335
336         * symtab.h (INIT_SAL): Delete macro.
337         (init_sal): Export.
338         * symtab.c (init_sal): New function.
339
340         * ada-lang.c (ada_finish_decode_line_1): Change INIT_SAL macro
341         to init_sal function call.
342         (find_sal_from_funcs_and_line): Ditto.
343         (all_sals_for_line): Ditto. 
344         * breakpoint.c (create_internal_breakpoint): Ditto. 
345         (create_fork_vfork_event_catchpoint): Ditto. 
346         (create_exec_event_catchpoint): Ditto. 
347         (parse_breakpoint_sals): Ditto. 
348         (watch_command_1): Ditto. 
349         (handle_gnu_4_16_catch_command): Ditto.
350         (clear_command): Ditto. 
351         * hppa-tdep.c (child_enable_exception_callback): Ditto. 
352         * infcmd.c (run_stack_dummy): Ditto. 
353         * infrun.c (process_event_stop_test): Ditto.
354         (check_sigtramp2): Ditto.
355         (step_over_function): Ditto. 
356         * linespec.c (decode_line_2): Ditto. 
357         (decode_line_1): Ditto. 
358         * source.c (line_info): Ditto. 
359         * symtab.c (find_pc_sect_line): Ditto.
360
361 2002-10-24  Michal Ludvig  <mludvig@suse.cz>
362
363         * dwarf2cfi.c (struct context)
364         (struct context_reg): Moved to dwarf2cfi.h
365         (context_alloc, frame_state_alloc, context_cpy):
366         Made extern instead of static, removed prototypes.
367         * dwarf2cfi.h (struct context)
368         (struct context_reg): New, moved from dwarf2cfi.c
369         (context_alloc, frame_state_alloc, context_cpy):
370         New prototypes.
371         * x86-64-linux-tdep.c (x86_64_linux_sigtramp_saved_pc):
372         Changed from static to extern.
373         (LINUX_SIGINFO_SIZE, LINUX_SIGCONTEXT_PC_OFFSET)
374         (LINUX_SIGCONTEXT_FP_OFFSET)
375         (LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Adjusted.
376         (x86_64_linux_in_sigtramp, x86_64_linux_frame_chain)
377         (x86_64_init_frame_pc, x86_64_init_extra_frame_info): New.
378         * x86-64-tdep.c (x86_64_gdbarch_init): Several
379         set_gdbarch_*() calls now use x86-64 specific functions 
380         instead of DWARF2 CFI ones.
381         * x86-64-tdep.h (x86_64_linux_in_sigtramp)
382         (x86_64_linux_frame_chain, x86_64_init_frame_pc)
383         (x86_64_init_extra_frame_info): New prototypes.
384         
385 2002-10-23  David Carlton  <carlton@math.stanford.edu>
386
387         * linespec.c: #include "parser-defs.h".
388         Delete prototype for find_template_name_end.
389         * Makefile.in (linespec.o): Depend on $(parser_defs_h).
390
391 2002-10-23  Jeff Johnston  <jjohnstn@redhat.com>
392
393         * NEWS: add recent mi fixes.
394         * varobj.c (struct varobj): Add new "updated" flag.
395         (new_variable): Default "updated" flag to 0.
396         (varobj_set_value): Set "updated" flag to 1 if value
397         changes.
398         (varobj_update): Check varobj "updated" flag before
399         comparing old and refreshed values.  Fix for
400         PR gdb/702.
401
402 2002-10-23  David Carlton  <carlton@math.stanford.edu>
403
404         * parse.c (parse_exp_1): Use BLOCK_START.
405         * x86-64-tdep.c (x86_64_skip_prologue): Use BLOCK_END,
406         SYMBOL_BLOCK_VALUE.
407         * objc-lang.c (find_methods): Use BLOCK_START, BLOCK_END.
408
409 2002-10-23  David Carlton  <carlton@math.stanford.edu>
410
411         * symtab.c: Delete cplusplus_hint.
412         Delete prototype for find_template_name_end.
413
414 2002-10-23  Elena Zannoni  <ezannoni@redhat.com>
415
416         * symtab.h: Update comment.
417
418 2002-10-23  Michael Snyder  <msnyder@redhat.com>
419
420         * printcmd.c (address_info): Restore quotes in output.
421         * valops.c (value_of_local): Restore quotes in error message.
422
423 2002-10-23  Elena Zannoni  <ezannoni@redhat.com>
424
425         * symtab.c (symbol_demangled_name): New function.
426         * symtab.h (SYMBOL_DEMANGLED_NAME): Simplify macro, by
427         turning most of it into a function.
428         (symbol_demangled_name): Export.
429
430 2002-10-23  Michael Snyder  <msnyder@redhat.com>
431
432         * valops.c (value_of_local): Restore quotes in error message.
433
434 2002-10-23  Elena Zannoni  <ezannoni@redhat.com>
435
436         * symtab.c (symbol_init_language_specific): New function.
437         * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): Simplify macro, by
438         turning most of it into a function.
439         (symbol_init_language_specific): Export.
440
441 2002-10-23  David Carlton  <carlton@math.stanford.edu>
442
443         * dwarf2read.c (dwarf_tag_name): Add DWARF 3 names.
444         (dwarf_attr_name): Ditto.
445         (dwarf_type_encoding_name): Ditto.
446         (scan_partial_symbols): Descend into DW_TAG_namespace entries.
447         (process_die): Handle DW_TAG_namespace,
448         DW_TAG_imported_declaration, DW_TAG_imported_module.
449         (read_namespace): New function.
450
451 2002-10-22  Joel Brobecker  <brobecker@gnat.com>
452
453         * configure.in: Define NEW_PROC_API on Interix too.
454         * configure: Regenerate.
455
456 2002-10-21  Joel Brobecker  <brobecker@gnat.com>
457
458         * configure: Regenerate using the proper version of autoconf.
459
460 2002-10-21  Elena Zannoni  <ezannoni@redhat.com>
461
462         * findvar.c (read_var_value): Temporarily disable TLS code, until
463         complete TLS support is added.
464
465 2002-10-21  Jim Blandy  <jimb@redhat.com>
466             Elena Zannoni  <ezannoni@redhat.com>
467
468         * symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC
469         for thread local storage locations.
470         (struct symbol): Add objfile field.
471         (SYMBOL_OBJFILE): Define.
472         * dwarf2read.c (is_thread_local): New static variable.
473         (new_symbol): If variable is in thread local fill in address class
474         and objfile appropriately.
475         (decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address
476         stack operation.
477         * printcmd.c (address_info): Print the information for thread
478         local storage variable.
479         * findvar.c (read_var_value): In case of thread local variable,
480         defer to the target vector code to compute address.
481
482 2002-10-21  Elena Zannoni  <ezannoni@redhat.com>
483
484         * solib-svr4.c (svr4_fetch_objfile_link_map): New function.
485         * solib-svr4.h (svr4_fetch_objfile_link_map): Export.   
486
487 2002-10-21  Elena Zannoni  <ezannoni@redhat.com>
488
489         * symtab.h (address_class):  Rename
490         LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC.
491         * hpread.c (hpread_process_one_debug_symbol): Ditto.
492         * printcmd.c (address_info): Ditto.
493         * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
494
495 2002-10-20  Mark Kettenis  <kettenis@gnu.org>
496
497         * i386bsd-nat.c (i386bsd_dr_set, i386bsd_dr_get_status): Use
498         DBREG_DRX macro to acces debug registers.
499
500         * Makefile.in (i386obsd-tdep.o): New target.
501
502         * solib-sunos.c: Include "bcache.h" and "regcache.h".
503         * Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
504
505         * configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
506         * config/i386/obsd.mt: New file.
507         * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce
508         i386obsd_sc_pc_offset and i386obsd_sc_sp_offset;
509         * i386obsd-nat.c (_initialize_i386obsd_nat): Set
510         i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of
511         i386nbsd_sigtramp_start and i386nbsd_sigtramp_end.
512         * i386obsd-tdep.c: New file.
513
514 2002-10-19  Adam Fedor  <fedor@gnu.org>
515
516         * objc-exp.y (name_not_typename): Fix invalid comment.  
517
518 2002-10-20  Mark Kettenis  <kettenis@gnu.org>
519
520         * solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
521         to allocate partial syms and macro byte caches.
522
523 2002-10-18  David Carlton  <carlton@math.stanford.edu>
524
525         * symtab.h: Delete 'struct source' and 'struct sourcevector'.
526
527 2002-10-18  Adam Fedor  <fedor@gnu.org>
528
529         * stabsread.c (find_name_end): New function.
530         (define_symbol): Use it.
531
532 2002-10-18  Daniel Jacobowitz  <drow@mvista.com>
533
534         * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
535         * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
536         * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
537         * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
538
539 2002-10-17  David Carlton  <carlton@math.stanford.edu>
540
541         * symfile.h: Add opaque declaration for struct obstack.
542         Declare obsavestring to take a const char *.
543         * symfile.c (obsavestring): Make first argument a const char *.
544
545 2002-10-16  Adam Fedor  <fedor@gnu.org>
546
547         * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
548         names when matching breakpoints in current file.
549
550 2002-10-16  Kevin Buettner  <kevinb@redhat.com>
551
552         * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
553         (read_tag_pointer_type): Add address class support.
554         * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
555         (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
556         New methods.
557         * gdbarch.h, gdbarch.c: Regenerate.
558         * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
559         (make_type_with_address_space, recursive_type_dump): Add address
560         class support.
561         * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
562         (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
563         (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
564
565 2002-10-16  Klee Dienes  <kdienes@apple.com>
566
567         * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
568         to get the last character of a char[] buffer, not
569         name[sizeof(vptr_name)-1].
570
571 2002-10-14  Adam Fedor  <fedor@gnu.org>
572
573         * symtab.h: New objc_specific struct.
574         (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
575         (SYMBOL_DEMANGLED_NAME): Likewise.
576
577 2002-10-14  Adam Fedor  <fedor@gnu.org>
578
579         * symfile.c (init_filename_language_table): Add ObjC file extension.
580
581 2002-10-14  Adam Fedor  <fedor@gnu.org>
582
583         * utils.c (puts_filtered_tabular): New function.
584         (fprintf_symbol_filtered): Get ObjC demangled name.
585         * defs.h (puts_filtered_tabular): Declared.
586
587 2002-10-14  Kevin Buettner  <kevinb@redhat.com>
588
589         * c-lang.h (c_type_print_varspec_prefix): Delete.
590         * c-typeprint.c (c_type_print_varspec_prefix): Make static.  Add
591         ``need_post_space'' parameter.  Adjust all callers.
592
593 2002-10-14  Daniel Jacobowitz  <drow@mvista.com>  
594  
595         * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
596         * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
597         * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
598         * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
599
600 2002-10-13  Adam Fedor  <fedor@gnu.org>
601
602         * source.c (print_source_lines): Update comments.
603
604 2002-10-13  Adam Fedor  <fedor@gnu.org>
605
606         * valops.c (value_of_local): New function.
607         (value_of_this): Use it.
608         * value.h (value_of_local): Declared.
609
610 2002-10-13  Adam Fedor  <fedor@gnu.org>
611
612         * parse.c: (length_of_subexp, prefixify_subexp): Handle
613         OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
614
615 2002-10-12  Adam Fedor  <fedor@gnu.org>
616
617         * language.c (binop_result_type): Add language_objc to case.
618         (integral_type): Likewise.
619         (character_type): Likewise.
620         (string_type): Likewise.
621         (boolean_type): Likewise.
622         (structured_type): Likewise.
623         (binop_type_check): Likewise.
624
625 2002-10-11  Adam Fedor  <fedor@gnu.org>
626
627         * printcmd.c (address_info): Print 'self' for ObjC.
628
629 2002-10-11  Adam Fedor  <fedor@gnu.org>
630
631         * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
632         OP_SELF.
633
634 2002-10-11  Adam Fedor  <fedor@gnu.org>
635
636         * language.h (CAST_IS_CONVERSION): Add language_objc.
637
638 2002-10-11  Adam Fedor  <fedor@gnu.org>
639
640         * defs.h (enum language): Add language_objc.
641
642 2002-10-11  Klee Dienes  <kdienes@apple.com>
643
644         * corefile.c (read_memory_typed_address): New function.
645         * gdbcore.h (read_memory_typed_address): Add prototype.
646         * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
647         to read a value destined for a CORE_ADDR, not read_memory_integer.
648         * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
649         (f77_get_dynamic_lowerbound): Ditto.
650
651 2002-10-11  Martin M. Hunt  <hunt@redhat.com>
652
653         * utils.c (string_to_core_addr): After turning string into
654         a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
655         which will do necessary sign-extension, etc.
656
657 2002-10-11  Daniel Jacobowitz  <drow@mvista.com>
658
659         * c-exp.y (THIS): Delete token and grammar rule.
660         (yylex): Don't return THIS.
661         * cp-valprint.c (vtbl_ptr_name_old): Delete.
662         (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
663         * demangle.c (cplus_markers): Update comment.  Put '$'
664         first.  Remove CPLUS_MARKER.
665         (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
666         * jv-exp.y (THIS): Delete token and grammar rule.
667         (yylex): Don't return THIS.
668         * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
669         * objc-exp.y (THIS): Delete token and grammar rule.
670         (yylex): Don't return THIS.
671         * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
672         * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
673         (read_member_functions): Likewise for opname.
674         (read_tilde_fields): Use is_cplus_marker.
675
676         * defs.h (CPLUS_MARKER): Don't define.
677         * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
678         * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
679         * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
680         * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
681         * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
682
683         * config/i386/tm-i386v4.h: Delete file.
684         * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
685         * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
686         * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
687         * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
688         * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
689         * config/i386/i386sco5.mt (TM_FILE): Likewise.
690         * config/i386/i386v4.mt (TM_FILE): Likewise.
691         * config/i386/ncr3000.mt (TM_FILE): Likewise.
692
693 2002-10-10  Marko Mlinar  <markom@opencores.org>
694
695         * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
696         accidentially not commited 2002-10-09
697         * gdbarch.h, gdbarch.c: Re-generate.
698
699 2002-10-09  Marko Mlinar  <markom@opencores.org>
700
701         * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
702         * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
703         * gdbarch.h, gdbarch.c: Re-generate.
704
705 2002-10-08  Petr Sorfa <petrs@caldera.com>
706
707         Revised and re-submitted by John Wolfe <jlw@caldera.com>
708
709         Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
710         so we can work on more than one compilation unit at a time.  This
711         helps prepare GDB to handle inter-CU die references.
712         * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
713         the code to be defined before struct comp_unit_head.
714         (comp_unit_head): Added new members - offset, cu_head,
715         begin_die, next and dwarf2_abbrevs.
716         (dwarf2_abbrevs): Removed single static var; now member of
717         struct comp_unit_head.
718         dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
719         members.
720         (psymtab_to_symtab_1): Changed to work with the new
721         struct comp_unit_head.
722         (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
723         constructs the dwarf2_abbrevs[] inside the cu_header.
724         (dwarf2_empty_abbrev_table): Now expects a ptr to a
725         dwarf2_abbrev table to clean up.
726         (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
727         handling of dwarf2_abbrevs inside the cu_header.
728         (read_partial_die): Now supports the call to the new
729         dwarf2_lookup_abbrev.
730         (read_full_die): Now supports the call to the new
731         dwarf2_lookup_abbrev.
732
733 2002-10-06  Christopher Faylor  <cgf@redhat.com>
734
735         * Makefile.in (install-gdbtk): Add missing continuation backslash to
736         insure that shell variables, such as "transformed_name" are propagated
737         to later shell statements in rule.
738
739 2002-10-06  Mark Kettenis  <kettenis@gnu.org>
740
741         * config/i386/nm-i386sco.h: Add protection against
742         multiple-inclusion.  Include "i386/nm-i386v.h".
743         (REGISTER_U_ADDR): Remove define.
744         (i386_register_u_addr): Remove prototype.
745
746 2002-10-04  Michael Snyder  <msnyder@redhat.com>
747
748         * m32r-stub.c (handle_exception): Make sure exception is "trap"
749         before treating it as a single-step event.
750
751 2002-10-03  Adam Fedor  <fedor@gnu.org>
752
753         * objc-lang.c: ARI fixes.  Change string.h to gdb_string.h.
754         (objc_demangle): Remove assignment in if statements, Replace
755         free with xfree.
756         (add_msglist): Likewise.
757         (end_msglist): Likewise.
758         (complare_selectors): Likewise.
759         (selectors_info): Likewise.
760         (compare_classes): Likewise.
761         (classes_info): Likewise.
762         (print_object_command): Likewise.
763         (find_objc_msgcall_submethod): Replace PTR with void *.
764         * objc-lang.h: Remove check for __STDC__.
765
766 2002-10-03  Jeff Johnston  <jjohnstn@redhat.com>
767
768         * ui-out.h (ui_out_field_fmt_int): New prototype.
769         * ui-out.c (ui_out_field_fmt_int): New function allowing specification
770         of field width and alignment.
771         * stack.c (print_frame_info_base): When printing frame level, use
772         ui_out_field_fmt_int with a width of 2 and left alignment.  Fix for
773         PR gdb/192
774
775 2002-10-03  Jeff Johnston  <jjohnstn@redhat.com>
776
777         * MAINTAINERS: Add self to Write After Approval list.
778
779 2002-10-02  Elena Zannoni  <ezannoni@redhat.com>
780
781         * infcmd.c (interrupt_target_command_wrapper): Delete.
782         (interrupt_target_command): Make non static.
783         (nofp_registers_info): Make static.
784         * stack.c (return_command_wrapper): Delete.
785         (return_command): Make non static.
786
787 2002-10-02  Elena Zannoni  <ezannoni@redhat.com>
788
789         * event-top.c (gdb_setup_readline): New function. Code moved from
790         _initialize_event_loop().
791         (_initialize_event_loop): Call gdb_setup_readline().
792
793 2002-10-02  Andrew Cagney  <ac131313@redhat.com>
794
795         * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
796         * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
797         * gdbarch.h, gdbarch.c: Re-generate.
798
799 2002-10-02  Daniel Jacobowitz  <drow@mvista.com>
800
801         Fix PR gdb/778
802         * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
803         before recursing.
804         * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
805         of fill_in_vptr_fieldno.
806
807 2002-10-02  Elena Zannoni  <ezannoni@redhat.com>
808
809         * inferior.h (registers_info, stepi_command, nexti_command,
810         continue_command, interrupt_target_command): Export from infcmd.c.
811         * frame.h (args_info, selected_frame_level_changed_hook,
812         return_command): Export from stack.c.
813         * v850ice.c (stepi_command, nexti_command, continue_command): use
814         prototypes from inferior.h.
815         * tracepoint.c (registers_info, args_info, locals_info): Use
816         prototypes from frame.h and inferior.h.
817         * Makefile.in (mi-main.o): Add dependency on frame.h.
818
819 2002-10-02  Andrew Cagney  <ac131313@redhat.com>
820
821         * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
822         value in register 3 adjusted by ppc_gp0_regnum.
823
824         * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
825
826 2002-10-02  Marko Mlinar <markom@opencores.org>
827
828         * MAINTAINERS: Add myself to the Write After Approval list.
829
830 2002-10-01  Alexandre Oliva  <aoliva@redhat.com>
831
832         * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
833         of the section for the N64 ABI, fixed.
834
835         * config/mips/tm-irix6.h: Include solib.h.
836
837 2002-10-01  Elena Zannoni  <ezannoni@redhat.com>
838
839         * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
840         GNU operators.
841
842 2002-10-01  Andrew Cagney  <ac131313@redhat.com>
843
844         * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
845         and that "mi0" syntax has been removed.
846
847 2002-09-30  David Carlton  <carlton@math.stanford.edu>
848
849         * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
850         * ppc-sysv-tdep.c: #include "gdb_string.h".
851         * remote-sds.c (getmessage): Add semicolon after 'retry' label to
852         pacify GCC.
853
854 2002-10-01  Andrew Cagney  <ac131313@redhat.com>
855
856         * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
857         "vrsave"'s register number.
858
859 2002-09-30  Andrew Cagney  <ac131313@redhat.com>
860
861         * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
862         use frame_unwind_signed_register to obtain the PC.
863         (mips_frame_chain): Handle a generic dummy frame.
864         (mips_init_extra_frame_info): When a generic dummy frame, don't
865         re-compute the frame base.
866         (mips_pop_frame): Handle generic dummy frames.
867         (mips_gdbarch_init): When generic dummy frames, set
868         use_generic_dummy_frames, push_dummy_frame to
869         generic_push_dummy_frame, pc_in_call_dummy to
870         generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
871         generic_save_dummy_frame_tos.
872
873 2002-09-30  Andrew Cagney  <ac131313@redhat.com>
874
875         * blockframe.c (generic_find_dummy_frame): Rewrite.  Only test
876         against TOP when TOP was explictly set.
877         (generic_push_dummy_frame): Set TOP to zero.
878
879 2002-09-30  Elena Zannoni  <ezannoni@redhat.com>
880
881         * event-loop.c (start_event_loop): Rename variable 'result' to
882         'gdb_result', to avoid conflicts with upcoming intepreters changes.
883
884 2002-09-30  Keith Seitz  <keiths@redhat.com>
885
886         * gdb-events.sh (selected_thread_changed): New event.
887         * gdb-events.c: Regenerated.
888         * gdb-events.h: Regenerated.
889
890 2002-09-30  Hans-Peter Nilsson  <hp@bitrange.com>
891
892         * MAINTAINERS: Add self to Write After Approval list.
893
894 2002-09-30  Fernando Nasser  <fnasser@redhat.com>
895
896         * disasm.c: New file.  
897         * disasm.h: New file.  
898         * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
899         (compare_lines): Ditto.
900         (dump_insns): Ditto.
901         (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
902         argument.
903         (do_assembly_only): Ditto.
904         (do_disassembly): Renamed to gdb_disassembly and moved to
905         disasm.c.  Sdded uiout argument.
906         * Makefile.in: Add new files.  Reorder SFILES list. Update
907         dependencies.  Include libgdb.a later in the insight executable.
908
909 2002-09-29  Andrew Cagney  <ac131313@redhat.com>
910
911         * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
912         bfd/elf64-alpha-fbsd.c.
913
914 2002-09-29  Andrew Cagney  <ac131313@redhat.com>
915
916         * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
917         i386gnu-tdep.c.
918
919 2002-09-29  Andrew Cagney  <ac131313@redhat.com>
920
921         * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
922         __FUNCTION__.
923         * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
924         function name.
925         (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
926         (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
927         (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
928         (S_msg_sig_post_reply): Ditto.
929         
930 2002-09-28  Corinna Vinschen  <vinschen@redhat.com>
931
932         * sh-tdep.c (sh_use_struct_convention): Use definition according
933         to ABI.
934         (sh_push_arguments): Store in register with correct endianess.
935         (sh_default_store_return_value): Ditto.
936         (sh_gdbarch_init): Set sizeof long double to 8.
937
938 2002-09-27  Mark Kettenis  <kettenis@gnu.org>
939
940         * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
941         Fix some whitespace problems.
942
943 2002-09-27  David Carlton  <carlton@math.stanford.edu>
944
945         * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
946         (mcore-tdep.o): Ditto.
947         (ns32k-tdep.o): Ditto.
948         (ns32knbsd-tdep.o): Ditto.
949         (sh3-rom.o): Ditto.
950         (vax-tdep.o): Ditto.
951         * cris-tdep.c: #include "gdb_string.h"
952         * mcore-tdep.c: Ditto.
953         * ns32k-tdep.c: Ditto.
954         * ns32knbsd-tdep.c: Ditto.
955         * sh3-rom.c: Ditto.
956         * vax-tdep.c: Ditto.
957
958 2002-09-27  David Carlton  <carlton@math.stanford.edu>
959
960         * config/djgpp/fnchange.lst: Add entries for
961         gdb/testsuite/gdb.c++/m-static files.
962
963 2002-09-27  Jim Wilson  <wilson@redhat.com>
964
965         * MAINTAINERS: Add myself to the Write After Approval list.
966
967 2002-09-26  Martin M. Hunt  <hunt@redhat.com>
968
969         * mips-tdep.c (find_proc_desc): Initialize startaddr.
970
971
972 2002-09-26  Andrew Cagney  <ac131313@redhat.com>
973
974         * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
975         frame.
976
977 2002-09-26  Andrew Cagney  <ac131313@redhat.com>
978
979         * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
980         (rs6000_struct_return_address): Delete variable.
981         (rs6000_store_struct_return): Update.
982         (rs6000_gdbarch_init): Set extract_struct_value_address instead of
983         deprecated_extract_struct_value_address.
984         (rs6000_frame_align): New function.
985         (rs6000_gdbarch_init): Set frame_align.
986
987 2002-09-26  Andrew Cagney  <ac131313@redhat.com>
988
989         From Grace Sainsbury <graces@redhat.com>:
990         * Makefile.in (gdbtk-main.o): New target.
991         (gdb.o): New target.
992         (main_h): Define.
993         (main.o): Update dependencies.
994         (gdb$(EXEEXT)): Add gdb.o.
995         (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
996         (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
997         (SUBDIR_GDBTK_CLEAN): Set.
998         (install-gdbtk): Install the insight binary.
999         (uninstall-gdbtk): New target.
1000         (all-gdbtk, clean-gdbtk): New rule.
1001         * top.c (use_windows): Default to zero.
1002         * main.c: Include "main.h".
1003         (main): Delete.
1004         (struct captured_main_args): Delete.
1005         (gdb_main): New function.
1006         * main.h: New file.
1007         * gdb.c: New File.
1008
1009 2002-09-25  Andrew Cagney  <cagney@redhat.com>
1010
1011         * frame.c: Include "gdb_string.h" and "builtin-regs.h".
1012         (frame_map_regnum_to_name): New function.
1013         (frame_map_name_to_regnum): New function.
1014         * frame.h (frame_map_name_to_regnum): Declare.
1015         (frame_map_regnum_to_name): Declare.
1016         * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
1017         * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
1018         * parse.c: Do not include "builtin-regs.h".
1019         (target_map_name_to_register): Delete function.
1020         (write_dollar_variable): Use frame_map_name_to_regnum.
1021         * parser-defs.h (target_map_name_to_register): Delete declaration.
1022         * expprint.c: Include "frame.h".
1023         (print_subexp): Use frame_map_regnum_to_name.
1024         * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
1025         * infcmd.c (registers_info): Use frame_map_name_to_regnum.
1026
1027 2002-09-25  Andrew Cagney  <ac131313@redhat.com>
1028
1029         * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
1030         wasn't saved, and the next innermost frame is a dummy, return the
1031         dummy frame's link register.
1032
1033 2002-09-24  Jim Blandy  <jimb@redhat.com>
1034
1035         Fix from Paul Breed:
1036         * main.c (captured_main): Add a `break' after the case for 'b'.
1037
1038 2002-09-24  Keith Seitz  <keiths@redhat.com>
1039
1040         * varobj.c (c_type_of_child): Use get_target_type instead
1041         of TYPE_TARGET_TYPE.
1042
1043 2002-09-22  Fernando Nasser  <fnasser@redhat.com>
1044
1045         * source.c (get_current_or_default_source_symtab_and_line): Remove
1046         function.
1047         (set_default_source_symtab_and_line): New function. Attempts to
1048         determine a source file to list lines from if one is not currently
1049         defined.
1050         (get_current_source_symtab_and_line): Initialize sal.pc and
1051         sal.end fields.
1052         (set_current_source_symtab_and_line): Mark argument as const.
1053         * source.h: Update declarations and comments.
1054         * linespec.c (decode_line_1): Replace call to removed routine above.
1055         * stack.c (print_frame_info_base): Ditto.
1056         * cli/cli-cmds.c (edit_command): Ditto.
1057         (list_command): Ditto.
1058
1059 2002-09-22  Fernando Nasser  <fnasser@redhat.com>
1060
1061         * source.c (get_current_or_default_source_symtab_and_line): Initialize
1062         sal.pc and sal.end fields.
1063         (get_current_or_default_source_symtab_and_line): Ditto.
1064         * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
1065         so we do not cause a new source symtab to be searched for (reverting an
1066         unintentional change from the 2002-09-20 patch).
1067         * scm-lang.c (scm_unpac): Ditto.
1068
1069 2002-09-21  Andrew Cagney  <cagney@redhat.com>
1070
1071         * complaints.c (symfile_explanations): Remove new-line from
1072         ``isolated_message''.
1073         (vcomplaint): When ISOLATED_MESSAGE, force a line break.
1074         (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
1075
1076 2002-09-20  Nick Clifton  <nickc@redhat.com>
1077         
1078         * NEWS: Announce that V850EA ISA is no longer supported.
1079         * v850-tdep.c: Remove reference to bfd_mach_v850ea.
1080
1081 2002-09-20  David Carlton  <carlton@math.stanford.edu>
1082
1083         * Makefile.in (c-lang.o): Correct dependencies.
1084         (utils.o): Gather dependencies.
1085         (charset.o): Move.
1086         * c-lang.c: #include "gdb_string.h"
1087
1088 2002-09-20  Fernando Nasser  <fnasser@redhat.com>
1089
1090         From 2002-07-02  George Helffrich <george@gly.bris.ac.uk>
1091         * cli/cli-cmds.c (list_command): New function.  Implements the new
1092         cli edit command.
1093         (_init_cli_cmds): Add new command definition.
1094         * gdb.1: Document edit command.
1095         * doc/gdb.texinfo: Document edit command.
1096
1097 2002-09-20  Fernando Nasser  <fnasser@redhat.com>
1098
1099         * source.c: Make global variables current_source_symtab and
1100         current_source_line static.
1101         (list_command): Moved to cli/cli-cmds.c.
1102         (ambiguous_line_spec): Moved to cli/cli-cmds.c.
1103         (get_first_line_listed): New accessor function.
1104         (get_lines_to_list): New accessor function.
1105         (get_current_source_symtab_and_line): New function. Retrieves the
1106         position in the source code that we consider current.
1107         (get_current_or_default_source_symtab_and_line): New function.
1108         Like the above but attempts to determine a default position if one
1109         is not currently defined.
1110         (set_current_source_symtab_and_line): New function. Sets the source
1111         code position considered current and returns the previously set one.
1112         (clear_current_source_symtab_and_line): Reset stored information about
1113         a current source line.
1114         (_initialize_source): Remove registration for the "list" command and
1115         its alias.
1116         * source.h: Add declarations for the new functions above.
1117         * symtab.h: Remove declarations for the global variables mentioned
1118         above.
1119         * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
1120         obtain current source line.
1121         * linespec.c (decode_line_1): Ditto.
1122         * macroscope.c (default_macro_scope): Ditto.
1123         * scm-lang.c (scm_unpac): Ditto.
1124         * stack.c (print_frame_info_base): Ditto.
1125         * symfile.c (clear_symtab_users): Ditto.
1126         * symtab.c (decode_line_spec): Ditto.
1127         * cli/cli-cmds.c (list_command): Moved here from source.c.
1128         (ambiguous_line_spec): Moved here from source.c.
1129         (_init_cli_cmds): Add definition for "list" and its alias.
1130         * Makefile.in: Update dependencies.
1131
1132 2002-09-20  Corinna Vinschen  <vinschen@redhat.com>
1133
1134         * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
1135         with what gcc thinks is correct.
1136
1137 2002-09-20  Corinna Vinschen  <vinschen@redhat.com>
1138
1139         * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
1140         multiple register push instruction.
1141
1142 2002-09-19  Jim Blandy  <jimb@redhat.com>
1143
1144         Add support for distinct host and target character sets.
1145         * charset.c, charset.h: New files.
1146         * c-exp.y: #include "charset.h".
1147         (yylex): Convert character and string literals to the target
1148         character set, before returning them as the semantic value of the
1149         token.
1150         * c-lang.c: #include "charset.h".
1151         (c_emit_char): Use charset-specific methods to recognize
1152         characters with backslash escape forms, to decide which characters
1153         to print literally and which to print using numeric escape
1154         sequences, and to convert target characters to host characters
1155         before printing.
1156         * utils.c: #include "charset.h".
1157         (no_control_char_error): New function.
1158         (parse_escape): Use charset-specific methods to recognize
1159         backslash escapes, parse `control character' notation, and convert
1160         characters from the host character set to the target character set.
1161         * configure.in: Set the default host character set.
1162         Check where to find iconv, and what its argument types might be.
1163         * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
1164         * Makefile.in (SFILES): List charset.c.
1165         (COMMON_OBS): List charset.o.   
1166         (charset.o): New rule.
1167         (charset_h): New header dependency variable.
1168         (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
1169         (LIBICONV): New variable, set by configure.
1170         (CLIBS): Include $(LIBICONV) here.
1171         * aclocal.m4, config.in, configure: Regenerated.
1172
1173 2002-09-19  Joel Brobecker  <brobecker@gnat.com>
1174
1175         * ada-exp.y: Add missing semicolons to end rules. Fixes a
1176         bison 1.35 warning.
1177
1178 2002-09-19  Richard Earnshaw  <rearnsha@arm.com>
1179
1180         * gdb_mbuild.sh: New file.
1181
1182 2002-09-19  Andrew Cagney  <ac131313@redhat.com>
1183
1184         * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
1185
1186 2002-09-18  Andrew Cagney  <ac131313@redhat.com>
1187
1188         * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
1189         jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
1190         printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
1191         valops.c, value.h: Revert previous change.
1192         
1193 2002-09-18  Michael Snyder  <msnyder@redhat.com>
1194
1195         Preliminary support for Objective-C:
1196         * defs.h (language_objc): New enum value.
1197         (puts_filtered_tabular): Declaration only, exported from utils.c.
1198         (skip_quoted): Delete, declared in completer.h.
1199         * c-exp.y: Include completer.h.
1200         * p-exp.y: Ditto.
1201         * jv-exp.y: Ditto.
1202         * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING): 
1203         New operator enum values.
1204         * language.h (CAST_IS_CONVERSION): Test for language_objc.
1205         * language.c (binop_result_type): Handle language_objc case.
1206         (integral_type, character_type, string_type, boolean_type,
1207         structured_type, binop_type_check): Ditto.
1208         * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
1209         (struct objc_specific): Add to general_symbol_info.
1210         (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
1211         (SYMBOL_DEMANGLED_NAME): Handle objc case.
1212         * parser-defs.h (struct objc_class_str): New struct type.
1213         (start_msglist, end_msglist, add_msglist): Declaration only,
1214         exported from objc-lang.c.
1215         * value.h (value_of_local, value_nsstring, 
1216         call_function_by_hand_expecting_type): Exported from valops.c.
1217         * valops.c (find_function_addr): Export.
1218         (call_function_by_hand_expecting_type): New function.
1219         (value_of_local): New function.
1220         * symfile.c (init_filename_language_table): Add ".m" extension
1221         for Objective-C.
1222         * utils.c (puts_filtered_tabular): New function.
1223         (fprintf_symbol_filtered): Add objc demangling support (disabled).
1224         (set/show demangle): Extend help-string to refer to ObjC.
1225         * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
1226         * stabsread.c (symbol_reference_defined): Objective-C symbols
1227         may contain colons: make allowances when scanning stabs strings
1228         for colons.
1229         (objc_find_colon): New function.
1230         * printcmd.c (address_info): If language == objc then print
1231         "self" instead of "this".
1232         * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
1233         OP_NSSTRING, and OP_SELF.
1234         (prefixify_subexp): Ditto.
1235         * source.c (print_source_lines): Mention objc in comment.
1236         * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
1237         method names.
1238
1239 2002-09-18  Andrew Cagney  <ac131313@redhat.com>
1240
1241         * complaints.h: Update copyright.
1242         (struct complaints): Declare.
1243         (struct complaint): Make `message' constant.
1244         (internal_complaint): Declare.
1245         (complaint): Declare.
1246         (complaint_root): Delete declaration.
1247         (symfile_complaints): Delete declaration.
1248         (struct complaints): Add opaque declaration.
1249         (clear_complaints): Add a complaints parameter.
1250         * complaints.c: Update copyright.
1251         (enum complaint_series): Define.
1252         (complaint_root): Delete.
1253         (struct complaints): Define.
1254         (complaint_sentinel, symfile_complaint_book): New variables.
1255         (symfile_explanations, symfile_complaints): New variables.
1256         New variables.
1257         (get_complaints): New function.
1258         (vcomplaint): New function.
1259         (complaint): New function.
1260         (internal_complaint): New function.
1261         (complain): Call vcomplain with symfile_complaint.
1262         (clear_complaints): Rewrite.
1263         (_initialize_complaints): Use add_setshow_command.
1264         * Makefile.in (complaints.o): Update dependencies.
1265         * symfile.c (syms_from_objfile): Add symfile_complaints parameter
1266         to call to clear_complaints.
1267         (new_symfile_objfile, reread_symbols): Ditto.
1268         (oldsyms_complaint): Delete.
1269         (empty_symtab_complaint, unknown_option_complaint): Delete.
1270         (free_named_symtabs): Use complaint instead of complain.
1271
1272 2002-09-18  Michael Snyder  <msnyder@redhat.com>
1273
1274         Contributed by Apple Computer, Inc.  Merged with current sources
1275         by Adam Fedor <fedor@doc.com> [cagney].
1276         
1277         * objc-lang.c: First clean-up round: comments, indentation.
1278         * objc-lang.h: Ditto.
1279         * objc-lang.y: Ditto.
1280
1281 2002-09-18  Andrew Cagney  <ac131313@redhat.com>
1282
1283         * maint.c (maintenance_internal_error): Print the parameter as the
1284         error message.
1285         (maintenance_internal_warning): New function.
1286         (_initialize_maint_cmds): Add command `maint internal-warning'.
1287
1288         * defs.h (internal_warning, internal_vwarning): Declare.
1289         * utils.c (struct internal_problem): Define.
1290         (internal_vproblem): New function.
1291         (internal_warning): New function.
1292         (internal_vwarning): New function.
1293         (internal_warning_problem, internal_error_problem): New variables.
1294         (internal_verror): Just call internal_vproblem.
1295
1296 2002-09-18  Michael Snyder  <msnyder@redhat.com>
1297
1298         * objc-lang.c: New file, support for Objective-C.
1299         Preliminary check-in, not yet integrated into gdb.
1300         * objc-lang.h: New file.
1301         * objc-exp.y:  New file.
1302
1303 2002-09-18  Andrew Cagney  <ac131313@redhat.com>
1304
1305         * infrun.c (signal_stop_update): Convert definition to ISO C.
1306         (signal_print_update): Ditto.
1307         (signal_pass_update): Ditto.
1308         * inflow.c (terminal_save_ours): Ditto.
1309
1310         * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
1311         comments.
1312         
1313         * config/djgpp/fnchange.lst: Handle name clashes between
1314         bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
1315         bfd/coff-tic80.c.
1316
1317         * i386-linux-tdep.h: Fix tipo.
1318
1319 2002-09-18  Adam Fedor  <fedor@gnu.org>
1320
1321         * MAINTAINERS: Add myself to the Write After Approval list.
1322
1323 2002-09-18  Jim Blandy  <jimb@redhat.com>
1324
1325         * dbxread.c, mdebugread.c: Revert my change of 2001-10-23.  Moving
1326         texthigh and textlow to reader-specific structs caused
1327         objfile_relocate to miss them.  This is fixable, but the work that
1328         the change was supposed to prepare GDB for never got done anyway.
1329
1330 2002-09-18  David Carlton  <carlton@math.stanford.edu>
1331
1332         * MAINTAINERS: Alphabetize Write After Approval list.
1333
1334 2002-09-18  Daniel Jacobowitz  <drow@mvista.com>
1335
1336         Fix PR gdb/709
1337         * values.c (value_static_field): Call read_var_value.
1338
1339 2002-09-18  Andrew Cagney  <ac131313@redhat.com>
1340
1341         * valops.c (hand_function_call): Align the initial stack pointer
1342         and STRUCT_ADDR using frame_align.  When STRUCT_RETURN and
1343         FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
1344         return value.
1345         * mips-tdep.c (mips_frame_align): New function.
1346         (mips_gdbarch_init): Set frame_align.
1347         * gdbarch.sh (FRAME_ALIGN): New method.
1348         * gdbarch.h, gdbarch.c: Re-generate.
1349
1350 2002-09-18  Michal Ludvig  <mludvig@suse.cz>
1351
1352         * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
1353         registers.
1354
1355 2002-09-17  Andrew Cagney  <ac131313@redhat.com>
1356
1357         * NEWS: Mention that MIPS $fp behavior changed.
1358         * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
1359         reference to FP_REGNUM.
1360         (mipsnbsd_cannot_store_register): Ditto.
1361         * mips-linux-nat.c: Update copyright.
1362         (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
1363         (mips_linux_cannot_store_register): Ditto.
1364         * mips-linux-tdep.c (supply_gregset): Ditto.  Update copyright.
1365         * config/mips/tm-mips.h: Update copyright.
1366         (FP_REGNUM): Delete macro.
1367         (MIPS_REGISTER_NAMES): Replace "fp" with "".
1368         * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
1369         * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
1370         (mips_r3041_reg_names, mips_r3051_reg_names)
1371         (mips_r3081_reg_names): Replace "fp" with "".
1372         Fix PR gdb/480.
1373
1374 2002-09-17  Theodore A. Roth  <troth@verinet.com>
1375
1376         * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to 
1377         generic_read_register_dummy() (PR gdb/703).
1378         (avr_push_return_address): #if 0 out unused vars.
1379         (avr_gdbarch_init): Enable use of avr_push_return_address().
1380
1381 2002-09-17  Michael Snyder  <msnyder@redhat.com>
1382
1383         * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
1384         RTE will take care of it.
1385
1386 2002-09-17  Andrew Cagney  <ac131313@redhat.com>
1387
1388         * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
1389         invalid, return SP_REGNUM.
1390
1391 2002-09-17  Michael Snyder  <msnyder@redhat.com>
1392
1393         * mips-tdep.c (mips_pop_frame): Read saved values of floating
1394         point registers without sign extension.
1395
1396 2002-09-17  Andrew Cagney  <cagney@redhat.com>
1397
1398         * blockframe.c (deprecated_read_register_dummy): Rename
1399         generic_read_register_dummy.
1400         * frame.c (frame_unwind_signed_register): New function.
1401         (frame_unwind_unsigned_register): New function.
1402         * frame.h (frame_unwind_signed_register): Declare.
1403         (frame_unwind_unsigned_register): Declare.
1404         (deprecated_read_register_dummy): Rename
1405         generic_read_register_dummy.
1406
1407         * h8300-tdep.c (h8300_frame_chain): Update.
1408         (h8300_frame_saved_pc): Update.
1409         * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
1410         * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
1411         * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
1412         (s390_frame_chain): Update.
1413         * v850-tdep.c (v850_find_callers_reg): Update.
1414         (v850_frame_saved_pc): Update.
1415         * m32r-tdep.c (m32r_init_extra_frame_info): Update.
1416         (m32r_find_callers_reg): Update.
1417         (m32r_frame_saved_pc): Update.
1418         * sh-tdep.c (sh_find_callers_reg): Update.
1419         (sh64_get_saved_pr): Update.
1420         (sh_init_extra_frame_info): Update.
1421         (sh_init_extra_frame_info): Update.
1422         (sh64_init_extra_frame_info): Update.
1423         (sh64_init_extra_frame_info): Update.
1424         * mcore-tdep.c (mcore_find_callers_reg): Update.
1425         (mcore_frame_saved_pc): Update.
1426         (mcore_init_extra_frame_info): Update.
1427         * i386-tdep.c (i386_frame_saved_pc): Update.
1428         * ia64-tdep.c (ia64_frame_saved_pc): Update.
1429         (ia64_init_extra_frame_info): Update.
1430         (ia64_init_extra_frame_info): Update.
1431         * d10v-tdep.c (d10v_frame_saved_pc): Update.
1432         * cris-tdep.c (cris_init_extra_frame_info): Update.
1433         * avr-tdep.c (avr_frame_chain): Update.
1434         (avr_init_extra_frame_info): Update.
1435         (avr_frame_saved_pc): Update.
1436         * arm-tdep.c (arm_find_callers_reg): Update.
1437         (arm_init_extra_frame_info): Update.
1438         (arm_frame_saved_pc): Update.
1439
1440 2002-09-17  Tom Tromey  <tromey@redhat.com>
1441
1442         * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
1443         is "'".
1444
1445 2002-09-17  Corinna Vinschen  <vinschen@redhat.com>
1446
1447         * MAINTAINERS: Remove "non multi-arched" text from h8300.
1448         * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
1449         NEXT_PROLOGUE_INSN.
1450         (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
1451         NEXT_PROLOGUE_INSN.
1452
1453 2002-09-16  Joel Brobecker  <brobecker@gnat.com>
1454
1455         * osfsolib.c: Remove file, replaced by solib-osf.c.
1456         * Makefile.in: Remove compilation rules for osfsolib.c.
1457
1458 2002-09-16  David Carlton  <carlton@math.stanford.edu>
1459
1460         * cp-valprint.c (cp_print_class_method): Correct args to
1461         check_stub_method_group.
1462
1463 2002-09-16  Corinna Vinschen  <vinschen@redhat.com>
1464
1465         * h8300-tdep.c: Multiarch.  Drop `set machine' command in favor of
1466         `set architecture'.  Unify naming convention of functions.
1467         (h8300_skip_prologue): Improve prologue analysis.
1468         (h8300_push_arguments): Rewritten to more closely match GCC's
1469         bizarre argument-passing behavior, along with the comment describing
1470         said behavior.
1471         * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
1472         * config/h8300/tm-h8300.h: Multiarch.  Just keep stuff needed by
1473         sim, remote-e7000.c, remote-hms.c and remote.c
1474
1475 2002-09-15  Mark Kettenis  <kettenis@gnu.org>
1476
1477         * i386-tdep.c (gdb_print_insn_i386): Removed.
1478         (i386_print_insn): New function.
1479         (i386_gdbarch_init): Set print_insn to i386_print_insns.
1480         (_initialize_i386_tdep): Don't initialize tm_print_insn and
1481         tm_print_insn_info.
1482
1483 2002-09-14  Mark Kettenis  <kettenis@gnu.org>
1484
1485         * gdbtypes.c (check_stub_method_group): Initialize found_stub to
1486         zero.
1487
1488 2002-09-14  Corinna Vinschen  <vinschen@redhat.com>
1489
1490         * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
1491         for IN_SIGTRAMP to here.  Use IN_SIGTRAMP only if it's defined. 
1492         Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
1493
1494 2002-09-13  Christopher Faylor  <cgf@redhat.com>
1495
1496         * win32-nat.c (child_create_inferior): Honor 'tty' command.
1497
1498 2002-09-13  Daniel Jacobowitz  <drow@mvista.com>
1499
1500         * gdbtypes.c (check_stub_method): Make static.
1501         (check_stub_method_group): New function.
1502         * gdbtypes.h: Update prototypes.
1503         * cp-support.c: New file.
1504         * cp-support.h: New file.
1505
1506         * stabsread.c: Include "cp-abi.h" and "cp-support.h".
1507         (update_method_name_from_physname): New function.
1508         (read_member_functions): Correct method names for operators
1509         and v3 constructors/destructors.  Separate v2 constructors and
1510         destructors.
1511         * Makefile.in (stabsread.o): Update dependencies.
1512         (SFILES): Add cp-support.c.
1513         (COMMON_OBS): Add cp-support.o.
1514         (cp_support_h, cp-support.o): Add.
1515
1516         * cp-valprint.c (cp_print_class_method): Call
1517         check_stub_method_group instead of check_stub_method.  Remove
1518         extraneous QUITs.
1519         * p-valprint.c (pascal_object_print_class_method): Likewise.
1520         * valops.c (search_struct_method): Likewise.
1521         (find_method_list, value_struct_elt_for_reference): Likewise.
1522
1523 2002-09-13  Andrew Cagney  <cagney@redhat.com>
1524
1525         * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
1526         * gdbarch.h, gdbarch.c: Regenerate.
1527
1528 2002-09-13  Andrew Cagney  <ac131313@redhat.com>
1529
1530         * frame.c (find_saved_register): Delete function.
1531         * frame.h (find_saved_register): Delete declaration.
1532         Fix PR gdb/631.
1533
1534 Fri Sep 13 14:59:55 2002  Andrew Cagney  <cagney@redhat.com>
1535
1536         * mips-tdep.c (read_next_frame_reg): Re-hack using
1537         frame_register_unwind.
1538
1539 Fri Sep 13 07:42:09 2002  Andrew Cagney  <cagney@redhat.com>
1540
1541         * mips-tdep.c (mips_get_saved_register): Re-hack using
1542         frame_register_unwind.
1543
1544 2002-09-12  Joel Brobecker  <brobecker@gnat.com>
1545
1546         * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
1547         vector. Will be useful for Interix.  
1548         * gdbarch.h, gdbarch.c: Regenerate.
1549
1550         * valops.c (value_allocate_space_in_inferior): Replace hard-coded
1551         name of the malloc function by NAME_OF_MALLOC.
1552
1553 2002-09-12  Joel Brobecker  <brobecker@gnat.com>
1554
1555         * value.h (find_function_in_inferior): Add const keyword to
1556         one of the parameters. Allows us to invoke this function with
1557         a const char *.
1558         * valops.c (find_function_in_inferior): Likewise.
1559
1560 2002-09-12  Joel Brobecker  <brobecker@gnat.com>
1561
1562         * exec.c (xfer_memory): Fix compilation warning with old versions
1563         of GCC.
1564         * tracepoint.c (trace_find_tracepoint_command): Likewise.
1565
1566 2002-09-12  David Carlton  <carlton@math.stanford.edu>
1567
1568         * symtab.h: Run through gdb_indent.h.
1569         Add 2002 to Copyright year list.
1570
1571 2002-09-12  Alan Modra  <amodra@bigpond.net.au>
1572
1573         * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
1574         mach constants.
1575         * MAINTAINERS: Add myself to write after approval list.
1576
1577 2002-09-11  J. Brobecker  <brobecker@gnat.com>
1578
1579         * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
1580
1581 2002-09-11  J. Brobecker  <brobecker@gnat.com>
1582
1583         * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
1584         Interix.
1585
1586 2002-06-05  Paul N. Hilfinger  <hilfingr@otisco.mckusick.com>
1587
1588         * procfs.c (do_detach): Clear current signal, not just fault.
1589         Corrects problem with breakpoint trap signal leaking to detached
1590         process on Tru64.
1591
1592 2002-09-10  Michael Snyder  <msnyder@redhat.com>
1593
1594         * buildsym.c (finish_block): Protect against null pointer.
1595
1596 2002-09-10  Andrew Cagney  <cagney@redhat.com>
1597
1598         * infcmd.c (default_print_registers_info): Send all output to
1599         ``file'' instead of ``gdb_stdout''.
1600
1601 2002-09-10  Michael Snyder  <msnyder@redhat.com>
1602
1603         * mips-tdep.c (mips_extract_struct_value_address): Make val a
1604         LONGEST, and use signed register read (addresses are sign-
1605         extended for mips).
1606
1607 2002-09-10  Stephane Carrez  <stcarrez@nerim.fr>
1608
1609         * event-loop.c (gdb_do_one_event): Make public.
1610         * event-loop.h (gdb_do_one_event): Declare.
1611
1612 2002-09-10  Jeff Law  <law@redhat.com>
1613
1614         * infttrace.c (child_resume): Simplify and rework to avoid
1615         TT_PROC_CONTINUE.
1616
1617 2002-09-09  Fred Fish  <fnf@intrinsity.com>
1618
1619         * printcmd.c (print_scalar_formatted): "len" is the number of
1620         target bytes, NOT the number of target bits.
1621
1622 2002-09-09  Elena Zannoni  <ezannoni@redhat.com>
1623
1624         From: Emmanuel Thome'  <thome@lix.polytechnique.fr>
1625         * top.c (init_main): Set rl_terminal_name.
1626
1627 2002-09-08  Aidan Skinner <aidan@velvet.net>
1628
1629         * ada-lang.c (ada_array_bound, ada_type_match,
1630         _initialize_ada_language): Fix K&R definitions.
1631         * ada-tasks.c (get_current_task): Fix K&R definitions.
1632         * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
1633                         
1634 2002-09-07  Christopher Faylor  <cgf@redhat.com>
1635
1636         * MAINTAINERS: Remove CE from list of maintainership responsibilities.
1637         Add XP.
1638
1639 2002-09-06  Mark Kettenis  <kettenis@gnu.org>
1640
1641         * i386-tdep.c (i386_register_virtual_type,
1642         i386_register_convertible, i386_register_convert_to_virtual,
1643         i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
1644         instead of IS_FP_REGNUM and IS_SSE_REGNUM.
1645         (i386_gdbarch_init): Fix comment.  Add comments on calls that set
1646         sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
1647         Don't set push_arguments twice.
1648
1649         * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
1650         sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
1651         * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
1652         sigtramp_end to NULL.
1653         * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
1654         defines.
1655         (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
1656
1657         * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
1658         whitespace.
1659
1660         * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
1661         * gdbarch.h, gdbarch.c: Re-generate.
1662         * blockframe.c (find_pc_sect_partial_function): Convert to use
1663         SIGTRAMP_START_P predicate.
1664
1665 2002-09-05  Michael Snyder  <msnyder@redhat.com>
1666
1667         * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
1668         generic_dummy_frame method and old method.  Also distinguish
1669         between ARM_FP_REGNUM and THUMB_FP_REGNUM.
1670         (arm_extract_return_value): Use new regcache method.
1671
1672         * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
1673         adjustment that doesn't conform to the ABI.
1674         (mips_extract_struct_value_address): Retrieve V0_REGNUM from
1675         saved regcache, not from current regcache.
1676
1677 2002-09-05  Andrew Cagney  <ac131313@redhat.com>
1678
1679         * NEWS: Update for 5.3.  Add new section ``Changes since 5.3''.
1680         * README: Update.
1681
1682 2002-09-04  Jason Thorpe  <thorpej@wasabisystems.com>
1683
1684         * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
1685         if arm_apcs_32 is false.
1686
1687 2002-09-04  Andrew Cagney  <ac131313@redhat.com>
1688
1689         GDB 5.3 branch created.
1690
1691 2002-09-03  Theodore A. Roth  <troth@verinet.com>
1692
1693         * gdb/avr-tdep.c (avr_gdbarch_init): Use
1694         generic_unwind_get_saved_register.
1695
1696 2002-09-03  David Carlton  <carlton@math.stanford.edu>
1697
1698         * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
1699         argument (PR gdb/653).  Update call to smash_to_method_type.
1700         (read_structure_scope): Update call to dwarf2_add_member_fn.
1701
1702 2002-09-03  Michal Ludvig  <mludvig@suse.cz>
1703
1704         * x86-64-linux-tdep.c: Include gdb_string.h
1705         * x86-64-linux-nat.c: Ditto.
1706
1707 2002-09-02  Jason Thorpe  <thorpej@wasabisystems.com>
1708
1709         * ada-exp.y (yyname, yyrule): Remap global variables that appear
1710         when YYDEBUG is set to 1.  
1711         * c-exp.y: Likewise.
1712         * f-exp.y: Likewise.
1713         * jv-exp.y: Likewise.
1714         * m2-exp.y: Likewise.
1715         * p-exp.y: Likewise.
1716
1717 2002-09-02  Jason Thorpe  <thorpej@wasabisystems.com>
1718
1719         * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
1720         dependency list.
1721         * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
1722         solib_svr4_fetch_link_map_offsets to
1723         nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
1724         * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
1725         * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
1726         * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
1727         solib-svr4.o, and solib-legacy.o.
1728         * config/i386/tm-nbsd.h: Include solib.h.
1729
1730 2002-09-02  Jason Thorpe  <thorpej@wasabisystems.com>
1731
1732         * configure.tgt (i[3456]86-*-netbsdelf*): Merge with... 
1733         (i[3456]86-*-netbsd*): ...this.  Set gdb_target to nbsd. 
1734         (i[3456]86-*-openbsd*): Make this a separate entry.  Add a
1735         comment noting that this needs its own target configuration.
1736         * config/i386/nbsd.mt: New file.
1737         * config/i386/nbsdaout.mt: Remove.
1738         * config/i386/nbsdelf.mt: Ditto.
1739         * config/i386/tm-nbsdaout.h: Ditto. 
1740
1741 2002-09-02  Jason Thorpe  <thorpej@wasabisystems.com>
1742
1743         * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function. 
1744         (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset. 
1745         (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
1746         tdep->sigtramp_end.
1747         (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove. 
1748         * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
1749         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
1750
1751 2002-09-02  Jason Thorpe  <thorpej@wasabisystems.com>
1752
1753         * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
1754         $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
1755         * i386-tdep.h (i386bsd_init_abi): New prototype.
1756         * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
1757         function declaration.
1758         (_initialize_i386bsd_tdep): Don't register OS ABI handlers
1759         for NetBSD-a.out or NetBSD-ELF.
1760         (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
1761         (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
1762         (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
1763         * i386nbsd-tdep.c: ...here.  Include arch-utils.h, i386-tdep.h,
1764         and nbsd-tdep.h.
1765         (i386nbsd_pc_in_sigtramp): New function.
1766         (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1767         i386nbsd_pc_in_sigtramp.
1768         (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
1769         and i386nbsdelf_init_abi OS ABI handlers.
1770         * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
1771         * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
1772
1773 2002-09-02  Mark Kettenis  <kettenis@gnu.org>
1774
1775         * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
1776         registers if the target really has them.
1777
1778 2002-08-31  Jason Thorpe  <thorpej@wasabisystems.com>
1779
1780         * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
1781         than nbsd-tdep.h.
1782
1783 2002-08-31  Jason Thorpe  <thorpej@wasabisystems.com>
1784
1785         * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
1786         list.
1787         * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
1788         (alphanbsd_skip_sigtramp_frame): New functions. 
1789         (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
1790         alphanbsd_skip_sigtramp_frame.  Set tdep->sigcontext_addr
1791         to alphanbsd_sigcontext_addr. 
1792
1793 2002-08-31  Jason Thorpe  <thorpej@wasabisystems.com>
1794
1795         * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
1796         list.
1797         (nbsd-tdep.o): Add $(gdb_string_h) to dependency list. 
1798         * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
1799         nbsd_pc_in_sigtramp. 
1800         * mipsnbsd-tdep.c: Include nbsd-tdep.h.
1801         (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
1802         * nbsd-tdep.c: Include gdb_string.h.
1803         (nbsd_pc_in_sigtramp): New function. 
1804         * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype. 
1805         * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
1806         (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1807         ppcnbsd_pc_in_sigtramp. 
1808         * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
1809         (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1810         shnbsd_pc_in_sigtramp. 
1811         * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
1812         gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp. 
1813         * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
1814
1815 2002-08-30  Pierre Muller  <muller@ics.u-strasbg.fr>
1816
1817         * breakpoint.c (breakpoint_init_inferior): Reset the val field of
1818         watchpoints to NULL.
1819         (insert_breakpoints): set val field of watchpoints if NULL.
1820
1821
1822 2002-08-29  Jim Blandy  <jimb@redhat.com>
1823
1824         * symtab.c (lookup_symbol_aux): In the cases where we find a
1825         minimal symbol of an appropriate name and use its address to
1826         select a symtab to read and search, use `name' (as passed to us)
1827         as the demangled name when searching the symtab's global and
1828         static blocks, not the minsym's name.
1829
1830 2002-08-29  Keith Seitz  <keiths@redhat.com>
1831
1832         * stack.c (print_frame_info_base): Always set current_source_symtab
1833         and current_source_line.
1834
1835 2002-08-29  Donn Terry  <donnte@microsoft.com>
1836
1837         * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
1838
1839 2002-08-28  Keith Seitz  <keiths@redhat.com>
1840
1841         * stack.c (select_frame): Add FIXME concerning selected-frame
1842         events.
1843         (select_frame_command): Send selected-frame-level-changed
1844         event notification, but only if the level actually changed.
1845         (up_silently_base): Add selected-frame-level-changed event
1846         notification.
1847         (down_silently_base): Likewise.
1848
1849 2002-08-28  Andrew Cagney  <ac131313@redhat.com>
1850
1851         * Makefile.in: Update dependencies for all gdb/*.c files.
1852
1853 2002-08-27  Tom Tromey  <tromey@redhat.com>
1854
1855         * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
1856         ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
1857         Update dependencies.
1858         * i387-tdep.c: Include gdb_string.h.
1859         * osabi.c: Likewise.
1860         * i386-linux-nat.c: Likewise.
1861         * lin-lwp.c: Likewise.
1862         * ax-gdb.c: Likewise.
1863         * signals/signals.c: Likewise.
1864         * jv-valprint.c: Likewise.
1865         * p-lang.c: Likewise.
1866         * c-valprint.c: Likewise.
1867         * cp-abi.c: Likewise.
1868
1869 2002-08-27  Elena Zannoni  <ezannoni@redhat.com>
1870
1871         * cli/cli-script.h (copy_command_lines): Export.
1872         * breakpoint.c: Include cli/cli-script.h.
1873         * Makefile.in (breakpoint.o): Update dependencies.
1874
1875 2002-08-26  Michael Snyder  <msnyder@redhat.com>
1876
1877         * breakpoint.c (insert_breakpoints): Protect all references
1878         to 'process_warning'.  Shorten long lines.
1879
1880 2002-08-26  Joel Brobecker  <brobecker@gnat.com>
1881
1882         * cli/cli-script.c (copy_command_lines): New function.
1883         * defs.h (copy_command_lines): Export.
1884         * testsuite/gdb.base/commands.exp: New tests for commands
1885         attached to a temporary breakpoint, and for commands that
1886         delete the breakpoint they are attached to.
1887         
1888 2002-08-26  Michael Snyder  <msnyder@redhat.com>
1889
1890         * breakpoint.c (bpstat_stop_status): Instead of copying the 
1891         pointer to the breakpoint commands struct, make a new copy
1892         of the struct and point to that.
1893         (bpstat_clear): Free the commands struct.
1894         (bpstat_clear_actions): Free the commands struct.
1895         (bpstat_do_actions): Free the command actions.  Also execute
1896         the local cleanups, instead of deleting them.
1897         (delete_breakpoint): Leave the commands field of the bpstat
1898         chain alone -- it will be freed later.
1899
1900 2002-08-26  Kevin Buettner  <kevinb@redhat.com>
1901
1902         * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
1903         deleted in 2002-08-20 commit.  This function is still used by
1904         ppc-linux-nat.c.
1905
1906 2002-08-26  Keith Seitz  <keiths@redhat.com>
1907
1908         * gdb-events.sh: Add selected-frame-level-changed event.
1909         * gdb-events.c: Regenerated.
1910         * gdb-events.h: Regenerated.
1911         
1912 2002-08-26  Stephane Carrez  <stcarrez@nerim.fr>
1913
1914         Fix PR gdb/393:
1915         * inflow.c (terminal_save_ours): New function to save terminal
1916         settings.
1917         * inferior.h (terminal_save_ours): Declare.
1918         * target.c (debug_to_terminal_save_ours): New function.
1919         (cleanup_target): Defaults to_terminal_save_ours.
1920         (update_current_target): Inherit to_terminal_save_ours.
1921         (setup_target_debug): Set to_terminal_save_ours.
1922         * target.h (target_terminal_save_ours): New to save terminal settings.
1923         (target_ops): New member to_terminal_save_ours.
1924         * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
1925         * hpux-thread.c (init_hpux_thread_ops): Likewise.
1926         * inftarg.c (init_child_ops): Likewise.
1927         * m3-nat.c (init_m3_ops): Likewise.
1928         * procfs.c (init_procfs_ops): Likewise.
1929         * wince.c (init_child_ops): Likewise.
1930         * win32-nat.c (init_child_ops): Likewise.
1931         * sol-thread.c (init_sol_thread_ops): Likewise.
1932
1933 2002-08-26  Mark Kettenis  <kettenis@gnu.org>
1934
1935         * i386-tdep.c (i386_store_return_value): Undeprecate.  Convert to
1936         use regcache_* functions.
1937         (i386_gdbarch_init): Set store_return_value instead of
1938         deprecated_store_return_value.
1939
1940         * regcache.c (regcache_raw_write_signed,
1941         regcache_raw_write_unsigned): New functions.
1942         * regcache.h (regcache_raw_write_signed,
1943         regcache_raw_write_unsigned): New prototypes.
1944
1945 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
1946
1947         * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
1948         (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
1949         source file dependencies.  Cleanup corresponding generator rules.
1950
1951 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
1952
1953         * regcache.h (register_offset_hack): Declare.
1954         (regcache_cooked_read_using_offset_hack): Declare.
1955         (regcache_cooked_write_using_offset_hack): Declare.
1956
1957         * regcache.c (register_offset_hack): New function.
1958         (regcache_cooked_read_using_offset_hack): New function.
1959         (regcache_cooked_write_using_offset_hack): New function.
1960         (regcache_dump): Check that the registers, according to their
1961         offset, are packed hard against each other.
1962         (cooked_xfer_using_offset_hack): New function.
1963
1964 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
1965
1966         * regcache.c (struct regcache_descr): Add field register_type.
1967         (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
1968         in as a parameter
1969         (init_regcache_descr): Initialize register_type.  Pass the descr
1970         to init_legacy_regcache_descr.  Use register_type instead of
1971         REGISTER_VIRTUAL_TYPE.
1972         (register_type): New function.
1973         (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
1974         * regcache.h (register_type): Declare.
1975
1976 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
1977
1978         * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
1979         instead of deprecated_store_return_value.  Fix fallout from
1980         2002-08-23 Andrew Cagney <cagney@redhat.com>.
1981
1982 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
1983
1984         * regcache.c (max_register_size): New function.
1985         (init_legacy_regcache_descr): Ensure that max_register_size is
1986         large enough for REGISTER_VIRTUAL_SIZE.
1987         * regcache.h (max_register_size): Declare.
1988
1989 2002-08-24  Andrew Cagney  <ac131313@redhat.com>
1990
1991         * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
1992         store_return_value.
1993         (e500_extract_return_value): Change type of valbuf pointer to
1994         void.
1995
1996 2002-08-24  Mark Kettenis  <kettenis@gnu.org>
1997
1998         * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
1999         workaround.
2000
2001         * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
2002         PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
2003         long long) to prevent compiler warning on 64-bit systems.
2004
2005 2002-08-23  Andrew Cagney  <cagney@redhat.com>
2006
2007         * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
2008         (DEPRECATED_STORE_RETURN_VALUE): New method.
2009         (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
2010         * gdbarch.h, gdbarch.c: Re-generate.
2011
2012         * values.c (set_return_value): Pass current_regcache to
2013         STORE_RETURN_VALUE.
2014         * arch-utils.h (legacy_store_return_value): Declare.
2015         * arch-utils.c (legacy_store_return_value): New function.
2016         (legacy_extract_return_value): Update parameters.
2017
2018         * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
2019         STORE_RETURN_VALUE.
2020         * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2021         * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2022         * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2023         * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2024         * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2025         * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2026         * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2027         * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2028         * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2029         * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2030
2031         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2032         * i386-tdep.c (i386_extract_return_value): Update.
2033         * arch-utils.c (legacy_extract_return_value): Update.
2034         * frv-tdep.c (frv_gdbarch_init): Update.
2035         * cris-tdep.c (cris_gdbarch_init): Update.
2036         * d10v-tdep.c (d10v_gdbarch_init): Update.
2037         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2038         * m68k-tdep.c (m68k_gdbarch_init): Update.
2039         * mcore-tdep.c (mcore_gdbarch_init): Update.
2040         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2041         * s390-tdep.c (s390_gdbarch_init): Update.
2042         * sparc-tdep.c (sparc_gdbarch_init): Update.
2043         * sh-tdep.c (sh_gdbarch_init): Update.
2044         * x86-64-tdep.c (x86_64_gdbarch_init): Update.
2045         * v850-tdep.c (v850_gdbarch_init): Update.
2046         * avr-tdep.c (avr_gdbarch_init): Update.
2047         * ia64-tdep.c (ia64_gdbarch_init): Update.
2048         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2049         * vax-tdep.c (vax_gdbarch_init): Update.
2050         * alpha-tdep.c (alpha_gdbarch_init): Update.
2051         * arm-tdep.c (arm_gdbarch_init): Update.
2052         * mips-tdep.c (mips_gdbarch_init): Update.
2053         * i386-tdep.c (i386_gdbarch_init): Update.
2054
2055 2002-08-23  Andrew Cagney  <ac131313@redhat.com>
2056
2057         * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
2058         bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
2059
2060 2002-08-24  Mark Kettenis  <kettenis@gnu.org>
2061
2062         * PROBLEMS: Refer to GDB 5.3 instead of 5.2.  Mention FreeBSD
2063         problems.
2064
2065 2002-08-23  Joel Brobecker  <brobecker@gnat.com>
2066
2067         * infrun.c (handle_inferior_event): Move a comment outside of a
2068         function call, in order to avoid indent reformatting this part
2069         of the code in an unreadable way.
2070
2071 2002-08-23  Grace Sainsbury  <graces@redhat.com>
2072
2073         * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
2074         when breakpoints fail. Move general breakpoint error messages to
2075         insert_breakpoints.  
2076         * breakpoint.c (insert_breakpoints): Change warnings when
2077         breakpoints are nto inserted to specify the type. Remove call to
2078         memory_error when hardware breakpoints can't be inserted. Remove
2079         multiple calls to warning so all messages are sent to the user at
2080         once.
2081         (delete_breakpoints): Make insert error messsages more explicit.
2082
2083 2002-08-23  Daniel Jacobowitz  <drow@mvista.com>
2084
2085         * ChangeLog: Move gdbserver entries after GDB 5.2 to
2086         gdbserver/ChangeLog.
2087
2088 2002-08-23  Mark Kettenis  <kettenis@gnu.org>
2089
2090         * i386-tdep.c: Include "objfiles.h".
2091         (i386_svr4_init_abi): Set in_solib_call_trampoline and
2092         skip_trampoline_code.
2093         * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
2094         (CPLUS_MARKER): Define to '.'.
2095
2096         * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
2097         member.
2098         (linux_corefile_thread_callback): Increase args->num_notes.
2099         (linux_make_note_section): Initialize thread_args.num_notes, and
2100         use it to determine whether notes for any threads were created.
2101
2102 2002-08-23  Donn Terry  <donnte@microsoft.com>
2103
2104         * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
2105         corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
2106         and PCUNKILL.
2107         (write_with_trace): Conditionalize out the switch branch handling
2108         PCSHOLD if the corresponding macro is not defined. Likewise for
2109         PRSABORT and PRSTOP.
2110         This change will be needed by the Interix port.
2111
2112 2002-08-22  Elena Zannoni  <ezannoni@redhat.com>
2113
2114         * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
2115         write_register wherever possible instead of manipulating the
2116         register bytes directly.
2117         Assign VALUE_CONTENTS to a variable and use that.
2118         The GPR numbers are now dependent on the architecture.
2119         
2120 2002-08-22  Elena Zannoni  <ezannoni@redhat.com>
2121
2122         * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
2123         ev_offset fields.
2124         (skip_prologue): Add support for BookE/e500 instructions.
2125         (e500_extract_return_value): New function.
2126         (frame_get_saved_regs): Add support for saving ev registers and
2127         pseudo gpr's.
2128         (e500_store_return_value): New function.
2129         (rs6000_gdbarch_init): Move up default intializations of
2130         deprecated_extract_return_value and store_return_value.  Overwrite
2131         init of store_return_value with e500 specific version.
2132         Set extract_return_value for e500.
2133         
2134 2002-08-22  Elena Zannoni  <ezannoni@redhat.com>
2135
2136         * blockframe.c (generic_call_dummy_register_unwind): Use
2137         regcache_cooked_read to catch cases in which the variable is
2138         stored in a pseudo register.
2139
2140 2002-08-22  Andrew Cagney  <cagney@redhat.com>
2141
2142         * NEWS: Mention that the i960 has been made obsolete.
2143         * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
2144         i960-tdep.c
2145         (remote-nrom.o): Obsolete target.
2146         (remote-nindy.o, i960-tdep.o): Ditto.
2147         * remote-nrom.c: Make file obsolete.
2148         * remote-nindy.c, remote-vx960.c: Ditto.
2149         * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
2150         * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
2151         * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
2152         * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
2153         * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
2154         i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
2155         i960-*-vxworks* obsolete.
2156         * MAINTAINERS: Note that the i960 is obsolete.
2157
2158 2002-08-21  Corinna Vinschen  <vinschen@redhat.com
2159
2160         * aix-thread.c (aix_thread_detach): Disable thread debugging on
2161         detach to allow reinitialization.
2162
2163 2002-08-22  Andrew Cagney  <ac131313@redhat.com>
2164
2165         * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
2166         attempt).
2167
2168 2002-08-22  Jim Blandy  <jimb@redhat.com>
2169
2170         * coffread.c (coff_symfile_read): Don't try to read the line
2171         number table from disk if the image file doesn't have a symbol
2172         table; we'll never actually look at the info anyway, and Windows
2173         ships DLL's with bogus file offsets for the line number data.
2174
2175 2002-08-21  Elena Zannoni  <ezannoni@redhat.com>
2176
2177         * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
2178         an e500 executable.
2179
2180 2002-08-21  Michael Snyder  <msnyder@redhat.com>
2181
2182         * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
2183         (MSYMBOL_SIZE): Replace macro with function.
2184         (DEFAULT_MIPS_TYPE): Delete unused macro.
2185         * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
2186         * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
2187
2188 2002-08-21  Jim Blandy  <jimb@redhat.com>
2189
2190         * valops.c (value_cast): Simplify and correct logic for doing a
2191         static cast from a pointer to a base class to a pointer to a
2192         derived class.
2193
2194 2002-08-21  Andrew Cagney  <ac131313@redhat.com>
2195
2196         * infcmd.c (default_print_registers_info): Replace
2197         do_registers_info.
2198         (registers_info): Use gdbarch_print_registers_info instead of
2199         DO_REGISTERS_INFO.
2200         * inferior.h (default_print_registers_info): Replace
2201         do_registers_info.
2202         * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
2203         (DO_REGISTERS_INFO): Change to a predicate function.
2204         * gdbarch.h, gdbarch.c: Regenerate.
2205         
2206 2002-08-21  Keith Seitz  <keiths@redhat.com>
2207
2208         * gdb-events.sh: Add target-changed event.
2209         * gdb-events.c: Regenerated.
2210         * gdb-events.c: Regenerated.
2211         * valops.c (value_assign): Add target-changed event notification
2212         to inlval_register, lval_memory, and lval_reg_frame_relative.
2213
2214 2002-08-21  Joel Brobecker  <brobecker@gnat.com>
2215
2216         * NEWS: Add an entry regarding the improvement of the next/step
2217         operation on Alpha Tru64 multi-processor machines.
2218
2219 2002-08-21  Andrew Cagney  <ac131313@redhat.com>
2220
2221         * Makefile.in: Update dependencies for mi/ cli/ and tui/
2222         directores.
2223         * Makefile.in: Update all _h macro definitions.
2224         * Makefile.in (install-gdbtk): Move to install section.
2225         (rdi-share/libangsd.a): Move to end of file.
2226
2227 2002-08-19  Andrew Cagney  <ac131313@redhat.com>
2228
2229         * frame.c (frame_register_unwind): When a register, set addrp to
2230         the register's byte.
2231
2232 2002-08-20  Michael Snyder  <msnyder@redhat.com>
2233
2234         * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
2235         used locally, so move them from the target machine header to here.
2236         (mips_set_processor_type, mips_register_name, mips32_next_pc, 
2237         mips16_next_pc, cached_proc_desc, mips_set_processor_type): 
2238         Make static.
2239         * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
2240
2241 2002-08-20  Andrew Cagney  <cagney@redhat.com>
2242
2243         * NEWS: Mention that the Apollo line was made obsolete.
2244         * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
2245         m68*-hp-hpux* obsolete.
2246         * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
2247         m68*-hp-bsd* and m68*-hp-hpux* obsolete.
2248         * buildsym.c (make_blockvector): Make static.
2249         * buildsym.h (make_blockvector): Make extern declaration obsolete.
2250         * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
2251         (ALLDEPFILES): Remove dstread.c.
2252         (dstread.o): Obsolete make rule.
2253         * dstread.c: Makefile obsolete.
2254         * dst.h: Ditto.
2255         * config/m68k/hp300hpux.mt: Ditto.
2256         * config/m68k/hp300hpux.mh: Ditto.
2257         * config/m68k/hp300bsd.mt: Ditto.
2258         * config/m68k/hp300bsd.mh: Ditto.
2259         * config/m68k/apollo68b.mt: Ditto.
2260         * config/m68k/apollo68v.mh: Ditto.
2261         * config/m68k/apollo68b.mh: Ditto.
2262
2263 2002-08-20  Michael Snyder  <msnyder@redhat.com>
2264
2265         * mips-tdep.c (mips_in_return_stub): Make static.
2266         (mips_gdbarch_init): Set in_solib_return_trampoline.
2267         * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
2268
2269 2002-08-20  Michael Snyder  <msnyder@redhat.com>
2270
2271         * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
2272         * gdbarch.c, gdbarch.h: Regenerate.
2273         * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
2274         Add.
2275         * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
2276
2277 2002-08-20  Michael Snyder  <msnyder@redhat.com>
2278
2279         * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
2280         (mips_gdbarch_init): Set skip_trampoline_code, 
2281         in_solib_call_trampoline.
2282         * config/mips/tm-mips.h (REGISTER_NAME): Delete.
2283         (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
2284
2285 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
2286
2287         * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
2288
2289         * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
2290         vector type for ev registers.
2291         (e500_pseudo_register_read): New function.
2292         (e500_pseudo_register_write): New function.
2293         (e500_dwarf2_reg_to_regnum): New function.
2294         (PPC_UISA_NOFP_SPRS): New macro.
2295         (PPC_EV_REGS): New macro.
2296         (PPC_GPRS_PSEUDO_REGS): New macro.
2297         (registers_e500): New register set for e500.
2298         (variants): Add e500 variant.
2299         (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
2300         before setting architectural dependent variations.  Initialize ev
2301         registers numbers.  Add case for e500 architecture.  Set the
2302         number of pseudo registers.
2303
2304 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
2305
2306         * rs6000-tdep.c: Clean up comments.
2307
2308 2002-08-20  Andrew Cagney  <cagney@redhat.com>
2309
2310         * h8300-tdep.c: Re-indent file.
2311
2312 2002-08-20  Jim Blandy  <jimb@redhat.com>
2313
2314         * Makefile.in (LDFLAGS): Allow the configure script to establish a
2315         default for this.
2316
2317 2002-08-20  Keith Seitz  <keiths@redhat.com>
2318
2319         * breakpoints.c (watch_command_1): Use internal breakpoint
2320         when setting a watchpoint_scope breakpoint.
2321
2322 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
2323
2324         * gdbtypes.c (build_builtin_type_vec64): Add name to type.
2325         (build_builtin_type_vec64i): Ditto.
2326         (build_builtin_type_vec128): Ditto.
2327         (build_builtin_type_vec128i): Ditto.
2328
2329 2002-08-19  Michael Snyder  <msnyder@redhat.com>
2330
2331         * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
2332         (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
2333         (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
2334         POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
2335         (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
2336         CALL_DUMMY_ADDRESS): Delete.
2337         * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
2338         mips_msymbol_is_special, mips_fix_call_dummy): New functions.
2339         (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame, 
2340         push_dummy_frame, fix_call_dummy, init_extra_frame_info, 
2341         push_return_address.
2342         (mips_register_raw_size, mips_eabi_use_struct_convention, 
2343         mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
2344         mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
2345         mips_init_extra_frame_info, mips_eabi_push_arguments, 
2346         mips_n32n64_push_arguments, mips_push_return_address,
2347         mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
2348         mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
2349
2350 2002-08-19  Michael Snyder  <msnyder@redhat.com>
2351
2352         * mips-tdep.c (mips_frame_num_args): New function.
2353         (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
2354         frame_saved_pc, frame_args_address, frame_locals_address, 
2355         frame_num_args, and frame_args_skip.
2356         * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
2357         FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, 
2358         FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
2359         * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
2360
2361 2002-08-20  Michael Snyder  <msnyder@redhat.com>
2362
2363         * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
2364         (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
2365         * mips-tdep.c (mips_store_struct_return): New function.
2366         (mips_extract_struct_value_address): New function.
2367         (mips_gdbarch_init): Set store_struct_return and
2368         extract_struct_value_address.
2369
2370 2002-08-20  David Carlton  <carlton@math.stanford.edu>
2371
2372         * dwarf2read.c (dwarf2_build_psymtabs): Check that
2373         dwarf_line_offset is nonzero before creating dwarf_line_buffer.
2374         (read_file_scope): Check that line_header is nonzero before
2375         decoding macro information.
2376
2377 2002-08-20  Mark Kettenis  <kettenis@gnu.org>
2378
2379         * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
2380         flag the general-purpose registers as floating-point on targets
2381         that don't support the floating-point registers.
2382
2383 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
2384
2385         * rs6000-tdep.c (altivec_register_p): Delete.
2386         (rs6000_do_altivec_registers): Delete.
2387         (rs6000_altivec_registers_info): Delete.
2388         (rs6000_do_registers_info): Delete.
2389         (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
2390         (rs6000_gdbarch_init): Remove setting of do_registers_info.
2391
2392 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
2393
2394         * infcmd.c (do_registers_info): Print vector registers in hex
2395         format only.
2396         (print_vector_info): Check that printing registers
2397         makes sense.
2398         (print_float_info): Ditto.
2399
2400 2002-08-20  Andrew Cagney  <ac131313@redhat.com>
2401
2402         * mips-tdep.c (mips_gdbarch_init): Update.
2403         (mips_o32_extract_return_value): Rewrite.
2404         (mips_o32_store_return_value): Rewrite.
2405         (mips_o32_xfer_return_value): New function.
2406         (mips_xfer_register): Tweak debug print message.  Allow for
2407         buf_offset when dumping the value transfered.
2408
2409 2002-08-20  Andrew Cagney  <ac131313@redhat.com>
2410
2411         * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
2412         * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
2413         * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
2414         * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
2415         * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
2416
2417 2002-08-14  Michael Snyder  <msnyder@redhat.com>
2418
2419         * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
2420
2421 2002-08-19  Elena Zannoni  <ezannoni@redhat.com>
2422
2423         * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
2424         register.
2425         (P): New macro to define a register as a pseudo register.
2426         (R, R4, R8, R16, FR32, R64, R0): Updated.
2427         (struct variant): Add new fields for number of pseudo registers
2428         and number of total registers.
2429         (tot_num_registers): New macro replacing....
2430         (num_registers): ...deleted macro.
2431         (num_registers): New function.
2432         (num_pseudo_registers): New function.
2433         (variants): Update all variants to intialize new fields correctly.
2434         Postpone initialization of number of pseudo regs and real regs.
2435         (init_variants): New function.
2436         (rs6000_gdbarch_init): Initialize variants.  Update calculation of
2437         registers offsets.
2438
2439 2002-08-19  David Carlton  <carlton@math.stanford.edu>
2440
2441         * valops.c (search_struct_field): Change error message to treat
2442         return value of 0 from value_static_field as meaning that field is
2443         optimized out.
2444         (value_struct_elt_for_reference): Ditto.
2445         * values.c (value_static_field): Treat an unresolved location the
2446         same as a nonexistent symbol.  Fix PR gdb/635.
2447         * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
2448         enclosed.  Fix PR gdb/574.
2449         * MAINTAINERS: Add self to Write After Approval list.
2450
2451 2002-08-19  Andrew Cagney  <ac131313@redhat.com>
2452
2453         * mips-tdep.c (mips_xfer_register): New function.
2454         (mips_n32n64_extract_return_value): Rewrite.
2455         (mips_gdbarch_init): For N32 and N64, set extract_return_value
2456         instead of deprecated_extract_return_value.
2457
2458 2002-08-19  Elena Zannoni  <ezannoni@redhat.com>
2459
2460         * rs6000-tdep.c (TDEP): Delete macro.
2461         (branch_dest): Replace use of TDEP macro with its body.
2462         (rs6000_pop_frame): Ditto.
2463         (rs6000_push_arguments): Ditto.
2464         (rs6000_skip_trampoline_code): Ditto.
2465         (rs6000_frame_saved_pc): Ditto.
2466         (rs6000_frame_chain): Ditto.
2467         (rs6000_register_name): Ditto.
2468         (rs6000_register_byte): Ditto.
2469         (rs6000_register_raw_size): Ditto.
2470         (rs6000_register_virtual_type): Ditto.
2471         (rs6000_register_convertible): Ditto.
2472         (rs6000_convert_from_func_ptr_addr): Ditto.
2473
2474 2002-08-19  Daniel Jacobowitz  <drow@mvista.com>
2475
2476         * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
2477         conditionally.
2478         (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
2479         MIPS_LINUX_JB_ELEMENT_SIZE.
2480         * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
2481         for MAX_REGISTER_RAW_SIZE arrays.
2482         (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
2483         MIPS_LINUX_JB_ELEMENT_SIZE.
2484
2485 2002-08-19  Pierre Muller  <muller@ics.u-strasbg.fr>
2486
2487         * i387-tdep.c (i387_print_float_info): Fix typo in comment.
2488
2489 2002-08-19  Aidan Skinner <aidan@velvet.net>
2490
2491         * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
2492         ada-valprint.c ada-tasks.c.
2493         (YYFILES): Add ada-exp.y.
2494         (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
2495         (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
2496         (ada-exp.tab.o): New target.
2497                 
2498 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
2499
2500         * regcache.c (regcache_xfer_part): New function.
2501         (regcache_raw_read_part): New function.
2502         (regcache_raw_write_part): New function.
2503         (regcache_cooked_read_part): New function.
2504         (regcache_cooked_write_part): New function.
2505         * regcache.h (regcache_raw_read_part): Declare.
2506         (regcache_raw_write_part): Declare.
2507         (regcache_cooked_read_part): Declare.
2508         (regcache_cooked_write_part): Declare.
2509
2510 2002-08-18  Daniel Jacobowitz  <drow@mvista.com>
2511
2512         * remote.c (remote_open_1): Add async_p.
2513         (remote_async_open_1): Delete.
2514         (open_remote_target): Delete.
2515         (remote_open, extended_remote_open): Update calls to remote_open_1.
2516         (remote_async_open, extended_remote_async_open): Call
2517         remote_open_1 instead of remote_async_open_1.
2518
2519 2002-08-19  Mark Kettenis  <kettenis@gnu.org>
2520
2521         * blockframe.c: Fix a few coding standard violations.
2522
2523 2002-08-19  Mark Kettenis  <kettenis@gnu.org>
2524
2525         * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
2526         here from ...
2527         * config/i386/tm-i386sco5.h: ... here.  File removed.
2528         * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
2529
2530         * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
2531         * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
2532         (TM_FILE): Set to tm-i386.h.
2533         * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
2534         * config/i386/tm-i386v.h: Remove file.
2535         * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
2536         instead of "i386/tm-i386v.h".
2537         (START_INFERIOR_TRAPS_EXPECTED): Remove define.
2538         * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
2539         "i386/tm-i386v.h".
2540         (START_INFERIOR_TRAPS_EXPECTED): Remove define.
2541         * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
2542         "i386/tm-i386.h".
2543
2544 2002-08-18  Mark Kettenis  <kettenis@gnu.org>
2545
2546         * config/i386/nm-i386v.h: Add protection against
2547         multiple-inclusion.
2548         (i386_register_u_addr): Remove prototype.
2549         (register_u_addr): New prototype.
2550         (REGISTER_U_ADDR): Redefine accordingly.
2551         * i386v-nat.c: Improve several comments.
2552         (i386_register_u_addr): Change signature and rename to
2553         register_u_addr.  Use FP_REGNUM_P.  Rewrite slightly to get rid of
2554         ubase variable.
2555
2556 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
2557
2558         * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
2559         (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
2560         * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
2561         deprecated_extract_return_value.
2562         (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
2563         rename mips_o32o64_push_arguments.
2564         (mips_gdbarch_init): Update.
2565         (mips_extract_return_value): Delete.
2566         (mips_o32_extract_return_value): Clone mips_extract_return_value.
2567         (mips_o64_extract_return_value): Clone mips_extract_return_value.
2568         (mips_eabi_extract_return_value): Clone mips_extract_return_value.
2569         (mips_n32n64_extract_return_value): Clone
2570         mips_extract_return_value.
2571         (mips_store_return_value): Delete.
2572         (mips_o32_store_return_value): Clone mips_store_return_value.
2573         (mips_o64_store_return_value): Clone mips_store_return_value.
2574         (mips_eabi_store_return_value): Clone mips_store_return_value.
2575         (mips_n32n64_store_return_value): Clone mips_store_return_value.
2576
2577 2002-08-18  Aidan Skinner <aidan@velvet.net>
2578
2579         * ada-lang.c: Use gdb_string.h instead of <string.h>.
2580         * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
2581                 
2582 2002-08-18  Aidan Skinner <aidan@velvet.net>
2583
2584         * ada-lang.c: Run through gdb_indent.sh.
2585         * ada-lang.h: Run through gdb_indent.sh.
2586         * ada-tasks.c: Run through gdb_indent.sh.
2587         * ada-typeprint.c: Run through gdb_indent.sh.
2588         * ada-valprint.c: Run through gdb_indent.sh.
2589
2590 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
2591
2592         * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
2593         ABI.
2594
2595 2002-08-18  Mark Kettenis  <kettenis@gnu.org>
2596
2597         * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
2598
2599         * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
2600         * i386b-nat.c [FLOAT_INFO]: Remove dead code.
2601
2602         * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
2603         write_register_gen instead of write_register_bytes.
2604
2605         * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
2606         i[3456]-*-osf1mk* configurations have been made obsolete.
2607         * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
2608         i[3456]86-*-osf1mk* hosts obsolete.
2609         * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
2610         targets obsolete.
2611         * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
2612         config/i386/xm-i386mach.h, config/i386/i386m3.mh,
2613         config/i386/i386m3.mt, config/i386/nm-m3.h,
2614         config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
2615         config/i386/i386mk.mh, config/i386/i386mk.mt,
2616         config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
2617         obsolete.
2618         * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
2619         * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
2620         (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
2621
2622 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
2623
2624         * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
2625         (hppa_value_returned_from_stack): Declare.
2626         (hppa_extract_return_value): Declare.
2627         * config/pa/hppa.mt: New file.
2628         * configure.tgt: Recognize hppa*-*-*.
2629         * MAINTAINERS: Change HPPA target to hppa-elf.  Still broken.
2630
2631 2002-08-18  Mark Kettenis  <kettenis@gnu.org>
2632
2633         * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
2634         comment.
2635
2636 2002-08-17  Mark Kettenis  <kettenis@gnu.org>
2637
2638         * top.c (gdb_rl_operate_and_get_next): Make sure
2639         operate-and-get-next functions correctly even when the history
2640         list is completely filled.
2641
2642 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
2643
2644         * MAINTAINERS (Target Instruction Set Architectures): Rename
2645         Target/Architectures.  Replace vax-dec-vms5.5 with vax-netbsd.
2646         Replace s390-linux with s390-linux-gnu.  Remove i386-aout,
2647         mcore-pe, mips64-elf, sparc64-elf.  Remove i586-pc-msdosdjgpp,
2648         already listed under Host/Native.
2649
2650         * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
2651         i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*.  Add
2652         mips*-*-*.
2653
2654 2002-08-17  Andrew Cagney  <ac131313@redhat.com>
2655
2656         * config/ia64/ia64.mt: New file.
2657         * config/alpha/alpha.mt: New file.
2658         * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
2659         ia64-linux-gnu.  Mention that ia64-elf is broken.
2660         * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
2661
2662 2002-08-17  Mark Kettenis  <kettenis@elgar.kettenis.dyndns.org>
2663
2664         * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
2665         generic_func_frame_valid instead of func_frame_valid.
2666
2667 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
2668
2669         * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
2670         procfs appears to be broken when debugging on multi-processor
2671         machines. So enable software single stepping in order to avoid
2672         using the procfs interface to do next/step operations, using
2673         internal breakpoints instead.
2674
2675         * infrun.c (handle_inferior_event): Readjust the stop_pc by
2676         DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
2677         make this pc address equal to the value it would have if the
2678         system stepping capability was used. Also set a new flag used
2679         to ensure that we don't readjust the PC one more time later.
2680
2681         * breakpoint.c (bpstat_stop_status): Do not adjust the PC
2682         address by DECR_PC_AFTER_BREAK when software single step is
2683         in use for this architecture, as this has already been taken
2684         care of in handle_inferior_event().
2685
2686 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
2687
2688         * infrun.c (handle_inferior_event): Minor reformatting, to make
2689         a rather long condition expression easier to read.
2690
2691 2002-08-16  Andrew Cagney  <ac131313@redhat.com>
2692
2693         * Makefile.in (gdbtk.o): Move to end of file.
2694         (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
2695         (gdbtk-hooks.o, gdbtk-register.o): Ditto.
2696         (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
2697         (gdbtk-wrapper.o, gdbres.o): Ditto.
2698
2699 2002-08-16  Andrew Cagney  <ac131313@redhat.com>
2700
2701         * Makefile.in (copying.o): Separate out compile rule.
2702         (hpux-thread.o, procfs.o, signals.o): Ditto.
2703         (v850ice.o, z8k-tdep.o): Ditto.
2704         (tui-file.o): Move to TUI section.
2705         (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
2706         (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
2707
2708 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
2709
2710         * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
2711         skip_trampoline_code, for better namespace-proofing.   
2712
2713         * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
2714
2715 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
2716
2717         * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
2718
2719 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
2720
2721         * infrun.c (handle_inferior_event): When receiving a SIGTRAP
2722         signal, check whether we hit a breakpoint before checking for a
2723         single step breakpoint. Otherwise, GDB fails to notice that a
2724         breakpoint has been hit when stepping onto a breakpoint.
2725
2726 2002-08-16  Keith Seitz  <keiths@redhat.com>
2727
2728         * gdb-events.sh (clear_gdb_event_hooks): New function.
2729         * gdb-events.c: Regenerate.
2730         * gdb-events.h: Regenerate.
2731
2732 2002-08-16  Andrew Cagney  <ac131313@redhat.com>
2733
2734         * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
2735         not_a_sw_breakpoint.
2736         * breakpoint.h (bpstat_stop_status): Add parameter names.
2737
2738 2002-08-16  Grace Sainsbury  <graces@redhat.com>
2739
2740         * remote.c (remote_insert_hw_breakpoint)
2741         (remote_remove_hw_breakpoint): Fix calculation of length field
2742         for Z-packet.
2743
2744 2002-08-15  Michael Snyder  <msnyder@redhat.com>
2745
2746         * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
2747         (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
2748         (supply_fpregset): Ditto.
2749         
2750         * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL, 
2751         REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE, 
2752         MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
2753         (TARGET_READ_SP): Delete.
2754         (DO_REGISTERS_INFO): Delete.
2755         (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
2756         Delete.
2757         (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
2758         from macros to functions.
2759
2760         * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
2761         (mips_register_convertible, mips_register_convert_to_virtual,
2762         mips_register_convert_to_raw): Make static.
2763         (mips_read_sp): New function.
2764         (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
2765         (mips_do_registers_info): Make static.
2766         (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
2767         (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
2768         (mips_register_convert_from_type, mips_register_convert_to_type):
2769         New functions.
2770         (mips_gdbarch_init): Set up function_start_offset, 
2771         register_virtual_size, pc_in_sigtramp.
2772
2773 2002-08-15  Andrew Cagney  <ac131313@redhat.com>
2774
2775         * infcmd.c (vector_info): New function.
2776         (_initialize_infcmd): Add command "info vector".
2777         (print_vector_info): New function.
2778
2779         * gdbarch.sh (PRINT_VECTOR_INFO): New method
2780         * gdbarch.h, gdbarch.c: Regenerate.
2781
2782 2002-08-15  Andrew Cagney  <ac131313@redhat.com>
2783
2784         * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
2785         ``print_all''.  Only print vector registers when ``print_all''.
2786
2787 2002-08-15  Andrew Cagney  <ac131313@redhat.com>
2788
2789         * i387-tdep.h (i387_print_float_info): Add `args' parameter.
2790         * i387-tdep.c (i387_print_float_info): Add `args' parameter.
2791
2792         * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
2793         Add `args' parameter.
2794         * gdbarch.h, gdbarch.c: Regenerate.
2795         
2796         * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
2797         
2798         * infcmd.c (float_info): Call print_float_info.
2799         (print_float_info): New function.  By default, print the
2800         floating-point registers.
2801
2802         * arch-utils.h (default_print_float_info): Delete declaration.
2803         * arch-utils.c (default_print_float_info): Delete function.
2804         
2805 2002-08-16  Mark Kettenis  <kettenis@gnu.org>
2806
2807         * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
2808         out define.
2809
2810         * i387-tdep.c (i387_print_float_info): Add comment about ignoring
2811         FRAME.
2812
2813         * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
2814         * configure.host: Make i[3456]86-*-aix host obsolete.
2815         * configure.tgt: Make i[3456]86-*-aix target obsolete.
2816         * config/i386/i386aix.mh, config/i386/i386aix.mt,
2817         config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
2818         config/i386/xm-i386aix.h: Make files obsolete.
2819         * i386aix-nat.c: Make file obsolete.
2820         * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
2821         (i386aix-nat.o): Make target obsolete.
2822
2823         * config/i386/nm-gnu.h: Removed.
2824         * config/i386/nm-i386gnu.h: New file.
2825         (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
2826         THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
2827         Moved here from ...
2828         * config/i386/tm-i386gnu.h: ... here.  Removed.
2829         * config/i386/xm-i386gnu.h: Removed.
2830         * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
2831         (NAT_FILE): Set to nm-i386gnu.h.
2832         * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
2833         * i386-tdep.c: New file.
2834         * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
2835         (i386gnu-tdep.o): Specify dependencies.
2836
2837 2002-08-15  Mark Kettenis  <kettenis@gnu.org>
2838
2839         * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
2840         "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
2841         Adjust a few comments to reflect reality a bit closer.
2842         (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
2843         TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
2844         HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
2845         target_insert_watchpoint, target_remove_watchpoint):
2846         Move defines to ...
2847         * config/i386/nm-i386sco5.h: ... here.
2848         (kernel_u_size): Add prototype.  Improve a few comments and add
2849         protection against multiple inclusion.
2850         
2851         * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
2852         out define.
2853
2854         * uw-thread.c (SP_ARG0): Define if not already defined.
2855         * config/i386/tm-i386.h (SO_ARG0): Remove define.
2856
2857         * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
2858
2859         * config/i386/tm-i386.h: Don't include "regcache.h".
2860
2861         * i387-tdep.h (i387_print_float_info): New prototype.
2862         * i387-tdep.c (print_i387_value, print_i387_ext,
2863         print_i387_status_word, print_i387_control_word): Add `struct
2864         ui_file *' argument and use it for output.
2865         (i387_print_float_info): Renamed from i387_float_info.  Add
2866         `struct gdbarch *' and `struct ui_file *' arguments and use the
2867         latter for output.
2868         * i386-tdep.c: Include "i387-tdep.h".
2869         (i386_gdbarch_init): Set print_float_info.
2870         * config/i386/tm-i386.h (i387_float_info): Remove prototype.
2871         (FLOAT_INFO): Remove define.
2872
2873 2002-08-13  Michael Snyder  <msnyder@redhat.com>
2874
2875         * mips-tdep.c (mips_push_arguments): Rename to
2876         mips_eabi_push_arguments, and tune for EABI.
2877         (MIPS_REGS_HAVE_HOME_P): Delete.
2878         (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
2879         (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
2880         Delete references to mips_regs_have_home_p.
2881
2882 2002-08-14  Keith Seitz  <keiths@redhat.com>
2883
2884         * Makefile.in (install-gdbtk): Create insight plugin directory.
2885         Install plugins.tcl file.
2886
2887 2002-08-14  Keith Seitz  <keiths@redhat.com>
2888
2889         * configure.in: Move SUBDIRS to near top of the file so that
2890         --enable options may add things to it.
2891         If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
2892         * configure: Regenerate.
2893
2894 2002-08-13  Michael Snyder  <msnyder@redhat.com>
2895
2896         * mips-tdep.c (mips_o32o64_push_arguments):  New function, 
2897         cloned from mips_push_arguments, tuned for o32/o64 ABI.
2898         (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
2899
2900 2002-08-13  Andrew Cagney  <ac131313@redhat.com>
2901
2902         * vax-tdep.c (vax_get_saved_register): Delete function.
2903         (vax_gdbarch_init): Update.
2904         * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
2905         (ns32k_gdbarch_init): Update.
2906         * alpha-tdep.c (alpha_get_saved_register): Delete function.
2907         (alpha_gdbarch_init): Update.
2908
2909 2002-08-13  Andrew Cagney  <cagney@redhat.com>
2910
2911         * regcache.c (init_regcache_descr): Overallocate the
2912         raw_register_valid_p array including space for NUM_PSEUDO_REGS.
2913         (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
2914         nr_raw_registers.
2915         (set_register_cached): Add range checking assertions.  Use
2916         current_regcache.
2917
2918 2002-08-13  Mark Kettenis  <kettenis@gnu.org>
2919
2920         * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
2921         numbers for MMX registers.
2922
2923 2002-08-13  Andrew Cagney  <cagney@redhat.com>
2924
2925         * i386-tdep.c (i386_gdbarch_init): Use
2926         generic_unwind_get_saved_register.
2927
2928 2002-08-13  Kevin Buettner  <kevinb@redhat.com>
2929
2930         * procfs.c (procfs_can_use_hw_breakpoint): New function.
2931         (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
2932         target vector.
2933         * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
2934         Delete.  Add comment regarding this now-deleted target method.
2935
2936 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
2937
2938         * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
2939         (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
2940         (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
2941         real PC and the page number (if it's within the memory bank window).
2942         (m68hc11_pseudo_register_write): Likewise when saving.
2943         (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
2944         (m68hc11_register_virtual_type): Return uint32 for virtual pc.
2945         (m68hc11_register_raw_size): And use 32-bit for it.
2946         (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
2947         16K memory bank is used by the prog; also use the virtual pc.
2948
2949 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
2950
2951         * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
2952         (m68hc11_gdbarch_init): Install it in gdbarch.
2953         (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
2954         (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
2955         (MSYMBOL_SIZE): New for documentation.
2956         (insn_return_kind): Enum to specify how a function returns.
2957         (frame_extra_info): Cleanup and record the return mode.
2958         (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page 
2959         register in address computation.
2960         (m68hc11_get_return_insn): New to obtain the return instruction used
2961         by the function.
2962         (m68hc11_frame_init_saved_regs): Take into account the return
2963         instruction used by the function for far and interrupt functions.
2964         (m68hc11_init_extra_frame_info): Take into account page register.
2965         (m68hc11_frame_args_address): Adjust according to the return mode.
2966         (show_regs): Print page register only when it's used.
2967
2968 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
2969
2970         * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
2971         (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
2972         (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
2973         registers.
2974         (m68hc11_register_raw_size): Likewise.
2975
2976 2002-08-13  Andrew Cagney  <cagney@redhat.com>
2977
2978         * i386-tdep.c (i386_register_name): Handle mmx registers.
2979         (mmx_regnum_p): New function.
2980         (i386_mmx_names): New array.
2981         (mmx_num_regs): New variable.
2982         (i386_pseudo_register_read): New function.
2983         (i386_pseudo_register_write): New function.
2984         (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
2985
2986         * regcache.c (regcache_raw_read_unsigned): New function.
2987         (regcache_raw_read_signed): New function.
2988         * regcache.h (regcache_raw_read_unsigned): Declare.
2989         (regcache_raw_read_signed): Declare.
2990
2991 2002-08-13  Andrew Cagney  <cagney@redhat.com>
2992
2993         * regcache.c (regcache_raw_read_as_address): Delete function.
2994         (regcache_cooked_read_signed): New function.
2995         (regcache_cooked_read_unsigned): New function.
2996         * regcache.h (regcache_cooked_read_signed): Declare.
2997         (regcache_cooked_read_unsigned): Declare.
2998         (regcache_raw_read_as_address): Delete declaration.
2999
3000         * blockframe.c (generic_read_register_dummy): Use
3001         regcache_cooked_read_unsigned.
3002         * i386-tdep.c (i386_extract_struct_value_address): Use
3003         regcache_cooked_read_unsigned.
3004
3005 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
3006
3007         * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
3008         double sizes according to ELF ABI flags.
3009         (gdbarch_tdep): Record elf_flags.
3010
3011 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
3012
3013         * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
3014         (m6812_prolog): They can appear in 68HC12 function prologue.
3015         (m68hc11_frame_chain): Cleanup.
3016
3017 2002-08-12  Andrew Cagney  <cagney@redhat.com>
3018
3019         * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
3020         declarations.
3021         * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
3022         (i386_linux_register_raw_size): Delete function.
3023         (i386_linux_init_abi): Update.
3024         * i386-tdep.c (i386_register_raw_size): Delete function.
3025         (i386_register_byte): Delete function.
3026         (i386_gdbarch_init): Update.
3027         (i386_register_size): Delete array.
3028         (i386_register_offset): Delete array.
3029
3030         * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
3031         (REGISTER_RAW_SIZE): Delete macro.
3032         * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
3033         (REGISTER_BYTE): Delete macro.
3034
3035 2002-08-11  Aidan Skinner <aidan@velvet.net>
3036
3037         * ada-lang.c (ada_lookup_partial_symbol)
3038         (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
3039         prototype names so that grep ^func works properly.
3040
3041         * ada-lang.c (ada_array_element_type)
3042         (ada_lookup_partial_symbol): Fix typos in parameter list.
3043
3044         * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
3045         Fix prototype names so that grep ^func works properly.
3046         
3047 2002-08-10  Andrew Cagney  <cagney@redhat.com>
3048             Elena Zannoni  <ezannoni@redhat.com>
3049             Martin M. Hunt  <hunt@redhat.com>
3050
3051         * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
3052         (build_builtin_type_vec128i): Set the vector bit.
3053         * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
3054         * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
3055         (build_builtin_type_vec64): New function.
3056         (build_builtin_type_vec64i): New function.
3057         (build_gdbtypes): Initialize builtin_type_vec64 and
3058         builtin_type_vec64i.
3059
3060 2002-08-09  Andrew Cagney  <cagney@redhat.com>
3061
3062         * regcache.c (regcache_dump): Compare the register offset
3063         with REGISTER_BYTE.
3064         * arch-utils.c (generic_register_byte): New function.
3065         * arch-utils.h (generic_register_byte): Declare.
3066         * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
3067         * gdbarch.h, gdbarch.c: Regenerate.
3068
3069 2002-08-09  Andrew Cagney  <cagney@redhat.com>
3070
3071         * regcache.c: Include "gdbcmd.h"
3072         (_initialize_regcache): Add commands "maintenance print
3073         registers", "maintenance print raw-registers" and "maintenance
3074         print cooked-registers".
3075         (enum regcache_dump_what): Define.
3076         (dump_endian_bytes): New function.
3077         (regcache_dump): New function.
3078         (regcache_print): New function.
3079         (maintenance_print_registers): New function.
3080         (maintenance_print_raw_registers): New function.
3081         (maintenance_print_cooked_registers): New function.
3082         * Makefile.in (regcache.o): Update dependencies.
3083
3084 2002-08-09  Michael Snyder  <msnyder@redhat.com>
3085
3086         * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
3087         (mips_push_arguments): Correct some comments.  Use paddr_nz
3088         for printing addresses in debug output.  Replace static
3089         allocation using MAX_REGISTER_RAW_SIZE with alloca.
3090         (mips_n32n64_push_arguments): New function, cloned from
3091         mips_push_arguments and tuned for the n32/n64 ABI.
3092         (mips_push_register): Buffer needs dynamic allocation.
3093         (mips_print_register): Ditto.
3094         (do_gp_register_row): Ditto.
3095         (mips_store_return_value): Ditto.
3096         (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
3097
3098 2002-08-09  Don Howard  <dhoward@redhat.com>
3099
3100         * memattr.c (mem_info_command): Print special case of upper bound
3101         as max CORE_ADDR + 1.
3102
3103 2002-08-08  Michael Snyder  <msnyder@redhat.com>
3104
3105         * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only 
3106         returns structs by ref if they're too big to fit in two registers.
3107
3108 2002-08-09  Kevin Buettner  <kevinb@redhat.com>
3109
3110         * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
3111         saved regs value.
3112         (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
3113         mips_find_saved_regs().
3114         (mips_pop_frame): Likewise.
3115
3116 2002-08-09  Kevin Buettner  <kevinb@redhat.com>
3117
3118         * blockframe.c (frame_saved_regs_register_unwind): Revise
3119         PC_IN_CALL_DUMMY assertion to only apply when generic dummy
3120         frames are in use.
3121
3122 2002-08-09  Grace Sainsbury  <graces@redhat.com>
3123         
3124         * remote.c: (remote_wait, remote_async_wait): Add check for awatch
3125         T-packets; the 'a' is not taken as a register number.
3126         (remote_check_watch_resources, remote_stopped_by_watchpoint)
3127         (remote_stopped_data_address): New functions; add to target
3128         vector.
3129         (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
3130         prototypes to match other implementations of this
3131         function. replace integer argument with pointer -- the length
3132         field in the Z-packet is the length of what is pointed to or 1 if
3133         pointer is null. Add to target vector.
3134         (remote_insert_watchpoint, remote_remove_watchpoint): Add to
3135         target vector.
3136
3137         From Mark Salter:
3138         * remote.c (remote_wait): Add support to extract optional
3139         watchpoint information from T-packet. Ignore unrecognized
3140         optional info in T-packet.
3141         (remote_async_wait): Ditto.
3142
3143 2002-08-09  Corinna Vinschen  <vinschen@redhat.com>
3144
3145         * cli/cli-dump.c: Change fopen modes to use binary open modes
3146         as defined in include/fopen-bin.h throughout.
3147
3148 2002-08-08  Michael Snyder  <msnyder@redhat.com>
3149
3150         * mips-tdep.c: Minor whitespace and indentation clean-ups.
3151
3152 2002-08-08  Kevin Buettner  <kevinb@redhat.com>
3153
3154         * doublest.c (store_floating): Avoid floatformat_from_doublest()
3155         assertion failure by returning early after a warning.
3156
3157 2002-08-08  Kevin Buettner  <kevinb@redhat.com>
3158
3159         * mips-tdep.c (mips_find_saved_regs): Make static.
3160         (mips_frame_init_saved_regs): New function.
3161         (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
3162         * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
3163         (mips_find_saved_regs): Delete declaration.
3164
3165 2002-08-08  Grace Sainsbury  <graces@redhat.com>
3166
3167         * remote.c (remote_wait, remote_async_wait): Change
3168         thread_num from int to ULONGEST.
3169         (unpack_varlen_hex): Change result parameter from
3170         int * to ULONGEST *.
3171
3172 2002-08-08  Andrew Cagney  <ac131313@redhat.com>
3173
3174         * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
3175         powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
3176         powerpc*-*-*.
3177         * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
3178
3179 2002-08-08  Andrew Cagney  <cagney@redhat.com>
3180
3181         * gcore.c (override_derive_stack_segment): Delete variable.
3182         (preempt_derive_stack_segment): Delete function.
3183         (derive_stack_segment): Delete function.
3184         (default_derive_stack_segment): Renamed to derive_stack_segment.
3185         (override_derive_heap_segment): Delete variable.
3186         (preempt_derive_heap_segment): Delete function.
3187         (derive_heap_segment): Delete function.
3188         (default_derive_heap_segment): Rename to derive_heap_segment.
3189
3190 2002-08-06  Michael Snyder  <msnyder@redhat.com>
3191
3192         * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
3193         * mips-tdep.c (mips_EABI_use_struct_convention, 
3194         mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
3195         New functions.  (mips_use_struct_convention): Delete.
3196         (mips_gdbarch_init): set use_gdbarch_convention.
3197
3198 2002-08-06  Michael Snyder  <msnyder@redhat.com>
3199
3200         *  mips-tdep.c: gdbarch-ify reg_struct_has_addr.
3201         (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr, 
3202         mips_o32_reg_struct_has_addr): New functions.
3203         (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
3204
3205 2002-08-07  Andrew Cagney  <ac131313@redhat.com>
3206
3207         * regcache.c (pseudo_register): Delete function.
3208         (fetch_register): Delete function.
3209         (store_register): Delete function.
3210         (regcache_raw_read, legacy_read_register_gen): Use
3211         target_fetch_registers instead of fetch_register.
3212         (legacy_write_register_gen, regcache_raw_write): Use
3213         target_store_register instead of store_register.
3214         (write_register_bytes): Ditto.
3215
3216         * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
3217         (STORE_PSEUDO_REGISTER): Delete.
3218         * gdbarch.h, gdbarch.c: Regenerate.
3219
3220 2002-08-06  Corinna Vinschen  <vinschen@redhat.com>
3221
3222         * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
3223         write dump file binary.
3224
3225 2002-08-05  Michael Snyder  <msnyder@redhat.com>
3226
3227         *  mips-tdep.c (mips_find_saved_regs): Adjust stack according
3228         to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64.  Enhance comment.
3229         (mips_gdbarch_init): Set N32 target to be mips64.
3230
3231 2002-08-06  Kevin Buettner  <kevinb@redhat.com>
3232
3233         * frame.c (find_saved_register): Break out of loop once saved
3234         register address is found.  Don't mention sparc in loop comment
3235         anymore.
3236
3237 2002-08-06  Kevin Buettner  <kevinb@redhat.com>
3238
3239         * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
3240         mips_default_saved_regsize to 8.
3241
3242 2002-08-06  Andrew Cagney  <ac131313@redhat.com>
3243
3244         * gcore.c: Do not include <sys/procfs.h>.
3245         * Makefile.in (gcore.o): Update dependencies.
3246
3247 2002-08-06  Andrew Cagney  <cagney@redhat.com>
3248
3249         * configure.tgt: Make arc-*-* obsolete.
3250         * NEWS: Mention that arc-*-* has been identifed as obsolete.
3251         * MAINTAINERS: Make arc-elf obsolete.
3252         * arc-tdep.c: Make file obsolete.
3253         * config/arc/arc.mt: Ditto.
3254         * config/arc/tm-arc.h: Ditto.
3255
3256 2002-08-05  Theodore A. Roth  <troth@verinet.com>
3257
3258         * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
3259
3260 2002-08-05  Andrew Cagney  <ac131313@redhat.com>
3261
3262         * mcore-tdep.c (mcore_gdbarch_init): Use
3263         generic_unwind_get_saved_register instead of
3264         generic_get_saved_register.
3265         * v850-tdep.c (v850_gdbarch_init): Ditto.
3266         * frv-tdep.c (frv_gdbarch_init): Ditto.
3267         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3268         * s390-tdep.c (s390_gdbarch_init): Ditto.
3269         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3270         * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
3271         * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
3272
3273 2002-08-05  Joel Brobecker  <brobecker@gnat.com>
3274
3275         * objfiles.h: Add missing #include "symfile.h"
3276
3277         * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
3278
3279 2002-08-04  Andrew Cagney  <ac131313@redhat.com>
3280
3281         From 2002-08-01 david carlton <carlton@math.stanford.edu>:
3282         * hpread.c (hpread_read_struct_type): Deleted superfluous setting
3283         of FIELD_BITSIZE.
3284
3285 2002-08-04  Daniel Jacobowitz  <drow@mvista.com>
3286
3287         * NEWS: Cleanup and nitpick.
3288
3289 2002-08-03  Andrew Cagney  <ac131313@redhat.com>
3290
3291         * NEWS: Cleanup.  Use *-linux*-gnu*.  Only use `*' for headings.
3292
3293 2002-08-03  Andrew Cagney  <ac131313@redhat.com>
3294
3295         * Makefile.in (gdbtk-bp.o): Update dependencies.
3296         (gdbtk-register.o): Ditto.
3297         (gdbtk-varobj.o): Ditto.
3298
3299 2002-08-03  Andrew Cagney  <cagney@redhat.com>
3300
3301         * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
3302         m68hc11_fetch_pseudo_register.
3303         (m68hc11_pseudo_register_write): Replace
3304         m68hc11_store_pseudo_register.
3305         (m68hc11_gdbarch_init): Update.
3306
3307 Fri Aug  2 15:53:50 2002  Andrew Cagney  <cagney@redhat.com>
3308
3309         * gdbarch.sh: Include "gdb_string.h".
3310         * gdbarch.c: Regenerate.
3311
3312         * regcache.c: Include "gdb_string.h".
3313         * ax-general.c: Ditto.
3314         * varobj.c: Ditto.
3315         * std-regs.c: Ditto.
3316         * fbsd-proc.c: Ditto.
3317         * thread.c: Ditto.
3318
3319         * Makefile.in (regcache.o): Update dependencies.
3320         (thread.o, gdbarch.o): Ditto.
3321         (ax-general.o, gdbarch.o): Ditto.
3322         (varobj.o, std-regs.o): Ditto.
3323         (fbsd-proc.o): Specify dependencies.
3324
3325 2002-08-02  Andrew Cagney  <cagney@redhat.com>
3326
3327         * regcache.c (regcache_cooked_read): Rename rawnum parameter to
3328         regnum.
3329         (regcache_cooked_write): Ditto.
3330
3331 2002-08-02  Andrew Cagney  <ac131313@redhat.com>
3332
3333         * regcache.c (regcache_cooked_read): New function.
3334         (regcache_cooked_write): New function.
3335         (read_register_gen): Rewrite using regcache_cooked_read.
3336         (write_register_gen): Rewrite using regcache_cooked_write.
3337
3338         * regcache.h (regcache_cooked_read, regcache_cooked_write):
3339         Declare.
3340
3341 2002-08-02  Andrew Cagney  <cagney@redhat.com>
3342
3343         * gdbarch.sh (pseudo_register_read, pseudo_register_write):
3344         Replace the architecture methods register_read and register_write.
3345         * gdbarch.h, gdbarch.c: Regenerate.
3346         * regcache.c (init_regcache_descr): Update.
3347         (read_register_gen): Update.
3348         (write_register_gen): Update.
3349         (supply_register): Update comment.
3350
3351         * sh-tdep.c (sh_gdbarch_init): Update.
3352         (sh_pseudo_register_read, sh64_pseudo_register_read): Add
3353         `regcache' and `gdbarch' parameters.  Make `buffer' a void
3354         pointer.  Update code.
3355         (sh_pseudo_register_write, sh64_pseudo_register_write): Add
3356         `regcache' and `gdbarch' parameters.  Make `buffer' a constant
3357         void pointer.  Update code.
3358         (sh64_register_write): Delete.
3359         (sh4_register_read): Delete.
3360         (sh64_register_read): Delete.
3361         (sh4_register_write): Delete.
3362         (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
3363         void pointer, `to' parameter a void pointer.
3364         (sh_sh64_register_convert_to_raw): Ditto.
3365
3366 2002-08-01  Kevin Buettner  <kevinb@redhat.com>
3367
3368         * mips-tdep.c (mips_register_virtual_type): Use architecture
3369         invariant return values.
3370
3371 2002-08-01  Andrew Cagney  <cagney@redhat.com>
3372
3373         * linux-proc.c: Include "gdb_string.h".
3374         * Makefile.in (linux-proc.o): Update dependency list.
3375
3376 2002-08-01  Kevin Buettner  <kevinb@redhat.com>
3377
3378         * mips-tdep.c (mips_gdbarch_init): Add comments.  Fix typo in
3379         comment.
3380
3381 2002-08-01  Grace Sainsbury  <graces@redhat.com>
3382
3383         * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3384         to_insert_watchpoint, to_remove_watchpoint,
3385         to_stopped_by_watchpoint, to_stopped_data_address,
3386         to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
3387         target vecctor. Define their corresponding macros so they call
3388         them.
3389         
3390         * target.c: Add default and debug versions of for
3391         to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3392         to_insert_watchpoint, to_remove_watchpoint,
3393         to_stopped_by_watchpoint, to_stopped_data_address,
3394         to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
3395
3396 2002-08-01  Kevin Buettner  <kevinb@redhat.com>
3397
3398         * mips-tdep.c (mips_register_virtual_type): New function.
3399         (mips_gdbarch_init): Register mips_register_virtual_type()
3400         with gdbarch machinery.
3401         * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
3402         this file instead of tm-bigmips.h.
3403         (MIPS_REGSIZE): Delete this macro.
3404         (REGISTER_VIRTUAL_TYPE): Delete macro.  Undef macro so that
3405         multiarch version in mips-tdep.c will be found.
3406
3407 2002-08-01  Andrew Cagney  <cagney@redhat.com>
3408
3409         * NEWS: Menion that CHILL has been made obsolete.
3410
3411         * gdbtypes.c (chill_varying_type): Make chill references obsolete.
3412         * stabsread.c (read_range_type): Ditto.
3413         * gdbtypes.h: Ditto.
3414         * language.c (binop_type_check): Ditto.
3415         (binop_result_type): Ditto.
3416         (integral_type): Ditto.
3417         (character_type): Ditto.
3418         (string_type): Ditto.
3419         (boolean_type): Ditto.
3420         (structured_type): Ditto.
3421         (lang_bool_type): Ditto.
3422         (binop_type_check): Ditto.
3423         * language.h (_LANG_chill): Ditto.
3424         * dwarfread.c (set_cu_language): Ditto.
3425         * dwarfread.c (CHILL_PRODUCER): Ditto.
3426         * dwarfread.c (handle_producer): Ditto.
3427         * expression.h (enum exp_opcode): Ditto.
3428         * eval.c: Ditto for comments.
3429         * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
3430         * expprint.c (print_subexp): Ditto.
3431         (print_subexp): Ditto.
3432         * valops.c (value_cast): Ditto.
3433         (search_struct_field): Ditto.
3434         * value.h (COERCE_VARYING_ARRAY): Ditto.
3435         * symfile.c (init_filename_language_table): Ditto.
3436         (add_psymbol_with_dem_name_to_list): Ditto.
3437         * valarith.c (value_binop): Ditto.
3438         (value_neg): Ditto.
3439         * valops.c (value_slice): Ditto.
3440         * symtab.h (union language_specific): Ditto.
3441         (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
3442         (SYMBOL_DEMANGLED_NAME): Ditto.
3443         (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
3444         * defs.h (enum language): Ditto.
3445         * symtab.c (got_symtab): Ditto.
3446         * utils.c (fprintf_symbol_filtered): Ditto.
3447
3448         * ch-typeprint.c: Make file obsolete.
3449         * ch-valprint.c: Make file obsolete.
3450         * ch-lang.h: Make file obsolete.
3451         * ch-exp.c: Make file obsolete.
3452         * ch-lang.c: Make file obsolete.
3453
3454         * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
3455         CHILL_LIB.
3456         (TARGET_FLAGS_TO_PASS): Ditto.
3457         (CHILLFLAGS): Obsolete.
3458         (CHILL): Obsolete.
3459         (CHILL_FOR_TARGET): Obsolete.
3460         (CHILL_LIB): Obsolete.
3461         (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
3462         ch-valprint.c.
3463         (HFILES_NO_SRCDIR): Remove ch-lang.h.
3464         (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
3465         ch-lang.o.
3466         (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
3467         targets.
3468
3469 2002-07-31  Joel Brobecker  <brobecker@gnat.com>
3470
3471         * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
3472         This does not change anything at the moment, but will be helpful
3473         later when full Ada support is integrated.
3474
3475 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
3476
3477         * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
3478         help message.
3479
3480 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
3481
3482         * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
3483         and save it in a local variable.  Use variable in later test.
3484
3485 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
3486
3487         * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
3488         test.  (Thanks to Daniel Jacobowitz.)
3489         
3490 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
3491
3492         * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
3493         (mips_abi_strings): Add "n64".
3494         (mips_gdbarch_init): Add test for n64 abi.  Add MIPS_ABI_N64 case.
3495
3496 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
3497
3498         * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
3499         (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
3500
3501 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
3502
3503         * utils.c (host_pointer_to_address, address_to_host_pointer):
3504         Use gdb_assert() instead of explicit call to internal_error().
3505
3506 2002-07-30  Kevin Buettner  <kevinb@redhat.com>
3507
3508         * Makefile.in (rs6000-nat.o): Update dependencies.
3509
3510         From Nicholas Duffek:
3511         * Makefile.in (ALLDEPFILES): Add aix-thread.c.
3512         (aix-thread.o): New rule.
3513         * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
3514         * config/powerpc/aix432.mh: New file.
3515
3516 2002-07-30  Daniel Jacobowitz  <drow@mvista.com>
3517
3518         * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
3519         (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
3520         (fetch_core_registers, ppc_linux_supply_gregset)
3521         (ppc_linux_supply_fpregset): New functions.
3522         (ppc_linux_regset_core_fns): New.
3523         (_initialize_ppc_linux_tdep): Call add_core_fns.
3524         * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
3525         and ppc_linux_supply_gregset.
3526         * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
3527         (supply_fpregset): Call ppc_linux_supply_fpregset.
3528         * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
3529         corelow.o.
3530         * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
3531
3532 2002-07-30  Daniel Jacobowitz  <drow@mvista.com>
3533
3534         * symtab.c (lookup_symbol): Demangle before lowercasing.
3535
3536 2002-07-30  Andrew Cagney  <ac131313@redhat.com>
3537
3538         * symtab.h: Replace #include "gdb_obstack.h" with opaque
3539         declaration.
3540         * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
3541         * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
3542         * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
3543         * arch-utils.c, cli/cli-setshow.c: Unconditionally include
3544         "gdb_string.h".
3545         * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
3546         (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
3547         (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
3548         (avr-tdep.o, mon960-rom.o): Ditto.
3549         (aout_stabs_gnu_h): Define.
3550         (symtab_h): Remove $(gdb_obstack_h).
3551
3552 2002-07-30  Jim Blandy  <jimb@redhat.com>
3553
3554         Patch from David Carlton <carlton@math.stanford.edu>:
3555         * gdbinit.in: Move the `dir' commands that add GDB's own source
3556         directory to the search path to the end, so that the `gdb' source
3557         directory will be searched first.
3558
3559 2002-07-29  Andrew Cagney  <ac131313@redhat.com>
3560
3561         * gdb_obstack.h: New file.
3562         * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
3563         (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
3564         * objfiles.h: Include "gdb_obstack.h".
3565         * Makefile.in (gdb_obstack_h): Define.
3566         (symtab_h): Add $(gdb_obstack_h).
3567         (objfiles_h): Add $(gdb_obstack_h).
3568         
3569         * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
3570         * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
3571         * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
3572         * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
3573         * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
3574         * p-valprint.c, symmisc.c, typeprint.c: Ditto.
3575         * symfile.c, coffread.c, c-typeprint.c: Ditto.
3576         * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
3577
3578         * Makefile.in (bcache.o): Update dependencies.
3579         (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
3580         (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
3581         (dbxread.o, dstread.o, f-typeprint.o): Ditto.
3582         (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
3583         (stabsread.o, symfile.o, symmisc.o): Ditto.
3584         (symtab.o, typeprint.o, macroexp.o): Ditto.
3585         (macrotab.o, mdebugread.o): Ditto.
3586         (f_lang_h, coff_sym_h, coff_symconst_h): Define.
3587         (coff_ecoff_h, aout_aout64_h): Define.
3588         (aout_stabs_gnu_h, libaout_h): Define.
3589
3590 2002-07-29  Andrew Cagney  <cagney@redhat.com>
3591
3592         * regcache.c (struct regcache_descr): Rename nr_registers to
3593         nr_cooked_registers.  Revise comments describing the structure
3594         member fields.
3595         (init_regcache_descr): Update.
3596         (init_legacy_regcache_descr): Update.
3597         (read_register_gen, write_register_gen): When a cooked register in
3598         the raw register range, directly access the value from the raw
3599         register cache.
3600
3601 2002-07-29  Andrew Cagney  <ac131313@redhat.com>
3602
3603         * z8k-tdep.c: Do not include "obstack.h".
3604         * h8300-tdep.c, h8500-tdep.c: Ditto.
3605         * m68hc11-tdep.c, sh-tdep.c: Ditto.
3606         * valprint.c, v850-tdep.c: Ditto.
3607         * d10v-tdep.c, mn10300-tdep.c: Ditto.
3608         * mn10200-tdep.c: Ditto.
3609
3610         * Makefile.in (z8k-tdep.o): Update dependencies.
3611         (m68hc11-tdep.o, valprint.o): Ditto.
3612         (v850-tdep.o, d10v-tdep.o): Ditto.
3613         (mn10300-tdep.o, sparc-tdep.o): Ditto.
3614         (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
3615         (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
3616         (sh_opc_h, gdb_sim_sh_h): Define.
3617         (elf_sh_h, elf_bfd_h): Define.
3618         (opcode_m68hc11_h): Define.
3619         (OPCODES_SRC, OPCODES_DIR): define.
3620         (OPCODES): Use $(OPCODES_DIR).
3621         (gdb_sim_d10v_h): Rename sim_d10v_h.
3622         (gdb_sim_arm_h): Rename sim_arm_h.
3623
3624 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
3625
3626         * utils.c (host_pointer_to_address, address_to_host_pointer):
3627         Change internal_error() message to indicate function responsible
3628         for the error.
3629
3630 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
3631
3632         * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
3633         calls to local_hex_string_custom().
3634
3635 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
3636
3637         * irix5-nat.c: Move IRIX shared library support from here...
3638         * solib-irix.c: ...to here.  Revised substantially to work with
3639         generic solib framework.
3640
3641         * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
3642         * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
3643         * mips-irix-tdep.c: New file.
3644
3645         * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
3646         (mips-irix-tdep.o, solib-irix.o): New rules.
3647         * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
3648         solib-irix.o.
3649         * config/mips/irix6.mt (TDEPFILES): Likewise.
3650         * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
3651
3652 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
3653
3654         * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
3655         disabled (via ``#if 0'') includes.
3656
3657 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
3658
3659         * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
3660         (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
3661         (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
3662         Add support for the fpscr register.
3663         * rs6000-nat.c (regmap, fetch_inferior_registers)
3664         (store_inferior_registers, fetch_core_registers): Likewise.
3665
3666 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
3667
3668         * rs6000-nat.c (language.h): Include.
3669         (special_regs): Delete this array.
3670         (regmap): New function.
3671         (fetch_register, store_register):  Use regmap() to map gdb
3672         register numbers to ptrace register numbers.  Also, use
3673         outputs from regmap() to make decisions regarding type of
3674         ptrace() call to make.  In particular, don't compare against
3675         FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3676         (fetch_inferior_registers, store_inferior_registers): Where
3677         possible, obtain register numbers from tdep struct.  Don't
3678         refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3679         * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
3680         (LAST_UISA_SP_REGNUM): Delete.
3681         
3682 2002-07-25  Kevin Buettner  <kevinb@redhat.com>
3683
3684         * rs6000-nat.c (ppc-tdep.h): Include.
3685         (fetch_registers, store_register, fetch_core_registers): Don't
3686         access registers[] directly.  Instead, use supply_register() or
3687         regcache_collect() as appropriate.
3688         (find_toc_address): Format hex address with local_hex_string().
3689
3690 2002-07-25  Andrew Cagney  <ac131313@redhat.com>
3691
3692         * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
3693         bfd/elf32-frv.c.
3694
3695 2002-07-24  Tom Tromey  <tromey@redhat.com>
3696
3697         * jv-exp.y: Marked all strings with _().
3698         (ClassInstanceCreationExpression, ArrayCreationExpression): Use
3699         internal_error.
3700         (MethodInvocation, CastExpression, parse_number, yyerror,
3701         java_type_from_name, push_expression_name, yylex): Typo fixes.
3702
3703 2002-07-24  Daniel Jacobowitz  <drow@mvista.com>
3704
3705         * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
3706         (tee_file_flush, tee_file_write, tee_file_fputs)
3707         (tee_file_isatty): New.
3708         * ui-file.h (tee_file_new): Add prototype.
3709
3710 2002-07-24  Aidan Skinner <aidan@velvet.net>
3711
3712         * ada-lang.c: Change k&r style function definitions to prototyped
3713         form.
3714         * ada-typeprint.c: Change k&r style function definitions to prototyped
3715         form.
3716         * ada-valprint.c: Change k&r style function definitions to prototyped
3717         form.
3718         
3719 2002-07-24  Andrew Cagney  <cagney@redhat.com>
3720
3721         * README: Remove reference to remote-bug.
3722         * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
3723         remote-bug.c.
3724         (m88k-nat.o): Delete rule.
3725         (m88k-tdep.o): Delete rule.
3726         (remote-bug.o): Delete rule.
3727         * MAINTAINERS: Mark as obsolete.
3728         * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
3729         * m88k-tdep.c: Make file obsolete.
3730         * config/m88k/m88k.mh: Ditto.
3731         * config/m88k/delta88v4.mh: Ditto.
3732         * config/m88k/delta88v4.mt: Ditto.
3733         * config/m88k/delta88.mt: Ditto.
3734         * config/m88k/delta88.mh: Ditto.
3735         * remote-bug.c: Ditto.
3736         * config/m88k/tm-delta88.h: Ditto.
3737         * config/m88k/nm-delta88v4.h: Ditto.
3738         * config/m88k/xm-delta88.h: Ditto.
3739         * config/m88k/xm-dgux.h: Ditto.
3740         * config/m88k/tm-m88k.h: Ditto.
3741         * config/m88k/nm-m88k.h: Ditto.
3742         * config/m88k/tm-delta88v4.h: Ditto.
3743         * m88k-nat.c: Ditto.
3744         * cxux-nat.c: Ditto.
3745         * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
3746         and m88*-*-* obsolete.
3747         * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
3748         m88*-*-* obsolete.
3749
3750 2002-07-24  Andrew Cagney  <cagney@redhat.com>
3751
3752         * findvar.c (extract_unsigned_integer): Make `addr' parameter
3753         constant.  Same for local pointer variables.
3754         (extract_signed_integer): Ditto.
3755         * defs.h (extract_unsigned_integer): Update.
3756         (extract_signed_integer): Update.
3757
3758 2002-07-24  Andrew Cagney  <cagney@redhat.com>
3759
3760         * regcache.c (regcache_raw_write): Change buf parameter to a
3761         constant void pointer.
3762         (regcache_raw_read): Change buf parameter to a void pointer.
3763         (legacy_write_register_gen): Change myaddr parameter a constant
3764         void pointer.
3765         (supply_register): Change val parameter to a const void pointer.
3766         * regcache.h (regcache_raw_write): Update declaration.
3767         (regcache_raw_read): Update declaration.
3768         (supply_register): Update declaration.
3769
3770 2002-07-24  Tom Tromey  <tromey@redhat.com>
3771
3772         * defs.h (gdb_readline_wrapper): Declare.
3773         * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
3774         * tracepoint.c (read_actions): Use gdb_readline_wrapper.
3775         * top.c (gdb_readline_wrapper): New function.
3776         (command_line_input): Use it.
3777
3778 2002-07-24  Andrew Cagney  <cagney@redhat.com>
3779
3780         * regcache.h (regcache_raw_read, regcache_raw_write): Replace
3781         regcache_read and regcache_write.
3782         (regcache_raw_read_as_address): Replace regcache_read_as_address.
3783         * regcache.c: Update.
3784         * sh-tdep.c (sh64_push_arguments): Update comment.
3785         (sh_pseudo_register_read): Update.
3786         (sh_pseudo_register_write): Update.
3787         (sh4_register_read): Update.
3788         (sh4_register_write): Update.
3789         (sh64_pseudo_register_read): Update.
3790         (sh64_pseudo_register_write): Update.
3791         (sh64_register_read): Update.
3792         (sh64_register_write): Update.
3793         * i386-tdep.c (i386_extract_return_value): Update.
3794         (i386_extract_struct_value_address): Update.
3795         (i386_extract_return_value): Update.
3796         * blockframe.c (generic_read_register_dummy): Update.
3797         (generic_call_dummy_register_unwind): Update
3798         * infrun.c (write_inferior_status_register): Update.
3799
3800 2002-07-23  Jim Blandy  <jimb@redhat.com>
3801
3802         * parser-defs.h (expression_context_pc): Make this extern.
3803         (Thanks to Michael Snyder.)
3804
3805 2002-07-23  Andrew Cagney  <ac131313@redhat.com>
3806
3807         GDB 5.2.1 released from 5.2 branch.
3808         * NEWS: Mention changes in 5.2.1 including addition of AVR target.
3809         * README: Update to mention 5.2.1.
3810
3811 2002-07-23  Mark Salter  <msalter@redhat.com>
3812
3813         * remote.c (remote_read_bytes): Fix check for error.
3814
3815 2002-07-22  Kevin Buettner  <kevinb@redhat.com>
3816
3817         * aix-thread.c (language.h): Include.
3818         (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3819         (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
3820         Print newlines at end of debug messages.
3821         (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
3822         (pdc_write_data): Use local_hex_string() instead of %llx formats.
3823
3824 2002-07-22  Kevin Buettner  <kevinb@redhat.com>
3825
3826         * aix-thread.c (ppc-tdep.h): Include.
3827         (special_register_p): New function.
3828         (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
3829         (store_regs_user_thread): Use register number information from
3830         gdbarch_tdep struct instead of hardcoded offsets relative to
3831         FIRST_UISA_SP_REGNUM.
3832         (fetch_regs_kernel_thread, store_regs_kernel_thread):  Call
3833         special_register_p() instead of using FPLAST_REGNUM and
3834         LAST_UISA_SP_REGNUM as lower and upper bounds on the special
3835         register numbers.  Also, don't assume that LAST_UISA_SP_REGNUM
3836         will be MQ's register number.
3837
3838 2002-07-22  Michael Snyder  <msnyder@redhat.com>
3839
3840         * aix-thread.c (ops): Rename to aix_thread_ops.
3841         (base_ops): Rename to base_target.
3842         (ops_attach): Rename to aix_thread_attach.
3843         (ops_detach): Rename to aix_thread_detach.
3844         (ops_resume): Rename to aix_thread_detach.
3845         (ops_wait):   Rename to aix_thread_wait.
3846         (ops_kill):   Rename to aix_thread_kill.
3847         (init_ops):   Rename to init_aix_thread_ops.
3848         (ops_fetch_register): Rename to aix_thread_fetch_register.
3849         (ops_store_register): Rename to aix_thread_store_register.
3850         (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
3851         (ops_thread_alive):   Rename to aix_thread_thread_alive.
3852         (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
3853         (ops_pid_to_str):  Rename to aix_thread_pid_to_str.
3854         (ops_xfer_memory): Rename to aix_thread_xfer_memory.
3855         (fetch_regs_lib):  Rename to fetch_regs_user_thread.
3856         (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
3857         (store_regs_lib):  Rename to store_regs_user_thread.
3858         (store_regs_kern): Rename to store_regs_kernel_thread.
3859
3860 2002-07-22  Michael Snyder  <msnyder@redhat.com>
3861
3862         * aix-thread.c (ops_prepare_to_store): Eliminate.
3863         (init_ops): Don't initialize ops.prepare_to_store.
3864         (store_regs_kern): Pre-fetch register buffers from child, 
3865         because some registers may not be in the cache.  Copy
3866         regs from register cache only if they are cached.
3867         (store_regs_lib): Copy regs from register cache only
3868         if they are cached.
3869         (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
3870         fill_gprs64): Ditto.
3871
3872 2002-07-22  Kevin Buettner  <kevinb@redhat.com>
3873
3874         * aix-thread.c (gdb_assert.h): Include.
3875         (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
3876         register sizes (from register cache) match size of buffer holding
3877         register data.
3878         (fill_sprs32): Change parameter types to match those in the ptrace()
3879         buffer.
3880         (store_regs_lib): Likewise, but for 32-bit temporary variables.
3881         (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
3882
3883 2002-07-22  Michael Snyder  <msnyder@redhat.com>
3884
3885         * aix-thread.c (supply_sprs64): Cosmetic change.
3886         (supply_sprs32): Cosmetic change.
3887         (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
3888         (fill_sprs64): Use regcache_collect instead of read_register.
3889         (store_regs_lib): Use regcache_collect instead of 
3890         read_register.  Use fill_sprs32 instead of fill_sprs64,
3891         if debugging a 32-bit architecture.
3892         (store_regs_kern): Use fill_gprs64 etc. to pull the values
3893         out of the register cache, instead of passing a pointer into
3894         the register cache directly to ptrace.  Use regcache_collect
3895         insteaad of read_register.
3896         (ops_prepare_to_store): Use target_read_registers instead
3897         of read_register_bytes.
3898
3899 2002-07-20  Aidan Skinner <aidan@velvet.net>
3900
3901         * MAINTAINERS: Add self under write after approval. 
3902                 
3903 2002-07-20  Aidan Skinner <aidan@velvet.net>
3904
3905         * ada-tasks.c: Change k&r style function definitions to prototyped
3906         form.
3907                 
3908 2002-07-19  Andrew Cagney  <ac131313@redhat.com>
3909
3910         * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
3911         * x86-64-tdep.c: Include "objfiles.h".
3912         (x86_64_gdbarch_init): Set in_solib_call_trampoline to
3913         in_plt_section.  From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
3914
3915 2002-07-17  Michal Ludvig  <michal@suse.cz>
3916
3917         * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
3918         (update_context): Initialise cfa variable.
3919
3920 2002-07-17  Michael Snyder  <msnyder@redhat.com>
3921
3922         * aix-thread.c: Shorten some long lines.  
3923         Bring comments into line with code spec.
3924
3925 2002-07-18  Joel Brobecker  <brobecker@gnat.com>
3926
3927         * infrun.c: Re-indent using gdb_indent.sh.
3928
3929 2002-07-18  Joel Brobecker  <brobecker@gnat.com>
3930
3931         * infrun.c (handle_inferior_event): Remove unneeded extra brace.
3932         Leave the indentation temporarily untouched, to minimize the diffs.
3933
3934 2002-07-18  Elena Zannoni  <ezannoni@redhat.com>
3935
3936         * stabsread.c: Make os9k sections of the code obsolete,
3937         for real this time.
3938         * stabsread.h: Make os9k sections of the code obsolete.
3939
3940 2002-07-18  Michal Ludvig <mludvig@suse.cz>
3941
3942         * linux-low.c (regsets_store_inferior_registers): Add free()
3943         at the end of a loop to prevent memory leak.
3944         * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
3945         (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
3946         * config/sparc/tm-sp64linux.h: Make the rest of #endif
3947         line a comment.
3948         * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
3949
3950 2002-07-17  Jim Blandy  <jimb@redhat.com>
3951
3952         * macrocmd.c (info_macro_command): Remove newline from error
3953         message.
3954
3955 2002-07-17  J"orn Rennecke <joern.rennecke@superh.com>
3956
3957         * sh-tdep.c (sh_dsp_register_sim_regno): New function.
3958         (sh_gdbarch_init): Use it for sh-dsp.
3959
3960 2002-07-16  Kevin Buettner  <kevinb@redhat.com>
3961
3962         * dwarf2read.c (read_initial_length): Handle older, non-standard,
3963         64-bit DWARF2 format.
3964
3965 2002-07-16  Joel Brobecker  <brobecker@gnat.com>
3966
3967         * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
3968         <sys/proc.h> when not available.
3969
3970 2002-07-16  Andrew Cagney  <ac131313@redhat.com>
3971
3972         * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
3973         * stabsread.c: Make os9k sections of the code obsolete.
3974         * configure.tgt: Make i[3456]86-*-os9k target obsolete.
3975         * config/i386/i386os9k.mt: Make file obsolete.
3976         * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
3977         (COMMON_OBS): Remove os9kread.o
3978         (SFILES): Remove os9kread.c.
3979         (os9kread.o, remote-os9k.o): Make target obsolete.
3980         * remote-os9k.c: Make file obsolete.
3981         * os9kread.c: Make file obsolete.
3982         * Makefile.in
3983
3984 2002-07-16  Andrew Cagney  <ac131313@redhat.com>
3985
3986         * NEWS: Mention that the FR30 has been made obsolete.
3987         * fr30-tdep.c: Make file obsolete.
3988         * config/fr30/tm-fr30.h: Ditto.
3989         * config/fr30/fr30.mt: Ditto.
3990         * configure.tgt: Make fr30-*-elf obsolete.
3991         * MAINTAINERS: Make fr30-elf obsolete.
3992
3993 2002-07-16  Pierre Muller  <muller@ics.u-strasbg.fr>
3994
3995         * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
3996         found is not inside a section.
3997
3998 2002-07-15  Kevin Buettner  <kevinb@redhat.com>
3999
4000         * aix-thread.c (ptrace_check): Use safe_strerror() instead of
4001         strerror().
4002         (pdc_realloc): Use xrealloc() instead of realloc().
4003
4004 2002-07-15  Kevin Buettner  <kevinb@redhat.com>
4005
4006         * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
4007         (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
4008         (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
4009         macros.
4010
4011 2002-07-15  Kevin Buettner  <kevinb@redhat.com>
4012
4013         * aix-thread.c (ptrace_check): Eliminate goto.
4014         (sync_threadlists): Eliminate gotos.  Also, fix array overrun
4015         problem.
4016
4017 2002-07-15  Kevin Buettner  <kevinb@redhat.com>
4018
4019         * aix-thread.c (gdbcmd.h): Include.
4020         (DEBUG, DBG, DBG2, dbg): Eliminate.
4021         (debug_aix_thread): New static global.
4022         (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4023         (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
4024         (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
4025         invocations to DBG and DBG2 macros to test against
4026         ``debug_aix_thread'' and call fprintf_unfiltered().
4027         (_initialize_aix_thread): Add new command "set debug aix-thread".
4028
4029 2002-07-15  Andrew Cagney  <ac131313@redhat.com>
4030
4031         From Gerhard Tonn <TON@de.ibm.com>:
4032         * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
4033         instead of supply_register.
4034
4035 2002-07-15  Andrew Cagney  <ac131313@redhat.com>
4036
4037         * dwarf2cfi.c: Include "gdb_assert.h".
4038         (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
4039         non-NULL.
4040         (update_context): Do not use __func__.  Add missing ``break''.
4041         (update_context): Do not use __func__.
4042
4043 2002-07-15  Elena Zannoni  <ezannoni@redhat.com>
4044
4045         * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
4046         and its setting.  Set gdbarch instruction printing functions
4047         directly.  For non-rs6000 case use new function
4048         gdb_print_insn_powerpc.
4049         (gdb_print_insn_powerpc): New function.
4050
4051 2002-07-13  Andrew Cagney  <ac131313@redhat.com>
4052
4053         * NEWS: Mention that the d30v has been marked obsolete.
4054         * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
4055         * configure.tgt: Mark d30v-*-* as obsolete.
4056         * d30v-tdep.c: Mark file as obsolete.
4057         * config/d30v/d30v.mt: Ditto.
4058         * config/d30v/tm-d30v.h: Ditto.
4059
4060 2002-07-13  Aidan Skinner <aidan@velvet.net>
4061
4062         * ada-tasks.c (add_task_entry): replace calls to
4063         malloc() with xmalloc
4064         * ada-tasks.c (init_task_list): replace calls to free with xfree()
4065         
4066         * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
4067         ada_finish_decode_line_1, all_sals_for_line
4068         ada_breakpoint_rewrite): replace calls to free() with xfree()
4069                 
4070 2002-07-12  Kevin Buettner  <kevinb@redhat.com>
4071
4072         From Nicholas Duffek (with minor changes by Martin Hunt, 
4073         Louis Hamilton, and Kevin Buettner):
4074         * aix-thread.c: New file.
4075
4076 2002-07-12  Petr Sorfa <petrs@caldera.com>
4077
4078         *  dwarf2read.c (dwarf2_invalid_attrib_class): New
4079         complaint for invalid attribute class or form.
4080         (read_func_scope): DW_AT_frame_base
4081         better handling of DW_AT_block*.
4082         (dwarf2_add_member_fn): DW_AT_vtable_elem_location
4083         better handling of DW_AT_block*.
4084         (read_common_block): DW_AT_location
4085         better handling of DW_AT_block*.
4086         (read_partial_die): DW_AT_location better handling
4087         of DW_AT_block*.
4088         (new_symbol): DW_AT_external better handling of
4089         DW_AT_block*. Proper initialization of variable
4090         "addr".
4091         (attr_form_is_block): New function that returns true
4092         if the attribute's form is of DW_FORM_block*.
4093
4094 2002-07-12  Peter Schauer  <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
4095
4096         * valops.c (find_method_list): Remove comment about
4097         removed STATIC_MEMFUNCP argument.
4098         (value_find_oload_method_list): Likewise.
4099
4100 2002-07-12  Kevin Buettner  <kevinb@redhat.com>
4101
4102         From Nicholas Duffek:
4103         * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
4104         target_new_objfile_hook.
4105
4106 2002-07-12  Kevin Buettner  <kevinb@redhat.com>
4107
4108         From Nicholas Duffek:
4109         * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
4110         csect.
4111
4112 2002-07-12  Andrew Cagney  <cagney@redhat.com>
4113
4114         * MAINTAINERS: Mention --enable-sim-build-warnings.
4115         (m68hc11-elf): Disable sim build warnings.
4116         (m32r-elf): Mark as broken obsolete candidate.
4117         (x86_64-linux-gnu): Mark as buildable with -Werror.
4118         (arm-elf): Change -w to ``,'' which enables warnings but not
4119         -Werror.
4120
4121 2002-07-12  Andrew Cagney  <ac131313@redhat.com>
4122
4123         * bcache.h: Update copyright.
4124         (struct bstring, struct bcache): Move definition to "bcache.c".
4125         Replaced by opaque declaration.
4126         (bcache_xfree): Replace free_bcache.
4127         (bcache_xmalloc, bcache_memory_used): Declare.
4128         
4129         * bcache.c: Update copyright.
4130         (struct bstring, struct bcache): Moved to here from "bcache.h".
4131         Update comments.
4132         (bcache_xmalloc, bcache_memory_used): New functions.
4133         (bcache_xfree): Replace function free_bcache.
4134         
4135         * Makefile.in (objfiles.o): Add $(bcache_h).
4136         (objfiles_h): Remove $(bcache_h).
4137         (symfile.o): Add $(bcache_h).
4138
4139         * symmisc.c: Update copyright.
4140         (print_symbol_bcache_statistics): Pass psymbol_cache by value.
4141         (print_objfile_statistics): Use bcache_memory_used.
4142
4143         * symfile.c: Include "bcache.h".
4144         (reread_symbols): Use bcache_xfree.
4145         (reread_symbols): Use bcache_xmalloc and bcache_xfree.
4146         (add_psymbol_to_list): Pass psymbol_cache by value.
4147         (add_psymbol_with_dem_name_to_list): Ditto.
4148
4149         * objfiles.h: Update copyright.
4150         (struct bcache): Declare opaque.  Do not include "bcache.h".
4151         (struct objfile): Change psymbol_cache and macro_cache to ``struct
4152         bcache'' pointers.
4153         * dwarf2read.c (macro_start_file): Pass macro_cache by value.
4154
4155         * objfiles.c: Include "bcache.h".  Update copyright.
4156         (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
4157         macro_cache.
4158         (free_objfile): Use bcache_xfree.
4159
4160 2002-07-11  Grace Sainsbury  <graces@redhat.com>
4161
4162         * monitor.c (monitor_fetch_register): Make name a constant.
4163         (monitor_store_register): Same.
4164
4165 2002-07-11  Daniel Jacobowitz  <drow@mvista.com>
4166
4167         Based on patch from Daniel Berlin <dberlin@dberlin.org>.
4168         * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
4169         (finish_block) For non-function blocks, hash the symbol table.  For
4170         function blocks, mark the symbol table as unhashed.
4171         * minsyms.c (msymbol_hash): Return hash value without taking modulus.
4172         (msymbol_hash_iw): Likewise.
4173         (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
4174         value.
4175         (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
4176         (lookup_minimal_symbol): Likewise for both.
4177         * symtab.h (struct block): Add `hashtable' flag.  Comment the
4178         hashtable.
4179         (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
4180         (ALL_BLOCK_SYMBOLS): Update.
4181         (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
4182         (struct symbol): Add `hash_next' pointer.
4183         * symtab.c (lookup_block_symbol): Search using the hash table when
4184         possible.
4185         (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
4186         (search_symbols, find_addr_symbol): Likewise.
4187
4188         * dstread.c (process_dst_block): Clear hashtable bit for new block.
4189         (read_dst_symtab): Likewise.
4190         * jv-lang.c (get_java_class_symtab): Likewise.
4191         * mdebugread.c: Include "gdb_assert.h".
4192         (shrink_block): Assert that the block being modified is not hashed.
4193         * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
4194         * symmisc.c (free_symtab_block): Walk the hash table when freeing
4195         symbols.
4196         (dump_symtab): Recognize hashed blocks.
4197         * printcmd.c (print_frame_args):  Assert that function blocks do not
4198         have hashed symbol tables.
4199         * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
4200         (fill_in_ada_prototype, debug_print_block): Likewise.
4201         (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS.  Handle hash tables.
4202
4203 2002-07-11  Corinna Vinschen  <vinschen@redhat.com>
4204
4205         * stack.c (print_frame): Use result of frame_address_in_block()
4206         instead of fi->pc when evaluating symbols.
4207         (backtrace_command_1): Ditto.
4208
4209 2002-07-11  Andrew Cagney  <cagney@redhat.com>
4210
4211         * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
4212         Make static.
4213
4214         * arm-tdep.c (arm_register_name): Make return type constant.
4215
4216 2002-07-10  Andrew Cagney  <ac131313@redhat.com>
4217
4218         * win32-nat.c (has_detach_ability): Convert to strict ISO C
4219         prototype.
4220         * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
4221         * s390-tdep.c (s390_fp_regnum): Ditto.
4222         (s390_read_fp): Ditto.
4223         (s390_pop_frame): Ditto.
4224         (_initialize_s390_tdep): Ditto.
4225         * remote.c (get_remote_state): Ditto.
4226         * procfs.c (mappingflags): Ditto.
4227         * memattr.c (_initialize_mem): Ditto.
4228         * mcore-tdep.c (mcore_pop_frame): Ditto.
4229         * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
4230         * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
4231         * language.c (set_case_str): Ditto.
4232         * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
4233         * frv-tdep.c (new_variant): Ditto.
4234         (frv_stopped_data_address): Ditto.
4235         * dwarf2cfi.c (fde_chunks_need_space): Ditto.
4236         (context_alloc): Ditto.
4237         (frame_state_alloc): Ditto.
4238         (unwind_tmp_obstack_init): Ditto.
4239         (unwind_tmp_obstack_free): Ditto.
4240         (cfi_read_fp): Ditto.
4241         * cris-tdep.c (cris_saved_pc_after_call): Ditto.
4242         (cris_pop_frame): Ditto.
4243         * c-lang.c (scanning_macro_expansion): Ditto.
4244         (finished_macro_expansion): Ditto.
4245         (c_preprocess_and_parse): Ditto.
4246         * gdbarch.sh: Ditto.
4247         * gdbarch.h, gdbarch.c: Regenerate.
4248         * config/mn10200/tm-mn10200.h: Adjust indentation.
4249         * target.c: Adjust indentation.
4250         * symtab.h: Adjust indentation.
4251         * stabsread.h: Adjust indentation.
4252         * remote-es.c: Adjust indentation.
4253         * os9kread.c: Adjust indentation.
4254
4255 2002-07-10  Andrew Cagney  <ac131313@redhat.com>
4256         
4257         * wince.c (_initialize_wince): Rename _initialize_inftarg.
4258         * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
4259
4260 2002-07-10  Grace Sainsbury  <graces@redhat.com>
4261         
4262         * NEWS: Mention m68k, mcore multi-arching.  
4263         * MAINTAINERS: Change status of m68k, mcore to reflect
4264         multi-arching.
4265
4266 2002-07-10  Daniel Jacobowitz  <drow@mvista.com>
4267
4268         * valops.c (find_overload_match): Free oload_syms.
4269
4270 2002-07-09  Joel Brobecker  <brobecker@gnat.com>
4271
4272         Define HAVE_SYS_PROC_H if sys/proc.h exists
4273         * configure.in: Add check for sys/proc.h
4274         * config.in: Regenerate.
4275         * configure: Regenerate.
4276
4277 2002-07-09  Grace Sainsbury  <graces@redhat.com>
4278
4279         * config/m68k/tm-m68k.h: Remove macros wrapped in 
4280         #if !GDB_MULTI_ARCH. 
4281
4282 2002-07-08  Andrew Cagney  <ac131313@redhat.com>
4283
4284         * config.in, configure: Regenerate.
4285
4286 2002-07-08  Mark Kettenis  <kettenis@gnu.org>
4287
4288         * dwarf2cfi.c: Include "gcore.h".
4289         (execute_stack_op): Fix implementation of the
4290         DW_OP_deref and DW_OP_deref_size operators by letting do their
4291         lookup in the target.
4292
4293 2002-07-07  Mark Kettenis  <kettenis@gnu.org>
4294
4295         From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
4296         * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
4297         tdep->sc_sp_offset.
4298
4299 2002-07-05  Daniel Jacobowitz  <drow@mvista.com>
4300
4301         Fix PR gdb/595, gdb/602
4302         * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
4303         Don't call value_cast, just read the vtable pointer; update comments
4304         to match.
4305
4306 2002-07-05  Grace Sainsbury  <graces@redhat.com>
4307
4308         * config/mcore/tm-mcore.h: Remove file.
4309         * config/mcore/mcore.mt: Remove definition of TM_FILE
4310         * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
4311
4312 2002-07-05  Mark Kettenis  <kettenis@gnu.org>
4313
4314         * i386bsd-tdep.c: Include "gdb_string.h".
4315
4316 2002-07-04  Grace Sainsbury  <graces@redhat.com>
4317
4318         * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
4319         (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
4320         mcore-tdep.
4321         (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
4322         (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
4323         * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
4324         (RETVAL_REGNUM): Move macros from tm-mcore.h
4325         (mcore_reg_struct_has_addr): New function.
4326         (mcore_gdbarch_init): Added initializations for the macros removed
4327         from tm-mcore.h.
4328
4329 2002-07-04  Mark Kettenis  <kettenis@gnu.org>
4330
4331         * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
4332         traditonal string branding within the ELF header.
4333
4334 2002-07-04  Daniel Jacobowitz  <drow@mvista.com>
4335
4336         * symtab.c (remove_params): New function.
4337         (make_symbol_overload_list): Use it instead of cplus_demangle.
4338         (overload_list_add_symbol): Likewise.  Reorder.  Fix memory leak.
4339
4340 2002-07-04  Mark Kettenis  <kettenis@gnu.org>
4341
4342         * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
4343
4344         * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
4345         New variables.
4346         (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
4347         and tdep->sigtramp_end.
4348         * i386obsd-nat.c: New file.
4349         * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
4350
4351         * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
4352         Don't call get_current_frame().
4353
4354 2002-07-04  Pierre Muller  <muller@ics.u-strasbg.fr>
4355
4356         * i386-nat.c (child_post_startup_inferior): New function
4357         calling i386_cleanup_dregs if
4358         I386_USE_GENERIC_WATCHPOINTS is defined.
4359         * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
4360         conditional to acknowledge that i386-nat.c has its
4361         own child_post_startup_inferior function.
4362
4363 2002-07-04  Mark Kettenis  <kettenis@gnu.org>
4364
4365         * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
4366         * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
4367         instead of MAX_REGISTER_RAW_SIZE.
4368         (i386_extract_return_value, i386_extract_struct_value_address):
4369         Convert to use regcache.
4370         (i386_gdbarch_init): Set max_register_raw_size and
4371         max_register_virtual_size to I386_MAX_REGISTER_SIZE.
4372         Set extract_return_value and extract_struct_value_address instead
4373         of their deprecated variants.
4374
4375         Convert i386 target to generic dummy frames.
4376         * i386-tdep.c: Include "symfile.h".
4377         (i386_frameless_signal_p): Consider a function to be frameless if
4378         the pc points at the first instruction of the function.
4379         (i386_frame_chain): Handle (generic) call dummies.
4380         (i386_frame_saved_pc): Likewise.
4381         (i386_frame_init_saved_regs): Remove code dealing with call
4382         dummies on the stack.
4383         (i386_push_dummy_frame): Removed.
4384         (i386_call_dummy_words): Removed.
4385         (i386_fix_call_dummy): Removed.
4386         (i386_push_return_address): New function.
4387         (i386_do_pop_frame): Renamed from i386_pop_frame.  Add FRAME
4388         parameter, and don't call get_current_frame.
4389         (i386_pop_frame): New function.
4390         (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
4391         call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
4392         entry_point_address, set call_dummy_breakpoint_offset to 0, set
4393         call_dummy_length to 0, set call_dummy_words to NULL, set
4394         sizeof_call_dummy_words to 0, set fix_call_dummy to
4395         generic_fix_call_dummy, set pc_in_call_dummy to
4396         pc_in_call_dummy_at_entry_point, set push_dummy_frame to
4397         generic_push_dummy_frame, set push_return_address to
4398         i386_push_return_address and set frame_chain_valid to
4399         generic_file_frame_chain_valid.
4400
4401 2002-07-03  Andrew Cagney  <ac131313@redhat.com>
4402
4403         * gdbarch.sh (struct regcache): Add opaque declaration.
4404         (EXTRACT_RETURN_VALUE): New architecture method.
4405         (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
4406         * gdbarch.h, gdbarch.c: Regenerate.
4407         * arch-utils.c (legacy_extract_return_value): New function.
4408         * arch-utils.h (legacy_extract_return_value): Declare.
4409         * values.c (value_being_returned): Re-enable code handling
4410         EXTRACT_STRUCT_VALUE_ADDRESS.  Move
4411         deprecated_grub_regcache_for_registers call to block handling
4412         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
4413         (EXTRACT_RETURN_VALUE): Do not define.
4414
4415 2002-07-03  Grace Sainsbury  <graces@redhat.com>
4416
4417         * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
4418         (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
4419         (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
4420         (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
4421         (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
4422         (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
4423         (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
4424         (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
4425         (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
4426         (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
4427         * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
4428         argument so the function fits the prototype in the architecture
4429         vector.
4430         (mcore_pop_frame): Remove argument so the function fits the
4431         prototype. Use get_current_frame instead of the argument.
4432         (mcore_push_arguments): Change type of struct_return so the
4433         function can be used in the architecture vector.
4434         (mcore_store_struct_return): Add.
4435         (mcore_frame_init_saved_regs): Add.
4436         (mcore_gdbarch_init): Add function calls to replace the macros
4437         removed from tm-mcore.h
4438
4439 2002-07-03  Andrew Cagney  <ac131313@redhat.com>
4440
4441         * infcmd.c (print_return_value): Remove compatibility code calling
4442         deprecated_grub_regcache_for_registers.
4443         
4444         * values.c: Include "regcache.h".
4445         (value_being_returned): Update.  Use
4446         deprecated_grub_regcache_for_registers to extract the register
4447         buffer address.  
4448         * value.h (value_being_returned): Change ``retbuf'' parameter to a
4449         ``struct regcache''.
4450         * Makefile.in (values.o): Add dependency on $(regcache_h).
4451
4452         * inferior.h (run_stack_dummy): Change type of second parameter to
4453         a ``struct regcache''.
4454         * valops.c (hand_function_call): Change type of retbuf to ``struct
4455         regcache''.  Allocate using regcache_xmalloc, clean using
4456         make_cleanup_regcache_xfree.
4457         * infcmd.c (run_stack_dummy): Update.  Use
4458         regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
4459
4460         * regcache.c (do_regcache_xfree): New function.
4461         (make_cleanup_regcache_xfree): New function.
4462         * regcache.h (make_cleanup_regcache_xfree): Declare.
4463
4464 2002-07-03  Martin M. Hunt  <hunt@redhat.com>
4465
4466         * event-top.c (command_line_handler): Don't read past
4467         beginning of buffer.
4468
4469 2002-07-03  Martin M. Hunt  <hunt@redhat.com>
4470         
4471         * varobj.c (struct varobj_root): Change frame from CORE_ADDR to 
4472         struct frame_id. 
4473         (varobj_create): Store frame_id for root.
4474         (varobj_gen_name): Use xasprintf.
4475         (varobj_update): Save and restore frame using get_frame_id() and
4476         frame_find_by_id().
4477         (create_child): Use xasprintf.
4478         (new_root_variable): Initialize frame_id.
4479         (c_name_of_child): Use xasprintf. Call find_frame_by_id().
4480         (c_value_of_variable): Use xasprintf. Move mem_fileopen call
4481         to prevent memory leak.
4482
4483 2002-07-03  Andrew Cagney  <ac131313@redhat.com>
4484
4485         * valops.c (hand_function_call): Move declaration of retbuf to
4486         start of function, allocate using malloc, add a cleanup but before
4487         the inf_status cleanup, cleanup the buffer.  Rename local variable
4488         old_chain to inf_status_cleanup.
4489
4490 2002-07-03  Martin M. Hunt  <hunt@redhat.com>
4491
4492         * top.c (execute_command): Use cmd_func() and cmd_func_p().
4493
4494         * cli/cli-decode.c (cmd_func_p): New function.
4495         (cmd_func): New function.
4496
4497         * command.h: Add cmd_func() and cmd_func_p().   
4498         
4499 2002-07-03  Grace Sainsbury  <graces@redhat.com>
4500
4501         * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
4502         (REGISTER_SIZE): Remove.
4503         (MAX_REGISTER_RAW_SIZE): Remove.
4504         (REGISTER_VIRTUAL_TYPE): Remove.
4505         (MAX_REGISTER_VIRTUAL_SIZE): Remove.
4506         (REGISTER_NAME): Remove.
4507         (USE_GENERIC_DUMMY_FRAMES): Remove.
4508         (CALL_DUMMY): Remove.
4509         (CALL_DUMMY_START_OFFSET): Remove.
4510         (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
4511         (CALL_DUMMY_LOCATION): Remove.
4512         (FIX_CALL_DUMMY): Remove.
4513         (CALL_DUMMY_ADDRESS): Remove.
4514         (SIZEOF_CALL_DUMMY_WORDS): Remove.
4515         (SAVE_DUMMY_FRAME_TOS): Remove.
4516         * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
4517         (mcore_register_virtual_type): New function.
4518         (mcore_register_byte): New function.
4519         (mcore_register_size): New function.
4520         (mcore_register_name): New function.
4521         (mcore_gdbarch_init): New function. Add set_gdbarch calls for
4522         macros removed from tm-mcore.h.
4523         (mcore_dump_tdep): Add.
4524         (_initialize_mcore_tdep): Add gdbarch_register call.
4525
4526 2002-07-03  Mark Kettenis  <kettenis@gnu.org>
4527
4528         * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
4529         frameless_look_for_prologue, such that we actually call this
4530         function.
4531
4532 2002-07-02  Joel Brobecker  <brobecker@gnat.com>
4533
4534         * frame.h (frame_address_in_block): New function.
4535
4536         * blockframe.c (frame_address_in_block): New function extracted
4537         from get_frame_block().
4538         (get_frame_block): Use frame_address_in_block().
4539         (block_innermost_frame): Use frame_address_in_block() to match
4540         the frame pc address against the block boundaries rather than
4541         the frame pc directly. This prevents a failure when a frame pc
4542         is actually a return-address pointing immediately after the end
4543         of the given block. 
4544
4545 2002-07-02  Grace Sainsbury  <graces@redhat.com>
4546
4547         * MAINTAINERS: Add self under write after approval. 
4548
4549 2002-07-02  Grace Sainsbury  <graces@redhat.com>
4550
4551         * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
4552         used in architecture vector. The default is
4553         m68k_local_breakpoint_from_pc.
4554         (m68k_local_breakpoint_from_pc): Add.
4555         (enum): Add register numbers from tm-m68k.h.
4556         (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
4557         vector.  
4558         * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
4559         GDB_MULTI_ARCH_PARTIAL.
4560         (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
4561         (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
4562         m68k-tdep.c.
4563         (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
4564         (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
4565         to enum in m68k-tdep.c
4566
4567 2002-07-02  Joel Brobecker  <brobecker@gnat.com>
4568
4569         * solib-osf.c (open_map): Compute the list of shared libraries
4570         loaded by the inferior, rather than the list of libraries loaded
4571         by GDB itself.  Otherwise, GDB ends up reading the symbols from
4572         the wrong shared libraries...
4573
4574 2002-07-02  Mark Kettenis  <kettenis@gnu.org>
4575
4576         * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
4577         (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
4578         macros.
4579         (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
4580         Remove functions.
4581         (FRAMELESS_SIGNAL): Remove function.
4582         (i386_linux_frame_chain, i386_linux_frame_saved_pc,
4583         i386_linux_saved_pc_after_call): Removed.
4584         (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
4585         tdep->sc_pc_offset and tdep->sc_sp_offset.  Don't override
4586         frame_chain, frame_saved_pc and saved_pc_after_call any longer.
4587
4588         * i386-tdep.c (i386_frameless_signal_p): New function.
4589         (i386_frame_chain): Deal with frameless signals.
4590         (i386_sigtramp_saved_sp): New function.
4591         (i386_frame_saved_pc): Deal with frameless signals.
4592         (i386_saved_pc_after_call): Make sure the correct value is
4593         returned just after entry into a sigtramp.
4594         * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
4595         i386fbsd4_sc_sp_offset): New variables.
4596         (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
4597         these variables to initialize tdep->sc_sp_offset.  * i386bsd-nat.c
4598         (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
4599         similiar to what we already did for sc_pc_offset.
4600         * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
4601         tdep->sc_sp_offset.
4602
4603         * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
4604
4605 2002-07-02  Michal Ludvig  <mludvig@suse.cz>
4606
4607         * config/i386/tm-x86-64linux.h: New.
4608         * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
4609         definitions.
4610         * config/i386/nm-x86-64.h: Rename to ...
4611         * config/i386/nm-x86-64linux.h: ... this one.
4612         * config/i386/x86-64linux.mh: Reflect the above change.
4613         
4614 2002-07-01  Mark Kettenis  <kettenis@gnu.org>
4615
4616         * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
4617         with sigcontext_addr.  Add sc_sp_offset.
4618         (i386bsd_sigtramp_saved_pc): Remove prototype.
4619         (i386bsd_sicontext_addr): Add prototype.
4620         * i386-tdep.c (i386_sigtramp_saved_pc): New function.
4621         (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
4622         (i386_svr4_sigtramp_saved_pc): Removed.
4623         (i386_svr4_sigcontext_addr): New function.
4624         (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4625         Initialize tdep->sigcontext_addr instead.  Initialize
4626         tdep->sc_pc_offset and tdep->sc_sp_offset.
4627         (i386_gdbarch_init): Likewise.
4628         * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
4629         any more.
4630         (i386bsd_sigtramp_saved_pc): Remove function.
4631         (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4632         Initialize tdep->sigcontext_addr instead.  Initialize
4633         tdep->sc_pc_offset.
4634         * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
4635         of tdep->sigtramp_saved_pc.
4636         * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
4637         tdep->sigtramp_saved_pc.  Initialize tdep->sigcontext_addr
4638         instead.
4639
4640         * i386-tdep.c (i386_frameless_function_invocation,
4641         i386_frame_num_args, i386_frame_init_saved_regs,
4642         i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
4643         i386_pop_frame, i386_push_arguments, i386_store_struct_return,
4644         i386_extract_return_value, i386_store_return_value,
4645         i386_extract_struct_value_address, i386_register_virtual_type,
4646         i386_register_convertible, i386_register_convert_to_virtual,
4647         i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
4648         i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
4649         static.
4650
4651 2002-07-01  Mark Kettenis  <kettenis@gnu.org>
4652
4653         * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
4654
4655         * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
4656         * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
4657         this macro.  Include "value.h".
4658
4659 2002-06-30  Aidan Skinner  <aidan@velvet.net>
4660
4661         * ada-exp.tab.c: remove as it's a generated file
4662         * ada-lex.c: remove as it's a generated file
4663                 
4664 2002-06-30  Mark Kettenis  <kettenis@gnu.org>
4665
4666         * config/i386/tm-i386.h (struct frame_info, struct
4667         frame_saved_regs, struct value, struct type): Remove forward
4668         declarations.
4669
4670         * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
4671         (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
4672         * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
4673         (FILL_FPXREGSET): Define.
4674
4675         * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
4676
4677         * configure.tgt (i[3456]86-*-openbsd*): Fold into
4678         i[3456]86-*-netbsd* case.
4679         * config/i386/tm-obsd.h: Removed.
4680         * config/i386/obsd.mt: Removed.
4681         * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
4682         core-aout.o.
4683         (MH_CFLAGS): Add -DYYDEBUG=0.
4684
4685         * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
4686         i386nbsd_sc_pc_offset on OpenBSD too.
4687
4688         * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
4689         (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
4690         * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
4691         define.
4692         * i386bsd-tdep.c: Include "arch-utils.h".
4693         (i386bsd_aout_in_solib_call_trampoline): New function.
4694         (i386bsd_init_abi): Set in_solib_call_trampoline to
4695         i386bsd_aout_in_solib_call_trampoline.
4696         (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
4697         in_solib_call_trampoline to generic_in_solib_call_trampoline.
4698
4699 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
4700
4701         * macrotab.h: Do not include "obstack.h" or "bcache.h".
4702         (struct obstack, struct bcache): Add opaque declarations.
4703         * Makefile.in (macrotab_h): Update
4704
4705 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
4706
4707         * blockframe.c (generic_find_dummy_frame): Change return type to
4708         ``struct regcache''.
4709         (struct dummy_frame): Replace field ``registers'' with regcache, a
4710         struct regcache object.
4711         (generic_find_dummy_frame): Update.
4712         (generic_push_dummy_frame): Update.  Use regcache_xfree,
4713         regcache_xmalloc and regcache_cpy.
4714         (generic_pop_dummy_frame): Update.  Use regcache_cpy and
4715         regcache_xfree.
4716         (deprecated_generic_find_dummy_frame): Update.
4717         (generic_read_register_dummy): Update.  Use
4718         regcache_read_as_address.
4719         (generic_call_dummy_register_unwind): Update.  Use regcache_read.
4720         (generic_get_saved_register): Update.  Use regcache_read.
4721
4722 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
4723
4724         * Makefile.in (objfiles_h): Add $(bcache_h).
4725         * objfiles.h: Include "bcache.h".
4726
4727         * Makefile.in (symtab_h): Remove $(bcache_h).
4728         * symtab.h: Do not include "bcache.h".
4729
4730 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
4731
4732         * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
4733         generic_func_frame_chain_valid.
4734
4735 2002-06-28  David O'Brien  <obrien@FreeBSD.org>
4736
4737         * config/i386/nm-fbsd.h: Include <sys/param.h>.
4738         * config/i386/tm-fbsd.h: Likewise.
4739
4740 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
4741
4742         * rs6000-tdep.c (rs6000_gdbarch_init): Use
4743         generic_unwind_get_saved_register.
4744
4745 2002-06-27  Andrew Cagney  <ac131313@redhat.com>
4746
4747         From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
4748         * regcache.c (supply_register): Add missing argument to
4749         register_buffer call.
4750
4751 2002-06-27  Andrew Cagney  <ac131313@redhat.com>
4752
4753         * Makefile.in (init.c): Drop -e option to grep.  Not necessary and
4754         Solaris /bin/grep does not not like it.  From Peter Schauer.
4755
4756 2002-06-26  Tom Tromey  <tromey@redhat.com>
4757
4758         * command.h (add_setshow_cmd): Declare.
4759         (add_setshow_cmd_full): Declare.
4760         * cli/cli-decode.c (add_setshow_cmd): No longer static.  Now
4761         returns void.  Use add_setshow_cmd_full.
4762         (add_setshow_cmd_full): New function.
4763         (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
4764         (add_setshow_boolean_cmd): Likewise.
4765
4766 2002-06-26  Jason Thorpe  <thorpej@wasabisystems.com>
4767
4768         * config/vax/tm-vax.h: Protect from multiple inclusion.
4769         (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
4770         (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
4771         * config/vax/tm-vaxbsd.h: ...here.  New file.
4772         * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
4773
4774 2002-06-26  Jason Thorpe  <thorpej@wasabisystems.com>
4775
4776         * config/vax/tm-vax.h (BREAKPOINT): Remove.
4777         (BELIEVE_PCC_PROMOTION): Remove.
4778         (AP_REGNUM): Move to...
4779         * config/vax/nm-vax.h: ...here.
4780         * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
4781         (vax_breakpoint_from_pc): New function.
4782         (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
4783         and gdbarch_believe_pcc_promotion.
4784
4785 2002-06-26  Jason Thorpe  <thorpej@wasabisystems.com>
4786
4787         * Makefile.in (vax_tdep_h): Define.  
4788         (vax-tdep.o): Use $(vax_tdep_h).
4789         * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
4790         (vax_dump_tdep): New function. 
4791         (_initialize_vax_tdep): Register vax_dump_tdep.
4792         * vax-tdep.h: Include osabi.h.     
4793         (struct gdbarch_tdep): New. 
4794
4795 2002-06-26  Andrew Cagney  <cagney@redhat.com>
4796
4797         * frame.h (deprecated_generic_find_dummy_frame): Rename
4798         generic_find_dummy_frame.
4799         * blockframe.c (generic_find_dummy_frame): Make static.
4800         (deprecated_generic_find_dummy_frame): New function.
4801         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
4802         generic_find_dummy_frame with deprecated_find_dummy_frame.
4803         (sh64_nofp_frame_init_saved_regs): Ditto.
4804         (sh_fp_frame_init_saved_regs): Ditto.
4805         * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
4806         (s390_frame_chain): Ditto.
4807         * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
4808
4809 2002-06-26  Grace Sainsbury  <graces@redhat.com>
4810
4811         * config/m68k/tm-m68k.h: Rearrange code so macros not in the
4812         gdbarch vector are at the top.
4813         (NUM_REGS): Remove.
4814         (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
4815         (FRAME_ARGS_ADDRESS): Remove.
4816         (FRAME_LOCALS_ADDRESS): Remove.
4817         (FRAME_NUM_ARGS): Remove.
4818         (FRAME_ARGS_SKIP): Remove.  
4819         * m68k-tdep.c (enum): Add eumeration of special register numbers.
4820         (m68k_gdbarch_init): Add gdbarch initializations for macros
4821         undefined in tm-m68k.h
4822
4823 2002-06-26  Grace Sainsbury  <graces@redhat.com>
4824
4825         * monitor.h: Add the function regname to monitor_ops
4826         structure. This way NUM_REGS does not have to be a constant.
4827         * monitor.c (monitor_fetch_register): Added support for regname
4828         function. The function is called if the array regnames is NULL.
4829         (monitor_store_register): Same.
4830         * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
4831         regnames array.
4832         (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
4833         cpu32bug_cmds.regname to point to new function.
4834         * abug-rom.c (abug_regname): Same as above.
4835         (init_abug_cmds): Same.
4836         * dbug-rom.c (dbug_regname): Same as above.
4837         (init_dbug_cmds): Same.
4838         * remote-est.c (est_regname): Same. 
4839         (init_est_cmds): Same.
4840         * rom68k-rom.c (rom68k_regname): Same. 
4841         (init_rom68k_cmds): Same.
4842
4843 2002-06-25  Tom Tromey  <tromey@redhat.com>
4844
4845         * breakpoint.c (delete_command): Don't repeat `delete' commands.
4846
4847 2002-06-25  Andrew Cagney  <cagney@redhat.com>
4848
4849         * infrun.c (stop_registers): Change variable's type to ``struct
4850         regcache'''.
4851         (xmalloc_inferior_status): Delete function.
4852         (free_inferior_status): Delete function.
4853         (normal_stop): Use regcache_cpy.
4854         (struct inferior_status): Change type of fields ``stop_registers''
4855         and ``registers'' to ``struct regcache''.
4856         (write_inferior_status_register): Use regcache_write.
4857         (save_inferior_status): Instead of calling
4858         xmalloc_inferior_status, allocate the inf_status buffer directly.
4859         Use regcache_dup_no_passthrough and regcache_dup to save the
4860         buffers.
4861         (restore_inferior_status): Use regcache_xfree and regcache_cpy.
4862         Replace the stop_registers regcache instead of overriding it.  Use
4863         regcache_xfree.  Instead of calling free_inferior_status, xfree
4864         the buffer directly.
4865         (discard_inferior_status): Use regcache_xfree.  Instead of calling
4866         free_inferior_status, xfree the buffer directly.
4867         (build_infrun): Use regcache_xmalloc.
4868         (_initialize_infrun): Delete redundant call to build_infrun.
4869
4870         * Makefile.in (infcmd.o): Add $(regcache_h).
4871
4872         * infcmd.c: Include "regcache.h".
4873         (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
4874         obtain the address of `stop_registers' register buffer.
4875         (print_return_value): Ditto.
4876
4877         * inferior.h (struct regcache): Add opaque declaration.
4878         (stop_registers): Change variable's declared type to ``struct
4879         regcache''.
4880
4881 2002-06-24  Tom Tromey  <tromey@redhat.com>
4882
4883         * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
4884         * target.c (initialize_targets): Fixed typo in
4885         trust-readonly-sections `show' documentation.
4886
4887         * main.c: Marked all strings with _().
4888
4889 2002-06-24  Don Howard  <dhoward@redhat.com>
4890
4891         * memattr.c (create_mem_region): Treat hi == 0 as a special case
4892         that means max CORE_ADDR+1.
4893         (lookup_mem_region): Ditto.
4894         (mem_info_command): Ditto.
4895
4896 2002-06-24  Grace Sainsbury  <graces@redhat.com>
4897
4898         * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
4899         (REGISTER_BYTES_OK): Remove.
4900         (REGISTER_BYTES): Remove.
4901         (STORE_STRUCT_RETURN): Remove.
4902         (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
4903         (STORE_RETURN_VALUE): Remove.
4904         (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
4905         (FRAME_CHAIN): Remove.
4906         (FRAMELESS_FUNCTION_INVOCATION): Remove.
4907         (FRAME_SAVED_PC): Remove.  
4908         * m68k-tdep.c (m68k_register_bytes_ok):Add.
4909         (m68k_store_struct_return): Add.
4910         (m68k_deprecated_extract_return_value): Add.
4911         (m68k_deprecated_extract_struct_value_address): Add.
4912         (m68k_store_return_value): Add.
4913         (m68k_frame_chain): Add.
4914         (m68k_frameless_function_invocation): Add.
4915         (m68k_frame_saved_pc): Add.
4916         (m68k_gdbarch_init): added set_gdbarch calls for new 
4917         functions and deleted macros.
4918
4919 2002-06-23  Tom Tromey  <tromey@redhat.com>
4920
4921         * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
4922         (ALLDEPFILES): Likewise.
4923         (udiheaders): Removed.
4924         (udip2soc.o): Likewise.
4925         (udi2go32.o): Likewise.
4926         (udr.o): Likewise.
4927         (HFILES_WITH_SRCDIR): Don't mention udiheaders.
4928
4929 2002-06-22  Andrew Cagney  <ac131313@redhat.com>
4930
4931         * infrun.c (_initialize_infrun): Delete unnecessary call to
4932         build_infrun.
4933
4934         * regcache.h: Update comments describing the regcache_cpy family
4935         of functions.
4936         (regcache_save, regcache_restore): Delete declaration.
4937         (regcache_save_no_passthrough): Delete declaration.
4938         (regcache_restore_no_passthrough): Delete declaration.
4939         * regcache.c (regcache_save): Delete function.
4940         (regcache_save_no_passthrough): Delete function.
4941         (regcache_restore): Delete function.
4942         (regcache_restore_no_passthrough): Delete function.
4943
4944 2002-06-21  Andrew Cagney  <ac131313@redhat.com>
4945
4946         * config/m68k/tm-m68k.h: Fix typo.
4947         (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
4948         (m68k_frame_init_saved_regs): Declare.
4949
4950 2002-06-21  Jim Blandy  <jimb@redhat.com>
4951
4952         Remove some vestiges of Harris 88k support.
4953         * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
4954         register numbering quirk.
4955         * elfread.c (elf_symtab_read): Remove `#if' block for skipping
4956         odd symbols occurring in Harris 88k ELF targets.
4957
4958 2002-06-21  Tom Tromey  <tromey@redhat.com>
4959
4960         * gdb_locale.h: New file.
4961         * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
4962         (defs_h): Added gdb_locale.h.
4963         * configure, config.in: Rebuilt.
4964         * configure.in (PACKAGE): Define.
4965         * defs.h: Include gdb_locale.h.
4966         * main.c (captured_main): Call setlocale, bindtextdomain,
4967         textdomain.
4968
4969 2002-06-21  Dave Brolley  <brolley@redhat.com>
4970
4971         From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
4972         * config/frv/frv.mt: New file.
4973         * config/frv/tm-frv.h: New file.
4974         * configure.tgt: Support frv-*-*.
4975         * Makefile.in (frv-tdep.o): New target.
4976         * frv-tdep.c: New file.
4977         * NEWS: Mention frv.
4978
4979 2002-06-21  Dave Brolley  <brolley@redhat.com>
4980
4981         * MAINTAINERS: Add self to "Write After Approval" list.
4982
4983 2002-06-21  Grace Sainsbury  <graces@redhat.com>
4984
4985         * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
4986         (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
4987         (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
4988         (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
4989         (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
4990
4991         * m68k-tdep.c: Include arch-utils.h
4992         (m68k_register_raw_size): Add.
4993         (m68k_register_virtual_size): Add.
4994         (m68k_register_virtual_type): Add.
4995         (m68k_register_name): Add.
4996         (m68k_stack_align): Add.
4997         (m68k_register_byte): Add.
4998         (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
4999         tm-m68k.h.
5000
5001 2002-06-21  Grace Sainsbury  <graces@redhat.com>
5002
5003         * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
5004         m68k_find_saved_regs.
5005         (m68k_pop_frame): Removed saved_regs structure, and replaced
5006         references to it with frame->saved_regs.
5007         (m68k_gdbarch_init): Added function calls to initialize the
5008         gdbarch structure.
5009         (m68k_fix_call_dummy): Add. 
5010         * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
5011         (CALL_DUMMY): Remove.
5012         (CALL_DUMMY_LENGTH): Remove.
5013         (CALL_DUMMY_START_OFFSET): Remove.
5014         (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5015         (FIX_CALL_DUMMY): Remove.
5016         (PUSH_DUMMY_FRAME): Remove.
5017         (POP_FRAME): Remove.
5018
5019 2002-06-19  Pierre Muller  <muller@ics.u-strasbg.fr>
5020
5021         * parse.c (parse_fprintf): New function used to avoid calls to
5022         fprintf in bison parser generated debug code.
5023         * parser-defs.h: Declaration of new parse_fprintf function.
5024         * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
5025         Set YYDEBUG to 1 by default.
5026         Set YYFPRINTF as parse_fprintf.
5027
5028 2002-06-21  Michal Ludvig  <mludvig@suse.cz>
5029
5030         * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer 
5031         encoding anymore.
5032         (pointer_encoding, enum ptr_encoding): New.
5033         (execute_cfa_program): Take care about pointer encoding.        
5034         (dwarf2_build_frame_info): Only call parse_frame_info for 
5035         .debug_frame and .eh_frame.
5036         (parse_frame_info): New, derived from former dwarf2_build_frame_info.
5037         fixed augmentation handling, added relative addressing, 
5038         ignore duplicate FDEs. Added comments.
5039         * dwarf2cfi.c: Reindented.
5040         
5041 2002-06-20  Elena Zannoni  <ezannoni@redhat.com>
5042
5043         * event-top.c (command_handler): Don't use space_at_cmd_start
5044         unless there is sbrk() on the host. Assign time and space data
5045         to union fields of the appropriate length.
5046
5047 2002-06-20  Michal Ludvig  <mludvig@suse.cz>
5048
5049         * x86-64-tdep.c (x86_64_register_nr2name): Rename to 
5050         x86_64_register_name. Return type changed to 'const char *'.
5051         (x86_64_register_name2nr): Rename to x86_64_register_number.
5052         (x86_64_gdbarch_init): Update to reflect the change.
5053         * x86-64-tdep.h: Ditto.
5054         * x86-64-linux-nat.c (x86_64_fxsave_offset)
5055         (supply_fpregset): Ditto.
5056
5057 2002-06-19  Andrew Cagney  <cagney@redhat.com>
5058
5059         * regcache.h: Update copyright.
5060         (struct regcache, struct gdbarch): Add opaque declarations.
5061         (current_regcache): Declare global variable.
5062         (regcache_read, regcache_write): Add gdbarch parameter.
5063         (regcache_save, regcache_save_no_passthrough)
5064         (regcache_restore, regcache_restore_no_passthrough)
5065         (regcache_dup, regcache_dup_no_passthrough)
5066         (regcache_cpy, regcache_cpy_no_passthrough)
5067         (deprecated_grub_regcache_for_registers)
5068         (deprecated_grub_regcache_for_register_valid)
5069         (regcache_valid_p): Add function declarations.
5070         
5071         * regcache.c: Update copyright.
5072         (regcache_descr_handle): New global variable.
5073         (struct regcache_descr): Define.
5074         (init_legacy_regcache_descr, init_regcache_descr): New functions.
5075         (regcache_descr, xfree_regcache_descr): New functions.
5076         (struct regcache): Define.
5077         (regcache_xmalloc, regcache_xfree): New functions.
5078         (regcache_cpy, regcache_cpy_no_passthrough): New functions.
5079         (regcache_dup, regcache_dup_no_passthrough): New functions.
5080         (regcache_valid_p, regcache_read_as_address): New functions.
5081         (deprecated_grub_regcache_for_registers): New function.
5082         (deprecated_grub_regcache_for_register_valid): New function.
5083         (current_regcache): New global variable.
5084         (register_buffer): Add regcache parameter.  Update calls.
5085         (regcache_read, regcache_write): Add regcache parameter.  Rewrite.
5086         (read_register_gen, write_register_gen): Update register_buffer
5087         call.  Test for legacy_p instead of gdbarch_register_read_p or
5088         gdbarch_register_write_p.
5089         (regcache_collect): Update register_buffer call.
5090         (build_regcache): Rewrite.  Use deprecated grub functions.
5091         (regcache_save, regcache_save_no_passthrough): New functions.
5092         (regcache_restore, regcache_restore_no_passthrough): New
5093         functions.
5094         (_initialize_regcache): Create the regcache_data_handle. Swap
5095         current_regcache global variable.
5096         
5097         * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
5098         parameter to regcache_read and regcache_write calls.
5099         (sh4_register_read): Ditto.
5100         (sh64_pseudo_register_read): Ditto.
5101         (sh64_register_read): Ditto.
5102         (sh_pseudo_register_write): Ditto.
5103         (sh4_register_write): Ditto.
5104         (sh64_pseudo_register_write): Ditto.
5105         (sh64_register_write): Ditto.
5106
5107         * defs.h (XCALLOC): Define.
5108
5109 2002-06-19  Grace Sainsbury  <graces@redhat.com>
5110
5111         * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
5112         * m68k-tdep.c (m68k_gdbarch_init): Added.
5113         (m68k_dump_tdep): Added.
5114
5115 2002-06-19  Daniel Jacobowitz  <drow@mvista.com>
5116
5117         * ada-lang.c (fill_in_ada_prototype): Update comment.
5118
5119 2002-06-19  Daniel Jacobowitz  <drow@mvista.com>
5120
5121         * mips-tdep.c (enum mips_abi): Explicitly start at 0.  Add
5122         MIPS_ABI_LAST.
5123         (mips_abi_string, mips_abi_strings): New.
5124         (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
5125         (mips_gdbarch_init): Set tdep->found_abi.  Don't set
5126         tdep->mips_abi_string.  Honor mips_abi_string.  Default to
5127         O32 if no ABI is found.
5128         (mips_dump_tdep): Use mips_abi_strings.
5129         (mips_abi_update): New function.
5130         (_initialize_mips_tdep): Initialize mips_abi_string.  Add  
5131         ``set mips abi'' and ``show mips abi''.  Check the size of
5132         mips_abi_strings.
5133
5134 2002-06-19  Andrew Cagney  <cagney@redhat.com>
5135
5136         * i386-linux-tdep.c (i386_linux_register_name): Make return type
5137         constant.
5138
5139 2002-06-18  Joel Brobecker  <brobecker@gnat.com>
5140
5141         * alpha-tdep.c (heuristic_proc_desc): Compute the size of the  
5142         current frame using only the first stack size adjustment. All
5143         subsequent size adjustments are not considered to be part of
5144         the "static" part of the current frame.
5145         Compute the address of the saved registers relative to the
5146         Frame Pointer ($fp) instead of the Stack Pointer if $fp is
5147         in use in this frame.
5148
5149 2002-06-18  Don Howard  <dhoward@redhat.com>
5150  
5151         * valops.c (value_ind): Use value_at_lazy() when dereferencing
5152         type int expressions.  Thanks to Jim Blandy <jimb@redhat.com> for
5153         suggesting this solution.
5154
5155 2002-06-18  Andrew Cagney  <ac131313@redhat.com>
5156
5157         * config/romp/xm-rtbsd.h: Delete file.
5158         * config/romp/rtbsd.mh: Delete file.
5159
5160 2002-06-18  Keith Seitz  <keiths@redhat.com>
5161
5162         * breakpoint.c (condition_command): Post breakpoint_modify
5163         when a condition is added to an existing breakpoint.
5164         (commands_command): Likewise for commands.
5165         (set_ignore_count): Likewise for ignore counts.
5166         If no tty, do not simply return, still need to send event
5167         notification.
5168         (ignore_command): Only print a newline if the command came
5169         from a tty.
5170         Don't call breakpoints_changed, since this is now properly
5171         handled by set_ignore_count.
5172
5173 2002-06-18  Andrew Cagney  <cagney@redhat.com>
5174
5175         * MAINTAINERS: Note that cris-elf target can be compiled with
5176         -Werror.
5177         * cris-tdep.c (cris_register_name): Make return type constant.
5178         (cris_breakpoint_from_pc): Ditto.
5179
5180 2002-06-18  Michal Ludvig  <mludvig@suse.cz>
5181
5182         * frame.h (struct frame_info): Change type of context to 
5183         'struct context'.
5184
5185 2002-06-17  Andrew Cagney  <cagney@redhat.com>
5186
5187         * gdbarch.sh (REGISTER_NAME): Change return type a constant string
5188         pointer.
5189         * gdbarch.h, gdbarch.c: Regenerate.
5190         * config/mips/tm-mips.h (mips_register_name): Update.
5191         * i386-tdep.h (i386_register_name): Update.
5192         * mips-tdep.c (mips_register_name): Update
5193         * alpha-tdep.c (alpha_register_name): Update.
5194         * arch-utils.c (legacy_register_name): Update.
5195         * arch-utils.h (legacy_register_name): Update.
5196         * avr-tdep.c (avr_register_name): Update.
5197         * ia64-tdep.c (ia64_register_name): Update.
5198         * i386-tdep.c (i386_register_name): Update.
5199         * sparc-tdep.c (sparc32_register_name): Update.
5200         (sparc64_register_name): Update.
5201         (sparclite_register_name): Update.
5202         (sparclet_register_name): Update.
5203         * sh-tdep.c (sh_generic_register_name): Update.
5204         (sh_sh_register_name): Update.
5205         (sh_sh3_register_name): Update.
5206         (sh_sh3e_register_name): Update.
5207         (sh_sh_dsp_register_name): Update.
5208         (sh_sh3_dsp_register_name): Update.
5209         (sh_sh4_register_name): Update.
5210         (sh_sh64_register_name): Update.
5211         * s390-tdep.c (s390_register_name): Update.
5212         * rs6000-tdep.c (rs6000_register_name): Update.
5213         * ns32k-tdep.c (ns32k_register_name_32082): Update.
5214         (ns32k_register_name_32382): Update.
5215         * d10v-tdep.c (d10v_ts2_register_name): Update.
5216         (d10v_ts3_register_name): Update.
5217         * xstormy16-tdep.c (xstormy16_register_name): Update.
5218         * vax-tdep.c (vax_register_name): Update.
5219         * v850-tdep.c (v850_register_name): Update.
5220         * m68hc11-tdep.c (m68hc11_register_name): Update.
5221         * mn10300-tdep.c (mn10300_generic_register_name): Update.
5222         (am33_register_name): Update.
5223
5224 2002-06-17  Grace Sainsbury  <graces@redhat.com>
5225
5226         * m68k-tdep.c: Reindented.
5227
5228 2002-06-17  Andrew Cagney  <ac131313@redhat.com>
5229
5230         * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
5231         list of predefined types.
5232
5233 2002-06-16  Mark Kettenis  <kettenis@gnu.org>
5234
5235         * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
5236         REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
5237         REGISTER_CONVERT_TO_RAW): Remove defines.
5238         (i386_register_virtual_type, i386_register_convertible,
5239         i386_register_convert_to_virtual, i386_register_convert_to_raw):
5240         Remove prototypes.
5241         * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5242         macros mentioned above.
5243
5244         * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
5245         (i386lynx_saved_pc_after_call): Remove prototype.
5246         * i386ly-tdep.c: Include "i386-tdep.h".
5247         (i386lynx_saved_pc_after_call): Make static.  Use
5248         read_memory_nobpt instead of read_memory.  Use
5249         read_memory_unsigned_integer instead of read_memory_integer.
5250         (i386lynx_init_abi): New function.
5251         (i386lynx_coff_osabi_sniffer): New function.
5252         (_initialize_i386bsd_tdep): New function.
5253
5254         * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
5255         CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
5256         CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
5257         (i386_fix_call_dummy): Remove prototype.
5258         * i386-tdep.c (i386_call_dummy_words): New variable.
5259         (i386_gdbarch_init): Adjust for removal of the
5260         macros mentioned above.
5261
5262 2002-06-15  Andrew Cagney  <ac131313@redhat.com>
5263
5264         * command.h (add_setshow_auto_boolean_cmd): Replace
5265         add_set_auto_boolean_cmd.
5266         * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
5267         add_set_auto_boolean_cmd.
5268         * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
5269         * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
5270         mask-address'' command.
5271         (show_mask_address): Add cmd parameter.
5272         * remote.c (add_packet_config_cmd): Update.  Change type of
5273         set_func and show_func to cmd_sfunc_ftype.
5274         (_initialize_remote): Update `set remote Z-packet'
5275         (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
5276         (show_remote_protocol_e_packet_cmd): Ditto.
5277         (show_remote_protocol_E_packet_cmd): Ditto.
5278         (show_remote_protocol_P_packet_cmd): Ditto.
5279         (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
5280         (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
5281         (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
5282         (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
5283         (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
5284         (show_remote_protocol_Z_packet_cmd): Ditto.
5285         (show_remote_protocol_binary_download_cmd): Ditto.
5286         (show_remote_cmd): Pass NULL to all of above.
5287
5288 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
5289
5290         * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
5291         DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
5292         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
5293         POP_FRAME): Remove defines.
5294         (i386_push_arguments, i386_store_struct_return,
5295         i386_extract_return_value, i386_store_return_value,
5296         i386_extract_struct_value_address, i386_push_dummy_frame,
5297         i386_pop_frame): Renove prototypes.
5298         * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5299         macros mentioned above.
5300
5301 2002-06-15  Andrew Cagney  <ac131313@redhat.com>
5302
5303         * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
5304         add_set_boolean_cmd.
5305         (add_setshow_cmd): New function.
5306         * command.h (add_setshow_boolean_cmd): Replace
5307         add_set_boolean_cmd.
5308         * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
5309         and ``set rdiromatzero''.
5310         * maint.c (_initialize_maint_cmds): Update commented out code.
5311         * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
5312         * target.c (initialize_targets): Update `set
5313         trust-readonly-sections'.
5314         * remote.c (_initialize_remote): Update `set remotebreak'.
5315
5316 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
5317
5318         * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
5319         BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
5320         * i386-tdep.c (i386_skip_prologue): Adjust function signature to
5321         fit into multi-arch framework.
5322         (i386_breakpoint_from_pc): New function.
5323         (i386_gdbarch_init): Adjust for removal of the macros mentioned
5324         above.
5325
5326         * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
5327         FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
5328         FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
5329         (i386_frameless_function_invocation, i386_frame_num_args,
5330         i386_frame_init_saved_regs): Remove prototypes.
5331         * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5332         macros mentioned above.
5333
5334 2002-06-15  Andrew Cagney  <ac131313@redhat.com>
5335
5336         * cli/cli-decode.c (set_cmd_cfunc): Update.
5337         (set_cmd_sfunc): Update.
5338         * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
5339         (set_cmd_sfunc, set_cmd_cfunc): Update.
5340         * cli/cli-decode.h: Update.
5341
5342 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
5343
5344         * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
5345         (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
5346
5347 2002-06-15  Andrew Cagney  <ac131313@redhat.com>
5348
5349         * defs.h (auto_boolean): Declare enum.
5350         * command.h (cmd_auto_boolean): Delete enum.
5351         * mips-tdep.c (mask_address_var): Update.
5352         (mips_mask_address_p): Update.
5353         (show_mask_address): Update.
5354         * remote.c (struct packet_config): Update.
5355         (update_packet_config): Update.
5356         (show_packet_config_cmd): Update.
5357         (packet_ok): Update.
5358         (add_packet_config_cmd): Update.
5359         (_initialize_remote): 
5360         * command.h: Update.
5361         * cli/cli-setshow.c (parse_auto_binary_operation): Update.
5362         (do_setshow_command): Update.
5363         * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
5364         * cli/cli-decode.h: Update.
5365
5366 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
5367
5368         * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
5369         config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
5370         config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
5371         config/i386/tm-linux.h, config/i386/tm-nbsd.h,
5372         config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
5373         * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
5374
5375         * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
5376         list of DJGPP COFF targets.
5377
5378         * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
5379         (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
5380         (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
5381         (FP0_REGNUM): Remove define.
5382         (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
5383         MAX_REGISTER_VIRTUAL_SIZE): Remove define.
5384         (i386_register_virtual_size): Remove protoype.
5385         * i386-tdep.c (i386_register_virtual_size): Removed.
5386         (i386_extract_return_value, i386_store_return_value): Use
5387         FP0_REGNUM instead of NUM_FREGS to determine whether the
5388         floating-point registers are available.
5389         (i386_gdbarch_init): Tweak FIXME about FPU registers.
5390         Adjust for removal of macros mentioned above.
5391
5392 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
5393
5394         * i386v4-nat.c: Include "i386-tdep.h".  Reformat and tweak various
5395         comments.
5396         (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
5397         Remove prototypes.
5398         (supply_gregset, fill_gregset): Remove use of register keyword and
5399         remove declaration for regmap.  Use I386_NUM_GREGS instead of
5400         NUM_REGS and NUM_FREGS.
5401         (FPREGSET_FSAVE_OFFSET): Remove.
5402         (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
5403         NUM_FREGS to determine whether the floating-point registers are
5404         available.
5405
5406         * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
5407         gnu_store_registers): Replace usage of NUM_GREGS with
5408         I386_NUM_GREGS.
5409
5410         * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
5411         OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
5412         usage of NUM_GREGS with I386_NUM_GREGS.
5413
5414         * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
5415
5416         * i386bsd-nat.c: Include "i386-tdep.h".
5417         (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
5418         I386_NUM_GREGS.
5419
5420         * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
5421         and associated comment.  They no longer make any sense, since we
5422         don't use this file anymore on Linux.
5423
5424         * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
5425         * i386-tdep.c (i386_register_offset, i386_register_size): Use
5426         I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
5427         elements in these arrays.
5428         (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
5429         MAX_NUM_REGS.
5430
5431 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
5432
5433         * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
5434         * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
5435
5436 2002-06-14  Andrew Cagney  <cagney@redhat.com>
5437
5438         * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
5439         EXTRACT_RETURN_VALUE.
5440         (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
5441         EXTRACT_STRUCT_VALUE_ADDRESS.
5442         * gdbarch.h, gdbarch.c: Regenerate.
5443         
5444         * values.c (value_being_returned): Handle
5445         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5446         (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
5447
5448         * arm-linux-tdep.c (arm_linux_init_abi): Update. 
5449         * arm-tdep.c (arm_gdbarch_init): Update.
5450         * avr-tdep.c (avr_gdbarch_init): Update.
5451         * cris-tdep.c (cris_gdbarch_init): Update.
5452         * d10v-tdep.c (d10v_gdbarch_init): Update.
5453         * ia64-tdep.c (ia64_gdbarch_init): Update.
5454         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5455         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5456         * s390-tdep.c (s390_gdbarch_init): Update.
5457         * sh-tdep.c (sh_gdbarch_init): Update.
5458         * s390-tdep.c (s390_gdbarch_init): Update.
5459         * sparc-tdep.c (sparc_gdbarch_init): Update.
5460         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5461         * v850-tdep.c (v850_gdbarch_init): Update.
5462         * vax-tdep.c (vax_gdbarch_init): Update.
5463         * x86-64-tdep.c (x86_64_gdbarch_init): Update.
5464         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5465
5466         * config/arc/tm-arc.h: Update.
5467         * config/d30v/tm-d30v.h: Update.
5468         * config/fr30/tm-fr30.h: Update.
5469         * config/h8300/tm-h8300.h: Update.
5470         * config/h8500/tm-h8500.h: Update.
5471         * config/i386/tm-i386.h: Update.
5472         * config/i386/tm-ptx.h: Update.
5473         * config/i386/tm-symmetry.h: Update.
5474         * config/i960/tm-i960.h: Update.
5475         * config/m32r/tm-m32r.h: Update.
5476         * config/m68k/tm-delta68.h: Update.
5477         * config/m68k/tm-linux.h: Update.
5478         * config/m68k/tm-m68k.h: Update.
5479         * config/m88k/tm-m88k.h: Update.
5480         * config/mcore/tm-mcore.h: Update.
5481         * config/mips/tm-mips.h: Update.
5482         * config/mn10200/tm-mn10200.h: Update.
5483         * config/pa/tm-hppa.h: Update.
5484         * config/pa/tm-hppa64.h: Update.
5485         * config/sparc/tm-sp64.h: Update.
5486         * config/sparc/tm-sparc.h: Update.
5487         * config/sparc/tm-sparclet.h: Update.
5488         * config/z8k/tm-z8k.h: Update.
5489
5490 2002-06-14  Andrew Cagney  <cagney@redhat.com>
5491
5492         * Makefile.in (i386_linux_tdep_h): Define.
5493         (i386_tdep_h, i387_tdep_h): Define.
5494         (i386-linux-nat.o): Add $(i386_linux_tdep_h),
5495         $(i386_tdep_h) and $(i387_tdep_h).
5496         * i386-linux-nat.c: Include "i386-linux-tdep.h".
5497
5498 2002-06-14  Mark Kettenis  <kettenis@gnu.org>
5499
5500         * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
5501         Already covered by the default.
5502
5503         * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
5504         TARGET_LONG_DOUBLE_BIT): Remove.  * i386-tdep.c
5505         (i386_gdbarch_init): Initialize long_double_format and long_double
5506         bit.
5507
5508         * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
5509         i386bsd-tdep.o.  Remove solib.o, solib-svr4.o and solib-legacy.o.
5510         Move these to ...
5511         * config/i386/i386sol2.mh: ... here.
5512         * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
5513         (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
5514         (SIGCONTEXT_PC_OFFSET): Remove define.
5515         (IN_SIGTRAMP): Remove define.
5516         * i386-sol2-tdep.c: New file.
5517         
5518         * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
5519         * config/i386/tm-i386nw.h: Removed.
5520
5521         * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
5522         USE_STRUCT_CONVENTION): Remove defines.
5523         (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5524         (get_longjmp_target): Remove prototype.
5525         (IN_SIGTRAMP): Remove define.
5526         (i386bsd_in_sigtramp): Remove prototype.
5527         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
5528         function.  Update comment accordingly
5529         (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
5530         (FRAME_SAVED_PC): Remove define.
5531         (i386bsd_frame_saved_pc): Remove prototype.
5532         * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
5533         GET_LONGJMP_TARGET): Remove defines.
5534         (get_longjmp_target): Remove prototype.
5535         (IN_SIGTRAMP): Remove define.
5536         (i386bsd_in_sigtramp): Remove prototype.
5537         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
5538         function.  Update comment accordingly
5539         (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
5540         (FRAME_SAVED_PC): Remove define.
5541         (i386bsd_frame_saved_pc): Remove prototype.
5542         * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
5543         Remove prototype.
5544         (USE_STRUCT_CONVENTION): Remove prototype.
5545         * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
5546         declaration.
5547         (_initialize_i386bsd_nat): Revise logic to determine some
5548         constants at compile time when compiling a native GDB.  Warn if
5549         things don't match up with what we expect.
5550         * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
5551         Remove variables.
5552         (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp.  Rewrite
5553         to use date stored in `struct gdbarch_tdep'.
5554         (i386bsd_sigcontext_offset): Remove varaible.
5555         (i386bsd_sigtramp_saved_pc): Make public.  Rewrite to use data
5556         stored in `struct gdbarch_tdep'.
5557         (i386bsd_frame_saved_pc): Make static.
5558         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
5559         (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
5560         i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
5561         i386fbsd4_sc_pc_offset): New variables.
5562         (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
5563         i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
5564         functions.
5565         (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
5566         functions.
5567         * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
5568         Modify the value of i386fbsd_sigtramp_start and
5569         i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
5570         i386fbsd_sigtramp_end.
5571         * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
5572         function.
5573
5574         * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
5575         define to i386-linux-tdep.h.
5576         (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
5577         REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
5578         defines.
5579         (i386_linux_register_name, i386_linux_register_byte,
5580         i386_linux_register_raw_size): Remove prototypes.
5581         (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
5582         (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
5583         (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
5584         TARGET_WRITE_PC): Remove defines.
5585         (i386_linux_in_sigtramp, i386_linux_frame_chain,
5586         i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
5587         i386_linux_write_pc): Remove prototypes.
5588         (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5589         (get_longjmp_target): Remove prototype.
5590         * i386-linux-tdep.h: New file.
5591         * i386-linux-nat.c: Include "i386-linux-tdep.h".
5592         * i386-linux-tdep.c: Include "i386-tdep.h" and
5593         "i386-linux-tdep.h".
5594         (i386_linux_register_name, i386_linux_register_byte,
5595         i386_linux_register_raw_size, i386_linux_in_sigtramp,
5596         i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
5597         Make static.
5598         (i386_linux_init_abi): New function.
5599         (_initialize_i386_linux_tdep): New function.
5600
5601         * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
5602         (i386_saved_pc_after_call): Remove prototype.
5603         (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
5604         (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
5605         DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
5606         (i386_register_name, i386_stab_reg_to_regnum,
5607         i386_dwarf_reg_to_regnum): Remove prototypes.
5608         (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
5609         SIZEOF_SSE_REGS): Remove defines.
5610         (REGISTER_BYTES): Remove define.
5611         (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
5612         (i386_register_byte, i386_register_raw_size): Remove prototypes.
5613         (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
5614         (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
5615         * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
5616         (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
5617         JB_EDX, GET_LONGJMP_TARGET): Remove defines.
5618         (get_longjmp_target): Remove prototype.
5619         (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
5620         (sigtramp_saved_pc): Remove define.
5621         (i386v4_sigtramp_saved_pc): Remove prototype.
5622         * config/i386/tm-go32.h (FRAME_CHAIN,
5623         FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
5624         (i386go32_frame_saved_pc): Remove prototype.
5625         (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5626         (get_longjmp_target): Remove prototype.
5627         * i386-tdep.h: Include "osabi.h".
5628         (enum i386_abi): Removed.
5629         (enum struct_return): New enum.
5630         (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
5631         struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
5632         sc_pc_offset members.
5633         (i386_gdbarch_register_os_abi): Remove prototype.
5634         (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
5635         I386_SSE_NUM_REGS): New defines.
5636         (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
5637         I386_SSE_SIZEOF_REGS): New defines.
5638         (i386_register_name, i386_register_byte, i386_register_raw_size):
5639         New prototypes.
5640         (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
5641         (i386bsd_sigtramp_saved_pc): New prototype.
5642         * i386-tdep.c: Don't include "elf-bfd.h".
5643         (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
5644         i386_frame_chain, i386_saved_pc_after_call): Make static.
5645         (i386_frame_saved_pc): Rewrite to call architecture dependent
5646         function to deal with signal handlers.  Make static.
5647         (i386go32_frame_saved_pc): Removed.
5648         [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
5649         Removed.
5650         (i386_get_longjmp_target): New function.
5651         (default_struct_convention, pcc_struct_convention,
5652         reg_struct_convention, valid_conventions, struct_convention): New
5653         variables.
5654         (i386_use_struct_convention): New function.
5655         (i386v4_sigtramp_saved_pc): Renamed to
5656         i386_svr4_sigtramp_saved_pc.  Made static.  Moved.
5657         (i386_pc_in_sigtramp): New function.
5658         (i386_abi_names): Removed.
5659         (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
5660         ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
5661         Removed.
5662         (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
5663         i386_gdbarch_register_os_abi): Removed.
5664         (struct i386_abi_handler): Removed.
5665         (i386_abi_handler_list): Removed.
5666         (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
5667         functions.
5668         (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
5669         i386_nw_init_abi): New functions.
5670         (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
5671         Use set_gdbarch_xxx() calls instead of relying on macros for a
5672         number of calls.
5673         (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
5674         (_initialize_i386_tdep): Add new 'struct-convcention' command.
5675         Register the various architecture variants defined in this file.
5676
5677 2002-06-14  Daniel Jacobowitz  <drow@mvista.com>
5678
5679         * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
5680         (struct main_type): Remove arg_types member.  Update comments for
5681         struct field.
5682         (TYPE_ARG_TYPES): Remove.
5683         (TYPE_FN_FIELD_ARGS): Update.
5684         (smash_to_method_type): Update prototype.
5685
5686         * c-typeprint.c (cp_type_print_method_args): Take method type
5687         instead of argument list.  Use new argument layout.  Simplify.
5688         (c_type_print_args): Use new argument layout.  Simplify.
5689         (c_type_print_base): Update call to cp_type_print_method_args.
5690         * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
5691         argument; use die->type instead.  Update call to
5692         smash_to_method_type.
5693         (read_structure_scope): Update call to dwarf2_add_member_fn.
5694         * gdbtypes.c (allocate_stub_method): Update comment.
5695         (smash_to_method_type): Take new NARGS and VARARGS arguments.
5696         Use new argument layout.
5697         (check_stub_method): Use new argument layout.  Don't count
5698         void as an argument.
5699         (print_arg_types): Update comments.  Use new argument layout.
5700         (recursive_dump_type): Don't print arg_types member.
5701         * hpread.c (hpread_read_struct_type): Use new argument layout.
5702         (fixup_class_method_type): Likewise.
5703         (hpread_type_lookup): Likewise.
5704         * stabsread.c (read_type): Update calls to read_args and
5705         smash_to_method_type.
5706         (read_args): Use new argument layout.  Simplify.
5707         * valops.c (typecmp): Use new argument layout.  Update parameters
5708         and comments.  Simplify.
5709         (hand_function_call): Use new argument layout.
5710         (search_struct_method): Update call to typecmp.
5711         (find_overload_match): Use new argument layout.
5712
5713 2002-06-13  Daniel Jacobowitz  <drow@mvista.com>
5714
5715         * NEWS: Mention multithreaded debug support for gdbserver.
5716
5717 2002-06-13  Daniel Jacobowitz  <drow@mvista.com>
5718
5719         * MAINTAINERS: Mention NEWS.
5720
5721 2002-06-13  Daniel Jacobowitz  <drow@mvista.com>
5722
5723         * mips-tdep.c (PROC_SYMBOL): Add warning comment.
5724         (struct mips_objfile_private, compare_pdr_entries): New.
5725         (non_heuristic_proc_desc): Read the ".pdr" section if it
5726         is present.
5727
5728 2002-06-12  Andrew Cagney  <ac131313@redhat.com>
5729
5730         * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
5731         (arm_debug): New static variable.
5732         (_initialize_arm_tdep): Add ``set debug arm'' command.
5733
5734 2002-06-12  Andrew Cagney  <ac131313@redhat.com>
5735
5736         * Makefile.in (sim_arm_h): Define.
5737         (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
5738         * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
5739         (arm_register_sim_regno): New function, map an internal REGNUM
5740         onto a simulator register number.
5741         (arm_gdbarch_init): Set register_sim_regno.
5742
5743 2002-06-09  Aldy Hernandez  <aldyh@redhat.com>
5744
5745         * MAINTAINERS: Add self.
5746
5747 2002-06-11  Jim Blandy  <jimb@redhat.com>
5748
5749         * source.c (source_info): Mention whether the symtab has
5750         information about preprocessor macros.
5751
5752         Call the command `info macro', not `show macro'.
5753         * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
5754         Fix error message.
5755         (_initialize_macrocmd): Register `info_macro_command' in
5756         `infolist', not `showlist'.
5757
5758 2002-06-11  Daniel Jacobowitz  <drow@mvista.com>
5759
5760         * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
5761         (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
5762         (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
5763         (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
5764         (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions.  Define
5765         unconditionally.
5766         (set_mipsfpu_single_command, set_mipsfpu_double_command)
5767         (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
5768         (_initialize_mips_tdep): Remove dead code.
5769         * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
5770         (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5771         * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
5772         (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5773         * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
5774         MIPS_LAST_FP_ARG_REGNUM): Remove.
5775
5776 2002-06-11  Michal Ludvig  <mludvig@suse.cz>
5777
5778         * dwarf2cfi.c (unwind_tmp_obstack_init): New.
5779         (unwind_tmp_obstack_free, parse_frame_info)
5780         (update_context, cfi_read_fp, cfi_write_fp)
5781         (cfi_frame_chain, cfi_init_extra_frame_info)
5782         (cfi_virtual_frame_pointer): Use the above function.
5783         * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
5784
5785 2002-06-11  Corinna Vinschen  <vinschen@redhat.com>
5786
5787         * v850-tdep.c (v850_type_is_scalar): New function.
5788         (v850_use_struct_convention): Match current gcc implementation
5789         as close as possible.
5790         (v850_push_arguments): Fix stack_offset handling.  Don't write
5791         struct_addr into register.  This is done by v850_store_struct_return.
5792         (v850_extract_return_value): Care for structs.
5793         (v850_store_return_value): Ditto.
5794         (v850_store_struct_return): Actually write address.
5795
5796 2002-06-11  Michal Ludvig  <mludvig@suse.cz>
5797
5798         * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
5799         without debug information too.
5800
5801 2002-06-10  Andrew Cagney  <ac131313@redhat.com>
5802
5803         * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
5804         Make multi-arch pure.
5805         * gdbarch.h, gdbarch.c: Re-generate.
5806         * arm-tdep.c (arm_print_float_info): Update.
5807         * arch-utils.h (default_print_float_info): Update.
5808         * arch-utils.c (default_print_float_info): Update.
5809         * infcmd.c (float_info): Update call.
5810
5811 2002-06-10  Andrew Cagney  <ac131313@redhat.com>
5812
5813         * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
5814         the front of the initialize list.
5815
5816 2002-06-10  Andrew Cagney  <ac131313@redhat.com>
5817
5818         * infrun.c (struct inferior_status): Replace fields
5819         selected_frame_address and selected_level with field
5820         selected_frame_id.
5821         (save_inferior_status): Update.  Use get_frame_id.
5822         (struct restore_selected_frame_args): Delete.
5823         (restore_selected_frame): Update.  Use frame_find_by_id.
5824         (restore_inferior_status): Update.
5825
5826         * breakpoint.h (struct breakpoint): Change type of
5827         watchpoint_frame to frame_id.
5828         * breakpoint.c (insert_breakpoints): Use frame_find_by_id.  Remove
5829         call to get_current_frame.
5830         (do_enable_breakpoint): Use frame_find_by_id.  Remove call to
5831         get_current_frame.
5832         (watchpoint_check): Use frame_find_by_id.
5833
5834         * frame.h (record_selected_frame): Delete declaration.
5835         * stack.c (record_selected_frame): Delete function.
5836         
5837         * frame.h (struct frame_id): Define.
5838         (get_frame_id): Declare.
5839         (frame_find_by_id): Declare.
5840         * frame.c (frame_find_by_id): New function.
5841         (get_frame_id): New function.
5842
5843 2002-06-10  Andrey Volkov <avolkov@transas.com>
5844
5845         * ser-e7kpc.c: Fix duplicated define and call of 
5846         _initialize_ser_e7000pc
5847             
5848 2002-06-09  Daniel Jacobowitz  <drow@mvista.com>
5849
5850         * signals/signals.c (target_signal_from_host): Fix #ifdef
5851         SIGRTMIN case.
5852         (do_target_signal_to_host): Likewise.
5853
5854 2002-06-09  Daniel Jacobowitz  <drow@mvista.com>
5855
5856         * mips-tdep.c (mips_find_abi_section): New function.
5857         (mips_gdbarch_init): Call it.
5858
5859 2002-06-09  Mark Kettenis  <kettenis@gnu.org>
5860
5861         * solib-svr4.c (init_fetch_link_map_offsets): Simply return
5862         legacy_fetch_link_map_offsets.  Adjust comment to reflect reality
5863         after Andrew's 2002-06-08 gdbarch change.
5864
5865 2002-06-09  Mark Kettenis  <kettenis@gnu.org>
5866
5867         * i386-linux-nat.c (suppy_gregset): Don't supply
5868         I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
5869         register cache.
5870         (fill_gregset): Don't fetch it under the same circumstances.
5871
5872 2002-06-09  Andrew Cagney  <cagney@redhat.com>
5873
5874         * Makefile.in (callback_h): Define.
5875         (remote_sim_h): Update path to remote-sim.h.
5876         (remote-rdp.o): Add $(callback_h).
5877         (remote-sim.o): Use $(callback_h).
5878         * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
5879         * remote-rdp.c: Include "gdb/callback.h".
5880
5881 2002-06-09  Mark Kettenis  <kettenis@gnu.org>
5882
5883         * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
5884         * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
5885
5886 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
5887
5888         * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
5889         * rdi-share/serpardr.c: Ditto.
5890         * rdi-share/unixcomm.c: Ditto.
5891         * rdi-share/serdrv.c: Ditto.
5892         * rdi-share/hostchan.h: Ditto.
5893         * rdi-share/hostchan.c: Ditto.
5894         * rdi-share/host.h: Ditto.
5895         * rdi-share/devsw.c: Ditto.
5896
5897         * objfiles.h: Change type of obj_private to void pointer.
5898         * pa64solib.c: Update copyright.  Don't include "assert.h", use
5899         strcmp instead of STREQ, use LONGEST, do not use PTR
5900         * somsolib.c: Ditto.
5901
5902         * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
5903         bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
5904         bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
5905
5906 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
5907
5908         * frame.c (GET_SAVED_REGISTER): Delete macro definition.
5909         (default_get_saved_register): Delete function.
5910         * gdbarch.sh (GET_SAVED_REGISTER): Set default to
5911         generic_unwind_get_saved_register.
5912         * gdbarch.h, gdbarch.c: Re-generate.
5913         
5914 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
5915
5916         * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
5917         generic_func_frame_chain_valid.
5918         * gdbarch.h, gdbarch.c: Re-generate.
5919         * blockframe.c (generic_func_frame_chain_valid): Only check
5920         PC_IN_CALL_DUMMY when generic dummy frames.  Don't worry about
5921         passing FP to PC_IN_CALL_DUMMY.
5922         Fix PR gdb/360.
5923
5924 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
5925
5926         * gdbarch.sh (struct gdbarch_data): Add field init_p.
5927         (register_gdbarch_data): Initialize init_p.
5928         (gdbarch_data): Initialize data pointer using the init function.
5929         (init_gdbarch_data): Delete function.
5930         (gdbarch_update_p): Update.
5931         (initialize_non_multiarch): Update.
5932         (struct gdbarch): Add field initialized_p.
5933         * gdbarch.h, gdbarch.c: Re-generate.
5934
5935 2002-06-07  Michal Ludvig  <mludvig@suse.cz>
5936
5937         * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
5938         (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
5939         better do the things actually here.
5940         * x86-64-tdep.c (x86_64_register_name2nr): New.
5941         (x86_64_register_name): Renamed to x86_64_register_nr2name.
5942         (x86_64_gdbarch_init): Respect the above change.
5943         * x86-64-tdep.h (x86_64_register_name2nr)
5944         (x86_64_register_nr2name): Add prototypes.
5945         * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
5946
5947 2002-06-06  Michael Snyder  <msnyder@redhat.com>
5948
5949         * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
5950         Delete extra braces and re-indent.
5951         (d10v_store_return_value): Char return values
5952         must be shifted over by one byte in R0.
5953         (d10v_extract_return_value): Delete extra braces, re-indent.
5954
5955 2002-06-06  Elena Zannoni  <ezannoni@redhat.com>
5956
5957         * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
5958         (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
5959         (d10v_integer_to_address): Rewrite.
5960         (d10v_frame_init_saved_regs): When reading fp and sp registers use
5961         the d10v specific functions which take care of converting to the
5962         correct space.
5963
5964 2002-06-06  Elena Zannoni  <ezannoni@redhat.com>
5965
5966         * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
5967         altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
5968
5969 2002-06-02  Andrew Cagney  <ac131313@redhat.com>
5970
5971         * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
5972         includes.
5973         * config/tm-linux.h: Ditto.
5974         * config/alpha/tm-alphalinux.h: Ditto.
5975         * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
5976         * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
5977         * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
5978         * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
5979         * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
5980         * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
5981         * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
5982         * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
5983         * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
5984         * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
5985         * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
5986         * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
5987         * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
5988         * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
5989         * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
5990         * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
5991         * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
5992         * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
5993         * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
5994         * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
5995         * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
5996         * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
5997         * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
5998         * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
5999         * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
6000         * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
6001         * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
6002         * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
6003         * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
6004         * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
6005         * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
6006         * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
6007         * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
6008         * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
6009         * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
6010         * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
6011         * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
6012
6013 2002-05-04  Aidan Skinner <aidan@velvet.net>
6014
6015         * ada-exp.tab.c: New file
6016         * ada-exp.y: New file
6017         * ada-lang.c: New file
6018         * ada-lang.h: New file
6019         * ada-lex.c: New file
6020         * ada-lex.l: New file
6021         * ada-tasks.c: New file
6022         * ada-typeprint.c: New file
6023         * ada-valprint.c: New file
6024         
6025 2002-06-02  Jason Thorpe  <thorpej@wasabisystems.com>
6026
6027         * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
6028         use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
6029
6030 2002-06-02  Jason Thorpe  <thorpej@wasabisystems.com>
6031
6032         * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
6033         insetead of ppc-linux-tdep.o.
6034         * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
6035         * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
6036
6037 2002-06-02  Andrew Cagney  <ac131313@redhat.com>
6038
6039         2002-05-07 Christian Groessler <chris@groessler.org>
6040         * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
6041         bit register contents for little endian hosts.
6042
6043 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
6044
6045         * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
6046         any maintainer.
6047
6048 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
6049
6050         * gdbarch.h: Regenerate.
6051
6052 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
6053
6054         * MAINTAINERS: Add everyone to write-after-approval list.
6055
6056 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
6057
6058         * stack.c (frame_info): Use frame_register_unwind instead of
6059         saved_regs.  Mention when the SP is on the stack or in a register.
6060
6061         * frame.h (frame_register_unwind_ftype): Define.  Document.
6062         (struct frame_info): Add field register_unwind and
6063         register_unwind_cache.
6064         (frame_register_unwind): Declare.
6065         (generic_unwind_get_saved_register): Declare.
6066
6067         * frame.c (frame_register_unwind): New function.
6068         (generic_unwind_get_saved_register): New function.
6069
6070         * blockframe.c (generic_call_dummy_register_unwind): New function.
6071         (frame_saved_regs_register_unwind): New function.
6072         (set_unwind_by_pc): New function.
6073         (create_new_frame): New function.
6074         (get_prev_frame): New function.
6075
6076 2002-05-30  Andrew Cagney  <ac131313@redhat.com>
6077
6078         * a29k-share/: Delete directory.
6079         * remote-vx29k.c: Delete file.
6080
6081 2002-05-30  Jason Thorpe  <thorpej@wasabisystems.com>
6082
6083         * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
6084         ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6085
6086 2002-05-30  Jason Thorpe  <thorpej@wasabisystems.com>
6087
6088         * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
6089         sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6090         (sparc64nbsd-nat.o)
6091         (sparcnbsd-nat.o)
6092         (sparcnbsd-tdep.o): New dependency lists.
6093         * NEWS: Note new UltraSPARC NetBSD native configuration.
6094         * configure.host (sparc64-*-netbsd*): New host.
6095         * configure.tgt (sparc-*-netbsdelf*)
6096         (sparc-*-netbsd*): Set gdb_target to nbsd.
6097         (sparc64-*-netbsd*): New target.
6098         * sparc64nbsd-nat.c: New file.
6099         * sparcnbsd-nat.c: New file.
6100         * sparcnbsd-tdep.c: New file.
6101         * sparcnbsd-tdep.h: New file.
6102         * config/sparc/nbsd.mt: New file.
6103         * config/sparc/nbsd64.mh: New file.
6104         * config/sparc/nbsd64.mt: New file.
6105         * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
6106         sparc-nat.o, and solib.o.  Add sparcnbsd-nat.o.
6107         (HOST_IPC): Remove.
6108         * config/sparc/nbsdaout.mt: Remove.
6109         * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
6110         sparc-nat.o, and solib.o.  Add sparcnbsd-nat.o.
6111         (HOST_IPC): Remove.
6112         * config/sparc/nbsdelf.mt: Remove.
6113         * config/sparc/nm-nbsd.h: Update copyright years.  Remove all
6114         sparc-nat.c compatiblity defines.
6115         * config/sparc/tm-nbsd.h: Update copyright years.  Include solib.h.
6116         (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
6117         * config/sparc/tm-nbsd64.h: New file.
6118         * config/sparc/tm-nbsdaout.h: Remove.
6119         * config/sparc/xm-nbsd.h: Remove.
6120
6121 2002-05-30  Jason Thorpe  <thorpej@wasabisystems.com>
6122
6123         * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
6124         * sparc-tdep.c: Include osabi.h.
6125         (gdbarch_tdep): Add osabi member.
6126         (_initialize_sparc_tdep): Use gdbarch_register.
6127         (sparc_gdbarch_init): Use generic OS ABI framework.
6128         (sparc_dump_tdep): New function.
6129
6130 2002-05-30  Kevin Buettner  <kevinb@redhat.com>
6131
6132         * corefile.c (do_captured_read_memory_integer): Return non-zero
6133         result.
6134         (safe_read_memory_integer): Copy result of memory read when
6135         status is non-zero.  Also, add comments.
6136
6137 2002-05-20  Jason Thorpe  <thorpej@wasabisystems.com>
6138
6139         * Makefile.in (ppc_tdep_h): Define.
6140         (ppc-linux-nat.o)
6141         (ppc-linux-tdep.o)
6142         (rs6000-tdep.o): Use $(ppc_tdep_h).
6143         (ppc-sysv-tdep.o)
6144         (ppcnbsd-nat.o)
6145         (ppcnbsd-tdep.o): New dependency lists.
6146         * ppc-tdep.h: Use generic OS ABI framework.
6147         * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
6148         (ppc_linux_init_abi): New functions.
6149         (ppc_sysv_abi_broken_use_struct_convention)
6150         (ppc_sysv_abi_use_struct_convention)
6151         (ppc_sysv_abi_push_arguments): Move to...
6152         * ppc-sysv-tdep.c: ...here.
6153         * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
6154         * rs6000-tdep.c (process_note_abi_tag_sections)
6155         (get_elfosabi): Remove.
6156         (rs6000_gdbarch_init): Use generic OS ABI framework.
6157         (rs6000_dump_tdep): New function.
6158         (_initialize_rs6000_tdep): Use gdbarch_register.
6159         * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
6160         * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
6161         * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
6162         of ppc-linux-tdep.o.
6163         * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
6164         * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
6165         * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
6166         * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
6167         * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
6168         * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
6169
6170 2002-05-29  Jim Blandy  <jimb@redhat.com>
6171
6172         * macroscope.c (default_macro_scope): Put `void' in empty argument
6173         list.
6174
6175 2002-05-29  Andrew Cagney  <ac131313@redhat.com>
6176
6177         * Makefile.in (arch-utils.o): Add $(sim_regno_h).
6178         * arch-utils.c: Include "sim-regno.h".
6179         * gdbarch.sh: Don't include "sim-regno.h".
6180         * gdbarch.h, gdbarch.c: Regenerate.
6181         * sim-regno.h (legacy_register_sim_regno): Move declaration from
6182         here.
6183         * arch-utils.h (legacy_register_sim_regno): To here.
6184         * remote-sim.c (legacy_register_sim_regno): Move function from
6185         here.
6186         * arch-utils.c (legacy_register_sim_regno): To here.
6187
6188 2002-05-28  Andrew Cagney  <ac131313@redhat.com>
6189
6190         * sim-regno.h: New file.
6191         * Makefile.in (sim_regno_h): Define.
6192         (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
6193         * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
6194         (legacy_register_sim_regno): New function.
6195         (one2one_register_sim_regno): New function.
6196         (gdbsim_fetch_register): Rewrite.
6197         (gdbsim_store_register): Only store a register when
6198         REGISTER_SIM_REGNO is valid.
6199         * d10v-tdep.c: Include "sim-regno.h".
6200         (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
6201         (d10v_ts3_register_sim_regno): Ditto.
6202         * gdbarch.sh: Include "sim-regno.h".
6203         (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
6204         * gdbarch.h, gdbarch.c: Regenerate.
6205         * arch-utils.h (default_register_sim_regno): Delete declaration.
6206         * arch-utils.c (default_register_sim_regno): Delete function.
6207
6208 2002-05-28  Jason Thorpe  <thorpej@wasabisystems.com>
6209
6210         * ppcnbsd-nat.c: Rewrite.
6211         * ppcnbsd-tdep.c: New file.
6212         * ppcnbsd-tdep.h: New file.
6213         * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
6214         solib.o, and solib-svr4.o.
6215         * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
6216         nbsd-tdep.o, and corelow.o.
6217
6218 2002-05-28  Andrew Cagney  <ac131313@redhat.com>
6219
6220         * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
6221         `tr' and `sed'.  Mention that `broken' targets are not expected to
6222         build.
6223
6224 2002-05-27  Michal Ludvig  <mludvig@suse.cz>
6225
6226         * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
6227         Let PC point right after the prologue before looking up symbols.
6228         
6229 2002-05-27  Martin M. Hunt  <hunt@redhat.com>
6230
6231         * i386-tdep.c (i386_register_virtual_type): Return 
6232         builtin_type_vec128i for SSE registers.
6233
6234         * gdbtypes.h (builtin_type_vec128i): Declare.
6235
6236         * gdbtypes.c (build_builtin_type_vec128i): New function.
6237         (builtin_type_v2_double, builtin_type_v4_int64): New types.
6238         (builtin_type_vec128i): New type for SSE2 128-bit registers.
6239         (build_gdbtypes): Initialize new builtin vector types.
6240         (_initialize_gdbtypes): Register new vector types with gdbarch.
6241
6242 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
6243
6244         * MAINTAINERS: ns32k is not longer an obsolete candidate,
6245         since it has been multi-arch'd.
6246         * NEWS: Note that ns32k-*-* is now partial multi-arch.
6247         Move Alpha and VAX multi-arch news entries to same section
6248         as other multi-arch news.
6249
6250 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
6251
6252         * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
6253         target.s, arch-utils.h, ns32k-tdep.h.  Make many functions
6254         static.  Rename some register numbers to put them in ns32k-tdep
6255         private namespace.
6256         (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
6257         ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
6258         functions.
6259         (_initialize_ns32k_tdep): Use gdbarch_register.
6260         * ns32k-tdep.h: New file.
6261         * ns32knbsd-tdep.c: New file.
6262         * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
6263         * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
6264         (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
6265         REGISTER_BYTES, REGISTER_BYTE): Remove.
6266         * config/ns32k/tm-ns32k.h: New file.
6267         * config/ns32k/tm-umax.h: Remove.
6268
6269 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
6270
6271         * ns32k-tdep.c (ns32k_saved_pc_after_call,
6272         ns32k_store_struct_return, ns32k_extract_return_value,
6273         ns32k_store_return_value, ns32k_extract_struct_value_address): New
6274         functions.
6275         * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
6276         ns32k_saved_pc_after_call.
6277         (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
6278         (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
6279         (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
6280         (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
6281         ns32k_extract_struct_value_address.
6282
6283 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
6284
6285         * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
6286         ns32k_fix_call_dummy): New.
6287         * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
6288         ns32k_call_dummy_words.
6289         (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
6290         (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
6291         CALL_DUMMY_NARGS): Remove.
6292         (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
6293
6294 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
6295
6296         * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
6297         ns32k_frame_saved_pc, ns32k_frame_args_address,
6298         ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
6299         ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
6300         * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
6301         * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
6302         (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
6303         (BREAKPOINT): Remove..
6304         (FRAME_CHAIN): Define as ns32k_frame_chain.
6305         (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
6306         (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
6307         (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
6308         (FRAME_FIND_SAVED_REGS): Remove.
6309         (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
6310         (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
6311         (POP_FRAME): Define as ns32k_pop_frame.
6312
6313 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
6314
6315         * ns32k-tdep.c (ns32k_register_byte_32082,
6316         ns32k_register_byte_32382, ns32k_register_raw_size,
6317         ns32k_register_virtual_size, ns32k_register_virtual_type): New
6318         functions.
6319         * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
6320         ns32k_register_byte_32382.
6321         * config/ns32k/tm-umax.h: Update copyright years.
6322         (REGISTER_BYTE): Define as ns32k_register_byte_32082.
6323         (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
6324         (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
6325         (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
6326         (ns32k_get_enter_addr): Fix prototype.
6327
6328 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
6329
6330         * ns32k-tdep.c: Update copyright years.
6331         (ns32k_register_name_32082): New function.
6332         (ns32k_register_name_32382): Ditto.
6333         * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
6334         (REGISTER_NAME): Define as ns32k_register_name_32382.
6335         * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
6336         (REGISTER_NAME): Define as ns32k_register_name_32082.
6337
6338 2002-05-24  Jim Blandy  <jimb@redhat.com>
6339
6340         * dwarf2read.c (free_line_header): Use xfree, not free.
6341
6342 2002-05-24  Jason Thorpe  <thorpej@wasabisystems.com>
6343
6344         * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
6345         alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
6346
6347 2002-05-23  Andrew Cagney  <ac131313@redhat.com>
6348
6349         * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
6350
6351 2002-05-23  Andrew Cagney  <ac131313@redhat.com>
6352
6353         From Ross Alexander at NEC Europe:
6354         * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
6355
6356 2002-05-23  Michael Snyder  <msnyder@redhat.com>
6357
6358         * cli/cli-dump.c (restore_command): Use parse_and_eval_long
6359         for input, rather than parse_and_eval_address.  
6360
6361 2002-05-23  Andrew Cagney  <ac131313@redhat.com>
6362
6363         * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
6364         * Makefile.in (sim_d10v_h): Update definition.
6365
6366 2002-05-24  Andrew Cagney  <cagney@redhat.com>
6367
6368         * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
6369         change `2002-05-22 Michael Snyder' below.
6370         (d10v_push_arguments): Ditto.
6371         (d10v_extract_return_value): Ditto.
6372
6373 2002-05-23  Jim Blandy  <jimb@redhat.com>
6374
6375         * macrotab.c (check_for_redefinition): Don't complain if the new
6376         definition is the same as the previous one.  Take more arguments
6377         to allow the comparison.
6378         (macro_define_object, macro_define_function): Pass more arguments
6379         to check_for_redefinition.
6380
6381 2002-05-22  Michael Snyder  <msnyder@redhat.com>
6382
6383         * d10v-tdep.c: Change a few macros to enums for ease of debugging.
6384         (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
6385         (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
6386         (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
6387         Don't bail if return_pc is PC_IN_CALL_DUMMY.
6388         Add a temp variable to save a call (and a memory read).
6389         (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
6390         if possible (so that PC_IN_CALL_DUMMY will work).
6391
6392 2002-05-22  Corinna Vinschen  <vinschen@redhat.com>
6393
6394         * MAINTAINERS: Remove status `OBSOLETE' from v850.
6395
6396 2002-05-22  Michal Ludvig  <mludvig@suse.cz>
6397
6398         * dwarf2cfi.c (frame_state_for): Added safety check for a valid
6399         fde->cie_ptr.
6400         (dwarf2_build_frame_info): Corrected handling of eh_frame.
6401         (dwarf2_build_frame_info): Add offset to fde->initial_location 
6402         so that frames of shared libraries are mapped correctly.
6403         (execute_stack_op): Change type of 'result' from ULONGEST to
6404         CORE_ADDR.
6405         
6406 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
6407
6408         * config/alpha/tm-nbsd.h: Include solib.h.
6409
6410 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
6411
6412         * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
6413         assumptions about the host's byte order.
6414
6415 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
6416
6417         * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
6418         to dependency list.
6419         * alphanbsd-tdep.c: Include solib-svr4.h.
6420         * shnbsd-tdep.c: Ditto.
6421
6422 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
6423
6424         * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
6425         nbsd-tdep.h to dependency list.
6426         * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
6427         i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
6428         ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
6429         nbsdaout.mh and nbsdelf.mh consistently.
6430         * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
6431         ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
6432         nbsdaout.mt and nbsdelf.mh consistently.
6433         * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h. 
6434         (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
6435         to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
6436         * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS.  Move
6437         a.out shared library stuff from here...
6438         * config/nm-nbsdaout.h: ...to here.
6439         * config/tm-nbsd.h: Remove.
6440         * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
6441         * config/arm/nbsd.mh: Remove.
6442         * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
6443         nbsd-tdep.o.
6444         * config/arm/nbsdaout.mh: New file. 
6445         * config/arm/nbsdelf.mh: New file.
6446         * config/arm/nm-nbsdaout.h: New file.
6447         * config/i386/nbsd.mh: Remove.
6448         * config/i386/nbsd.mt: Remove.
6449         * config/i386/nbsdaout.mh: New file.
6450         * config/i386/nbsdaout.mt: New file.
6451         * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
6452         * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
6453         * config/i386/nm-nbsd.h (REGISTER_U_ADDR, 
6454         i386_register_u_addr): Remove.
6455         * config/i386/nm-nbsdaout.h: New file.
6456         * config/i386/nm-nbsdelf.h: Remove.
6457         * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
6458         (USE_STRUCT_CONVENTION): Remove.
6459         * config/i386/tm-nbsdaout.h: New file.
6460         * config/i386/tm-nbsdelf.h: Remove.
6461         * config/m68k/nbsd.mh: Remove.
6462         * config/m68k/nbsd.mt: Remove.
6463         * config/m68k/nbsdaout.mh: New file.
6464         * config/m68k/nbsdaout.mt: New file. 
6465         * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
6466         * config/m68k/nm-nbsdaout.h: New file.
6467         * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
6468         (IN_SOLIB_CALL_TRAMPOLINE): Define.
6469         * config/ns32k/nbsd.mh: Remove.
6470         * config/ns32k/nbsd.mt: Remove. 
6471         * config/ns32k/nbsdaout.mh: New file.
6472         * config/ns32k/nbsdaout.mt: New file.
6473         * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h. 
6474         * config/ns32k/nm-nbsdaout.h: New file.
6475         * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.  
6476         (IN_SOLIB_CALL_TRAMPOLINE): Define.
6477         * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
6478         (SVR4_SHARED_LIBS): Remove.
6479         * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
6480         * config/sparc/nbsd.mh: Remove.
6481         * config/sparc/nbsd.mt: Remove.
6482         * config/sparc/nbsdaout.mh: New file.
6483         * config/sparc/nbsdaout.mt: New file.
6484         * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
6485         * config/sparc/nbsdelf.mt: New file.
6486         * config/sparc/nm-nbsdaout.h: New file.   
6487         * config/sparc/nm-nbsdelf.h: Remove.
6488         * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
6489         * config/sparc/tm-nbsdaout.h: New file.
6490
6491 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
6492
6493         * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
6494         mipsnbsd-tdep.c
6495         (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
6496
6497 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
6498
6499         * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
6500         shnbsd-nat.c.
6501         (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
6502
6503 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
6504
6505         * NEWS: Note new MIPS NetBSD native configuration. 
6506         * configure.host (mips*-*-netbsd*): New host. 
6507         * configure.tgt (mips*-*-netbsd*): New target. 
6508         * mipsnbsd-nat.c: New file.
6509         * mipsnbsd-tdep.c: New file.
6510         * mipsnbsd-tdep.h: New file.
6511         * config/mips/nbsd.mh: New file.
6512         * config/mips/nbsd.mt: New file.
6513         * config/mips/nm-nbsd.h: New file.
6514         * config/mips/tm-nbsd.h: New file.
6515
6516 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
6517
6518         * Makefile.in (SFILES): Add osabi.c.
6519         (COMMON_OBS): Add osabi.o.
6520         (osabi.o): New dependency list.
6521         * osabi.c: New file.
6522         * osabi.h: New file.
6523         * doc/gdbint.texinfo: Document new generic OS ABI framework.
6524
6525         * Makefile.in (alpha_tdep_h): Define and use instead of
6526         alpha-tdep.h.
6527         * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
6528         get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
6529         Remove.
6530         (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
6531         * alpha-tdep.h: Include osabi.h.
6532         (alpha_abi): Remove.
6533         (gdbarch_tdep): Use generic OS ABI framework.
6534         * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
6535         gdbarch_register_osabi.
6536         * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
6537         * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
6538         * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
6539
6540         * Makefile.in (sh_tdep_h): Add osabi.h.
6541         * sh-tdep.h (sh_osabi): Remove.
6542         (gdbarch_tdep): Use generic OS ABI framework.
6543         * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
6544         sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
6545         (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
6546         * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
6547
6548         * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
6549         * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
6550         gdbarch_register_osabi.
6551         * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
6552         arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
6553         (get_elfosabi): Rename to...
6554         (arm_elf_osabi_sniffer): ...this.  Adjust to use generic OS
6555         ABI framework support routines.
6556         (arm_gdbarch_init): Use generic OS ABI framework.
6557         (arm_dump_tdep): Likewise.
6558         (_initialize_arm_tdep): Likewise.
6559         * arm-tdep.h: Include osabi.h.
6560         (arm_abi): Remove.
6561         (gdbarch_tdep): Remove arm_abi and abi_name members.  Add
6562         osabi member.
6563         (arm_gdbarch_register_os_abi): Remove prototype.
6564         * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
6565         (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
6566
6567         * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
6568         * mips-tdep.c: Include osabi.h.
6569         (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
6570         OS ABI framework.
6571
6572 2002-05-20  Kazu Hirata  <kazu@cs.umass.edu>
6573
6574         * h8300-tdep.c: Fix formatting.
6575
6576 2002-05-20  Elena Zannoni  <ezannoni@redhat.com>
6577
6578         * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
6579         printing vector registers.
6580
6581 2002-05-19  Andrew Cagney  <ac131313@redhat.com>
6582
6583         From Fernando Nasser:
6584         * remote.c (remote_async_open_1): Re-throw the exception when the
6585         connection fails.
6586         (remote_cisco_open): Ditto.
6587         (remote_open_1): Ditto.
6588
6589 2002-05-19  Andrew Cagney  <ac131313@redhat.com>
6590
6591         * remote.c (remote_start_remote_dummy): Add uiout parameter.
6592         (remote_start_remote): Add uiout parameter.  Pass through to
6593         remote_start_remote_dummy.
6594         (remote_open_1): Use catch_exception instead of catch_errors.
6595         (remote_async_open_1): Ditto.
6596         (remote_cisco_open): Ditto.
6597
6598 2002-05-19  Andrew Cagney  <ac131313@redhat.com>
6599
6600         * remote.c (remote_start_remote): Replace PTR with void pointer.
6601         (sigint_remote_twice_token, sigint_remote_token): Ditto.  Make
6602         static.
6603
6604 2002-05-18  Andrew Cagney  <ac131313@redhat.com>
6605
6606         * gdb_indent.sh: Allow the script to be run in the sim directory.
6607
6608 2002-05-18  Mark Kettenis  <kettenis@gnu.org>
6609
6610         * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
6611         * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
6612
6613         * corelow.c (core_open): Only call set_gdbarch_from_file if
6614         exec_bfd is NULL.
6615
6616 2002-05-17  Andrey Volkov <avolkov@transas.com>
6617
6618         * h8300-tdep.c: Add support of EXR register
6619         * config/h8300/tm-h8300.h: Ditto. 
6620         
6621 2002-05-17  Andrey Volkov <avolkov@transas.com>
6622
6623         * h8300-tdep.c: Add additional CCR flags (I,UI,H,U) 
6624         
6625 2002-05-17  Andrey Volkov <avolkov@transas.com>
6626
6627         * h8300-tdep.c: Change literal regnums to REGNO.
6628         
6629 2002-05-17  Jim Blandy  <jimb@redhat.com>
6630
6631         * NEWS: Note addition of macro support.
6632
6633         Expand preprocessor macros in C expressions.
6634         * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
6635         (scan_macro_expansion, scanning_macro_expansion,
6636         finished_macro_expansion): New function declarations.
6637         (expression_macro_lookup_func, expression_macro_lookup_baton): New
6638         variable declarations.
6639         * parser-defs.h (expression_context_pc): New declaration.
6640         * parse.c (expression_context_pc): New variable.
6641         (parse_exp_1): Set expression_context_pc, as well as
6642         expression_context_block.
6643         * c-exp.y (yylex): If we're not already reading the result of a
6644         macro expansion, try to macro-expand the next token.  When we're
6645         done scanning a macro expansion, switch back to the mainline text.
6646         Commas and `if's in a macro's expansion don't terminate the input.
6647         * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
6648         (macro_original_text, macro_expanded_text,
6649         expression_macro_lookup_func, expression_macro_lookup_baton): New
6650         variables.
6651         (scan_macro_expansion, scanning_macro_expansion,
6652         finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
6653         c_preprocess_and_parse): New functions.
6654         (c_language_defn, cplus_language_defn, asm_language_defn): Call
6655         c_preprocess_and_parse, instead of c_parse.
6656         * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
6657         (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
6658
6659 Fri May 17 14:26:19 2002  J"orn Rennecke <joern.rennecke@superh.com>
6660
6661         * sh-tdep.c (gdb_print_insn_sh64): Delete.
6662         (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
6663         (sh_gdbarch_init): Always use gdb_print_insn_sh.
6664
6665 2002-05-17  Corinna Vinschen  <vinschen@redhat.com>
6666
6667         * NEWS: Add section for multi-arched targets.  Add v850 to that section.
6668
6669 2002-05-17  Jason Thorpe  <thorpej@wasabisystems.com>
6670
6671         * Makefile.in (sh_tdep_h): Define and use.
6672         * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
6673         register enum): Move to...
6674         * * sh-tdep.h: ...here.
6675         * sh-tdep.c: Include sh-tdep.h.
6676         * sh3-rom.c: Likewise.
6677         * shnbsd-tdep.c: Likewise.
6678
6679 2002-05-16  Michael Snyder  <msnyder@redhat.com>
6680
6681         * arm-tdep.c: Spelling fix in comment.
6682
6683 2002-05-16  Jim Blandy  <jimb@redhat.com>
6684
6685         Add commands for manually expanding macros and showing their
6686         definitions.
6687         * macrocmd.c, macroscope.c, macroscope.h: New files.
6688         * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
6689         (macroscope_h): New variable.
6690         (HFILES_NO_SRCDIR): Add macroscope.h.
6691         (COMMON_OBS): Add macrocmd.o, macroscope.o.
6692         (macroscope.o, macrocmd.o): New rules.
6693
6694         Teach the Dwarf 2 reader to read macro information.
6695         * dwarf2read.c: #include "macrotab.h".
6696         (dwarf_macinfo_buffer): New variable.
6697         (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
6698         dwarf_macinfo_size.
6699         (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
6700         (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
6701         dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
6702         dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
6703         dwarf2_macro_spaces_in_definition): New complaints.
6704         (dwarf2_has_info): Initialize dwarf_macinfo_offset.
6705         (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
6706         (dwarf2_build_psymtabs_hard): Record the buffer and its size in
6707         the partial symbol table.
6708         (psymtab_to_symtab_1): Set the macinfo buffer and size globals
6709         from what's recorded in the partial symbol table.
6710         (read_file_scope): If the compilation unit has a
6711         `DW_AT_macro_info' attribute, read its macro information.
6712         * Makefile.in (dwarf2read.o): Depend on macrotab.h.
6713
6714 2002-05-16  Daniel Jacobowitz  <drow@mvista.com>
6715
6716         Fix PR gdb/546
6717         * ser-tcp.c: Don't include <netinet/udp.h>.
6718
6719 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
6720
6721         * MAINTAINERS: Update my email address.
6722
6723 2002-05-16  Richard Earnshaw  <rearnsha@arm.com>
6724
6725         * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
6726         include file of the same name.
6727
6728 2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
6729
6730         * configure.tgt: Mark v850 as multi-arched.
6731         * config/v850/tm-v850.h: Remove file.
6732         * config/v850/v850.mt: Eliminate TM_FILE.
6733
6734 2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
6735
6736         * v850-tdep.c: Full multi-arch.
6737         * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
6738         Define GDB_MULTI_ARCH to 2.
6739
6740 2002-05-16  Pierre Muller  <muller@ics.u-strasbg.fr>
6741
6742         * p-exp.y (current_type): New static variable.
6743         Carries the type of the expression at the position that is parsed.
6744         (push_current_type, pop_current_type): Two new functions. Used
6745         to store/restore current_type in expression on specific tokens.
6746         (search_field): New static variable. Set to one after parsing a point
6747         as at that point only a FIELDNAME token should be searched.
6748         (FIELDNAME): New token. After a point only a token belonging to 
6749         current_type type definition is allowed.
6750         (all over token rules): reset and change current_type according
6751         to rules.
6752         (exp '[' rule): insert implicit array index field if
6753         exp is a pascal string type.
6754
6755 2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
6756
6757         * v850-tdep.c: Fix comment for v850_scan_prologue.  Remove extra
6758         frame info.  Use frame_info's saved_regs instead of matching member
6759         in extra_frame_info throughout.
6760         (v850_frame_init_saved_regs): New function.
6761         (v850_init_extra_frame_info): Move most functionality into
6762         v850_frame_init_saved_regs().
6763         * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
6764         (v850_frame_find_saved_regs): Remove declaration.
6765         (FRAME_FIND_SAVED_REGS): Remove definition.
6766         (v850_frame_init_saved_regs): Add declaration.
6767         (FRAME_INIT_SAVED_REGS): Add definition.
6768
6769 2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
6770
6771         * v850-tdep.c: Begin multi-arch'ing v850.
6772         (v850_target_architecture_hook): Remove function.
6773         (v850_gdbarch_init): New function.  Add code previously in
6774         v850_target_architecture_hook().
6775         (_initialize_v850_tdep): Don't  set target_architecture_hook.
6776         Call register_gdbarch_init() instead.
6777
6778 2002-05-16 Daniel Jacobowitz  <drow@mvista.com>
6779
6780         * gdbtypes.h (struct cplus_struct_type): Remove args field.
6781         * hpread.c (hpread_read_struct_type): Remove assignments to args.
6782         (fixup_class_method_type): Likewise.
6783
6784 2002-05-15  Jim Blandy  <jimb@redhat.com>
6785
6786         Add macro structures to GDB's symbol tables.  Nobody puts anything
6787         in them yet.
6788         * symtab.h (struct symtab): New member: `macro_table'.
6789         * buildsym.h (pending_macros): New global variable.
6790         * buildsym.c: #include "macrotab.h".
6791         (buildsym_init): Initialize `pending_macros'.
6792         (end_symtab): If we found macro information while reading a CU's
6793         debugging info, do build a symtab structure for it.  Make the
6794         symtab point to the macro information, and clear the
6795         `pending_macros' pointer which held it while we were reading the
6796         debug info.
6797         (really_free_pendings): Free any pending macro table.
6798         * objfiles.h (struct objfile): New member: `macro_cache'.
6799         * objfiles.c (allocate_objfile): Set allocate and free functions
6800         for the macro cache's objstack.
6801         (free_objfile): Empty the macro cache's obstack.
6802         * symfile.c (reread_symbols): Empty the macro cache's obstack, and
6803         set new allocate and free functions for it.
6804         * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
6805         free functions for the macro cache's objstack.  (Why is this
6806         function building its own objfile?)
6807         * symmisc.c (print_objfile_statistics): Print statistics on the
6808         macro bcache.
6809         * Makefile.in: Note that buildsym.o depends on macrotab.h.
6810
6811 2002-05-15  Richard Earnshaw  <rearnsha@arm.com>
6812
6813         * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
6814         (REGISTER_U_ADDR): Delete definition.
6815         (arm_register_u_addr): Delete declaration.
6816
6817 2002-05-15  Richard Earnshaw  <rearnsha@arm.com>
6818
6819         * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
6820         (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
6821
6822 2002-05-14  Andrew Cagney  <ac131313@redhat.com>
6823
6824         * regcache.c (register_valid): Revise comments refering to "Not
6825         available" and "unavailable".
6826         * frame.c (frame_register_read): Ditto.
6827         * findvar.c (value_of_register): Ditto.
6828
6829 2002-05-15  Andrew Cagney  <cagney@redhat.com>
6830
6831         * Makefile.in (remote_sim_h): Replace remote-sim_h.
6832         (remote-sim.o): Update dependencies.
6833         (d10v-tdep.o): Specify dependencies.
6834         (sim_d10v_h): Define.
6835
6836 2002-05-14  Jim Blandy  <jimb@redhat.com>
6837
6838         * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
6839         * macrotab.c (macro_lookup_inclusion, find_definition,
6840         new_macro_table): Same.
6841         
6842         * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
6843         not `! strcmp ()'.  This is a dubious improvement.
6844         * macrotab.c (macro_lookup_inclusion, find_definition): Same.
6845
6846         * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
6847         although it's not necessary, to avoid a warning.
6848
6849 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
6850
6851         * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
6852         (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
6853         TYPE_INSTANCE_FLAGS.
6854         (struct main_type): New.
6855         (struct type): Move most members to struct main_type.  Change
6856         cv_type and as_type to new type_chain member.  Add instance_flags.
6857         (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
6858         (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
6859         (finish_cv_type): Remove prototype.
6860         * gdbtypes.c (alloc_type): Update comment.  Allocate TYPE_MAIN_TYPE.
6861         Set TYPE_CHAIN.
6862         (alloc_type_instance): New function.
6863         (smash_type): New function.
6864         (make_pointer_type, make_reference_type, make_function_type)
6865         (smash_to_member_type, smash_to_method_type): Call smash_type.
6866         (make_qualified_type): New function.
6867         (make_type_with_address_space): Call make_qualified_type.
6868         (make_cv_type): Likewise.
6869         (finish_cv_type): Remove unnecessary function.
6870         (replace_type): Update comment.  Copy TYPE_MAIN_TYPE.
6871         (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
6872         remove TYPE_CV_TYPE and TYPE_AS_TYPE.
6873         * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
6874         * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
6875         * hpread.c (hpread_read_struct_type): Likewise.
6876         * stabsread.c (read_struct_type): Likewise.
6877
6878 2002-05-14  Elena Zannoni  <ezannoni@redhat.com>
6879
6880         * configure.tgt: Add a catch all sh* target, for cases like
6881         sh[2,3,4]-elf and sh-hms.
6882
6883 2002-05-14  Keith Seitz  <keiths@redhat.com>
6884
6885         * event-loop.c (create_file_handler): Don't do anything but
6886         update data when we are given a fd which we are already
6887         monitoring.
6888
6889 2002-05-14  Michal Ludvig  <mludvig@suse.cz>
6890
6891         * dwarf2cfi.c (context_cpy): Copy registers correctly.
6892         (update_context): Use __func__ in warnings.
6893         
6894 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
6895
6896         * ser-tcp.c: Include <netinet/udp.h>.  Rename tcp_open
6897         and tcp_close to net_open and net_close.
6898         (net_open): Accept "udp:" and "tcp:" specifications.  Connect
6899         using UDP if requested.  Don't try to disable Nagle on UDP
6900         sockets.
6901         * remote.c (remote_serial_open): New function.  Warn about UDP.
6902         (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
6903
6904 2002-05-13  Elena Zannoni  <ezannoni@redhat.com>
6905
6906         * MAINTAINERS: List sh-elf as buildable with ,-Werror.
6907
6908 2002-05-13  Elena Zannoni  <ezannoni@redhat.com>
6909
6910         * configure.tgt: Remove sh-hms target.
6911         * MAINTAINERS: Don't list sh-hms as a separate target.
6912
6913 2002-05-13  Jim Blandy  <jimb@redhat.com>
6914
6915         Add first preprocessor macro-expansion files.
6916         * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
6917         * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
6918         (splay_tree_h, macroexp_h, macrotab_h): New variable.
6919         (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
6920         (COMMON_OBS): Add macrotab.o, macroexp.o.
6921         (macroexp.o, macrotab.o): New rules.
6922
6923 2002-05-13  Andrew Cagney  <ac131313@redhat.com>
6924
6925         * config/m88k/tm-m88k.h: Update copyright.
6926         (m88k_target_write_pc): Declare
6927         (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
6928         (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
6929         (SHIFT_INST_REGS): Update definition.
6930         * m88k-tdep.c (m88k_target_write_pc): New function.  Implement
6931         using old definition of TARGET_WRITE_PC.
6932         * regcache.c (generic_target_write_pc): Delete code handling
6933         NNPC_REGNUM.
6934         * gdbarch.sh (NNPC_REGNUM): Delete.
6935         * gdbarch.h, gdbarch.c: Regenerate.
6936
6937 2002-05-13  Richard Earnshaw  <rearnsha@arm.com>
6938
6939         * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
6940         builtin reg number.
6941
6942 2002-05-13  Daniel Jacobowitz  <drow@mvista.com>
6943
6944         * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
6945         (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
6946         (gen_address_of, gen_struct_ref, gen_repeat): Use type
6947         access macros.
6948         * c-typeprint.c (cp_type_print_method_args): Likewise.
6949         (c_type_print_args): Likewise.
6950         * d10v-tdep.c (d10v_push_arguments): Likewise.
6951         (d10v_extract_return_value): Likewise.
6952         * expprint.c (print_subexp): Likewise.
6953         * gdbtypes.c (lookup_primitive_typename): Likewise.
6954         (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
6955         * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
6956         (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
6957         (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
6958         (TYPE_VECTOR): Likewise.
6959         * hpread.c (hpread_read_struct_type)
6960         (fix_static_member_physnames, fixup_class_method_type)
6961         (hpread_type_lookup): Likewise.
6962         * mdebugread.c (parse_symbol, parse_type): Likewise.
6963         * p-lang.c (is_pascal_string_type): Likewise.
6964         * valops.c (hand_function_call): Likewise.
6965         * x86-64-tdep.c (classify_argument): Likewise.
6966
6967         * hpread.c (hpread_read_function_type)
6968         (hpread_read_doc_function_type): Call replace_type.
6969         * dstread.c (create_new_type): Delete.
6970         (decode_dst_structure, process_dst_function): Call alloc_type.
6971         Use type access macros.
6972
6973 2002-05-12  Mark Kettenis  <kettenis@gnu.org>
6974
6975         * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
6976         the're not supported by the current architecture.
6977         (i387_fill_fxsave): Likewise.
6978
6979 2002-05-12  Fred Fish  <fnf@redhat.com>
6980
6981         * symfile.c (default_symfile_offsets): Arrange for uninitialized
6982         sect_index_xxx members to index the first slot in section_offsets
6983         if all of the section_offsets are zero.
6984
6985 2002-05-12  Mark Kettenis  <kettenis@gnu.org>
6986
6987         * configure.tgt (sparc-*openbsd): Remove entry accidentially
6988         checked in with last change.
6989
6990 2002-05-12  Mark Kettenis  <kettenis@gnu.org>
6991
6992         * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
6993         Remove targets.  These are canonicalized to i386-*-sysv4.2uw by
6994         config.sub.
6995
6996 2002-05-12  Daniel Jacobowitz  <drow@mvista.com>
6997
6998         * Makefile.in: Update dependencies.
6999
7000 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
7001
7002         * language.c (local_hex_string_custom): Simplify.  Do not depend
7003         on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
7004
7005         * memattr.c (mem_info_command): Replace calls to
7006         longest_local_hex_string and longest_local_hex_string_custom.
7007         * buildsym.c (make_blockvector): Ditto.
7008         * solib.c (info_sharedlibrary_command): Ditto.
7009         * tracepoint.c (tracepoints_info): Ditto.
7010         * symtab.c (print_msymbol_info): Ditto.
7011
7012         * language.c (local_hex_string): Delete.
7013         (local_hex_string_custom): Delete.
7014         (longest_local_hex_string): Rename to local_hex_string.
7015         (longest_local_hex_string_custom): Rename to
7016         local_hex_string_custom.
7017         * language.h (local_hex_string): Change parameter type to LONGEST.
7018         (local_hex_string_custom): Ditto.
7019         (longest_local_hex_string): Delete declaration.
7020         (longest_local_hex_string_custom): Ditto.
7021
7022         * solib.c: Update copyright.
7023         * memattr.c: Update copyright.
7024         
7025 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
7026
7027         * arch-utils.h (legacy_register_to_value): Declare.
7028         (legacy_value_to_register): Declare.
7029         (legacy_convert_register_p): Declare.
7030         * arch-utils.c (legacy_register_to_value): New function.
7031         (legacy_value_to_register): New function.
7032         (legacy_convert_register_p): New function.
7033
7034         * gdbarch.sh (REGISTER_TO_VALUE): Define.
7035         (VALUE_TO_REGISTER): Define.
7036         (CONVERT_REGISTER_P): Define.
7037         * gdbarch.h, gdbarch.c: Regenerate.
7038
7039         * valops.c (value_assign): Use CONVERT_REGISTER_P and
7040         VALUE_TO_REGISTER.
7041         * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
7042         CONVERT_REGISTER_P.
7043
7044 2005-05-11  Daniel Jacobowitz  <drow@mvista.com>
7045             Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
7046
7047         * Makefile.in: Update dependencies for valops.c.
7048         * valops.c: Include "gdb_assert.h".
7049         (typecmp): Skip THIS parameter to methods.
7050         (find_method_list): Remove static_memfuncp argument,
7051         update callers.  Check for stub methods.
7052         (find_value_oload_method_list): Don't set *static_memfuncp.
7053         (find_overload_match): Don't check for stub methods.  Assert
7054         that methods are not stubbed.  Handle static methods.
7055         (value_find_oload_method_list): Remove static_memfuncp argument.
7056         * gdbtypes.c (check_stub_method): Do not add THIS pointer
7057         to the argument list for static stub methods.
7058         * value.h (value_find_oload_method_list): Update prototype.
7059
7060 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
7061
7062         * arch-utils.h (generic_register_size): Declare.
7063         (generic_register_raw_size, generic_register_virtual_size): Delete
7064         declarations.
7065         * arch-utils.c (generic_register_raw_size): Delete.
7066         (generic_register_size): New function.
7067         (generic_register_virtual_size): Delete.
7068
7069         * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
7070         default generic_register_size.
7071         * gdbarch.h, gdbarch.c: Re-generate.
7072         
7073         * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
7074         register_virtual_size.
7075         * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
7076         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7077
7078 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
7079
7080         * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
7081         * gdbarch.h, gdbarch.c: Regenerate.
7082         * gnu-v3-abi.c: Update copyright.
7083         (vtable_address_point_offset): Update.
7084         (gnuv3_rtti_type): Update.
7085         (gnuv3_baseclass_offset): Update.
7086         * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
7087         (init_fetch_link_map_offsets): Update.
7088         * remote.c (get_remote_state): Update.
7089         
7090 2002-05-11  Daniel Jacobowitz  <drow@mvista.com>
7091
7092         * TODO: Remove value_headof/value_from_vtable_info comment.
7093         * printcmd.c (print_command_1): Don't call value_from_vtable_info.
7094         * values.c (value_headof, value_from_vtable_info): Delete.
7095         * value.h (value_from_vtable_info): Delete prototype.
7096
7097 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
7098
7099         * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
7100         gdb_string.h with $(gdb_string_h) and gdb_regex.h with
7101         $(gdb_regex_h).
7102         (gdb_assert_h): Define.
7103         (gdb_wait_h): Define.
7104         (gdb_regex_h): Define.
7105
7106 2002-05-11 Daniel Jacobowitz  <drow@mvista.com>
7107
7108         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
7109         * linespec.c (find_methods): Handle GCC 3.x template constructors.
7110
7111 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7112
7113         * nbsd-tdep.c: Fix comment.
7114
7115 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7116
7117         * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
7118         (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
7119         (nbsd-tdep.o): New dependency list.
7120         * alphanbsd-tdep.c: Don't include solib-svr4.h.  Include
7121         nbsd-tdep.h.
7122         (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
7123         (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
7124         * nbsd-tdep.c: New file.
7125         * nbsd-tdep.h: New file.
7126         * shnbsd-tdep.c: Don't include solib-svr4.h.  Include
7127         nbsd-tdep.h.
7128         (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
7129         (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7130         * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
7131         * config/sh/nbsd.mt (TDEPFILES): Ditto.
7132
7133 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7134
7135         * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
7136         * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
7137         * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
7138         * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
7139         * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
7140         * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
7141
7142 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7143
7144         * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
7145         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7146         * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
7147         * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
7148         * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
7149         * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
7150         * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
7151
7152 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7153
7154         * i386nbsd-nat.c: Delete file.  Move fetch_core_registers and
7155         fetch_elfcore_registers to...
7156         * i386nbsd-tdep.c: ...here.
7157         (i386nbsd_use_struct_convention): Rename to...
7158         (i386nbsd_aout_use_struct_convention): ...this.
7159         (i386nbsd_supply_reg): New function.
7160         (i386nbsd_fill_reg): New function.
7161         (fetch_core_registers): Use i386nbsd_supply_reg.
7162         (fetch_elfcore_registers): Likewise.
7163         (_initialize_i386nbsd_tdep): New function.
7164         * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
7165         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7166         * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
7167         * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
7168         (i386nbsd_aout_use_struct_convention): ...this.
7169
7170 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7171
7172         * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
7173         (store_inferior_registers): Use shnbsd_fill_reg.
7174         * shnbsd-tdep.c (sh_nbsd_supply_registers, 
7175         sh_nbsd_supply_register): Collapse into...
7176         (shnbsd_supply_reg): ...this.
7177         (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
7178         (shnbsd_fill_reg): ...this.
7179         (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
7180         (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
7181         (fetch_core_registers): Use shnbsd_supply_reg.
7182         (fetch_elfcore_registers): Use shnbsd_supply_reg.
7183         (sh_nbsd_core_fns): Rename to...
7184         (shnbsd_core_fns): ...this.
7185         (sh_nbsd_elfcore_fns): Rename to...
7186         (shnbsd_elfcore_fns): ...this.
7187         (sh_nbsd_init_abi): Rename to...
7188         (shnbsd_init_abi): ...this.
7189         (_initialize_sh_nbsd_tdep): Rename to...
7190         (_initialize_shnbsd_tdep): ...this.
7191         * shnbsd-tdep.h (sh_nbsd_supply_registers,
7192         sh_nbsd_supply_register, sh_nbsd_fill_registers,
7193         sh_nbsd_fill_register): Remove prototypes.
7194         (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
7195
7196 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7197
7198         * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
7199         (i387-nat.o): Delete dependency list.
7200         (go32-nat.o): Change i387-nat.h to i387-tdep.h.
7201         (x86-64-linux-nat.o): Likewise.
7202         * i387-nat.c: Delete file, moving contents to...
7203         * i387-tdep.c: ...here.
7204         * i387-nat.h: Rename...
7205         * i387-tdep.h: ...to this.
7206         * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
7207         * i386-linux-nat.c: Likewise.
7208         * i386bsd-nat.c: Likewise.
7209         * i386gnu-nat.c: Likewise.
7210         * i386nbsd-nat.c: Likewise.
7211         * i386v4-nat.c: Likewise.
7212         * x86-64-linux-nat.c: Likewise.
7213         * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
7214         * config/i386/go32.mh (NATDEPFILES): Likewise.
7215         * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
7216         * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
7217         * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
7218         * config/i386/linux.mh (NATDEPFILES): Likewise.
7219         * config/i386/nbsd.mh (NATDEPFILES): Likewise.
7220         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7221         * config/i386/obsd.mh (NATDEPFILES): Likewise.
7222         * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
7223
7224 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7225
7226         * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
7227         (alphanbsd-nat.o): Remove dependency list.
7228         (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
7229         * alphanbsd-nat.c: Delete.  Contents moved to...
7230         * alphanbsd-tdep.c: ...here.
7231         (_initialize_alphanbsd_tdep): Register core functions.
7232         * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
7233
7234 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7235
7236         * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
7237         (alphabsd-nat.o): Depend on alphabsd-tdep.h.
7238         (alphanbsd-nat.o): Likewise.
7239         (alphabsd-tdep.o): New dependency list.
7240         * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
7241         (fill_gregset): Use alphabsd_fill_reg.
7242         (supply_fpregset): Use alphabsd_supply_fpreg.
7243         (fill_fpregset): Use alphabsd_fill_fpreg.
7244         (fetch_inferior_registers): Use struct reg and struct fpreg
7245         rather than gregset_t and fpregset_t.  Use alphabsd_supply_reg
7246         and alphabsd_supply_fpreg.
7247         (store_inferior_registers): Use struct reg and struct fpreg
7248         rather than gregset_t and fpregset_t.  Use alphabsd_fill_reg
7249         and alphabsd_fill_fpreg.
7250         * alphabsd-tdep.c: New file.
7251         * alphabsd-tdep.h: New file.
7252         * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
7253         (fetch_elfcore_registers): Use alphabsd_supply_reg and
7254         alphabsd_supply_fpreg.
7255         * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
7256         * config/alpha/nbsd.mt (TDEPFILES): Likewise.
7257
7258 2002-05-11  Eric Christopher  <echristo@redhat.com>
7259
7260         * mips-tdep.c (mips_double_register_type): Fix thinko.
7261         (mips_single_register_type): Ditto.
7262         * MAINTAINERS: Add self.
7263
7264 2002-05-11  Mark Kettenis  <kettenis@gnu.org>
7265
7266         * i387-nat.c (i387_supply_register, i387_fill_fsave,
7267         i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
7268         right thing on architectures with different endianness and/or
7269         integer sizes.
7270
7271 2002-05-10  Jason Thorpe  <thorpej@wasabisystems.com>
7272
7273         From Christian Limpach <chris@Pin.LU>
7274         * configure.in: Change sed expression which comments out
7275         NATDEPFILES to also comment out continuation lines.
7276         * configure: Regenerate.
7277
7278 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
7279
7280         * sh-tdep.c: Clean up code erroneously reintroduced by previous
7281         big patch.
7282
7283 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
7284
7285         * sh-tdep.c: Include correct file.
7286
7287 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
7288
7289         New support for sh64-elf (sh5) target.
7290
7291         * configure.tgt: For sh64-elf target, default to sh-elf.
7292
7293         * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
7294         (struct gdbarch_tdep): Add new fields for new registers and ABI
7295         info.
7296
7297         * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
7298         (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
7299         MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
7300         UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
7301         IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
7302         IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
7303         IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
7304         IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
7305         IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
7306         IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
7307         IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
7308         (sh_sh64_register_name, sh64_elf_make_msymbol_special,
7309         pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
7310         sh64_skip_prologue_hard_way, sh64_use_struct_convention,
7311         gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
7312         sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
7313         sh64_get_gdb_regnum, sh64_media_reg_base_num,
7314         sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
7315         sign_extend, sh64_nofp_frame_init_saved_regs,
7316         sh64_init_extra_frame_info, sh64_get_saved_register,
7317         sh64_extract_struct_value_address, sh64_pop_frame,
7318         sh64_push_arguments, sh64_extract_return_value,
7319         sh64_store_return_value, sh64_show_media_regs,
7320         sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
7321         sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
7322         sh_sh64_register_virtual_type,
7323         sh_sh64_register_convert_to_virtual,
7324         sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
7325         sh64_register_read, sh64_pseudo_register_write,
7326         sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
7327         do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
7328         sh64_do_pseudo_register, sh_compact_do_registers_info,
7329         sh64_do_registers_info, sh_gdbarch_init): New functions.
7330
7331 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
7332
7333         * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
7334
7335 2002-05-10 Daniel Jacobowitz  <drow@mvista.com>
7336
7337         * linespec.c (decode_line_1): Check for a double quote after
7338         a filename correctly.
7339
7340 2002-05-10  Jim Blandy  <jimb@redhat.com>
7341
7342         Properly track the size of the current objfile's .debug_line section.
7343         * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
7344         (DWARF_LINE_SIZE): New macro.
7345         (dwarf2_build_psymtabs_hard): Record the line section's size in
7346         the partial symbol table.
7347         (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
7348         symbol table.
7349
7350 2002-05-10  Petr Sorfa  <petrs@caldera.com>
7351
7352         * ia64-tdep.c: Handle breakpoints on L instruction type
7353         in MLX instruction bundle by moving the breakpoint to
7354         the third slot (X instruction type) as L holds only data.
7355
7356 2002-05-10  Kevin Buettner  <kevinb@redhat.com>
7357
7358         * dbxread.c (discarding_local_symbols_complaint): New complaint.
7359         (process_one_symbol): Complain about discarding local symbols
7360         due to a misplaced N_LBRAC entry.
7361
7362 2002-05-09  Elena Zannoni  <ezannoni@redhat.com>
7363
7364         From Daniel Berlin <dan@cgsoftware.com>
7365         * linespec.c (find_toplevel_char): '<' and '>' also increase and
7366         decrease the depth we are at, in the case of templates.
7367
7368 2002-05-09  Daniel Jacobowitz  <drow@mvista.com>
7369
7370         * mips-tdep.c (mips_float_register_type): New function.
7371         (mips_double_register_type): New function.
7372         (mips_print_register): Use them.
7373         (do_fp_register_row): Likewise.
7374
7375 2002-05-09  Daniel Jacobowitz  <drow@mvista.com>
7376
7377         * signals/signals.c (signals): Remove conditional compilation around
7378         Mach-specific signals.  Move them to after TARGET_SIGNAL_DEFAULT.
7379         (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
7380
7381 2002-05-09  Michael Snyder  <msnyder@redhat.com>
7382
7383         * remote-rdp.c (remote_rdp_can_run): Remove.
7384
7385 2002-05-09  Tom Tromey  <tromey@redhat.com>
7386
7387         * jv-valprint.c (java_val_print): Handle `char' as a special case
7388         of TYPE_CODE_INT.
7389
7390 2002-05-09  Michael Snyder  <msnyder@redhat.com>
7391
7392         * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
7393         strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
7394         strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
7395         str r(0123),[sp,#nn].
7396         (arm_skip_prologue): Ditto.  Also make disassembly
7397         order-independent by placing it in a loop.
7398
7399 2002-05-06  Michael Snyder  <msnyder@redhat.com>
7400
7401         * stabsread.c (read_type): Add recognition for new attribute:
7402         "@V;" means that an array type is actually a vector.
7403         This is analogous to the vector flag that's been added to dwarf2.
7404
7405 2002-05-09  Mark Kettenis  <kettenis@gnu.org>
7406
7407         * i386-tdep.h (i386_abi): New enum.
7408         (struct gdbarch_tdep): Replace os_ident member with abi.
7409         (i386_gdbarch_register_os_abi): New prototype.
7410         * i386-tdep.c (i386_abi_names): New array.
7411         (process_note_abi_tag_sections): Removed.
7412         (process_note_sections): New function.
7413         (i386_elf_abi_from_note, i386_elf_abi): New functions.
7414         (struct i386_abi_handler): New struct.
7415         (i386_abi_handler_list): New variable.
7416         (i386_gdbarch_register_os_abi): New function.
7417         (i386_gdbarch_init): Adapt for the changes given above.
7418
7419 2002-05-08  Daniel Jacobowitz  <drow@mvista.com>
7420
7421         * gregset.h: Say "GNU/Linux".
7422
7423 2002-05-08  Elena Zannoni  <ezannoni@redhat.com>
7424
7425         * gdbtypes.c : Add new builtin type for 64 bit vectors.
7426         (build_gdbtypes): Build builtin_type_v2_float.
7427         (_initialize_gdbtypes): Register new builtin type.
7428
7429 2002-05-08  Andrew Cagney  <ac131313@redhat.com>
7430
7431         * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
7432         (clear_gdbarch_swap): New function.
7433         (initialize_non_multiarch): Call.
7434         (gdbarch_update_p): Before calling init(), swap out and clear the
7435         existing architecture.
7436         * gdbarch.c: Regenerate.
7437
7438 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
7439
7440         * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
7441         alphanbsd-tdep.c.
7442
7443 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
7444
7445         * sh-nbsd-nat.c: Rename to...
7446         * shnbsd-nat.c: ...this.
7447         * sh-nbsd-tdep.c: Rename to...
7448         * shnbsd-tdep.c: ...this.
7449         * sh-nbsd-tdep.h: Rename to...
7450         * shnbsd-tdep.h: ...this.
7451         * config/sh/nbsd.mh: Use shnbsd-nat.o.
7452         * config/sh/nbsd.mt: Use shnbsd-tdep.o.
7453
7454 2002-05-08  Richard Earnshaw  <rearnsha@arm.com>
7455
7456         * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
7457         concatenation for command help messages.
7458
7459 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
7460
7461         * NEWS: Note new sh*-*-netbsdelf* configuration.
7462         * configure.host: Set gdb_host_cpu to sh for all sh*.
7463         (sh*-*-netbsdelf*): New host.
7464         * configure.tgt: Set gdb_target_cpu to sh for all sh*.
7465         (sh*-*-netbsdelf*): New target.
7466         * sh-nbsd-nat.c: New file.
7467         * sh-nbsd-tdep.c: New file.
7468         * sh-nbsd-tdep.h: New file.
7469         * config/sh/nbsd.mh: New file.
7470         * config/sh/nbsd.mt: New file.
7471         * config/sh/nm-nbsd.h: New file.
7472         * config/sh/tm-nbsd.h: New file.
7473
7474 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
7475
7476         * sh-tdep.c (sh_osabi_names): Declare.
7477         (process_note_abi_tag_sections): New function.
7478         (get_elfosabi): Ditto.
7479         (sh_gdbarch_register_os_abi): Ditto.
7480         (sh_dump_tdep): Ditto.
7481         _initialize_sh_tdep): Use gdbarch_register to register
7482         sh_gdbarch_init and sh_dump_tdep.
7483         * config/sh/tm-sh.h (sh_osabi): Declare.
7484         (gdbarch_tdep): Add sh_osabi and osabi_name members.
7485
7486 2002-05-07  Andrew Cagney  <ac131313@redhat.com>
7487
7488         * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
7489         (thumb_scan_prologue): Ditto.
7490         (arm_find_callers_reg): Ditto.
7491         (arm_frame_chain): Ditto.
7492         (arm_init_extra_frame_info): Ditto.
7493         (arm_frame_saved_pc): Ditto.
7494         (arm_pop_frame): Ditto.
7495         (arm_push_return_address): New function.
7496         (arm_gdbarch_init): Initialize use_generic_dummy_frames,
7497         call_dummy_location, call_dummy_breakpoint_offset_p,
7498         call_dummy_breakpoint_offset, call_dummy_p,
7499         call_dummy_stack_adjust_p, call_dummy_words,
7500         sizeof_call_dummy_words, call_dummy_start_offset,
7501         call_dummy_length, fix_call_dummy, pc_in_call_dummy,
7502         call_dummy_address, push_return_address and push_dummy_frame for
7503         generic dummy frames.
7504
7505 2002-05-07  Jason Thorpe  <thorpej@wasabisystems.com>
7506
7507         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
7508         size computation for alloca.
7509         (sh_fp_frame_init_saved_regs): Likewise.
7510
7511 2002-05-07  Richard Earnshaw  <rearnsha@arm.com>
7512
7513         * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
7514         (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
7515         * arm-tdep.c (arm_store_return_value): Use them.
7516         Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
7517         * remote-rdp.c (remote_rdp_fetch_register): Use
7518         ARM_MAX_REGISTER_RAW_SIZE.
7519         (remote_rdp_store_register): Likewise.
7520
7521 2002-05-07  Michal Ludvig  <mludvig@suse.cz>
7522
7523         * dwarf2cfi.c: Code cleanup, removed unused variables,
7524         added default labels to switch {} statements.
7525         * x86-64-tdep.c: Ditto.
7526         * x86-64-linux-nat.c: Ditto.
7527
7528 2002-05-07  Jason Thorpe  <thorpej@wasabisystems.com>
7529
7530         * solib.h: Protect against multiple inclusion.
7531
7532 2002-05-06  Jim Blandy  <jimb@redhat.com>
7533
7534         Add first preprocessor macro-expansion files.
7535         * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7536         * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7537         (splay_tree_h, macroexp_h, macrotab_h): New variable.
7538         (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7539         (COMMON_OBS): Add macrotab.o, macroexp.o.
7540         (macroexp.o, macrotab.o): New rules.
7541
7542         Separate the job of reading the line number info statement program
7543         header (...expialidocious) out into its own function.
7544         * dwarf2read.c (struct line_head, struct filenames, struct
7545         directories): Replace with...
7546         (struct line_header): New structure, containing the full
7547         contents of the statement program header, including the
7548         include directory and file name tables.
7549         (read_file_scope): If we have line number info, instead of just
7550         calling dwarf_decode_lines to do all the work, call
7551         dwarf_decode_line_header first to get a `struct line_header'
7552         containing the data in the statement program header, and then
7553         pass that to dwarf_decode_lines, which will pick up where that
7554         left off.  Be sure to clean up the `struct line_header' object.
7555         (dwarf_decode_line_header, free_line_header, add_include_dir,
7556         add_file_name): New functions.
7557         (dwarf_decode_lines): Move all the code to read the statement
7558         program header into dwarf_decode_line_header.  Take the line
7559         header it built as the first argument, instead of the offset to
7560         the compilation unit's line number info.  Use the new `struct
7561         line_header' type instead of the old structures.  No need to do
7562         cleanups here now, since we don't allocate anything.
7563         (dwarf2_statement_list_fits_in_line_number_section,
7564         dwarf2_line_header_too_long): New complaints.
7565
7566 2002-05-06  Elena Zannoni  <ezannoni@redhat.com>
7567
7568         * gdbtypes.c (init_vector_type): New function.
7569         (build_builtin_type_vec128): Simplify the representation of SIMD
7570         registers.
7571         (build_gdbtypes): Initialize new builtin vector types.
7572         (_initialize_gdbtypes): Register new vector types with gdbarch.
7573         (builtin_type_v4_float, builtin_type_v4_int32,
7574         builtin_type_v8_int16, builtin_type_v16_int8,
7575         builtin_type_v2_int32, builtin_type_v4_int16,
7576         builtin_type_v8_int8): New (renamed) SIMD types.
7577
7578 2002-05-06  Mark Kettenis  <kettenis@gnu.org>
7579
7580         * i387-nat.c (i387_fill_fsave): Use regcache_collect.
7581         (i387_fill_fxsave): Likewise.
7582
7583 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
7584
7585         * alpha-tdep.c (alpha_extract_return_value): Don't use
7586         non-constant array size in prototype.
7587
7588 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
7589
7590         From Brian Taylor <briant at model dot com>:
7591         * ui-out.c (ui_out_field_core_addr): Use the function
7592         longest_local_hex_string_custom'to format addresses > 32 bits
7593         wide.
7594
7595         * ui-out.c (ui_out_field_core_addr): Update comment.
7596
7597 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
7598
7599         * stack.c (select_and_print_frame): Make static.  Delete the
7600         parameter `level'.
7601         (func_command): Update call.
7602         (select_frame_command): Delete code computing the frame level.
7603         * frame.h (select_and_print_frame): Delete declaration.
7604
7605 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
7606
7607         * sparc-tdep.c (sparc_get_saved_register): Comment why
7608         get_prev_frame call is safe.
7609
7610 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
7611
7612         * frame.h (select_frame): Delete level parameter.
7613         * stack.c (select_frame): Update.  Use frame_relative_level to
7614         obtain the frame's level.
7615         (select_and_print_frame): Update call.
7616         (select_frame_command): Ditto.
7617         (up_silently_base): Ditto.
7618         (down_silently_base): Ditto.
7619         * ocd.c (ocd_start_remote): Ditto.
7620         * remote-rdp.c (remote_rdp_open): Ditto.
7621         * remote-mips.c (mips_initialize): Ditto.
7622         (common_open): Ditto.
7623         * remote-e7000.c (e7000_start_remote): Ditto.
7624         * m3-nat.c (select_thread): Ditto.
7625         * hppa-tdep.c (child_get_current_exception_event): Ditto.
7626         (child_get_current_exception_event): Ditto.
7627         * varobj.c (varobj_create): Ditto.
7628         (varobj_update): Ditto.
7629         (c_value_of_root): Ditto.
7630         * tracepoint.c (finish_tfind_command): Ditto.
7631         * corelow.c (core_open): Ditto.
7632         * arch-utils.c (generic_prepare_to_proceed): Ditto.
7633         * thread.c (info_threads_command): Ditto.
7634         (switch_to_thread): Ditto.
7635         * infrun.c (normal_stop): Ditto.
7636         (restore_selected_frame): Ditto.
7637         (restore_inferior_status): Ditto.
7638         * breakpoint.c (insert_breakpoints): Ditto.
7639         (watchpoint_check): Ditto.
7640         (bpstat_stop_status): Ditto.
7641         (do_enable_breakpoint): Ditto.
7642         * blockframe.c (flush_cached_frames): Ditto.
7643         (reinit_frame_cache): Ditto.
7644
7645 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
7646
7647         * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
7648         maintainer.
7649
7650 2002-05-04  Jim Blandy  <jimb@redhat.com>
7651
7652         * gdbtypes.c (replace_type): Doc fix.
7653
7654 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
7655
7656         * valprint.c (strcat_longest): Delete commented out function.
7657         Update copyright.
7658
7659 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
7660
7661         * MAINTAINERS: Mark a29k as deleted.
7662         * NEWS: Mention that a29k was removed.  Add OBSOLETE section.
7663         Move new configurations to the top.
7664         * configure.tgt: Remove a29k.
7665         * config/a29k/tm-vx29k.h: Delete.
7666         * config/a29k/vx29k.mt: Delete.
7667         * config/a29k/tm-a29k.h: Delete.
7668         * config/a29k/a29k-udi.mt: Delete.
7669         * config/a29k/a29k.mt: Delete.
7670         * a29k-tdep.c: Delete.
7671         * remote-udi.c: Delete.
7672         * remote-mm.c: Delete.
7673         * remote-eb.c: Delete.
7674         * remote-adapt.c: Delete.
7675         * Makefile.in: Remove obsolete code.
7676         * config/s390/s390x.mt: Ditto.
7677         * config/s390/s390.mt: Ditto.
7678         * config/sparc/sparclynx.mh: Ditto.
7679         * config/sparc/linux.mh: Ditto.
7680         * config/pa/hppaosf.mh: Ditto.
7681         * config/pa/hppabsd.mh: Ditto.
7682         * config/ns32k/nbsd.mt: Ditto.
7683         * config/mips/vr5000.mt: Ditto.
7684         * config/m68k/sun3os4.mh: Ditto.
7685         * config/m68k/nbsd.mt: Ditto.
7686         * config/m68k/m68klynx.mh: Ditto.
7687         * config/m32r/m32r.mt: Ditto.
7688         * config/i386/x86-64linux.mt: Ditto.
7689         * config/i386/nbsdelf.mt: Ditto.
7690         * config/i386/nbsd.mt: Ditto.
7691         * config/i386/i386lynx.mh: Ditto.
7692
7693 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
7694
7695         * target.c (debug_print_register): New function.  Handle oversize
7696         registers.
7697         (debug_to_fetch_registers): Call.
7698         (debug_to_store_registers): Call.
7699
7700 2002-05-03  Jim Blandy  <jimb@redhat.com>
7701
7702         * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
7703         (read_type): Doc fix.
7704         * gdbtypes.c (replace_type): Doc fix.
7705
7706         * stabsread.c (multiply_defined_struct): New complaint.
7707         (read_struct_type): If the type we were passed isn't empty, or
7708         incomplete, don't read the new struct type into it; complain,
7709         and return the original type unchanged.  Take a new `type_code'
7710         argument, which is the type code for the new type.
7711         (read_type): Rather than storing the type's type code here, pass
7712         it as an argument to read_struct_type, and let that take care of
7713         storing it.  That way, we don't overwrite the original type code,
7714         so read_struct_type can use it to decide whether we're overwriting
7715         something we shouldn't.
7716         (complain_about_struct_wipeout): New function.
7717
7718 2002-05-03  Andrew Cagney  <ac131313@redhat.com>
7719
7720         * gdbarch.sh: Assert that gdbarch is non-NULL.
7721         * gdbarch.c: Regenerate.
7722
7723 2002-05-03  Jason Merrill  <jason@redhat.com>
7724
7725         * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
7726         and return NULL.
7727
7728 2002-05-03  Michal Ludvig  <mludvig@suse.cz>
7729
7730         * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
7731         (x86_64_dwarf2gdb_regno_map_length),
7732         (x86_64_dwarf2_reg_to_regnum): Added.
7733         (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
7734         (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
7735         (_initialize_x86_64_tdep): Synced with the change above.
7736         (x86_64_skip_prologue): Reformulated message.
7737
7738 2002-05-03  Pierre Muller  <muller@ics.u-strasbg.fr>
7739
7740         * f-exp.y: Also use new prev_lexptr variable
7741         to improve error reporting. Based on Michael Snyder
7742         2002-04-24 dated patch to c-exp.y.
7743         * jv-exp.y: Likewise.
7744         * m2-exp.y: Likewise.
7745
7746 2002-05-02  Elena Zannoni  <ezannoni@redhat.com>
7747
7748         * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
7749         we are dealing with vectors.
7750
7751 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
7752
7753         * config/m68k/tm-nbsd.h: Obvious fix,
7754         correct machine name.
7755
7756 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
7757
7758         * p-typeprint.c (pascal_type_print_base): Add support
7759         for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
7760
7761 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
7762
7763         * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
7764         for fondamental pascal 'char' type.
7765
7766 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
7767
7768         * p-lang.h (is_pascal_string_type): Declaration changed,
7769         new sixth argument of type char ** added.
7770         * p-lang.c (is_pascal_string_type): Implementation
7771         changed. Args length_pos, length_size, string_pos, char_size
7772         can now be NULL. New argument arrayname set to the field
7773         name of the char array. Return value set to char array
7774         field index plus one.
7775         * p-valprint.c (pascal_val_print): Adapt to new declaration of
7776         is_pascal_string_type function.
7777
7778 2002-05-02  Andrew Cagney  <cagney@redhat.com>
7779
7780         * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
7781         <cagney@redhat.com> change.
7782         * gdbarch.c: Regenerate.
7783
7784 2002-05-02  Andrew Cagney  <cagney@redhat.com>
7785
7786         * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
7787         before probing for a new one.  Detect errorenous gdbarch_init
7788         functions.
7789         * gdbarch.c: Regenerate.
7790
7791 2002-05-01  Andrew Cagney  <cagney@redhat.com>
7792
7793         * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
7794         * config/mcore/tm-mcore.h: Ditto.  Update copyright.
7795         * config/v850/tm-v850.h: Ditto.  Update copyright.
7796
7797 2002-04-30  Andrew Cagney  <ac131313@redhat.com>
7798
7799         * cris-tdep.c (cris_gdbarch_init): Use arches instead of
7800         current_gdbarch.
7801
7802 2002-04-30  Michael Snyder  <msnyder@redhat.com>
7803
7804         * arm-tdep.c: Whitespace clean-ups.
7805         (arm_skip_prologue): Fix thinko; two lines
7806         should have been removed as part of 4/24 change.
7807
7808 2002-04-30  Kevin Buettner  <kevinb@redhat.com>
7809
7810         * rs6000-tdep.c: Added comment describing how fpscr register
7811         numbers were chosen.
7812
7813 2002-04-30  Michael Snyder  <msnyder@redhat.com>
7814
7815         * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
7816
7817 2002-04-29  Elena Zannoni  <ezannoni@redhat.com>
7818
7819         * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
7820         (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
7821         (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
7822
7823 2002-04-29  Kevin Buettner  <kevinb@redhat.com>
7824
7825         From Louis Hamilton <hamilton@redhat.com>:
7826         * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
7827         * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
7828         * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
7829         not bfd-private xcoff data, to determine wordsize.
7830         * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
7831
7832 2002-04-29  Andrew Cagney  <ac131313@redhat.com>
7833
7834         GDB 5.2 released from 5.2 branch.
7835
7836 2002-04-29  Michal Ludvig  <mludvig@suse.cz>
7837
7838         * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
7839         * x86-64-tdep.c (i386_gdbarch_init): Ditto.
7840         (x86_64_register_info_table): Added comments with register numbers.
7841
7842 2002-04-29  Elena Zannoni  <ezannoni@redhat.com>
7843
7844         * rs6000-tdep.c (rs6000_extract_return_value,
7845         rs6000_store_return_value): Handle returning vectors.
7846         (rs6000_gdbarch_init): Use
7847         ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
7848         * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
7849         New function.
7850         (ppc_sysv_abi_use_struct_convention): Deal with functions returning
7851         vectors.
7852         (ppc_sysv_abi_push_arguments): Handle vector parameters.
7853         * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
7854
7855 2002-04-24  Pierre Muller  <ics.u-strasbg.fr>
7856
7857         * hpread.c (hpread_psymtab_to_symtab_1,
7858         hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
7859         with fprintf_unfiltered (gdb_stderr,...).
7860
7861 2002-04-24  Pierre Muller  <ics.u-strasbg.fr>
7862
7863         * remote-array.c (printf_monitor, write_monitor,
7864         array_insert_breakpoint, array_remove_breakpoint ):
7865         Replace fprintf (stderr,...
7866         with fprintf_unfiltered (gdb_stderr,....
7867         * remote-es.c: Likewise.
7868         * remote-os9k.c: Likewise.
7869         * remote-st.c: Likewise.
7870
7871 2002-04-28  Andreas Schwab  <schwab@suse.de>
7872
7873         * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
7874         linux-proc.o and gcore.o.
7875
7876 2002-04-26  Michal Ludvig  <mludvig@suse.cz>
7877
7878         * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
7879         code without frame pointers.
7880
7881 2002-04-26  Andrew Cagney  <ac131313@redhat.com>
7882
7883         * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
7884         ON_STACK is needed.
7885
7886 2002-04-26  Ben Elliston  <bje@redhat.com>
7887
7888         * target.c (do_xfer_memory): Correct reference to the new option
7889         "trust-readonly-sections".
7890
7891 2002-04-26  Elena Zannoni  <ezannoni@redhat.com>
7892
7893         * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
7894         * gdbtypes.c (recursive_dump_type): Output the vector flag.
7895         * dwarf2read.c (dwarf_attr_name): Handle new attribute for
7896         vectors.
7897         (read_array_type): Record the fact that this array type is really a
7898         vector (i.e. are passed in by value).
7899
7900 2002-04-26  Jason Thorpe  <thorpej@wasabisystems.com>
7901
7902         * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
7903         * alpha-tdep.c (alpha_sigcontext_addr): New function.
7904         (alpha_find_saved_regs): Use alpha_sigcontext_addr.
7905         (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
7906         * alpha-linux-tdep.c: Include frame.h.
7907         (alpha_linux_sigcontext_addr): New function.
7908         (alpha_linux_init_abi): Set tdep->sigcontext_addr to
7909         alpha_linux_sigcontext_addr.
7910         * alpha-osf1-tdep.c: Include gdbcore.h.
7911         (alpha_osf1_sigcontext_addr): New function.
7912         (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
7913         alpha_osf1_sigcontext_addr.
7914         * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
7915         * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
7916
7917 2002-04-26  Andrew Cagney  <ac131313@redhat.com>
7918
7919         * stack.c (selected_frame_level):
7920         (select_frame): Do not set selected_frame_level.
7921         * frame.h (selected_frame_level): Delete declaration.
7922
7923 2002-04-26  Andrew Cagney  <ac131313@redhat.com>
7924
7925         * rs6000-tdep.c (rs6000_gdbarch_init): Only set
7926         convert_from_func_ptr-addr when AIX / PowerOpen.
7927
7928 2002-04-25  Andrew Cagney  <ac131313@redhat.com>
7929
7930         * valops.c (hand_function_call): Call
7931         generic_save_call_dummy_addr.
7932         * frame.h (generic_save_call_dummy_addr): Declare.
7933         * blockframe.c (struct dummy_frame): Add fields call_lo and
7934         call_hi.
7935         (generic_find_dummy_frame): Check for PC in range call_lo to
7936         call_hi instead of entry_point_address.
7937         (generic_pc_in_call_dummy): Search the dummy frames for a PC in
7938         the call_lo to call_hi range.  Allow for DECR_PC_AFTER_BREAK.
7939         (generic_save_call_dummy_addr): New function.
7940
7941 2002-04-24  David S. Miller  <davem@redhat.com>
7942
7943         * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
7944         sparc_skip_prologue.
7945         (sparc_skip_prologue): Kill frameless_p arg, and use line number
7946         information to find prologue when possible.
7947         (sparc_prologue_frameless_p): Call examine_prologue directly.
7948         (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
7949         * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
7950         second argument.
7951         (SKIP_PROLOGUE): Likewise.
7952
7953 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
7954
7955         * alpha-tdep.c (alpha_skip_prologue_internal): Remove
7956         GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
7957         indicate that the condition it was testing is always true.
7958         * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
7959         * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7960         * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7961
7962 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
7963
7964         * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
7965         * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
7966         tdep->jb_pc and tdep->jb_elt_size.
7967         * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
7968         * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
7969         * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
7970         * alpha-nat.c (get_longjmp_target): Remove.
7971         (JB_ELEMENT_SIZE): Ditto.
7972         (JB_PC): Ditto.
7973         * alpha-tdep.c (alpha_get_longjmp_target): New function.
7974         (alpha_gdbarch_init): Default tdep->jb_pc to -1.  If the
7975         OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
7976         to alpha_get_longjmp_target.
7977         (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
7978         * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
7979         * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
7980
7981 2002-04-25  Andrew Cagney  <ac131313@redhat.com>
7982
7983         * README: Update to GDB 5.2.
7984
7985 2002-04-25  Andrew Cagney  <ac131313@redhat.com>
7986
7987         * gdbarch.sh (LC_ALL): Set to `c'.
7988
7989 2002-04-25  Theodore A. Roth  <troth@verinet.com>
7990
7991         * avr-tdep.c: Ran through gdb_indent.sh.
7992
7993 2002-04-25  Theodore A. Roth  <troth@verinet.com>
7994
7995         * MAINTAINERS: Add myself as AVR maintainer.
7996         * NEWS: Note new target avr.
7997
7998 2002-04-25  Theodore A. Roth  <troth@verinet.com>
7999
8000         * Makefile.in: Add support for AVR target.
8001         * configure.tgt: Add support for AVR target.
8002         * avr-tdep.c: New file
8003         * config/avr/avr.mt: New file.
8004
8005 2002-04-25  Theodore A. Roth  <troth@verinet.com>
8006
8007         * MAINTAINERS: Add myself to write-after-approval.
8008
8009 2002-04-24  Pierre Muller  <ics.u-strasbg.fr>
8010
8011         * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
8012         with fprintf_unfiltered (gdb_stderr,....
8013
8014 2002-04-25  Pierre Muller  <muller@ics.u-strasbg.fr>
8015
8016         Fix PR gdb/508.
8017         * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
8018
8019 2002-04-25  Pierre Muller  <muller@ics.u-strasbg.fr>
8020
8021         * p-exp.y: Also use new prev_lexptr variable
8022         to improve error reporting. Based on Michael Snyder
8023         2002-04-24 dated patch to c-exp.y.
8024
8025 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
8026
8027         * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
8028         (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
8029         alpha_breakpoint_from_pc.  Set gdbarch_function_start_offset
8030         to 0.
8031         * config/alpha/tm-alpha.h: Remove forward decls of struct type
8032         and struct value.
8033         (FUNCTION_START_OFFSET): Remove.
8034         (BREAKPOINT): Ditto.
8035
8036 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
8037
8038         * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
8039         * NEWS: Ditto.
8040
8041 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
8042
8043         * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
8044         (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
8045         alpha_linux_pc_in_sigtramp.
8046         * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
8047         (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
8048         alpha_osf1_pc_in_sigtramp.
8049         * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
8050         * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
8051         (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8052         alphafbsd_pc_in_sigtramp.
8053         * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
8054         (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8055         alphanbsd_pc_in_sigtramp.
8056         * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
8057         * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
8058
8059 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
8060
8061         * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
8062
8063 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
8064
8065         * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
8066         alphanbsd-tdep.c.
8067         (alphanbsd-nat.o): New dependency list.
8068         (alphanbsd-tdep.o): Ditto.
8069         * NEWS: Note new native NetBSD/alpha configuration.
8070         * alphanbsd-nat.c: New file.
8071         * alphanbsd-tdep.c: Ditto.
8072         * configure.host (alpha*-*-netbsd*): New host.
8073         * configure.tgt (alpha*-*-netbsd*): New target.
8074         * config/alpha/nbsd.mh: New file.
8075         * config/alpha/nbsd.mt: Ditto.
8076         * config/alpha/nm-nbsd.h: Ditto.
8077         * config/alpha/tm-nbsd.h: Ditto.
8078
8079 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
8080
8081         * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
8082         (alpha-osf1-tdep.o): New dependency list.
8083         * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
8084         and skip_sigtramp_frame members.
8085         * alpha-linux-tdep.c: Include gdbcore.h.
8086         (alpha_linux_sigtramp_offset): Change return type to LONGEST.
8087         (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
8088         * alpha-osf1-tdep.c: New file.
8089         * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
8090         alpha-osf1-dep.c.
8091         (alpha_frame_past_sigtramp_frame): New function.
8092         (alpha_dynamic_sigtramp_offset): Ditto.
8093         (alpha_proc_desc_is_dyn_sigtramp): Ditto.
8094         (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
8095         (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
8096         (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
8097         (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
8098         (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
8099         (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
8100         (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
8101         (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
8102         (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
8103         and tdep->skip_sigtramp_frame.  Set gdbarch_skip_trampoline_code
8104         to find_solib_trampoline_target.
8105         * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
8106         * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
8107         (SKIP_TRAMPOLINE_CODE): Remove.
8108         (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8109         (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8110         (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8111         (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8112         * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
8113         (PROC_SIGTRAMP_MAGIC): Ditto.
8114         (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8115         (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8116         (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8117         (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8118         (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8119
8120 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
8121
8122         * NEWS: Note that Alpha targets are now multi-arch.
8123
8124 2002-04-24  Michael Snyder  <msnyder@redhat.com>
8125
8126         * parser-defs.h (prev_lexptr): New external variable.
8127         * parse.c (parse_exp_1): Set prev_lexptr to null before
8128         calling the language-specific parser.
8129         * c-exp.y (yylex): Set prev_lexptr to start of current token.
8130         (yyerror): Use prev_lexptr in error reporting.
8131
8132 2002-04-24  Daniel Jacobowitz  <drow@mvista.com>
8133
8134         * config/i386/tm-linux.h: Define FILL_FPXREGSET.
8135         * gregset.h: If FILL_FPXREGSET is defined, provide
8136         gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
8137         * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
8138         is defined, call fill_fpxregset.
8139
8140 2002-04-24  Roland McGrath  <roland@frob.com>
8141
8142         * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
8143         * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
8144         (supply_gregset, supply_fpregset): New functions.
8145
8146         * gnu-nat.c (gnu_find_memory_regions): New function.
8147         (init_gnu_ops): Set `to_find_memory_regions' hook to that.
8148         (gnu_xfer_memory): Add a cast.
8149
8150 2002-04-24  Michael Snyder  <msnyder@redhat.com>
8151
8152         * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
8153         loop.  Add handling for "str lr, [sp, #-4]!" and for saves
8154         of argument regs ("str r(0123), [r11, #-nn"]).
8155         (arm_skip_prologue): Better handling for frameless functions.
8156         Treat "mov ip, sp" as optional.  Recognize "str lr, [sp, #-4]".
8157         (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
8158
8159 Wed Apr 24 14:22:21 2002  Andrew Cagney  <cagney@redhat.com>
8160
8161         * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
8162         NUM_PSEUDO_REGS can be used.
8163
8164 2002-04-24  Andrew Cagney  <ac131313@redhat.com>
8165
8166         * arch-utils.h: Update copyright.
8167
8168         * gdbarch.sh (PC_IN_SIGTRAMP): Add.
8169         * gdbarch.h, gdbarch.c: Re-generate.
8170
8171         * inferior.h (IN_SIGTRAMP): Delete definition.
8172         * arch-utils.c (legacy_pc_in_sigtramp): New function.
8173         * arch-utils.h (legacy_pc_in_sigtramp): Declare.
8174
8175         * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
8176         (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
8177         * hppa-tdep.c (pc_in_interrupt_handler):  Use PC_IN_SIGTRAMP.
8178         (find_proc_framesize): Ditto.
8179         * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
8180         (alpha_init_extra_frame_info): Ditto.
8181         * infrun.c (handle_inferior_event): Ditto.
8182         (handle_inferior_event): Ditto.
8183         (check_sigtramp2): Ditto.
8184         * blockframe.c (create_new_frame): Ditto.
8185         (get_prev_frame): Ditto.
8186         * ppc-linux-tdep.c: Update comments.
8187         * i386-linux-tdep.c: Update comments.
8188         * breakpoint.c (bpstat_what): Update comment.
8189
8190 2002-04-24  David S. Miller  <davem@redhat.com>
8191
8192         * i960-tdep.c (register_in_window_p): New function.
8193         (i960_find_saved_register): Use it instead of
8194         REGISTER_IN_WINDOW_P.
8195         * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
8196
8197         * symtab.h (find_stab_function_addr): Kill extern.
8198         * minsyms.c (find_stab_function_addr): Remove from here...
8199         * dbxread.c: ... to here, and mark it static.
8200
8201 2002-04-20  David S. Miller  <davem@redhat.com>
8202
8203         * sparc-tdep.c (sparc_pop_frame): Only need to allocate
8204         SPARC_INTREG_SIZE * 16 bytes for reg_temp.
8205
8206 2002-04-21  David S. Miller  <davem@redhat.com>
8207
8208         * remote-vxsparc.c (vx_read_register): Fix typo, we want
8209         REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
8210         (vx_write_register): Likewise.
8211
8212 2002-04-23  J. Brobecker  <brobecker@gnat.com>
8213
8214         * source.c (is_regular_file): New function.
8215         (openp): Check wether file to open is a regular file
8216         to avoid opening directories.
8217
8218 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
8219
8220         * findvar.c (extract_signed_integer): Cast printf argument
8221         to suppress format warning.
8222         (extract_unsigned_integer): Likewise.
8223         * infcmd.c (registers_info): Likewise.
8224         * top.c (get_prompt_1): Likewise.
8225         * valops.c (value_assign): Likewise.
8226         * valprint.c (print_decimal): Likewise.
8227
8228 2002-04-22  H.J. Lu  (hjl@gnu.org)
8229
8230         * c-exp.y (typebase): Support
8231
8232         [long|long long|short] [signed|unsigned] [int|]
8233
8234         and
8235
8236         signed [long|long long|short] int
8237
8238 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
8239
8240         * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
8241         and vax-tdep.h.
8242         * vax-tdep.h: New file.
8243         * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
8244         Make several routines static.
8245         (vax_get_saved_register): New function.
8246         (vax_gdbarch_init): New function.
8247         (_initialize_vax_tdep): Register vax_gdbarch_init.
8248         * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
8249         Remove macros now under the control of gdbarch.
8250
8251 2002-04-22  Michael Snyder  <msnyder@redhat.com>
8252
8253         * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
8254         Some whitespace and coding standards tweaks.
8255
8256 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
8257
8258         * vax-tdep.c: Include regcache.h.
8259         (vax_call_dummy_words): New.
8260         (sizeof_vax_call_dummy_words): New.
8261         (vax_fix_call_dummy): New function.
8262         (vax_saved_pc_after_call): Ditto.
8263         * config/vax/tm-vax.h: Don't include regcache.h.
8264         (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
8265         (CALL_DUMMY): Remove.
8266         (CALL_DUMMY_WORDS): Define.
8267         (SIZEOF_CALL_DUMMY_WORDS): Define.
8268         (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
8269
8270 2002-04-18  Michael Snyder  <msnyder@redhat.com>
8271
8272         * arm-tdep.h: Change regnum defines to enums for ease of debugging.
8273
8274 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
8275
8276         * vax-tdep.c (vax_frame_chain): New function.
8277         (vax_push_dummy_frame): Ditto.
8278         (vax_pop_frame): Ditto.
8279         * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
8280         (FRAMELESS_FUNCTION_INVOCATION): Use
8281         generic_frameless_function_invocation_not.
8282         (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
8283         (POP_FRAME): Use vax_pop_frame.
8284
8285 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
8286
8287         * vax-tdep.c (vax_store_struct_return): New function.
8288         (vax_extract_return_value): Ditto.
8289         (vax_store_return_value): Ditto.
8290         (vax_extract_struct_value_address): Ditto.
8291         * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
8292         vax_store_struct_return.
8293         (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
8294         (STORE_RETURN_VALUE): Use vax_store_return_value.
8295         (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
8296
8297 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
8298
8299         * vax-tdep.c (vax_frame_saved_pc): New function.
8300         (vax_frame_args_address_correct): Ditto.
8301         (vax_frame_args_address): Ditto.
8302         (vax_frame_locals_address): Ditto.
8303         (vax_frame_num_args): Move code to be in proximity to
8304         other frame-related functions.
8305         * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
8306         (FRAME_SAVED_PC): Use vax_frame_saved_pc.
8307         (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
8308         (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
8309         (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
8310
8311 2002-04-22  H.J. Lu  (hjl@gnu.org)
8312
8313         * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
8314         includedir.
8315
8316 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
8317
8318         * vax-tdep.c (vax_frame_init_saved_regs): New function.
8319         * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
8320         (FRAME_INIT_SAVED_REGS): New macro.
8321
8322 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
8323
8324         * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
8325
8326 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
8327
8328         * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
8329         where needed.
8330         (fetch_osf_core_registers): Likewise.
8331         (supply_gregset): Likewise.
8332
8333 2002-04-22  J. Brobecker  <brobecker@gnat.com>
8334
8335         * symfile.h (get_section_index): Define.
8336         * symfile.c (get_section_index): New function.
8337         * mdebugread.c (SC_IS_SBSS): New macro.
8338         (SC_IS_BSS): Return true for the scBss storage class only, as
8339         the scSBss storage class refers to the .sbss section.
8340         (parse_partial_symbols): Discard the symbols which associated
8341         section does not exist.
8342         Make sure to use the .sbss section index for symbols which
8343         storage class is scBss, rather than using the .bss section index.
8344
8345 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
8346
8347         * vax-tdep.c: Update copyright years.
8348         (vax_register_name): New function.
8349         (vax_register_byte): Ditto.
8350         (vax_register_raw_size): Ditto.
8351         (vax_register_virtual_size): Ditto.
8352         (vax_register_virtual_type): Ditto.
8353         * config/vax/tm-vax.h: Update copyright years.
8354         (REGISTER_NAMES): Remove.
8355         (REGISTER_NAME): Define.
8356         (REGISTER_BYTE): Use vax_register_byte.
8357         (REGISTER_RAW_SIZE): Use vax_register_raw_size.
8358         (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
8359         (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
8360
8361 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
8362
8363         * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
8364         declaration
8365         * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
8366
8367 2002-04-21  David S. Miller  <davem@redhat.com>
8368
8369         * arch-utils.c (generic_prologue_frameless_p): Kill
8370         SKIP_PROLOGUE_FRAMELESS_P code.
8371         * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8372         references.
8373         (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
8374         * arc-tdep.c (arc_prologue_frameless_p): Implement.
8375         * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8376         references.
8377         (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
8378         * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
8379         (sparc_gdbarch_init): Pass it to
8380         set_gdbarch_prologue_frameless_p.
8381
8382 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
8383
8384         * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
8385         (alphabsd-nat.o): New dependency list.
8386
8387 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
8388
8389         * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
8390         alphafbsd-tdep.c.
8391         (alpha-linux-tdep.o): New dependency list.
8392         (alphafbsd-tdep.o): Likewise.
8393
8394 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
8395
8396         * alpha-linux-tdep.c: New file.  Move alpha_linux_sigtramp_offset
8397         to here...
8398         * alpha-tdep.c: ...from here.
8399         * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
8400
8401 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
8402
8403         * config/alpha/tm-alpha.h: Move alpha_software_single_step
8404         prototype from here...
8405         * alpha-tdep.h: ...to here.
8406
8407 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
8408
8409         * frame.h (selected_frame_level): Document as deprecated.
8410         (frame_relative_level): Declare.
8411         * stack.c (frame_relative_level): New function.
8412         (selected_frame_level): Document as deprecated.
8413         (select_frame): Do not set the selected_frame_level.
8414
8415         * stack.c (frame_info, record_selected_frame): Update.
8416         (frame_command, current_frame_command): Update.
8417         (up_silently_base, up_command, down_silently_base): Update.
8418         (down_command): Update.
8419         * inflow.c (kill_command): Update.
8420         * tracepoint.c (finish_tfind_command): Update.
8421         * corelow.c (core_open): Update.
8422         * thread.c (info_threads_command): Update.
8423         (do_captured_thread_select): Update.
8424         * infcmd.c (finish_command): Update.
8425         * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
8426
8427 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
8428
8429         * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
8430
8431 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
8432
8433         * arm-tdep.c (arm_breakpoint_from_pc): Make static.  Make return
8434         type const.
8435
8436 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
8437
8438         * alphafbsd-tdep.c: Update copyright years.  Include
8439         alpha-tdep.h.
8440         (alphafbsd_use_struct_convention): Make static.
8441         (alphafbsd_init_abi): New function.
8442         (_initialize_alphafbsd_tdep): New function.
8443         * config/alpha/tm-fbsd.h: Update copyright years.
8444         (USE_STRUCT_CONVENTION): Remove.
8445
8446 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
8447
8448         * alpha-tdep.c (alpha_abi_handler): New structure to describe
8449         an Alpha ABI variant.
8450         (alpha_abi_handler_list): Declare.
8451         (alpha_gdbarch_register_os_abi): New function.
8452         (alpha_gdbarch_init): Give registered ABI variant handlers a
8453         chance to tweak the gdbarch once we have set up defaults.
8454         * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
8455
8456 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
8457
8458         * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
8459         to standard_coerce_float_to_double.
8460         * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
8461
8462 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
8463
8464         * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
8465         * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
8466         from gdbarch_tdep rather than a constant.
8467         (alpha_gdbarch_init): Initialize tdep->vm_min_address to
8468         the default text address for all Alpha Unix ABIs.
8469         (alpha_dump_tdep): Report the value of tdep->vm_min_address.
8470         * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
8471
8472 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
8473
8474         * alpha-tdep.h: New file.  Includes several Alpha target constants
8475         taken from...
8476         * config/alpha/tm-alpha.h: ...here.  Remove macros that we now
8477         let gdbarch deal with.
8478         (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
8479         * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
8480         to dependency list.
8481         * alpha-nat.c: Include alpha-tdep.h.  Update for adjusted
8482         Alpha target register names.
8483         * alphabsd-nat.c: Likewise.
8484         * alpha-tdep.c: Include alpha-tdep.h.  Update for adjusted
8485         Alpha target register names.  Make serveral routines static.
8486         (alpha_get_saved_register): New function.
8487         (alpha_abi_names): New.
8488         (process_note_abi_tag_sections): New function.
8489         (get_elfosabi): New function.
8490         (alpha_gdbarch_init): New function.
8491         (alpha_dump_tdep): New function.
8492         (_initialize_alpha_tdep): Register alpha_gdbarch_init.
8493
8494 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
8495
8496         * frame.c (find_saved_register): Delete #ifdef
8497         HAVE_REGISTER_WINDOWS code.
8498         * config/sparc/tm-sparc.h: Update comments.
8499         * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
8500
8501 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
8502
8503         * i960-tdep.c (i960_find_saved_register): New function.
8504         (i960_get_saved_register): New function.
8505         * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
8506         (i960_get_saved_register): Declare.
8507         * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
8508
8509 2002-04-20  David S. Miller  <davem@redhat.com>
8510
8511         * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
8512
8513 2002-04-20  Andrew Cagney  <ac131313@redhat.com>
8514
8515         * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
8516         instead of NUM_PSEUDO_REGS.
8517
8518 2002-04-20  David S. Miller  <davem@redhat.com>
8519
8520         * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
8521         GDB_MULTI_ARCH_PARTIAL
8522         * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
8523         define, let tm-sp64.h do it.
8524
8525 2002-04-20  Jason Thorpe  <thorpej@wasabisystems.com>
8526
8527         * frame.c (find_saved_register): Avoid a NULL pointer
8528         dereference and actually walk the frame list.
8529
8530 2002-04-20  Andrew Cagney  <ac131313@redhat.com>
8531
8532         * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
8533         sorted in most most-recent-used order.  Document.
8534         * gdbarch.h, gdbarch.c: Regenerate.
8535
8536 2002-04-19  Andrew Cagney  <ac131313@redhat.com>
8537
8538         * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
8539         instead of ->prev.
8540         * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
8541         * s390-tdep.c (s390_frame_chain): Do not use ->prev.
8542         * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
8543         instead of ->prev.
8544
8545 2002-04-19  Elena Zannoni  <ezannoni@redhat.com>
8546
8547         Fix PR gdb/471.
8548         * gdbtypes.c (init_simd_type): Rewrite using new functions.
8549         (build_builtin_type_vec128): Ditto.
8550         (append_composite_type_field): Fix calculation of type length in
8551         union case.
8552
8553 2002-04-19  Eli Zaretskii  <eliz@is.elta.co.il>
8554
8555         * config/djgpp/README: Update.
8556
8557         * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
8558         compiler warnings.
8559
8560 2002-04-19  Jason Thorpe  <thorpej@wasabisystems.com>
8561
8562         * alpha-tdep.c (setup_arbitrary_frame): Rename...
8563         (alpha_setup_arbitrary_frame): ...to this.
8564         * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
8565         for alpha_setup_arbitrary_frame.
8566
8567 2002-04-18  Andrew Cagney  <cagney@redhat.com>
8568
8569         * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
8570         * gdbarch.h, gdbarch.c: Regenerate.
8571
8572         * defs.h (breakpoint_from_pc_fn): Delete type definition.
8573         * target.h (memory_breakpoint_from_pc): Update declaration.
8574         * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
8575
8576         * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
8577         * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
8578         * mem-break.c (memory_breakpoint_from_pc): Ditto.
8579         * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
8580         * s390-tdep.c (s390_breakpoint_from_pc): Ditto
8581         * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
8582         * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
8583         * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
8584         * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
8585         * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
8586         * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
8587         * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
8588
8589         * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
8590         const pointer.
8591         * monitor.c (monitor_insert_breakpoint): Ditto.
8592         * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
8593
8594         * config/mcore/tm-mcore.h: Update copyright.
8595         * mem-break.c: Ditto.
8596         * xstormy16-tdep.c: Ditto.
8597
8598 2002-04-18  Pierre Muller  <muller@ics.u-strasbg.fr>
8599
8600         * p-exp.y: Add precedence rule for '^' token.
8601         This removes the shift/reduce conflicts.
8602         Remove the comment concerning these shift/reduce conflicts.
8603
8604 2002-04-18  Elena Zannoni  <ezannoni@redhat.com>
8605
8606         * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
8607         (registers_powerpc_nofp): New register set for processors
8608         without floating point unit.
8609
8610 2002-04-18  David S. Miller  <davem@redhat.com>
8611
8612         * MAINTAINERS: Add myself to write-after-approval.
8613
8614 2002-04-17  Michael Snyder  <msnyder@redhat.com>
8615
8616         * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
8617
8618 2002-04-17  Andrew Cagney  <ac131313@redhat.com>
8619
8620         * rs6000-tdep.c (frame_initial_stack_address): Use
8621         frame_register_read to read the alloca_reg.
8622
8623 2002-04-17  Andrew Cagney  <ac131313@redhat.com>
8624
8625         * frame.c (find_saved_register): Find saved registers in the next
8626         not prev frame.
8627         Fix PR gdb/365.
8628
8629 2002-04-17  Andrew Cagney  <ac131313@redhat.com>
8630
8631         * gdbarch.sh (LANG): Set to ``c''.
8632
8633 2002-04-15  Andrew Cagney  <ac131313@redhat.com>
8634
8635         * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
8636
8637 2002-04-15  Andrew Cagney  <ac131313@redhat.com>
8638
8639         * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
8640         Update copyright.
8641
8642         * hpread.c (hpread_get_lntt): Add declaration.
8643         Also fix PR gdb/391.
8644
8645 2002-04-14  Andrew Cagney  <ac131313@redhat.com>
8646
8647         * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
8648         * aclocal.m4, configure: Re-generate.
8649         Fix PR gdb/391.
8650
8651 2002-04-14  Elena Zannoni  <ezannoni@redhat.com>
8652
8653         * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
8654         instead of tm_print_insn.
8655
8656 2002-04-14  Elena Zannoni  <ezannoni@redhat.com>
8657
8658         * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
8659
8660 2002-04-14  Andrew Cagney  <ac131313@redhat.com>
8661
8662         * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
8663         * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
8664         (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
8665
8666 2002-04-12  Don Howard  <dhoward@redhat.com>
8667
8668         * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
8669         max_user_call_depth.
8670         (init_cmd_lists): Initialize the new value;
8671         * cli/cli-script.c (execute_user_command): Limit the call depth of
8672         user defined commands.  This avoids a core-dump when user commands
8673         are infinitly recursive.
8674
8675 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
8676
8677         * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
8678         * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
8679         from tdep struct instead of DEFAULT_LR_SAVE.
8680         (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
8681         * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
8682         * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
8683
8684 2002-04-12  Michael Snyder  <msnyder@redhat.com>
8685
8686         * Remote.c: Spelling fix.
8687         * gcore.c (default_derive_heap_segment): Use bfd_section_name.
8688         If no symbol found for "sbrk", try "_sbrk".
8689         (make_output_phdrs): Use bfd_section_name.
8690         (gcore_copy_callback): Use bfd_section_name.
8691         * eval.c: Indentation fix-ups.
8692         * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
8693         in case it gets applied to an address that is already
8694         in the instruction space.
8695         * cli/cli-decode.c (help_list): Allow long lines to wrap.
8696         * symfile.c: Fix indentation, long lines.
8697         * source.c: White space fix-up.
8698
8699 2002-04-12  Andrew Cagney  <cagney@redhat.com>
8700
8701         * defs.h (read_relative_register_raw_bytes): Delete declaration.
8702         * frame.c (frame_register_read): New function.  Return non-zero on
8703         success.
8704         (read_relative_register_raw_bytes_for_frame): Delete.
8705         (read_relative_register_raw_bytes): Delete.
8706         * frame.h (frame_register_read): Declare.
8707         * d30v-tdep.c: Update Copyright.  Use frame_register_read.
8708         * sh-tdep.c: Ditto.
8709         * infcmd.c (do_registers_info): Ditto.
8710         * hppa-tdep.c: Ditto.
8711         * rs6000-tdep.c: Ditto.
8712         * h8500-tdep.c: Ditto.
8713         * mips-tdep.c: Ditto.
8714         * h8300-tdep.c: Ditto.
8715         * z8k-tdep.c: Ditto.
8716
8717 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
8718
8719         From Jimi X <jimix@watson.ibm.com>:
8720         * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
8721         64-bit SysV ABI.
8722
8723 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
8724
8725         From Jimi X <jimix@watson.ibm.com>:
8726         * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
8727         bfd info.
8728
8729 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
8730
8731         From Jimi X <jimix@watson.ibm.com>:
8732         * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
8733         register sets for these processor variants.
8734
8735 2002-04-11  Daniel Jacobowitz  <drow@mvista.com>
8736
8737         * regformats/reg-ppc.dat: Support FPSCR.
8738
8739 2002-04-11  Kevin Buettner  <kevinb@redhat.com>
8740
8741         * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
8742         * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
8743         Add fpscr as an invalid/unfetchable register.
8744         * ppc-linux-nat.c (ppc_register_u_addr, store_register)
8745         (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
8746         (fill_fpregset): Add support for register fpscr.
8747         (fetch_ppc_registers, store_ppc_registers, supply_gregset)
8748         (fill_gregset): Account for the fact that register ``mq'' might
8749         not exist.
8750         * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
8751         (registers_power): Add fpscr to register set at slot 71.
8752         (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
8753         exist on most PPC architectures.  Initialize ppc_fpscr_regnum.
8754
8755 2002-04-11  Michael Snyder  <msnyder@redhat.com>
8756
8757         * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
8758         * configure: Regenerate.
8759         * config.in: Regenerate.
8760         * acconfig.h: Add define for _SYSCALL32.
8761         * core-sol2.c: Remove #define _SYSCALL32.
8762         * solib-legacy.c: Remove #define _SYSCALL32.
8763
8764 2002-04-10  Andrew Cagney  <ac131313@redhat.com>
8765
8766         * stack.c (select_frame): Cleanup internal error message, do not
8767         use %p.
8768
8769 2002-04-10  Andrew Cagney  <ac131313@redhat.com>
8770
8771         * stack.c (select_frame): Check that selected_frame and the
8772         specified level are as expected.
8773         * blockframe.c (get_prev_frame): Set the `level' from next_frame.
8774         Update copyright.
8775         * frame.h (struct frame_info): Add field `level'.  Update
8776         copyright.
8777         Work-in-progress PR gdb/464.
8778
8779 2002-04-10  Andrew Cagney  <ac131313@redhat.com>
8780
8781         * maint.c (maint_print_section_info): Rename print_section_info.
8782         (print_bfd_section_info, print_objfile_section_info): Update.
8783         * inferior.h (struct gdbarch): Add opaque declaration.
8784         * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
8785         * gdbarch.h: Regenerate.
8786
8787 2002-04-10  Michal Ludvig  <mludvig@suse.cz>
8788
8789         * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
8790         (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
8791         (kernel_u_size): Added.
8792         * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
8793         (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
8794
8795 2002-04-04  Jim Ingham  <jingham@apple.com>
8796
8797        * valarith.c (find_size_for_pointer_math): New function, either returns
8798        the size for a pointer's target, returns 1 for void *, or errors for
8799        incomplete types.
8800        (value_add, value_sub): use find_size_for_pointer_math.
8801
8802 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
8803
8804         * linux-low.c (linux_look_up_symbols): New hook.
8805         (linux_target_ops): Add linux_look_up_symbols.
8806         * remote-utils.c (decode_address): New function.
8807         (look_up_one_symbol): New function.
8808         * server.c (handle_query): Call target look_up_symbols hook.
8809         * server.h (look_up_one_symbol): Add prototype.
8810         * target.h (struct target_ops): Add look_up_symbols hook.
8811
8812 2002-04-09  Andrew Cagney  <ac131313@redhat.com>
8813
8814         * frame.c (read_relative_register_raw_bytes_for_frame): Do not
8815         override FP_REGNUM with frame->fp.  Update copyright.
8816         * parse.c (num_std_regs, std_regs): Delete.
8817         (target_map_name_to_register): Do not search std_regs.  Update
8818         function description.
8819         * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
8820         declarations.  Update copyright.
8821         Fix PR gdb/251.
8822
8823 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
8824
8825         * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
8826         after the last symbol in a block.
8827
8828 2002-04-09  Pierre Muller  <muller@ics.u-strasbg.fr>
8829
8830         * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
8831         is non zero as a found symbol.
8832
8833 2002-04-08  Andrew Cagney  <ac131313@redhat.com>
8834
8835         * findvar.c: Include "builtin-regs.h".
8836         (value_of_register): Call value_of_builtin_reg when applicable.
8837         * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
8838         (target_map_name_to_register): Call
8839         builtin_reg_map_name_to_regnum.
8840         * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
8841         (COMMON_OBS): Add builtin-regs.o and std-regs.o.
8842         (builtin_regs_h): Define.
8843         (builtin-regs.o): New target.
8844         (findvar.o): Add $(builtin_regs_h).
8845         * builtin-regs.c, builtin-regs.h: New files.
8846         * std-regs.c: New file.
8847         Partial fix for PR gdb/251.
8848
8849 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
8850
8851         * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
8852         it's no longer required.
8853
8854 2002-04-08  Andrew Cagney  <ac131313@redhat.com>
8855
8856         * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
8857
8858 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
8859
8860         From Jimi X <jimix@watson.ibm.com>:
8861         * rs6000-tdep.c (rs6000_software_single_step): Use
8862         rs6000_breakpoint_from_pc() to fetch breakpoint instruction
8863         and size.  Use target_insert_breakpoint() and
8864         target_remove_breakpoint() to insert and remove breakpoints
8865         instead of explicit memory reads and writes.
8866
8867 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
8868
8869         * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
8870         * rs6000-tdep.c (rs6000_push_arguments): Eliminate
8871         ELF_OBJECT_FORMAT ifdef.
8872
8873 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
8874
8875         From Jimi X <jimix@watson.ibm.com>:
8876         * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
8877
8878 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
8879
8880         From Jimi X <jimix@watson.ibm.com>:
8881         * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
8882         definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
8883
8884 2002-04-07  Mark Kettenis  <kettenis@gnu.org>
8885
8886         * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
8887         s/asprintf/xasprintf/.
8888         (fbsd_make_corefile_notes): s/strdup/xstrdup/.
8889
8890 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
8891
8892         I believe Jeff Law denies responsability for this one:
8893         * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
8894         * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
8895         * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
8896         Work-around for PR gdb/366.
8897
8898 2002-04-07  Elena Zannoni  <ezannoni@redhat.com>
8899
8900         * remote-e7000.c (write_small, e7000_read_inferior_memory,
8901         e7000_read_inferior_memory_large, e7000_insert_breakpoint,
8902         e7000_remove_breakpoint): Use paddr_nz() to print addresses.
8903
8904 2002-04-07  Elena Zannoni  <ezannoni@redhat.com>
8905
8906         * sh-tdep.c (sh_fp_frame_init_saved_regs,
8907         sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
8908         information.
8909
8910 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
8911
8912         * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
8913         maintainer.
8914
8915 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
8916
8917         * README (Reporting Bugs in GDB): Document the bug web page as the
8918         prefered way of submitting bugs.
8919         Fix PR gdb/402.
8920
8921 2002-04-06  Andrew Cagney  <ac131313@redhat.com>
8922
8923         * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
8924         -1.  Update comment.
8925         * gdbarch.h, gdbarch.c: Re-generate.
8926
8927 2002-04-07  Andreas Schwab  <schwab@suse.de>
8928
8929         * m68klinux-nat.c (fill_fpregset): Properly pass address of
8930         buffer to regcache_collect.
8931
8932 2002-04-06  Andrew Cagney  <ac131313@redhat.com>
8933
8934         * gdbarch.sh (PS_REGNUM): Add.  Document.  Default to -1.
8935         * gdbarch.c, gdbarch.h: Re-generate.
8936
8937 2002-04-06  Andrew Cagney  <ac131313@redhat.com>
8938
8939         * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
8940         declaration.  Fix -Werror.
8941
8942 2002-04-05  Daniel Jacobowitz  <drow@mvista.com>
8943
8944         * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
8945         * gdbarch.c: Regenerate.
8946
8947 2002-04-05  Michael Snyder  <msnyder@redhat.com>
8948
8949         * breakpoint.c (clear_command): Rewrite middle section to
8950         combine two loops with identical control conditions.
8951         Add a cleanup to eliminate a memory leak.
8952         * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
8953
8954 2002-04-05  H.J. Lu  (hjl@gnu.org)
8955
8956         * solib-svr4.c (bkpt_names): Add "__start".
8957
8958 2002-04-04  Andrew Cagney  <ac131313@redhat.com>
8959
8960         * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
8961         as test for 64 bit target.
8962
8963 2002-04-05  Andrew Cagney  <ac131313@redhat.com>
8964
8965         * h8500-tdep.c (h8500_write_fp): Delete function.
8966         * dwarf2cfi.c (cfi_write_fp): Document as not used.
8967         * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
8968         * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
8969         * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
8970         * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
8971         * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
8972         (s390_write_fp):
8973         * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
8974         * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
8975         * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
8976         (d10v_write_fp): Delete function.
8977         * inferior.h (write_fp, generic_target_write_fp): Delete
8978         declarations.
8979         * regcache.c (generic_target_write_fp): Delete function.
8980         (write_fp): Delete function.
8981         * gdbarch.sh (TARGET_WRITE_FP): Delete.
8982         * gdbarch.h, gdbarch.c: Regenerate.
8983         * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
8984         * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
8985         (sparc64_write_fp): Delete declaration.
8986         * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
8987         (h8500_write_fp): Delete declaration.
8988
8989 2002-04-04  Andrew Cagney  <ac131313@redhat.com>
8990
8991         * sparc-tdep.c (sparc64_write_fp): Delete.
8992         (sparc_push_dummy_frame): Replace write_fp call with code to store
8993         the FP directly.
8994         (sparc_gdbarch_init): Do not initialize write_fp.
8995
8996 2002-04-05  Kevin Buettner  <kevinb@redhat.com>
8997
8998         * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
8999         clause.
9000
9001 2002-03-29  Jim Blandy  <jimb@redhat.com>
9002
9003         * stack.c (get_selected_block): Add new argument `addr_in_block',
9004         used to return the exact code address we used to select the block,
9005         not just the block.
9006         * blockframe.c (get_frame_block, get_current_block): Same.
9007         * frame.h (get_frame_block, get_current_block,
9008         get_selected_block): Update declarations.
9009         * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
9010         linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
9011
9012 2002-04-05  Michael Snyder  <msnyder@redhat.com>
9013
9014         * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
9015         warning message.
9016
9017 2002-04-05  J. Brobecker  <brobecker@gnat.com>
9018
9019         * utils.c (xfullpath): New function.
9020         * defs.h (xfullpath): Add declaration.
9021         * source.c (openp): Use xfullpath in place of gdb_realpath to
9022         avoid resolving the basename part of filenames when the
9023         associated file is a symbolic link. This fixes a potential
9024         inconsistency between the filenames known to GDB and the
9025         filenames it prints in the annotations.
9026         * symtab.c (lookup_symtab): Use the new xfullpath function, in order
9027         to be able to match a filename with either the real filename, or
9028         the name of any symbolic link to this file.
9029         (lookup_partial_symtab): Ditto.
9030
9031 2002-04-04  Michael Snyder  <msnyder@redhat.com>
9032
9033         * breakpoint.c: Add support for hardware breakpoints in overlays.
9034         (overlay_events_enabled): New state variable.
9035         (insert_breakpoints): Use overlay_events_enabled to decide
9036         whether to attempt to set a breakpoint at the overlay load addr.
9037         Handle bp_hardware_breakpoint as well as bp_breakpoint.
9038         (remove_breakpoint): Use overlay_events_enabled to decide
9039         whether breakpoints need to be removed from overlay load addr.
9040         Handle bp_hardware_breakpoint as well as bp_breakpoint.
9041         (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
9042         (create_overlay_event_breakpoint, enable_overlay_breakpoints,
9043         disable_overlay_breakpoints): Update overlay_events_enabled.
9044
9045 2002-04-04  Daniel Jacobowitz  <drow@mvista.com>
9046
9047         * dwarf2read.c (struct function_range): New.
9048         (cu_first_fn, cu_last_fn, cu_cached_fn): New.
9049         (check_cu_functions): New.
9050         (read_file_scope): Initialize global function lists.
9051         Call dwarf_decode_line after processing children.
9052         (read_func_scope): Add to global function list.
9053         (dwarf_decode_lines): Call check_cu_functions everywhere
9054         record_line is called.  Call record_line with a linenumber
9055         of 0 to mark sequence ends.
9056
9057 2002-04-04  Michal Ludvig  <mludvig@suse.cz>
9058
9059         * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
9060         change sync with glibc.
9061
9062 2002-04-03  Jim Blandy  <jimb@redhat.com>
9063
9064         * configure.in: Call AC_C_INLINE.
9065         * configure: Regenerated.
9066
9067 2002-04-01  Daniel Jacobowitz  <drow@mvista.com>
9068
9069         * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
9070         and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
9071
9072 2002-03-31  Mark Kettenis  <kettenis@gnu.org>
9073
9074         * NEWS: Mention gcore support on FreeBSD/i386.
9075
9076         * fbsd-proc.c: New file.
9077         * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
9078         * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
9079
9080         * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
9081         while statement.
9082
9083 2002-03-29  Jim Blandy  <jimb@redhat.com>
9084
9085         * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
9086         unescaped newlines in string literals, but newer ones don't.  So
9087         escape them.
9088
9089 2002-03-26  Michael Snyder  <msnyder@redhat.com>
9090             Andrew Cagney <cagney@redhat.com>
9091
9092         * cli/cli-dump.c: New file.  Dump memory to file,
9093         restore file to memory.
9094         * cli/cli-dump.h: New file.
9095         * Makefile.in: Add rules, dependencies for cli-dump.o.
9096         * NEWS: Mention new commands.
9097
9098 2002-03-28  Michael Snyder  <msnyder@redhat.com>
9099
9100         * symfile.c (symbol_file_add): Move test for null symbols to later.
9101
9102 2002-03-27  Andrew Cagney  <ac131313@redhat.com>
9103
9104         From veksler at il.ibm.com:
9105         * utils.c (gdb_realpath): If canonicalize_file_name fails, return
9106         the xstrduped original path.
9107         Fix PR gdb/417.
9108
9109 2002-03-27  Michael Snyder  <msnyder@redhat.com>
9110
9111         * breakpoint.c (_initialize_breakpoint): Clean up help string.
9112         * infcmd.c (_initialize_infcmd): Ditto.
9113         * language.c (_initialize_language): Ditto.
9114         * symfile.c (_initialize_symfile): Ditto.
9115         * top.c (_init_main): Ditto.
9116         * cli/cli-cmds.c (init_cli_cmds): Ditto.
9117
9118 2002-03-27  Elena Zannoni  <ezannoni@redhat.com>
9119
9120         * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
9121         vector registers handling.
9122         (skip_prologue): Handle new AltiVec instructions.  Fill in new
9123         fields of frame data.
9124         (frame_get_saved_regs): Fill in information for AltiVec registers.
9125
9126 2002-03-27  Jim Blandy  <jimb@redhat.com>
9127
9128         * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
9129         a function; leave this macro here to invoke that function.
9130         (symbol_init_mangled_name): Declaration for that function.
9131         * symtab.c (symbol_init_mangled_name): New function.
9132
9133 2002-03-27  Andrew Cagney  <ac131313@redhat.com>
9134
9135         * valarith.c: Replace strerror with safe_strerror.
9136         * tracepoint.c: Ditto.
9137         * lin-lwp.c: Ditto.
9138         * go32-nat.c: Ditto.
9139         * inflow.c: Ditto.
9140         * gnu-nat.c: Ditto.
9141
9142 2002-03-27  Andreas Schwab  <schwab@suse.de>
9143
9144         * event-top.c (command_line_handler): Remove useless if.
9145
9146 2002-03-27  Andreas Jaeger  <aj@suse.de>
9147
9148         * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
9149         comment.
9150
9151 2002-03-27  Michal Ludvig  <mludvig@suse.cz>
9152
9153         * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
9154         (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
9155         * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
9156         (x86_64_linux_dr_get_status, supply_gregset),
9157         (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
9158         * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
9159         (x86_64_register_info_table): Add.
9160         (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
9161         (x86_64_register_raw_size, x86_64_register_virtual_type),
9162         (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
9163         general x86_64_register_info_table.
9164         (i386_gdbarch_init): gdbarch_register_bytes is now set
9165         dynamicaly during initialization.
9166         * regformats/reg-x86-64.dat: Synced with changes to registers above.
9167         * gdbserver/linux-x86-64-low.c: Ditto.
9168
9169 2002-03-27  Daniel Jacobowitz  <drow@mvista.com>
9170
9171         * gdbserver/server.c (main): Call target_signal_to_host_p
9172         and target_signal_to_host on signals received from the remote.
9173         * gdbserver/remote-utils.c (prepare_resume_reply): Call
9174         target_signal_from_host on signals sent to the remote.
9175         * gdbserver/server.h: Add prototypes.  Include "gdb/signals.h".
9176         * gdbserver/Makefile.in: Add signals.o.  Add -I${INCLUDE_DIR}.
9177
9178 2002-03-27  Daniel Jacobowitz  <drow@mvista.com>
9179
9180         * signals/signals.c: Include "server.h" in gdbserver build.
9181         (target_signal_from_name): Don't use STREQ.
9182         (_initialize_signals): Likewise.  Don't include function in
9183         gdbserver build.
9184
9185 2002-03-27  Daniel Jacobowitz  <drow@mvista.com>
9186
9187         * signals.c: Moved to...
9188         * signals/signals.c: Here.
9189         * Makefile (signals.o): Update.
9190
9191 2002-03-26  Jeff Law (law@redhat.com)
9192
9193         * somread.c (som_symtab_read): Remove some commented out code and
9194         updated related comments.  Do not set the minimal symbol table to
9195         mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
9196         in a dynamic executable.
9197         * hppa-tdep.c (find_proc_framesize): Sanely handle the case
9198         where we are unable to find the minimal symbol for the given
9199         PC value.
9200
9201 2002-03-25  Jeff Law (law@redhat.com)
9202
9203         * linux-proc.c (read_mapping): Scan up to end of line for filename.
9204
9205 2002-03-25  Michal Ludvig  <mludvig@suse.cz>
9206
9207         * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
9208
9209 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
9210
9211         * command.h: Update copyright.
9212         (struct cmd_list_element): Replace definition with opaque
9213         declaration.
9214         (enum cmd_types): Document that it will eventually be moved to
9215         cli/cli-decode.h
9216         (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
9217         (MALLOCED_REPLACEMENT): Delete macro.
9218         * Makefile.in (cli_decode_h): Add $(command_h).
9219         (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
9220         * top.c: Include "cli/cli-decode.h".
9221         * completer.c: Include "cli/cli-decode.h".
9222         * maint.c: Include "cli/cli-decode.h".
9223         * cli/cli-decode.h: Include "command.h".
9224         (enum command_class): Delete.
9225         (enum cmd_types): Comment out.
9226         (enum cmd_auto_boolean): Delete.
9227         (enum var_types): Delete.
9228
9229 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
9230
9231         * cli/cli-decode.c: Include "gdb_assert.h".
9232         (add_set_or_show_cmd): New static function.
9233         (add_set_cmd): Rewrite.  Use add_set_or_show_cmd.
9234         (add_show_from_set): Rewrite. Use add_set_or_show_cmd.  Don't copy
9235         all fields, such as func, from the set command.
9236
9237 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
9238
9239         * MAINTAINERS (sh-elf): Change warning flag to -w.
9240
9241 2002-03-23  Andrew Cagney  <cagney@redhat.com>
9242
9243         * defs.h (error): Add printf format attribute.
9244         * thread-db.c (thread_from_lwp): Fix error format string.
9245         * stack.c (parse_frame_specification): Ditto.
9246         * cli/cli-decode.c (undef_cmd_error): Ditto.
9247         * scm-lang.c (scm_lookup_name): Ditto.
9248         * tracepoint.c (trace_error): Ditto.
9249         * remote-utils.c (usage): Ditto.
9250         * remote.c (compare_sections_command): Ditto.
9251         Fix PR gdb/328.
9252
9253 2002-03-22  Andrew Cagney  <ac131313@redhat.com>
9254
9255         * gdbtypes.c (append_composite_type_field): New function.
9256         (init_composite_type): New function.
9257         * gdbtypes.h (append_composite_type_field): Declare.
9258         (init_composite_type): Ditto.
9259
9260 2002-03-22  Elena Zannoni  <ezannoni@redhat.com>
9261
9262         * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
9263         function.
9264         * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
9265         * rs6000-tdep.c (rs6000_gdbarch_init): Use different
9266         structure returning convention for SYSV ABI case, but not
9267         for GNU/Linux, FreeBSD, or NetBSD.
9268
9269 2002-03-22  Daniel Jacobowitz  <drow@mvista.com>
9270
9271         * symtab.h (lookup_block_symbol): Add mangled_name argument
9272         to prototype.
9273
9274         * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
9275         with new mangled_name argument.
9276         * linespec.c (decode_line_1): Likewise.
9277         * valops (value_of_this): Likewise.
9278         * symtab.c (lookup_transparent_type): Likewise.
9279         (lookup_symbol_aux): Likewise.  Accept new mangled_name argument.
9280         (lookup_symbol): If we are given a mangled name, pass it down
9281         to lookup_symbol_aux.
9282         (lookup_block_symbol): If we are given a mangled name to check
9283         against, only return symbols which match it.
9284
9285 2002-03-22  Christopher Faylor  <cgf@redhat.com>
9286
9287         * win32-nat.c (child_create_inferior): Check for proper shell to use
9288         here, in case the user changes it on the fly.
9289         (_initialize_inftarg): Remove shell path considerations.
9290
9291 2002-03-21  Elena Zannoni  <ezannoni@redhat.com>
9292
9293         * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
9294         for gdbarch_max_register_raw_size and max_register_virtual_size.
9295         Adjust copyright year.
9296
9297 2002-03-21  Daniel Jacobowitz  <drow@mvista.com>
9298
9299          * dbxread.c (process_one_symbol): Extend the first N_SLINE
9300          in a function to cover the entire beginning of the function
9301          as well if it does not already.
9302
9303 2002-03-21  Tom Rix  <trix@redhat.com>
9304
9305         * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
9306         (rs6000_ptrace64): Renamed from ptrace64.
9307
9308 2002-03-20  Martin M. Hunt  <hunt@redhat.com>
9309
9310         * gdbserver/remote-utils.c (remote_open): Don't call
9311         getprotobyname, we're all using TCP here so just use
9312         IPPROTO_TCP.
9313         * gdbserver/gdbreplay.c (remote_open): Ditto.
9314
9315 2002-03-20  Martin M. Hunt  <hunt@redhat.com>
9316
9317         * regcache.c (_initialize_regcache): No need to call
9318         build_regcache() at this time; it gets called whenever
9319         the gdbarch changes.
9320
9321 2002-03-20  David O'Brien  <obrien@FreeBSD.org>
9322
9323         * sparc-nat.c:  Include sys/param.h where possible.
9324
9325 2002-03-20  Daniel Jacobowitz  <drow@mvista.com>
9326
9327         Fix PR gdb/422.
9328         * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
9329         FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
9330         * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
9331         complex types.
9332         * stabsread.c (rs6000_builtin_type): Likewise.
9333         (read_sun_floating_type): Likewise.
9334
9335 2002-03-19  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
9336
9337         * stabsread.c (read_member_functions): Remove skip code for duplicate
9338         constructor/destructor methods.  Use standard parsing for these
9339         methods and just do not chain them to the list of methods after
9340         parsing.
9341
9342 2002-03-19  Alexandre Oliva  <aoliva@redhat.com>
9343
9344         * coffread.c: Remove redundant static declarations.  Replace
9345         occurrences of `PTR' with `void *'.
9346         * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
9347         * top.h (quit_cover): Likewise.
9348         * defs.h (catch_errors): Likewise.
9349
9350 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
9351
9352         * defs.h (XMALLOC): Define.
9353         * gdb-events.sh (XMALLOC): Delete macro.
9354         * gdb-events.c, gdb-events.h: Regenerate.
9355         * gdbarch.sh (XMALLOC): Delete macro.
9356         * gdbarch.c: Regenerate.
9357         * serial.c (XMALLOC): Delete macro.
9358         * ui-file.c (XMALLOC): Ditto.
9359         * ser-unix.h (XMALLOC): Ditto.
9360         * sh-tdep.c (XMALLOC): Ditto.
9361         * ui-out.c (XMALLOC): Ditto.
9362         * utils.c (XMALLOC): Ditto.
9363         * i386-tdep.c (XMALLOC): Ditto.
9364         * gdb-events.c (XMALLOC): Ditto.
9365         * d10v-tdep.c (XMALLOC): Ditto.
9366         * cli-out.c (XMALLOC): Ditto.
9367
9368         * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
9369         * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
9370         * ui-file.c, ui-out.c: Ditto.
9371
9372 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
9373
9374         * command.h (struct cmd_list_element): Add field context.
9375         (set_cmd_context, get_cmd_context): Declare.
9376         * cli/cli-decode.h: Ditto.
9377         * cli/cli-decode.c (get_cmd_context): New function.
9378         (set_cmd_context): New function.
9379         (add_cmd): Initialize context.
9380         Part of fixing PR gdb/145 and PR gdb/146.
9381
9382 2002-03-17  Andrew Cagney  <ac131313@redhat.com>
9383
9384         * cli/cli-decode.c (cmd_type): New function.
9385         * command.h (cmd_type): Declare.
9386         * infrun.c (set_schedlock_func): Call function cmd_type.
9387         * kod.c (kod_set_os): Call cmd_type.
9388         * cris-tdep.c (cris_version_update): Use function cmd_type.
9389         (cris_mode_update, cris_abi_update): Ditto.
9390
9391         * command.h: (execute_cmd_post_hook): Declare.
9392         (execute_cmd_pre_hook): Declare.
9393         * cli/cli-script.c (clear_hook_in_cleanup): New function.
9394         (execute_cmd_post_hook, execute_cmd_pre_hook): New
9395         functions. Execute pre/post hook while ensuring that afterwords
9396         hook_in is cleared.
9397         * top.c (execute_command): Use execute_cmd_post_hook, and
9398         execute_cmd_pre_hook to execute pre/post commands.
9399         * infrun.c (normal_stop): Pass stop_command and not pre_hook to
9400         hook_stop_stub.
9401         (hook_stop_stub): Call execute_cmd_pre_hook.
9402
9403 2002-03-17  Andrew Cagney  <ac131313@redhat.com>
9404
9405         * kod.c (kod_set_os): Revert previous change.  Is called by ``info
9406         set'' and this leads to a core dump.  Move xstrdup of
9407         operating_system to after check that it is not NULL.
9408
9409 2002-03-17  Andrew Cagney  <ac131313@redhat.com>
9410
9411         * kod.c (kod_set_os): Remove unnecessary check that
9412         ``command->type'' is set_cmd.
9413
9414         * valprint.c (set_input_radix): Use input_radix.
9415         (set_output_radix): Use output_radix.
9416         (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
9417         isn't reverted.
9418
9419 2002-03-16  Andrew Cagney  <ac131313@redhat.com>
9420
9421         * value.h (struct value): Delete field ``substring_addr''.  Change
9422         aligner fields to force_doublest_align, force_longest_align,
9423         force_core_addr_align and force_pointer_aligh.
9424
9425         * value.h (struct value): Fix typo in above change.
9426
9427 2002-03-16  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
9428
9429         * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
9430         to fix internal_error from ``maintenance print architecture''.
9431
9432 2002-03-16  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
9433
9434         * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
9435         for gcc versions after gcc-2.8.1.
9436
9437 2002-03-16  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
9438
9439         * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
9440         for method resolution.  Restore adjustment of ``this'' pointer after
9441         calling value_struct_elt, which was accidentally removed during the
9442         HP merge.
9443
9444 2002-03-15  Andrew Cagney  <ac131313@redhat.com>
9445
9446         * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
9447         value_of_register.
9448         * findvar.c (value_of_register): Add ``frame'' parameter.  Pass to
9449         get_saved_register.
9450         * value.h (value_of_register): Update.
9451
9452 2002-03-14  Richard Henderson  <rth@redhat.com>
9453
9454         * configure.in: Detect declaration for canonicalize_file_name.
9455         * utils.c (canonicalize_file_name): Declare, if needed.
9456         (gdb_realpath): Prefer realpath if available and usable.
9457         * config.in, configure: Rebuild.
9458
9459 2002-03-14  Richard Henderson  <rth@redhat.com>
9460
9461         * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
9462         a constant array bound.
9463
9464         * MAINTAINERS: Add myself to write-after-approval.
9465
9466 2002-03-14  Michael Snyder  <msnyder@redhat.com>
9467
9468         * symfile.c (syms_from_objfile): Return immediately if no syms.
9469         (symbol_file_add): Return immediately if no syms.
9470         (find_sym_fns): Return immediately if no syms.
9471
9472 2002-03-13  Michal Ludvig  <mludvig@suse.cz>
9473
9474         * gdbserver/remote-util.c (remote_open): Print remote-side's
9475         IP address when remote debugging over the network.
9476
9477 2002-03-12  David O'Brien  <obrien@FreeBSD.org>
9478
9479         * config/sparc/fbsd.mh: Fix copyright.
9480         * config/sparc/fbsd.mt: Likewise.
9481
9482 2002-03-11  Richard Earnshaw  <rearnsha@arm.com>
9483
9484         * MAINTAINERS: Fix typo in name of gdb warnings option.
9485         (x86-64): Fix formating so that this can be parsed by awk.
9486
9487 2002-03-10  Daniel Jacobowitz  <drow@mvista.com>
9488
9489         * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
9490         * defs.h: Include "gdb/signals.h".
9491         (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
9492
9493 2002-03-10  Michal Ludvig  <mludvig@suse.cz>
9494
9495         * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
9496         * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
9497         from x86-64-tdep.h
9498
9499 2002-03-10  Daniel Jacobowitz  <drow@mvista.com>
9500             Don Howard <dhoward@redhat.com>
9501
9502         * mips-tdep.c (ST0_FR): Define.
9503         (mips2_fp_compat): New function, temporarily disabled.
9504         (mips_read_fp_register_single): New function.
9505         (mips_read_fp_register_double): New function.
9506         (mips_print_register): Use them.
9507         (do_fp_register_row): Likewise.
9508
9509 2002-03-09  Andrew Cagney  <ac131313@redhat.com>
9510
9511         * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
9512         approval''.
9513
9514 2002-03-08  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
9515
9516         * stabsread.c (read_member_functions): Fix is_stub test for
9517         static member functions, improve comment.
9518
9519 2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
9520
9521         * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
9522         (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
9523         (_initialize_remote_rdi): Use add_set_boolean_cmd to register
9524         commands that set boolean values.
9525         (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
9526         (arm_rdi_resume): Always initialize PC.
9527         (arm_rdi_open): Don't use rslt as a boolean.
9528         (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
9529         (arm_rdi_fetch_registers, arm_rdi_store_registers)
9530         (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
9531         (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
9532
9533 2002-03-06  Alexandre Oliva  <aoliva@redhat.com>
9534
9535         * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
9536         * configure: Rebuilt.
9537
9538 2002-03-06  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9539
9540         * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
9541         (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
9542
9543 2002-03-06  Andrew Cagney  <ac131313@redhat.com>
9544
9545         * cli/cli-decode.c (set_cmd_completer): New function.
9546         * command.h (set_cmd_completer): Declare.
9547         * cli/cli-decode.h (set_cmd_completer): Ditto.
9548
9549         * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
9550         * cli/cli-cmds.c (init_cli_cmds): Ditto.
9551         * win32-nat.c (_initialize_inftarg): Ditto.
9552         * remote-rdi.c (_initialize_remote_rdi): Ditto.
9553         * proc-api.c (_initialize_proc_api): Ditto.
9554         * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
9555         * source.c (_initialize_source): Ditto.
9556         * exec.c (_initialize_exec): Ditto.
9557         * solib.c (_initialize_solib): Ditto.
9558         * top.c (init_main): Ditto.
9559         * tracepoint.c (_initialize_tracepoint): Ditto.
9560         * symfile.c (_initialize_symfile): Ditto.
9561         * printcmd.c (_initialize_printcmd): Ditto.
9562         * infcmd.c (_initialize_infcmd): Ditto.
9563         * corefile.c (_initialize_core): Ditto.
9564
9565 2002-03-05  Andrew Cagney  <ac131313@redhat.com>
9566
9567         * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
9568
9569 2002-03-05  Andrew Cagney  <ac131313@redhat.com>
9570
9571         * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
9572
9573 2002-03-05  Andrew Cagney  <ac131313@redhat.com>
9574
9575         * NEWS: Update headings, 5.2 has branched.
9576
9577 2002-03-04  Daniel Jacobowitz  <drow@mvista.com>
9578
9579         * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
9580         (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
9581         (register_addr, REGISTER_RAW_SIZE): Likewise.
9582         (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
9583         * gdbserver/linux-x86-64-low.c: Remove extra #endif.
9584
9585 2002-03-03  Michal Ludvig <mludvig@suse.cz>
9586
9587         * MAINTAINERS (x86-64): Add myself.
9588         * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
9589         changed value_ptr -> struct value *
9590
9591 2002-03-01  David O'Brien  <obrien@FreeBSD.org>
9592
9593         * configure.host (sparc64-*-freebsd): Add.
9594         * configure.tgt: Likewise.
9595         * config/sparc/fbsd.mh: New file.
9596         * config/sparc/fbsd.mt: Likewise.
9597         * config/sparc/nm-fbsd.h: Likewise.
9598         * config/sparc/tm-fbsd.h: Likewise.
9599
9600 2002-03-01  Daniel Jacobowitz  <drow@mvista.com>
9601
9602         * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
9603         regformats/reg-s390x.dat.
9604
9605 2002-03-01  Andrew Cagney  <ac131313@redhat.com>
9606
9607         * utils.c: Add FIXME explaining true/false problem.
9608
9609 2002-02-28  Andrew Cagney  <ac131313@redhat.com>
9610
9611         * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
9612
9613 2002-02-28  Michael Chastain  <mec@shout.net>
9614
9615         * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
9616
9617 2002-02-28  Daniel Jacobowitz  <drow@mvista.com>
9618
9619         * gdbserver/linux-s390-low.c: New file.
9620         * regformats/reg-s390.dat: New file.
9621         * regformats/reg-s390x.dat: New file.
9622         * gdbserver/configure.srv: Add S/390.
9623         * gdbserver/Makefile.in: Add S/390.
9624         * configure.tgt: Enable gdbserver for S/390.
9625
9626 2002-02-28  Eli Zaretskii  <eliz@is.elta.co.il>
9627
9628         * go32-nat.c (_initialize_go32_nat): Don't use periods in the
9629         first line of the doc string for "info dos", except at the end of
9630         the sentence, since the short help stops at the first period.
9631
9632 2002-02-28  Jason Merrill  <jason@redhat.com>
9633
9634         * dwarf2read.c (dwarf_cfi_name): Add new codes.
9635
9636 2002-02-27  Fred Fish  <fnf@redhat.com>
9637
9638         * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
9639         comment (dumy -> dummy).
9640
9641 2002-02-27  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
9642
9643         * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
9644
9645 2002-02-27  Rodney Brown  <rbrown64@csc.com.au>
9646
9647       * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
9648
9649 2002-02-27  Daniel Jacobowitz  <drow@mvista.com>
9650
9651         * gdbserver/acconfig.h: New file.
9652         * gdbserver/i387-fp.c: New file.
9653         * gdbserver/i387-fp.h: New file.
9654         * gdbserver/linux-x86-64.c: New file.
9655         * regformats/reg-x86-64.dat: New file.
9656         * configure.tgt: Add x86_64-*-linux* gdbserver support.
9657         * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
9658         * gdbserver/configure.in: Add support for regsets.
9659         * gdbserver/config.in: Regenerate.
9660         * gdbserver/configure: Regenerate.
9661         * gdbserver/Makefile.in: Likewise.  Add $(linux_low_h).
9662         * gdbserver/linux-low.h: New file.
9663         * gdbserver/linux-low.c: Include "linux-low.h".  Add support
9664         for regsets.
9665         * gdbserver/linux-arm-low.c: Include "linux-low.h".
9666         * gdbserver/linux-ia64-low.c: Include "linux-low.h".
9667         * gdbserver/linux-m68k-low.c: Include "linux-low.h".
9668         * gdbserver/linux-mips-low.c: Include "linux-low.h".
9669         * gdbserver/linux-ppc-low.c: Include "linux-low.h".
9670         * gdbserver/linux-sh-low.c: Include "linux-low.h".
9671         * gdbserver/linux-i386-low.c: Include "linux-low.h".  Include
9672         "i387-fp.h".  Add PTRACE_GETREGS and friends.
9673         * gdbserver/regcache.c (supply_register): New function.
9674         (supply_register_by_name): New function.
9675         (collect_register): New function.
9676         (collect_register_by_name): New function.
9677
9678 2002-02-27  Daniel Jacobowitz  <drow@mvista.com>
9679
9680         * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
9681         (config.status): Add configure.srv dependency.
9682         (server_h): Add config.h dependency.
9683
9684 2002-02-27  Daniel Jacobowitz  <drow@mvista.com>
9685
9686         * regformats/reg-i386-linux.dat: New file, with $orig_eax.
9687         * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
9688         * gdbserver/configure.srv: Change i386-*-linux* to use
9689         reg-i386-linux.o.
9690
9691 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
9692
9693         * x86-64-tdep.c: Re-indent.  Update copyright date.
9694
9695 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
9696
9697         From Michal Ludvig <mludvig@suse.cz>:
9698         * x86-64-tdep.c (value.h): Delete.
9699         (gdb_assert.h): Include.
9700         (x86_64_register_convert_to_virtual,
9701         x86_64_register_convert_to_raw ): Add check which lets only
9702         floating-point values to be converted.
9703         (value_push): Delete.
9704         (x86_64_push_arguments): Order of arguments pushed on stack fixed.
9705         (i386_gdbarch_init): Number of register_bytes fixed.
9706
9707 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
9708
9709         * MAINTAINERS: Add x86-64 target.
9710
9711 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
9712
9713         * memattr.c (mem_command): Eliminate ``true'' and ``false''.
9714         * osfsolib.c (solib_map_sections): Ditto.
9715         * irix5-nat.c (solib_map_sections): Ditto.
9716         * corelow.c (gdb_check_format): Ditto.
9717         * symfile.c (symfile_bfd_open): Ditto.
9718         * solib.c (solib_map_sections): Ditto.
9719         Fix PR gdb/354.
9720
9721 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
9722
9723         * remote.c (_initialize_remote): By default, disable ``e'' and
9724         ``E'' step out-of-range packets.
9725
9726 2002-02-26  Andreas Schwab  <schwab@suse.de>
9727
9728         * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
9729         m68k_linux_frame_saved_pc.
9730         (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
9731         in_sigtramp.
9732         (SIGCONTEXT_PC_OFFSET): Remove.
9733         * m68klinux-nat.c (m68k_linux_frame_saved_pc,
9734         m68k_linux_sigtramp_saved_pc): New functions.
9735         (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
9736         (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
9737         (UCONTEXT_PC_OFFSET): Define.
9738         (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
9739         non-RT and RT signal trampolines.
9740
9741 2002-02-26  Richard Earnshaw  <rearnsha@arm.com>
9742
9743         * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
9744         (TARGET_NBPG, STACK_END_ADDR): Delete
9745         (VARIABLES_INSIDE_BLOCK): Delete.
9746
9747 2002-02-25  Andrew Cagney  <ac131313@redhat.com>
9748
9749         * utils.c (perror_with_name): Make string parameter constant.
9750         (print_sys_errmsg): Ditto.
9751         (query): Ditto.
9752         * defs.h (perror_with_name): Update.
9753         (print_sys_errmsg): Update.
9754         (query): Update.
9755
9756 2002-02-25  Daniel Jacobowitz  <drow@mvista.com>
9757
9758         From Eliot Dresselhaus <eliot@ayrnetworks.com>:
9759         * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
9760
9761 2002-02-25  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
9762
9763         * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
9764         if it already matches the current architecture from the exec file.
9765         Include arch-utils.h for gdbarch_info_init prototype.
9766         * Makefile.in (rs6000-nat.o): Update dependencies.
9767
9768 2002-02-25  Eli Zaretskii  <eliz@is.elta.co.il>
9769
9770         * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
9771          list of exported variables.
9772
9773 2002-02-24  Daniel Jacobowitz  <drow@mvista.com>
9774
9775         * gdbserver/configure.srv: New file.
9776         * gdbserver/configure.in: Use configure.srv instead
9777         of the host/target makefile fragments.  Set GDBSERVER_DEPFILES
9778         from it.
9779         * gdbserver/configure: Regenerated.
9780         * gdbserver/terminal.h: New file.
9781         * gdbserver/Makefile.in: Update for configure changes.  Remove
9782         more unneeded include paths.
9783
9784 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
9785
9786         From wiz at danbala:
9787         * config/sparc/tm-sp64.h: Fix grammar and typos.
9788         Fix PR gdb/287.
9789
9790 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
9791
9792         * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
9793         with either ``GNU/Linux'' or ``Linux kernel''.  Update copyright.
9794         * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
9795         * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
9796         * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
9797         * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
9798         * s390-tdep.c: Ditto.
9799         * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
9800         * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
9801         * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
9802         * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
9803         * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
9804         * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
9805         * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
9806         * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
9807         * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
9808         * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
9809         Fix PR gdb/378.
9810
9811 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
9812
9813         * lin-thread.c: Delete file.
9814         * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
9815         to gdb_proc_service.h.
9816         * configure: Re-generate.
9817
9818         * ocd.c (ocd_open): Do not try to open the "ocd" device.
9819         * serial.c (serial_open): Delete check for "ocd".
9820         Fix PR gdb/349.
9821
9822         * Makefile.in (linux-thread.o): Delete target.
9823         * linux-thread.c: Delete file.
9824
9825         * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c.  Tweak other
9826         renamed SH files to be consistent.
9827
9828         * symtab.c (sort_search_symbols): Use xfree.
9829
9830 2002-02-23  Richard Earnshaw  <rearnsha@arm.com>
9831
9832         * arm-linux-tdep.c (arm_linux_init_abi): Register
9833         IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
9834         * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
9835         definition with undef, since we don't want the sysvr4 definition.
9836         (SKIP_TRAMPOLINE_CODE): Likewise.
9837
9838 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
9839
9840         From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
9841
9842         * configure.in: (AC_CHECK_FUNCS) Added test for
9843         canonicalize_file_name Regenerated.
9844         * config.in, configure: Regenerated.
9845         * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
9846         defined use canonicalize_file_name.
9847
9848 2002-02-23  Michael Chastain  <mec@shout.net>
9849
9850         * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
9851
9852 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
9853
9854         * README: Remove references to cygnus.com.
9855         * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
9856         dot com'' form.  Remove references to cygnus.com and sourceware.
9857
9858 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
9859
9860         From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
9861         * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
9862         1003.1-2001 no longer allows "head -1".
9863         * gdb/Makefile.in (version.c): Likewise.
9864         * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
9865         * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
9866         equivalent.  POSIX 1003.1-2001 no longer allows "diff -c3".
9867
9868 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
9869
9870         * cli/cli-decode.c (cmd_cfunc_eq): New function.
9871         * command.h (cmd_cfunc_eq): Declare.
9872         * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
9873
9874         * cli/cli-cmds.h (is_complete_command): Change parameter to a
9875         ``struct cmd_list_element *''.
9876         * cli/cli-cmds.c (is_complete_command): Update.  Use
9877         cmd_cfunc_eq.
9878         * top.c (execute_command): Pass the command to
9879         is_complete_command.
9880         * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
9881
9882 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
9883
9884         From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
9885         * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
9886         architecture defines.
9887         * s390-tdep.c (s390_gdbarch_init): Likewise.
9888
9889 2002-02-23  Richard Earnshaw  <rearnsha@arm.com>
9890
9891         * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
9892         (arm_linux_push_arguments): Likewise.
9893         (arm_linux_init_abi): Register them.  Also register linux-specific
9894         call_dummy_words.
9895         (find_minsym_and_objfile): Use strcmp, not STREQ.
9896         * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
9897         (arm_linux_call_dummy_words): Delete declaration.
9898         (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
9899         (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
9900         declarations.
9901         (LOWEST_PC): Delete.
9902
9903 2002-02-23  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
9904
9905         * maint.c (print_section_info): Do not prepend `0x' to filepos
9906         output, it will be handled by local_hex_string_custom.
9907
9908 2002-02-23  Richard Earnshaw  <rearnsha@arm.com>
9909
9910         * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
9911         (store_newfpe_double, store_newfpe_extended, store_fpregister)
9912         (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
9913
9914 2002-02-22  Jim Blandy  <jimb@redhat.com>
9915
9916         Indicate that the bcache functions don't change the strings
9917         they're passed.
9918         * bcache.h (bcache, hash): Add `const' keywords to declarations.
9919         * bcache.c (bcache, hash): Add `const' keywords to definitions.
9920
9921 2002-02-22  Pierre Muller  <muller@ics.u-strasbg.fr>
9922
9923         * win32-nat.c (child_create_inferior): Fix create flags setting bug.
9924
9925 2002-02-21  Christopher Faylor  <cgf@redhat.com>
9926
9927         * win32-nat.c (register_loaded_dll): Just use raw name when we can't
9928         find the complete path to a loaded DLL.
9929
9930 2002-02-21  Fred Fish  <fnf@redhat.com>
9931
9932         * dbxread.c (process_one_symbol): When finding an N_FUN symbol
9933         that marks the end of the range of a function, enter a line number
9934         entry that has a line number of zero and a PC offset that matches
9935         the end of the function.  This starts a range of PC's for which no
9936         line number information is known.
9937         * symtab.c (find_pc_sect_line): If our best fit is in a range of
9938         PC's for which no line number info is found (line number is zero)
9939         then we didn't find any valid line information.
9940         * symtab.h: Document use of zero line number entry.
9941
9942 2002-02-21  Elena Zannoni  <ezannoni@redhat.com>
9943
9944         * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
9945         (have_ptrace_getvrregs): Define for run time checks.
9946         (gdb_vrregset_t): New type for Altivec register handling.
9947         (fetch_register, store_register): Fetch/store altivec register
9948         when needed.
9949         (fetch_altivec_register, store_altivec_register): New functions.
9950         (supply_vrregset, fill_vrregset): New functions.
9951         (fetch_altivec_registers, store_altivec_registers): New functions.
9952         (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
9953         registers as well.
9954
9955 2002-02-21  Jiri Smid  <smid@suse.cz>
9956
9957         * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
9958
9959 2002-02-21  Richard Earnshaw  <rearnsha@arm.com>
9960
9961         * Makefile.in (armnbsd-nat.o): Update dependencies.
9962         * armnbsd-nat.c (supply_gregset): New function.  Common code to
9963         supply the integer register set.
9964         (supply_fparegset): New function.  Similar for FPA registers.
9965         (fetch_regs, fetch_fp_regs): Use them.
9966         (fetch_core_registers): Likewise.
9967         (fetch_elfcore_registers): New function.
9968         (arm_netbsd_elfcore_fns): New core-file type specification.
9969         (_initialize_arm_netbsd_nat): Register it.
9970
9971 2002-02-21  Richard Earnshaw  <rearnsha@arm.com>
9972
9973         * armnbsd-nat.c: Include gdbcore.h.
9974         (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
9975         (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
9976         'void' to declaration, to shut up ARI.
9977         (fetch_core_registers): Make static.  Rewrite using supply_register.
9978         (arm_netbsd_core_fns): New core-file type specification.
9979         (_initialize_arm_netbsd_nat): New function.
9980
9981 2002-02-21  Christopher Faylor  <cgf@redhat.com>
9982
9983         * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
9984         value.
9985
9986 2002-02-20  Christopher Faylor  <cgf@redhat.com>
9987
9988         * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
9989         fails.
9990
9991 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
9992
9993         * jv-exp.y (parse_number): Change type of implicit longs
9994         to builtin_type_uint64.
9995
9996 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
9997
9998         * gdbserver/linux-low.c (mywait): Change argument to waitpid
9999         to be an integer instead of a `union wait'.
10000
10001 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
10002
10003         * mips-linux-nat.c: Call the operating system GNU/Linux.
10004         * mips-linux-tdep.c: Likewise.
10005         * mips-tdep.c: Likewise.
10006
10007 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
10008
10009         Fix PR gdb/265.
10010         * jv-exp.y (parse_number): Handle 64-bit integers.
10011
10012 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
10013
10014         * gdbserver/configure.in: Remove AM_PROC_CC_STDC.  Change
10015         AC_STDC_HEADERS to AC_HEADER_STDC.
10016         * gdbserver/configure: Regenerated.
10017
10018 2002-02-20  Richard Earnshaw  <rearnsha@arm.com>
10019
10020         * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
10021         is defined.
10022         * sparc-tdep.c (get_longjmp_target): Likewise.
10023
10024 2002-02-20  Richard Earnshaw  <rearnsha@arm.com>
10025
10026         * News: Add news about ARM and Multi-arch.  Mention the new target
10027         arm*-*-netbsd*.
10028
10029 2002-02-19  Jim Blandy  <jimb@redhat.com>
10030
10031         * stabsread.c (error_type_complaint): Improve error message.
10032
10033 2002-02-19  Daniel Jacobowitz  <drow@mvista.com>
10034
10035         * gdbserver/README: Update documentation.
10036         * gdbserver/configure.in: Update configury to match documentation.
10037         * gdbserver/Makefile.in: Likewise.
10038         * gdbserver/configure: Regenerated.
10039         * gdbserver/aclocal.m4: New file, generated by aclocal.
10040         * gdbserver/config.in: New file, generated by autoheader.
10041
10042 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
10043
10044         * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
10045         armnbsd-nat.c.
10046
10047 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
10048
10049         * arm-tdep.h (enum arm_float_model): New enum.
10050         (struct gdbarch_tdep): Add fp_model.
10051         * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep.  Defer setting
10052         up floating-point conversions until we know the floating-point model
10053         in use by the inferior.  Don't complain about being unable to
10054         determine the ABI of the inferior when we don't have one.
10055         (arm_extract_return_value): Support different floating-point models.
10056         (arm_store_return_value): Likewise.
10057         * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
10058         ARM_FLOAT_SOFT.
10059         (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
10060
10061 2002-02-19  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
10062
10063         * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
10064         of ``current_gdbarch''.
10065
10066 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
10067
10068         * armnbsd-nat.c : ANSIfy all function declarations.
10069         (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
10070         (fetch_inferior_registers): Re-implement in terms of above.
10071         (store_register, store_regs, store_fp_register, store_fp_regs): New.
10072         (store_inferior_registers): Re-implement in terms of above.
10073
10074 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
10075
10076         * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
10077         kernel.
10078         * arm-linux-tdep.c: Likewise.
10079         * config/arm/tm-linux.h: Likewise.
10080
10081 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
10082
10083         * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
10084         * config/arm/nbsd.mt (TM_FILE): Delete.
10085         * config/arm/tm-nbsd.h: Delete.
10086
10087 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
10088
10089         * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
10090         Initialize CALL_DUMMY_LENGTH.
10091
10092 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
10093
10094         * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
10095         function.
10096         (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
10097         * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
10098         defines one thing and that is incorrect for this port.
10099         (IN_SOLIB_CALL_TRAMPOLINE): Delete.
10100
10101 2002-02-18  Pierre Muller  <muller@ics.u-strasbg.fr>
10102
10103         * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
10104
10105 2002-02-18  Pierre Muller  <muller@ics.u-strasbg.fr>
10106
10107         * win32-nat.c (display_selector): New function. Displays information
10108         about the information returned by GetThreadSelectorEntry API function.
10109         (display_selectors): New function. Displays the infomation of
10110         the selector given as argument, or of CS, DS ans FS selectors
10111         if no argument is given.
10112         ( _initialize_inftarg): Add "w32" as info prefix command.
10113         Add "info w32 selector" as command calling display_selectors.
10114
10115 2002-02-19  Pierre Muller  <muller@ics.u-strasbg.fr>
10116
10117         * i386-tdep.c (get_longjmp_target): Fix compilation failure
10118         by setting dummy values to JB_PC and JB_ELEMENT_SIZE
10119         if not defined.
10120
10121 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
10122
10123         * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
10124
10125 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
10126
10127         * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
10128         (arm_fix_call_dummy): Call it.
10129         (arm_call_dummy_breakpoint_offset): Delete.
10130         (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
10131         * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
10132
10133 2002-02-18  Andrew Cagney  <ac131313@redhat.com>
10134
10135         * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
10136         Default to func_frame_chain_valid.
10137         * gdbarch.h, gdbarch.c: Re-generate.
10138         * frame.h (FRAME_CHAIN_VALID): Delete definition.
10139
10140 2002-02-18  Elena Zannoni  <ezannoni@redhat.com>
10141
10142         * ppc-linux-nat.c: Update copyright.
10143         (fetch_register, store_register): Add tid parameter, don't compute
10144         tid here.
10145         (fetch_ppc_registers, store_ppc_registers): Add tid
10146         parameter. Pass it along to callees.
10147         (fetch_inferior_registers, store_inferior_registers): Compute tid
10148         here, and pass it to calleed functions.
10149         (fill_gregset, supply_fpregset): Clean up formatting.
10150
10151 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
10152
10153         * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
10154         * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
10155
10156 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
10157
10158         * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
10159         * gdbarch.c gdbarch.h: Regenerate.
10160         * breakpoint.c (create_longjmp_breakpoint): Always compile this
10161         function.
10162         (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
10163         * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
10164         (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
10165
10166         * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
10167         * arm-tdep.c (arm_get_longjmp_target): New function.
10168         (arm_gdbarch_init): Initialize jb_pc to -1.  If ABI handler changes
10169         this to a positive value register arm_get_longjmp_target as the
10170         longjmp handler.
10171         * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
10172         (arm_linux_init_abi): Set up longjmp description in tdep.
10173         * armnbsd-nat.c (get_longjmp_target): Delete.
10174         * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
10175         description in tdep.
10176         * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
10177         (get_longjmp_target): Delete declaration.
10178         (GET_LONGJMP_TARGET): Delete.
10179         * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
10180         (GET_LONGJMP_TARGET): Delete.
10181
10182 2002-02-17  Kevin Buettner  <kevinb@redhat.com>
10183
10184         From Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>:
10185         * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
10186         of ``current_gdbarch''.
10187
10188 2002-02-17  Tom Tromey  <tromey@redhat.com>
10189
10190         * cli/cli-cmds.c (compare_strings): New function.
10191         (complete_command): Only print each unique item once.
10192         * completer.h (complete_line): Declare.
10193         * completer.c (complete_line): New function.
10194         (line_completion_function): Use it.
10195
10196 2002-02-16  Andrew Cagney  <ac131313@redhat.com>
10197
10198         * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
10199         * gdbarch.h, gdbarch.c: Re-generate.
10200
10201 2002-02-16  Daniel Jacobowitz  <drow@mvista.com>
10202
10203         * valarith.c (value_x_unop): Fix decrement; support post-decrement.
10204
10205 2002-02-16  Daniel Jacobowitz  <drow@mvista.com>
10206
10207         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
10208         * valops.c (value_arg_coerce): Don't take the address of a reference
10209         to convert an argument to a reference.
10210
10211 2002-02-15  Christopher Faylor  <cgf@redhat.com>
10212
10213         * win32-nat.c (get_image_name): New function.
10214         (handle_load_dll): Use get_image_name function.
10215         (get_child_debug_event): Avoid registering debug events until possibly
10216         execed process is started.
10217         (child_create_inferior): Allow invocation via shell so that command
10218         line redirection, etc.  works ok.
10219         (_initialize_inftarg): Add new command: "set shell" to control whether
10220         a shell is used to start a process.
10221
10222 2002-02-15  Daniel Jacobowitz  <drow@mvista.com>
10223
10224         * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
10225         instead of find_register_by_number.
10226         (cannot_store_register): Likewise.
10227
10228 2002-02-14  Pierre Muller  <muller@ics.u-strasbg.fr>
10229
10230         * dwarf2read.c: Replace fprintf (stderr, ...) by
10231         fprintf_unfiltered (gdb_stderr, ...).
10232
10233 2002-02-15  Daniel Jacobowitz  <drow@mvista.com>
10234
10235         * gdbserver/gdbserver.1: Document --attach.
10236
10237 2002-02-15  Richard Earnshaw  <rearnsha@arm.com>
10238
10239         * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
10240         descriptions.
10241         * arm-tdep.c (arm_default_arm_le_breakpoint)
10242         (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
10243         (arm_default_thumb_be_breakpoint): New.  Initialize them from
10244         traditional breakpoint defines.
10245         (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
10246         (arm_gdbarch_init): Initialize new breakpoint variables.
10247         * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
10248         (arm_linux_init_abi): Initialize linux-specific breakpoint.
10249         * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
10250         (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
10251         code out to ...
10252         (arm_netbsd_init_abi_common): ... here; new function.
10253         * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
10254         (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
10255         * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
10256         * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
10257
10258 2002-02-15  Richard Earnshaw  <rearnsha@arm.com>
10259
10260         * arm-tdep.h (enum arm_abi): New enum.
10261         (struct gdbarch_tdep): New structure.
10262         (LOWEST_PC): Provide a default.
10263         (arm_gdbarch_register_os_abi): Declare new function.
10264         * arm-tdep.c (arm_abi_names): New array.
10265         (process_note_abi_tag_sections): New function.
10266         (get_elfosabi): New function.
10267         (arm_gdbarch_register_os_abi): New function.
10268         (arm_gdbarch_init): Try to determine the ABI of the inferior.  If
10269         support for that ABI has been built in, then call the appropriate
10270         configuration routine.  Use gdbarch_num_regs() to get the number
10271         of registers.
10272         (arm_dump_tdep): New function.
10273         (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
10274         place-holder functions.
10275         (_initialize_arm_tdep): Register them.
10276         * config/arm/tm-arm.h (LOWEST_PC): Delete.
10277
10278         * armnbsd-tdep.c: New file.
10279         * Makefile.in (armnbsd-tdep.o): Add dependencies.
10280         * config/arm/nbsd.mt (TDEPFILES): Add it.
10281         * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
10282
10283         * armnbsd-nat.c: Include regcache.h.
10284         * Makefile.in (armnbsd-nat.o): Update dependency list.
10285
10286         * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
10287
10288 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
10289
10290         * gdbserver/Makefile.in: Fix typos in target rules.
10291
10292 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
10293
10294         Fix part of PR gdb/267.
10295         * linespec.c (find_methods): Handle constructors specially for now.
10296
10297 2002-02-14  Corinna Vinschen  <vinschen@redhat.com>
10298
10299         * arm-tdep.c (arm_push_arguments): Eliminate special float type
10300         handling.
10301         * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
10302         standard_coerce_float_to_double().
10303
10304 2002-02-14  Christopher Faylor  <cgf@redhat.com>
10305
10306         * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
10307         GDBINIT_FILENAME.
10308
10309 2002-02-14  Elena Zannoni  <ezannoni@redhat.com>
10310
10311         * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
10312         find_variant_by_name, because it confuses the multiarch
10313         framework. Return NULL if there isn't an architecture with the
10314         user supplied name, instead of forcing a different one without
10315         recording the change with the multiarch machinery.
10316         (find_variant_by_name): Delete.
10317
10318 2002-02-14  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
10319
10320         * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
10321         i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
10322
10323 2002-02-13  Martin M. Hunt  <hunt@redhat.com>
10324
10325         * stack.c (print_frame_info_base): When calling
10326         print_frame_info_listing_hook, set current_source_symtab.
10327
10328 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
10329
10330         * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
10331         and remove unused $(INCLUDE_DIR).
10332         Add regcache.c to OBS.
10333         Add generated register protocol files to clean target.
10334         Update dependencies for new objects, obsolete old target code.
10335
10336         * gdbserver/linux-low.c: Remove all platform-specific code to
10337         new files.  Remove various dead code.  Update to use regcache
10338         functionality.
10339         * gdbserver/remote-utils.c (fromhex): Add return statement
10340         to quiet warning.
10341         (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
10342         constant.
10343         (input_interrupt): Add integer parameter to match prototype
10344         of a signal handler.
10345         (outreg): Use register_data ().
10346         (prepare_resume_reply): Use gdbserver_expedite_regs.
10347         * gdbserver/server.c (main): Dynamically allocate own_buf because
10348         PBUFSIZ is no longer constant.  Use registers_to_string () and
10349         registers_from_string ().
10350         * gdbserver/server.h: No longer include "defs.h".  Add prototypes
10351         for error (), fatal (), and warning ().  Update definition of
10352         PBUFSIZ to use regcache functionality.  Add include guard.
10353         * gdbserver/utils.c (fatal): Add missing ``const''.
10354         (warning): New function.
10355
10356         * regformats/regdat.sh: Include "regcache.h" in generated files.
10357         Provide init_registers () function.
10358         * regformats/regdef.h: Add prototype for set_register_cache ().
10359         Add include guard.
10360
10361         * gdbserver/linux-arm-low.c: New file.
10362         * gdbserver/linux-i386-low.c: New file.
10363         * gdbserver/linux-ia64-low.c: New file.
10364         * gdbserver/linux-m68k-low.c: New file.
10365         * gdbserver/linux-mips-low.c: New file.
10366         * gdbserver/linux-ppc-low.c: New file.
10367         * gdbserver/linux-sh-low.c: New file.
10368
10369         * gdbserver/regcache.c: New file.
10370         * gdbserver/regcache.h: New file.
10371
10372         * gdbserver/low-linux.c: Removed obsolete file.
10373
10374 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
10375
10376         * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
10377         * config/i386/linux.mt: Likewise.
10378         * config/ia64/linux.mt: Likewise.
10379         * config/m68k/linux.mh: Likewise.
10380         * config/powerpc/linux.mh: Likewise.
10381         * config/mips/linux.mt: Likewise.
10382
10383         * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
10384
10385         * config/i386/i386lynx.mh: Mark gdbserver variables
10386         as (currently) obsolete for this target.
10387         * config/i386/nbsd.mt: Likewise.
10388         * config/i386/nbsdelf.mt: Likewise.
10389         * config/m32r/m32r.mt: Likewise.
10390         * config/m68k/m68klynx.mh: Likewise.
10391         * config/m68k/nbsd.mt: Likewise.
10392         * config/m68k/sun3os4.mh: Likewise.
10393         * config/mips/vr5000.mt: Likewise.
10394         * config/ns32k/nbsd.mt: Likewise.
10395         * config/pa/hppabsd.mh: Likewise.
10396         * config/pa/hppaosf.mh: Likewise.
10397         * config/powerpc/nbsd.mt: Likewise.
10398         * config/rs6000/rs6000lynx.mh: Likewise.
10399         * config/s390/s390.mt: Likewise.
10400         * config/s390/s390x.mt: Likewise.
10401         * config/sparc/sparclynx.mh: Likewise.
10402         * config/sparc/sun4os4.mh: Likewise.
10403         * config/i386/x86-64linux.mt: Likewise.
10404         * config/sparc/linux.mh: Likewise.
10405
10406 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
10407
10408         * configure.tgt: Configure gdbserver only for known working
10409         targets.  Set ${build_gdbserver} instead of modifying ${configdirs}.
10410         * configure.in: Check ${build_gdbserver}.  Put gdbserver/ into
10411         SUBDIRS if it is configured.  Update comment for ${nativefile}.
10412         * configure: Regenerated.
10413
10414 2002-02-13  Michael Snyder  <msnyder@redhat.com>
10415
10416         * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
10417
10418         * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
10419         (default_gcore_mach): Just return 0, work around a problem in bfd.
10420         (default_gcore_target): OK to return NULL if exec_bfd is null.
10421         (make_mem_sec): Use a cast, avoid a warning.
10422
10423         * procfs.c (find_memory_regions_callback): Use a cast instead of
10424         calling host_pointer_to_address (which complains if
10425         sizeof (host pointer) != sizeof (target pointer)).
10426         (procfs_make_note_section): Avoid overflow in psargs string.
10427
10428         * procfs.c (procfs_make_note_section): Make the default
10429         implementation return an error.
10430
10431 2002-02-13  Rodney Brown  <rbrown64@csc.com.au>
10432
10433         * procfs.c (procfs_make_note_section): Provide a default definition
10434         (for alpha-dec-osf4.0f). Fix typos.
10435
10436 2002-02-13  Elena Zannoni  <ezannoni@redhat.com>
10437
10438         * linux-proc.c: Add include of regcache.h.
10439         * Makefile.in (linux-proc.o): Add dependency on regcache.h.
10440
10441 2002-02-13  Andrew Cagney  <ac131313@redhat.com>
10442
10443         From 2002-01-18 Greg McGary <greg@mcgary.org>:
10444         * memattr.c (create_mem_region): Disallow useless empty region.
10445         Regions are half-open intervals, so allow [A..B) [B..C) as
10446         non-overlapping.
10447
10448 2002-02-13  Michael Chastain <mec@shout.net>
10449
10450         * defs.h: Kill CONST_PTR.
10451         * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
10452         * c-lang.c (c_builtin_types): Likewise.
10453         * ch-lang.c (ch_builtin_types): Likewise.
10454         * f-lang.c (f_builtin_types): Likewise.
10455         * language.c (unknown_builtin_types): Likewise.
10456         * m2-lang.c (m2_builtin_types): Likewise.
10457         * p-lang.c (pascal_builtin_types): Likewise.
10458         * scm-lang.c (c_builtin_types): Likewise.
10459
10460 2002-02-13  Keith Seitz  <keiths@redhat.com>
10461
10462         * arm-tdep.h (arm_get_next_pc): Add declaration.
10463
10464 2002-02-13  Richard Earnshaw  <rearnsha@arm.com>
10465
10466         * arm-tdep.c (arm_use_struct_convention): Make static.  Move to be
10467         with other related struct-returning functions.
10468         (arm_extract_struct_value_address): New function.
10469         (arm_gdbarch_init): Initialize the above in multi-arch vector.  Also
10470         initialize float_format, double_format and long_double_format as
10471         appropriate to the endianness of the target.
10472         * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
10473         (arm_use_struct_convention): Delete declaration.
10474         (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
10475
10476 2002-02-13  Keith Seitz  <keiths@redhat.com>
10477
10478         * defs.h (core_addr_to_string_nz): New function.
10479
10480 2002-02-13  Mark Kettenis  <kettenis@gnu.org>
10481
10482         Apply missing bits of 2002-01-15 patch.
10483         * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
10484         (fill_fpregset): Use i387_fill_fsave.
10485
10486 2002-02-12  Keith Seitz  <keiths@redhat.com>
10487
10488         * utils.c (core_addr_to_string): Use phex instead of phex_nz.
10489         (core_addr_to_string_nz): New function.
10490
10491 2002-02-11  Richard Earnshaw  <rearnsha@arm.com>
10492
10493         * arm-linux-nat.c: Really include arm-tdep.h.
10494         * config/arm/tm-linux.h (struct type, struct value): Declare.
10495
10496 2002-02-11  Michael Snyder  <msnyder@redhat.com>
10497
10498         * procfs.c: Include elf-bfd.h (for elfcore_write functions).
10499         (gcore section): Ifdef for Solaris and Unixware only.
10500         (procfs_do_thread_registers): Unixware needs one lwpstatus
10501         per thread (not one prstatus or pstatus).
10502         (procfs_make_note_section): Iterate only over kernel threads (lwps),
10503         not over all gdb threads.  For unixware, call elfcore_write_pstatus
10504         once before iterating over threads.
10505
10506 2002-02-11  Richard Earnshaw  <rearnsha@arm.com>
10507
10508         * arm-tdep.h: New file.
10509         * arm-tdep.c: Include arm-tdep.h.
10510         (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
10511         (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
10512         (arm_print_float_info, arm_register_type, convert_to_extended)
10513         (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
10514         (arm_extract_return_value, arm_register_name): Make static.
10515         (arm_software_single_step): Similarly.  Fix types in declaration.
10516         (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
10517         (arm_store_return_value, arm_store_struct_return): New functions.
10518         (arm_gdbarch_init): Register the above functions.  Also register
10519         call_dummy_start_offset, sizeof_call_dummy_words,
10520         function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
10521         sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
10522         max_register_virtual_size, register_size.  Set up
10523         prologue_cache.saved_regs here, rather than ...
10524         (_initialize_arm_tdep): ... here.
10525         * config/arm/tm-arm.h (struct type, struct value): Delete forward
10526         declarations.
10527         (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
10528         (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
10529         (arm_print_float_info, arm_register_type, convert_to_extended)
10530         (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
10531         (arm_extract_return_value, arm_register_name): Delete declarations.
10532         (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
10533         (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
10534         (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
10535         (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
10536         (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
10537         (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
10538         (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
10539         (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
10540         (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
10541         (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
10542         (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
10543         (arm_get_next_pc): No-longer static -- these are needed by the RDI
10544         interface.
10545         * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
10546         * remote-rdi.c remote-rdp.c: Likewise.
10547         * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
10548         (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
10549         * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
10550         definition.
10551
10552         * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
10553         (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
10554         (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
10555         from non-ARM_ prefixed definitions.
10556         * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
10557         all uses of above.
10558         * remote-rdi.c remote-rdp.c: Likewise.
10559         * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
10560
10561 2002-02-11  Richard Earnshaw  <rearnsha@arm.com>
10562
10563         * arm-tdep.c (arm_frameless_function_invocation)
10564         (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
10565         (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
10566         (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
10567         (arm_pop_frame, arm_get_next_pc): Make static.
10568         (arm_gdbarch_init): Register above in gdbarch structure.
10569         (arm_read_fp): Renamed from arm_target_read_fp.
10570         (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
10571         * config/arm/tm-arm.h (arm_frameless_function_invocation)
10572         (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
10573         (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
10574         (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
10575         (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
10576         (arm_pc_is_thumb_dummy): Delete declarations.
10577         (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
10578         (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
10579         (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
10580         (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
10581
10582 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
10583
10584         * symtab.c (compare_search_syms): New function.
10585         (sort_search_symbols): New function.
10586         (search_symbols): Sort symbols after searching rather than
10587         before.
10588
10589 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
10590
10591         * NEWS: Linux -> GNU/Linux.
10592
10593 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
10594
10595         * gdbarch.sh: For for level one methods, disallow a definition
10596         when partially multi-arched.  Add comments explaining rationale.
10597         * gdbarch.h: Re-generate.
10598
10599 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
10600
10601         * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
10602         multi-arch partial.
10603
10604 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
10605
10606         * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL.  Exit on bad
10607         field.  Use diff -u.
10608         * gdbarch.c: Re-generate.
10609
10610 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
10611
10612         * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
10613         * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
10614         partial.
10615
10616 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
10617
10618         * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
10619         multi-arch partial.
10620         (PUSH_ARGUMENTS): Switch to using predefault.
10621         * gdbarch.c: Regenerate.
10622
10623 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
10624
10625         * valops.c (PUSH_ARGUMENTS): Delete definition.
10626         * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
10627         partial.  Default to default_push_arguments.
10628         * gdbarch.h, gdbarch.c: Regenerate.
10629
10630 2002-02-09  Andrew Cagney  <ac131313@redhat.com>
10631
10632         * defs.h (throw_exception): Rename return_to_top_level.  Update
10633         comments.
10634         * utils.c (error_stream, internal_verror, quit): Ditto.
10635         * top.c (throw_exception, catcher): Ditto.
10636         * sparclet-rom.c (sparclet_load): Ditto.
10637         * remote.c (interrupt_query, minitelnet): Ditto.
10638         * remote-sds.c (interrupt_query): Ditto.
10639         * remote-mips.c (mips_error, mips_kill): Ditto.
10640         * ocd.c (interrupt_query): Ditto.
10641         * monitor.c (monitor_interrupt_query): Ditto.
10642         * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
10643         * target.h: Update comment.
10644
10645         * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
10646
10647 2002-02-09  Andrew Cagney  <ac131313@redhat.com>
10648
10649         * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
10650         default_double_format.
10651         * gdbarch.h, gdbarch.c: Re-generate.
10652         * findvar.c (floatformat_unknown): Delete variable definition.
10653         * doublest.h (floatformat_unknown): Delete variable declaration.
10654
10655 2002-02-09  Jim Blandy  <jimb@redhat.com>
10656
10657         * stabsread.c (read_type): Add code to parse Sun's syntax for
10658         prototyped function types.
10659
10660 2002-02-09  Andrew Cagney  <ac131313@redhat.com>
10661
10662         * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
10663         (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
10664
10665 2002-02-09  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
10666
10667         * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
10668         _initialize_solib.  Fixes name clash with solib.c:_initialize_solib,
10669         now _initialize_xcoffsolib gets called again and overrides the
10670         commands from solib.c in a native configuration.
10671
10672 2002-02-09  Mark Kettenis  <kettenis@gnu.org>
10673
10674         * doublest.c (store_typed_floating): Don't try to return a value.
10675         Fixes PR gdb/290.
10676
10677 2002-02-08  Jim Blandy  <jimb@redhat.com>
10678
10679         * c-typeprint.c (c_type_print_varspec_suffix): If a function type
10680         is prototyped and has no arguments, print its argument list as
10681         `(void)'.
10682
10683 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
10684
10685         * MAINTAINERS (write-after-approval): Add myself.
10686         (paper-trail): I've escaped!
10687
10688 2002-02-08  Christopher Faylor  <cgf@redhat.com>
10689
10690         * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
10691         changes.
10692         (_initialize_check_for_gdb_ini): Ditto.
10693
10694 2002-02-08  Martin M. Hunt  <hunt@redhat.com>
10695
10696         * win32-nat.c (cygwin_pid_to_str): Fix typo.
10697         xaprintf -> xasprintf.
10698
10699 2002-02-08  Pierre Muller  <muller@ics.u-strasbg.fr>
10700
10701         * win32-nat.c: Remove use of printf and sprintf functions.
10702
10703 2002-02-08  Richard Earnshaw  <rearnsha@arm.com>
10704
10705         * arm-tdep.c (arm_frame_chain_valid): Make static.
10706         (arm_push_arguments): Likewise.
10707         (arm_gdbarch_init): New function.
10708         (_initialize_arm_tdep): Call it.
10709         * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
10710         (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
10711         (FRAME_CHAIN_VALID): Delete.
10712         (arm_frame_chain_valid): Delete declaration.
10713         (PUSH_ARGUMENTS): Delete.
10714         (arm_push_arguments): Delete declaration.
10715         (CALL_DUMMY_P): Delete.
10716
10717 2002-02-08  Andrew Cagney  <ac131313@redhat.com>
10718             Corinna Vinschen  <vinschen@redhat.com>
10719
10720         * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
10721         on builtin float types.
10722
10723 2002-02-08  Daniel Jacobowitz  <drow@mvista.com>
10724
10725         * utils.c: Include <curses.h> before "bfd.h".
10726         * tui/tui-hooks.c: Likewise.
10727         * tui/tui.c: Likewise.
10728         * tui/tuiCommand.c: Likewise.
10729         * tui/tuiData.c: Likewise.
10730         * tui/tuiDataWin.c: Likewise.
10731         * tui/tuiDisassem.c: Likewise.
10732         * tui/tuiGeneralWin.c: Likewise.
10733         * tui/tuiIO.c: Likewise.
10734         * tui/tuiLayout.c: Likewise.
10735         * tui/tuiRegs.c: Likewise.
10736         * tui/tuiSource.c: Likewise.
10737         * tui/tuiSourceWin.c: Likewise.
10738         * tui/tuiStack.c: Likewise.
10739         * tui/tuiWin.c: Likewise.
10740
10741 2002-02-07  Elena Zannoni  <ezannoni@redhat.com>
10742
10743         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
10744         to include space for pseudoregs as well. Update loops accordingly.
10745         (sh_fp_frame_init_saved_regs): Ditto.
10746         (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
10747
10748 2002-02-07  Andrew Cagney  <ac131313@redhat.com>
10749
10750         * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
10751         Add Richard Earnshaw to Arm maintainers.
10752
10753 2002-02-07  Andrew Cagney  <ac131313@redhat.com>
10754
10755         * defs.h (warning_begin): Delete declaration.
10756
10757         * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
10758         Delete macro.
10759
10760 2002-02-07  Michael Snyder  <msnyder@redhat.com>
10761
10762         * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
10763         Logic bug, remove misplaced else.
10764
10765 2002-02-07  Klee Dienes  <klee@apple.com>
10766
10767         * fork-inferior.c (fork_inferior): Add '!' to the list of
10768         characters that need to be quoted when building a string for the
10769         shell.  Quote '!' specifically with a backslash, since CSH chokes
10770         when trying to evaluate "str!str".
10771
10772 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
10773
10774         * rdi-share/host.h: Only provide a typedef for bool if it is not
10775         defined.
10776
10777 2002-02-04  Michael Snyder  <msnyder@redhat.com>
10778
10779         * breakpoint.h (enum bptype): Add new overlay event bp type.
10780         (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
10781
10782         * breakpoint.c (create_internal_breakpoint): New function.
10783         (internal_breakpoint_number): Moved into create_internal_breakpoint.
10784         (create_longjmp_breakpoint): Use create_internal_breakpoint.
10785         (create_thread_event_breakpoint): Ditto.
10786         (create_solib_event_breakpoint): Ditto.
10787         (create_overlay_event_breakpoint): New function.
10788         (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
10789         (update_breakpoints_after_exec): Delete and re-initialize
10790         overlay event breakpoints after an exec.  Add FIXME comment
10791         about longjmp breakpoint.
10792         (print_it_typical): Ignore overlay event breakpoints.
10793         (print_one_breakpoint): Ditto.
10794         (mention): Ditto.
10795         (bpstat_what): Do not stop for overlay event breakpoints.
10796         (delete_breakpoint): Don't delete overlay event breakpoints.
10797         (breakpoint_re_set_one): Delete the overlay event breakpoint.
10798         (breakpoint_re_set): Re-create overlay event breakpoint.
10799
10800         * symfile.c (overlay_auto_command): Enable overlay breakpoints.
10801         (overlay_manual_command): Disable overlay breakpoints.
10802         (overlay_off_command): Disable overlay breakpoints.
10803
10804 2002-02-06  Richard Earnshaw  <rearnsha@arm.com>
10805
10806         * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
10807         (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
10808         to here from config/tm-arm.h.
10809         (coff_sym_is_thumb): Make static.
10810         (arm_elf_make_msymbol_special): New function.
10811         (arm_coff_make_msymbol_special): New function.
10812         * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
10813         (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
10814         (coff_sym_is_thumb): Delete declaration.
10815         (arm_elf_make_msymbol_special): Declare.
10816         (arm_coff_make_msymbol_special): Declare.
10817         (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
10818         (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
10819
10820 2002-02-06  Richard Earnshaw  <rearnsha@arm.com>
10821
10822         * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
10823
10824 2002-02-06  Richard Earnshaw  <rearnsha@arm.com>
10825
10826         * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
10827         * gdbarch.c gdbarch.h: Regenerate.
10828         * arch-utils.c (default_print_float_info): New function.
10829         * arch-utils.h (default_print_float_info): Prototype it.
10830         * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
10831         * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
10832         (PRINT_FLOAT_INFO): Document it.
10833
10834         * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
10835         * config/arm/tm-arm.h (FLOAT_INFO): Delete.
10836         (PRINT_FLOAT_INFO): Define.
10837
10838 2002-02-06  Pierre Muller  <muller@ics.u-strasbg.fr>
10839
10840         * win32-nat.c (_initialize_check_for_gdb_ini):
10841         Add typecast to sprintf argument to suppress a warning.
10842
10843 2002-02-05  Pierre Muller  <muller@ics.u-strasbg.fr>
10844
10845         * win32-nat.c (last_sig): Changed type of variable to target_signal,
10846         to allow easier handling of pass state.
10847         (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
10848         that gives exception name and address.
10849         (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
10850         and set last_sig value to ourstatus->value.sig. Some missing
10851         exceptions added.
10852         (child_continue): Correctly report continue_status.
10853         (get_child_debug_event,do_initial_child_stuff): Set last_sig to
10854         TARGET_SIGNAL_0 (new default value).
10855         (child_resume): consider sig argument passed to decide if
10856         the exception should be passed to debuggee or not.
10857
10858 2002-02-05  Michael Snyder  <msnyder@redhat.com>
10859
10860         * regcache.c (fetch_register): Call target_fetch_register
10861         only if we don't call FETCH_PSEUDO_REGISTER.
10862         (store_register): Call target_store_register only if we
10863         don't call STORE_PSEUDO_REGISTER.
10864
10865 2002-02-05  Elena Zannoni  <ezannoni@redhat.com>
10866
10867         * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
10868         ELF_MAKE_MSYMBOL_SPECIAL.
10869         * gdbarch.c, gdbarch.h: Regenerate.
10870         * arch-utils.c (default_make_msymbol_special): New function.
10871         * arch-utils.h (default_make_msymbol_special): Export.
10872         * elfread.c (elf_symtab_read): Compile use of
10873         ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
10874         multiarched.
10875         * coffread.c (coff_symtab_read): Ditto, for
10876         COFF_MAKE_MSYMBOL_SPECIAL.
10877
10878 2002-02-05  Jim Blandy  <jimb@redhat.com>
10879
10880         * solib-svr4.c (svr4_truncate_ptr): New function.
10881         (svr4_relocate_section_addresses): Do the address arithmetic with
10882         the appropriate truncation for target addresses, even when
10883         CORE_ADDR is larger than a target address.
10884
10885 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
10886
10887         * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
10888         to (int *).
10889
10890 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
10891
10892         * gdbserver/linux-low.c (kill_inferior): Remove commented out
10893         code.
10894
10895 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
10896
10897         * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
10898
10899 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
10900
10901         * gdbserver/linux-low.c: Remove unused include files.
10902
10903 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
10904
10905         * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
10906         (read_inferior_memory): Use it.
10907         (write_inferior_memory): Likewise.
10908
10909 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
10910
10911         * gdbserver/linux-low.c (create_inferior): Call strerror instead of
10912         grubbing through sys_errlist.
10913
10914 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
10915
10916         * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
10917
10918 2002-02-04  Pierre Muller  <muller@ics.u-strasbg.fr>
10919         * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
10920
10921 2002-02-04  Andrew Cagney  <ac131313@redhat.com>
10922
10923         * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
10924         (do_sfunc, set_cmd_sfunc): New functions.
10925
10926         * command.h (struct cmd_list_element): Add field func.
10927         * cli/cli-decode.h (struct cmd_list_element): Ditto.
10928         * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
10929         * cli/cli-decode.h: Ditto.
10930
10931         * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
10932         (help_all, help_cmd_list): Ditto.
10933         (find_cmd, complete_on_cmdlist): Ditto.
10934         * top.c (execute_command): Ditto.
10935
10936         * cli/cli-setshow.c (do_setshow_command): Call func instead of
10937         function.sfunc.
10938
10939         * infcmd.c (notice_args_read): Fix function signature.
10940
10941         * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
10942         * cli/cli-decode.c (add_set_cmd): Ditto.
10943         * utils.c (initialize_utils): Ditto.
10944         * maint.c (_initialize_maint_cmds): Ditto.
10945         * infrun.c (_initialize_infrun): Ditto.
10946         * demangle.c (_initialize_demangler): Ditto.
10947         * remote.c (add_packet_config_cmd): Ditto.
10948         * mips-tdep.c (_initialize_mips_tdep): Ditto.
10949         * cris-tdep.c (_initialize_cris_tdep): Ditto.
10950         * proc-api.c (_initialize_proc_api): Ditto.
10951         * kod.c (_initialize_kod): Ditto.
10952         * valprint.c (_initialize_valprint): Ditto.
10953         * top.c (init_main): Ditto.
10954         * infcmd.c (_initialize_infcmd): Ditto.
10955         * corefile.c (_initialize_core): Ditto.
10956         * arm-tdep.c (_initialize_arm_tdep): Ditto.
10957         * arch-utils.c (initialize_current_architecture): Ditto.
10958         (_initialize_gdbarch_utils): Ditto.
10959         * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
10960
10961         * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
10962         * wince.c (_initialize_inftarg): Ditto.
10963         * symfile.c (_initialize_symfile): Ditto.
10964         * mips-tdep.c (_initialize_mips_tdep): Ditto.
10965         * language.c (_initialize_language): Ditto.
10966         * arc-tdep.c (_initialize_arc_tdep): Ditto.
10967
10968 2002-02-04  Michael Snyder  <msnyder@redhat.com>
10969
10970         * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
10971
10972 2002-02-04  Daniel Jacobowitz  <drow@mvista.com>
10973
10974         * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
10975         Add rules for building the register data files.
10976
10977 2002-02-04  Daniel Jacobowitz  <drow@mvista.com>
10978
10979         * regformats/regdat.sh: Add braces to the definition of
10980         expedite_regs_${arch}.
10981
10982 2002-02-04  Daniel Jacobowitz  <drow@mvista.com>
10983
10984         * regformats/regdef.h (struct reg): Add comment describing the
10985         requirements for offset and size fields.
10986
10987 2002-02-04  Andreas Schwab  <schwab@suse.de>
10988
10989         * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
10990         * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
10991
10992 2002-02-04  Richard Earnshaw  <rearnsha@arm.com>
10993
10994         * gdbarch.sh (copyright): Update years in generated header.
10995         (SMASH_TEXT_ADDRESS): Add rule.
10996         * gdbarch.h, gdbarch.c: Re-generate.
10997         * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
10998         * dbxread.c: Likewise.
10999         * dwarfread.c: Likewise.
11000         * elfread.c: Likewise.
11001         * somread.c: Likewise.
11002
11003         * arm-tdep.c (arm_smash_text_address): New function.
11004         * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
11005
11006 2002-02-04  Pierre Muller  <muller@ics.u-strasbg.fr>
11007
11008         Add support for hardware watchpoints on win32 native.
11009         * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
11010         CONTEXT_DEBUG_REGISTERS.
11011         (dr variable): New variable. Static array containing a local copy
11012         of debug registers.
11013         (debug_registers_changed): New variable.  Reflects when debug registers
11014         are changed and need to be written to inferior.
11015         (debug_registers_used): New variable. Reflects when any debug register
11016         was set, used when new threads are created.
11017         (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
11018         i386-nat code.
11019         (thread_rec): Set dr array if id is the thread of current_event .
11020         (child_continue, child_resume): Change the debug registers for all
11021         threads if debug_registers_changed.
11022         (child_add_thread): Change the debug registers if debug_registers_used.
11023         * config/i386/cygwin.mh: Add use of i386-nat.o file.
11024         Link nm.h to new nm-cygwin.h file.
11025         + config/i386/nm-cygwin.h: New file. Contains the macros used for use
11026         of hardware registers.
11027
11028 2002-02-03  Andrew Cagney  <ac131313@redhat.com>
11029
11030         * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
11031         Restore behavour broken by 2002-01-20 Andrew Cagney
11032         <ac131313@redhat.com> IEEE_FLOAT removal.
11033
11034 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
11035
11036         * c-valprint.c (c_val_print): Pass a proper valaddr to
11037         cp_print_class_method.
11038         * valops.c (search_struct_method): If there is only one method
11039         and args is NULL, return that method.
11040
11041 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
11042
11043         * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
11044         accessing tag_name directly.
11045
11046 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
11047
11048         * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
11049         of accessing tag_name directly.
11050
11051 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
11052
11053         PR gdb/280
11054         * gdbtypes.c (replace_type): New function.
11055         * gdbtypes.h (replace_type): Add prototype.
11056         * stabsread.c (read_type): Use replace_type.
11057
11058 2002-02-03  Richard Earnshaw  <rearnsha@arm.com>
11059
11060         * Makefile.in (memattr.o): Add missing dependencies rule.
11061
11062 2002-02-03  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
11063
11064         * breakpoint.c (break_at_finish_command): Really export.
11065         (break_at_finish_at_depth_command): Ditto.
11066         (tbreak_at_finish_command): Ditto.
11067         * hppa-tdep.c: Include completer.h.
11068         * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
11069         (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
11070
11071 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
11072
11073         * utils.c (do_write): New function.
11074         (error_stream): Rewrite combining the code from error_begin and
11075         verror.
11076         (verror): Rewrite using error_stream.
11077         (error_begin): Delete function.
11078
11079 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
11080
11081         * utils.c (error_begin): Make static.
11082         * defs.h (error_begin): Delete declaration.
11083
11084         * linespec.c (cplusplus_error): Replace cplusplus_hint.
11085         (decode_line_1): Use cplusplus_error instead of error_begin,
11086         cplusplus_hint and return_to_top_level.
11087         * coffread.c (coff_symfile_read): Use error instead of error_begin
11088         and return_to_top_level.
11089         * infrun.c (default_skip_permanent_breakpoint): Ditto.
11090
11091 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
11092
11093         * language.h (type_error, range_error): Make string parameter
11094         constant.
11095         * language.c (warning_pre_print): Delete extern declaration.
11096         * dwarfread.c (warning_pre_print): Ditto.
11097         * language.c (type_error, range_error): Rewrite to use verror and
11098         vwarning instead of warning_begin.
11099
11100 2002-02-01  Michael Snyder  <msnyder@redhat.com>
11101
11102         * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
11103         (set_ignore_count): Move misplaced comment back where it belongs.
11104
11105 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
11106
11107         * command.h (NO_FUNCTION): Delete macro.
11108         * cli/cli-decode.h (NO_FUNCTION): Ditto.
11109         * top.c (execute_command): Replace NO_FUNCTION with NULL.
11110         * tracepoint.c (_initialize_tracepoint): Ditto.
11111         * cli/cli-decode.c (add_set_cmd): Ditto.
11112         * cli/cli-cmds.c (init_cli_cmds): Ditto.
11113
11114 2002-02-01  Daniel Jacobowitz  <drow@mvista.com>
11115
11116         * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
11117         Update ``this'' pointer when calling virtual functions.
11118
11119 2002-02-01  Michael Snyder  <msnyder@redhat.com>
11120
11121         * breakpoint.c (create_temp_exception_breakpoint): Delete.
11122         * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
11123
11124 2002-02-01  Daniel Jacobowitz  <drow@mvista.com>
11125
11126         * regformats/reg-arm.dat: New file.
11127         * regformats/reg-i386.dat: New file.
11128         * regformats/reg-ia64.dat: New file.
11129         * regformats/reg-m68k.dat: New file.
11130         * regformats/reg-mips.dat: New file.
11131         * regformats/reg-ppc.dat: New file.
11132         * regformats/reg-sh.dat: New file.
11133         * regformats/regdef.h: New file.
11134         * regformats/regdat.sh: New file.
11135
11136 2002-02-01  Richard Earnshaw  <reanrsha@arm.com>
11137
11138         * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
11139         (arm_frame_args_address, arm_frame_locals_address): New functions.
11140         (arm_frame_num_args): New function.
11141         * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
11142         (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
11143         (FRMA_NUM_ARGS): Call arm_frame_num_args.
11144
11145 2002-01-31  Michael Snyder  <msnyder@redhat.com>
11146
11147         * breakpoint.c (break_at_finish_command): Export.
11148         (break_at_finish_at_depth_command): Export.
11149         (tbreak_at_finish_command): Export.
11150         (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
11151         * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
11152         "txbreak" commands, which are HPPA specific.
11153
11154         * printcmd.c (disassemble_command): Remove an ancient
11155         artifact of an old merge.
11156
11157         * symfile.h (enum overlay_debugging_state):
11158         Define enum constant values for overlay mode.
11159         * symfile.c (overlay_debugging): Use enums instead of literals.
11160         (overlay_is_mapped, overlay_auto_command,
11161         overlay_manual_command): Ditto.
11162
11163         * breakpoint.c (insert_breakpoints, remove_breakpoint,
11164         breakpoint_here_p, breakpoint_inserted_here_p,
11165         breakpoint_thread_match, bpstat_stop_status,
11166         describe_other_breakpoints, check_duplicates, clear_command):
11167         Coding standard fixes.
11168
11169         * target.c (target_xfer_memory): Add spaces, coding standard.
11170         (do_xfer_memory): Add missing line to trust-readonly
11171         code: check bfd SEC_READONLY flag for section.
11172
11173 2002-01-31  Andrew Cagney  <ac131313@redhat.com>
11174
11175         * PROBLEMS: Fix typo, 5.1->5.1.1.
11176
11177 2002-01-30  Daniel Jacobowitz  <drow@mvista.com>
11178
11179         * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
11180         data symbols, since we search based on textlow and texthigh.
11181         (find_pc_sect_symtab): Likewise.
11182
11183 2002-01-30  Andrew Cagney  <ac131313@redhat.com>
11184
11185         * defs.h (vwarning): Declare.
11186         * utils.c (vwarning): New function.
11187         (warning): Call vwarning.
11188         (warning_begin): Delete function.
11189
11190         * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
11191         the warning message.
11192         * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
11193         warning_begin.
11194
11195 2002-01-30  Michael Snyder  <msnyder@redhat.com>
11196
11197         * NEWS: Mention "set trust-readonly-sections" command.
11198         Mention generate-core-file command.
11199
11200 2002-01-15  Michael Snyder  <msnyder@redhat.com>
11201
11202         * target.c: New command, "set trust-readonly-sections on".
11203         (do_xfer_memory): Honor the suggestion to trust readonly sections
11204         by reading them from the object file instead of from the target.
11205         (initialize_targets): Register command "set trust-readonly-sections".
11206
11207 2002-01-29  Andrew Cagney  <ac131313@redhat.com>
11208
11209         * parse.c (target_map_name_to_register): Simplify, search regs and
11210         pseudo-regs using a single loop.
11211
11212 2002-01-30  Andrew Cagney  <ac131313@redhat.com>
11213
11214         * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
11215
11216 2002-01-15  Rodney Brown  <rbrown64@csc.com.au>
11217
11218         * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
11219         * config/i386/i386v42mp.mh: Add i387-nat.o .
11220         * i386v4-nat.c: Include i387-nat.h.
11221         (supply_fpregset): Use i387_supply_fsave.
11222         (fill_fpregset): Use i387_fill_fsave.
11223
11224 2002-01-30  Richard Earnshaw  <rearnsha@arm.com>
11225
11226         * arm-tdep.c (arm_call_dummy_words): Define.
11227         * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
11228         * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
11229         (CALL_DUMMY_WORDS): Define.
11230         (arm_call_dummy_words): Declare.
11231         * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
11232         (arm_linux_call_dummy_words): Declare.
11233
11234 2002-01-30  Andreas Schwab  <schwab@suse.de>
11235
11236         * m68klinux-nat.c: Fix last change to use regcache_collect
11237         instead of referencing registers[] directly.
11238
11239 2002-01-29  Andrew Cagney  <ac131313@redhat.com>
11240
11241         * parse.c (target_map_name_to_register): Delete code wrapped in
11242         #ifdef REGISTER_NAME_ALIAS_HOOK.
11243
11244 2002-01-28  Michael Snyder  <msnyder@redhat.com>
11245
11246         * regcache.c (legacy_read_register_gen): Need to be able to
11247         read pseudo-register as well as real register.
11248         (legacy_write_register_gen): Ditto.
11249
11250 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
11251
11252         * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11253         * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
11254         * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
11255         * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
11256         * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
11257         * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
11258         * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
11259         * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
11260         * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
11261         * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11262         * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
11263         * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
11264         * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
11265         * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
11266         * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
11267         * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
11268         * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
11269         * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
11270         * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
11271         * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
11272
11273 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
11274
11275         * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
11276         (target_byte_order): Initialize to BFD_ENDIAN_BIG.
11277         (initialize_current_architecture): Update target_byte_order using
11278         information from BFD.
11279         * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
11280         * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
11281
11282 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
11283
11284         * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
11285         * vax-tdep.c (INVALID_FLOAT): To here.  Document why it is broken.
11286
11287         * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
11288         #ifdef INVALID_FLOAT.
11289         * infcmd.c (do_registers_info): Ditto.
11290         * values.c (unpack_double): Ditto.  Add comment.
11291
11292         * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
11293         already commented out.
11294
11295 2002-01-26  Andreas Schwab  <schwab@suse.de>
11296
11297         * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
11298         * m68klinux-nat.c: Update ptrace interface for fetching/storing
11299         registers and add support for PTRACE_GETREGS.
11300
11301 2002-01-24  Andrew Cagney  <ac131313@redhat.com>
11302
11303         GDB 5.1.1 released from 5.1 branch.
11304         * NEWS: Add 5.1.1 news.
11305         * README: Sync with 5.1 branch.
11306
11307 2002-01-23  Fred Fish  <fnf@redhat.com>
11308
11309         * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
11310         stabstring on initial malloc.  Reallocing will copy it for us,
11311         if necessary.
11312
11313 2002-01-23  Elena Zannoni  <ezannoni@redhat.com>
11314
11315         * Makefile.in (hpread_h): Delete.
11316         (HFILES_NO_SRCDIR): Remove hpread.h.
11317         (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
11318         (hpread.o): Update dependencies.
11319         (hp-psymtab-read.o, hp-symtab-read.o): Remove.
11320
11321         * hp-psymtab-read.c: Remove file.
11322         * hp-symtab-read.c: Remove file.
11323         * hpread.h: Remove file.
11324
11325         * hpread.c: Merge all contents of hp-psymtab-read.c,
11326         hp-symtab-read.c and hpread.h into this file, as it was prior to
11327         January 1999.
11328
11329         * config/pa/hpux11w.mh, config/pa/hpux11.mh,
11330         config/pa/hpux1020.mh, config/pa/hppaosf.mh,
11331         config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
11332         Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
11333
11334 2002-01-23  Elena Zannoni  <ezannoni@redhat.com>
11335
11336         * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
11337         fill_gregset): Call gdbarch_tdep() just once, assign result to
11338         variable and use that, instead of calling the function several
11339         times.
11340
11341 2002-01-24  Alexandre Oliva  <aoliva@redhat.com>
11342
11343         * configure.host: Accept sparcv9 as alias for sparc64.
11344         * configure.tgt: Likewise.
11345
11346 2002-01-22  Kevin Buettner  <kevinb@redhat.com>
11347
11348         * solib-aix5.c (build_so_list_from_mapfile)
11349         (aix5_relocate_main_executable): Fix xcalloc() calls so order of
11350         arguments is not reversed.
11351         * solib-sunos.c (sunos_relocate_main_executable): Likewise.
11352         * solib-svr4.c (svr4_relocate_main_executable): Likewise.
11353
11354 2002-01-22  Elena Zannoni  <ezannoni@redhat.com>
11355
11356         * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
11357         modified version of obsolete sh_fetch_pseudo_register.
11358         (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
11359         (sh4_register_read): New function.
11360         (sh_pseudo_register_write): New function. Renamed and modified
11361         version of obsolete sh_store_pseudo_register.
11362         (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
11363         (sh4_register_write): New function.
11364         (sh_gdbarch_init): Remove setting of gdbarch function
11365         fetch_pseudo_register and store_pseudo_register. Remove setting of
11366         register_convert_to_raw, register_convert_to_virtual,
11367         register_convertible.
11368         (sh_sh4_register_convertible): Delete. No longer needed. All is
11369         taken care by architecture specific functions
11370         register_read/register_write.
11371         (sh_sh4_register_convert_to_virtual): Make static.
11372         (sh_sh4_register_convert_to_raw): Ditto.
11373
11374 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
11375
11376         * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
11377         (floatformat_is_nan, floatformat_mantissa): Ditto.
11378
11379         * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
11380         for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
11381         builtin_type_ieee_double_little,
11382         builtin_type_ieee_double_littlebyte_bigword,
11383         builtin_type_m68881_ext, builtin_type_i960_ext,
11384         builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
11385         builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
11386         builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
11387         builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
11388
11389 2002-01-22  Corinna Vinschen  <vinschen@redhat.com>
11390
11391         * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
11392         parameter.  Set frameless flag if it exists and depended of
11393         whether the scanned function is frameless or not.
11394         (xstormy16_skip_prologue): If function is frameless, return
11395         result of xstormy16_scan_prologue().
11396         (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
11397         call.
11398
11399 2002-01-21  Elena Zannoni  <ezannoni@redhat.com>
11400
11401         * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
11402         sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
11403         sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
11404         sh_sh4_register_byte, sh_sh4_register_raw_size,
11405         sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
11406         sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
11407         sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
11408         sh_store_pseudo_register, sh_do_pseudo_register): Call
11409         gdbarch_tdep() just once, assign result to variable and use that,
11410         instead of calling the function several times.
11411
11412 2002-01-20  Mark Kettenis  <kettenis@gnu.org>
11413
11414         * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
11415         macros instead of LAST_FPU_CTRL_REGNUM.
11416         (store_register): Likewise.
11417
11418 2002-01-21  Jim Blandy  <jimb@redhat.com>
11419
11420         * infcmd.c (run_command): Check that the `exec' target layer's BFD
11421         is up-to-date before running the program, not just when a program
11422         exits.
11423
11424 2002-01-21  Fred Fish  <fnf@redhat.com>
11425
11426         * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
11427         when we have found all instructions we are looking for.
11428
11429 2002-01-21  Richard Earnshaw  <rearnsha@arm.com>
11430
11431         * arm-tdep.c (arm_register_name): New function.
11432         (arm_registers_names): Make static.
11433         * config/arm/tm-arm.h (arm_register_names): Delete declaration.
11434         (arm_register_name): Declare.
11435         (REGISTER_NAME): Use it.
11436
11437 2002-01-21  Richard Earnshaw  <rearnsha@arm.com>
11438             Kevin Buettner  <kevinb@redhat.com>
11439
11440         Convert arm targets to new FRAME interface.
11441         * arm-tdep.c (struct frame_extra_info): Remove fsr.
11442         (arm_frame_find_save_regs): Delete.
11443         (arm_frame_init_saved_regs): New.
11444         (arm_init_extra_frame_info): Alloacte saved_regs as required.
11445         Allocate extra_info as required.  Convert all uses of fsr.regs
11446         to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
11447         to use extra_info.
11448         (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
11449         (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
11450         (check_prologue_cache, save_prologue_cache): Likewise.
11451         (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
11452         * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
11453         (FRAME_FIND_SAVED_REGS): Delete.
11454         (arm_frame_find_saved_regs): Delete prototype.
11455         (arm_frame_init_saved_regs): New prototype.
11456         (FRAME_INIT_SAVED_REGS): Define.
11457
11458 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
11459
11460         * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
11461
11462 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
11463
11464         From Jeff Law <law@redhat.com>:
11465         * infttrace.c: Include <sys/pstat.h>.
11466         (child_pid_to_exec_file): Revamp.  Use pstat call to get the
11467         exec file if the ttrace equivalent fails.
11468
11469 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
11470
11471         * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
11472         (closeLogFile): Ditto.
11473
11474 2002-01-20  Michael Chastain  <mec@shout.net>
11475
11476         * top.c (print_gdb_version): Bump copyright year to 2002.
11477
11478 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
11479
11480         * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
11481         Zannoni and Eli Zaretskii.
11482
11483 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
11484
11485         * buildsym.c: Update copyright years.
11486         * c-typeprint.c: Likewise.
11487         * dwarf2read.c: Likewise.
11488         * f-typeprint.c: Likewise.
11489         * gdbtypes.c: Likewise.
11490         * gdbtypes.h: Likewise.
11491         * hp-symtab-read.c: Likewise.
11492         * hpread.c: Likewise.
11493         * mdebugread.c: Likewise.
11494         * p-typeprint.c: Likewise.
11495
11496 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
11497
11498         * remote-sim.c (gdbsim_open): Simplify code testing the macro
11499         TARGET_BYTE_ORDER_SELECTABLE_P.  Assume the target is always
11500         byte-order selectable.
11501         * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
11502         * arch-utils.c: Ditto.
11503         (set_endian): Ditto.
11504         (set_endian_from_file): Ditto.
11505         * gdbserver/low-sim.c (create_inferior): Ditto.
11506         * gdbarch.sh: Ditto.
11507         * gdbarch.h: Re-generate.
11508         * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11509         * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
11510         * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
11511         * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11512         * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11513         * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11514         * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
11515         * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
11516         macro definition.
11517         * config/mips/tm-wince.h: Remove #undef of macro
11518         TARGET_BYTE_ORDER_SELECTABLE.
11519         * config/sh/tm-wince.h: Ditto.
11520
11521 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
11522
11523         * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
11524         member function fields.  Add accessor macro
11525         TYPE_FN_FIELD_ARTIFICIAL.
11526         * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
11527         * c-typeprint.c (c_type_print_base): Skip artificial member
11528         functions.
11529
11530 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
11531
11532         * f-typeprint.c: Delete unused function f_type_print_args.
11533         * p-typeprint.c: Delete unused function pascal_type_print_args.
11534
11535 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
11536
11537         * gdbtypes.h (struct type): Fix whitespace.  Remove obsolete
11538         comment.  Add ``artificial'' to ``union field_location''.
11539
11540         * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
11541
11542         * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
11543         * mdebugread.c (parse_symbol): Likewise.
11544         * stabsread.c (define_symbol): Likewise.
11545         * hp-symtab-read.c (hpread_function_type): Likewise, instead of
11546         initializing TYPE_FIELD_BITPOS to n (obsolete).
11547         (hpread_doc_function_type): Likewise.
11548         * hpread.c (hpread_function_type): Likewise.
11549
11550 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
11551
11552         * configure.in (host_makefile_frag): Only require a host makefile
11553         fragment when a native build.
11554         * configure: Re-generate.
11555
11556 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
11557
11558         * doublest.h (floatformat_from_type): Declare.
11559         * doublest.c (floatformat_from_type): New function.
11560         (convert_typed_floating): Use.
11561
11562         * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
11563         call to function floatformat_from_type.
11564
11565         * gdbarch.sh (IEEE_FLOAT): Delete.
11566         * gdbarch.h, gdbarch.c: Re-generate.
11567         * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
11568         * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
11569         * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
11570         * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
11571         * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
11572         * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
11573         * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
11574         * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
11575         * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
11576         * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
11577         * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
11578         * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
11579
11580         * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
11581         * x86-64-tdep.c (i386_gdbarch_init): Ditto.
11582         * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11583         * sh-tdep.c (sh_gdbarch_init): Ditto.
11584         * mips-tdep.c (mips_gdbarch_init): Ditto.
11585         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11586         * cris-tdep.c (cris_gdbarch_init): Ditto.
11587
11588 2002-01-20  Jiri Smid  <smid@suse.cz>
11589
11590         * configure.host, configure.tgt: Support x86-64.
11591         * NEWS: Note new target x86-64.
11592
11593         * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
11594         * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
11595         * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
11596         * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
11597         x86-64-linux-nat.o): Fix dependencies.
11598
11599 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
11600
11601         * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
11602         * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
11603         * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
11604         * config/sparc/xm-sun4os4.h: Delete file.
11605         * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
11606
11607 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
11608
11609         * config/sparc/sparclynx.mh (XM_FILE): Delete.
11610         * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
11611         * config/m68k/m68klynx.mh (XM_FILE): Delete.
11612         * config/i386/i386lynx.mh (XM_FILE): Delete.
11613         * config/rs6000/xm-rs6000ly.h: Delete file.
11614         * config/sparc/xm-sparclynx.h: Delete file.
11615         * config/m68k/xm-m68klynx.h: Delete file.
11616         * config/i386/xm-i386lynx.h: Delete file.
11617         * config/xm-lynx.h: Delete file.
11618         * config/djgpp/fnchange.lst: Update.
11619
11620 2002-01-19  Jason Thorpe  <thorpej@wasabisystems.com>
11621
11622         * alpha-tdep.c (alpha_register_byte): New function.
11623         (alpha_register_raw_size): Ditto.
11624         (alpha_register_virtual_size): Ditto.
11625         (alpha_skip_prologue_internal): Renamed from
11626         alpha_skip_prologue.
11627         (alpha_skip_prologue): New version that calls
11628         alpha_skip_prologue_internal.
11629         (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
11630         * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
11631         second argument from alpha_skip_prologue.
11632         (REGISTER_BYTE): Use alpha_register_byte.
11633         (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
11634         (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
11635         (FRAMELESS_FUNCTION_INVOCATION): Use
11636         generic_frameless_function_invocation_not.
11637         (FRAME_NUM_ARGS): Use frame_num_args_unknown.
11638         (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
11639
11640 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
11641
11642         * config/mips/xm-news-mips.h: Delete file.
11643         * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
11644
11645         * config/m88k/xm-m88k.h: Delete file.
11646         * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
11647         * config/m88k/xm-delta88v4.h: Ditto.
11648         * config/m88k/xm-delta88.h: Ditto.
11649
11650         * config/alpha/xm-fbsd.h: Delete file.
11651         * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
11652
11653         * config/sparc/xm-sparc.h: Delete file.
11654         * Makefile.in (xm-sun4os4.h): Delete dependency.
11655         * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
11656         * config/sparc/xm-sun4os4.h: Ditto.
11657         * config/sparc/xm-linux.h: Ditto.
11658
11659         * config/i386/xm-windows.h: Delete file.
11660
11661 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
11662
11663         * utils.c: Include <sys/param.h> for MAXPATHLEN.
11664         (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
11665
11666 2002-01-19  Jason Thorpe  <thorpej@wasabisystems.com>
11667
11668         * alpha-tdep.c (alpha_call_dummy_words): New.
11669         * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
11670         (CALL_DUMMY_P): Define.
11671         (CALL_DUMMY_WORDS): Define.
11672         (SIZEOF_CALL_DUMMY_WORDS): Define.
11673
11674 2002-01-19  Per Bothner  <per@bothner.com>
11675
11676         * gnu-v3-abi.c (gnuv3_rtti_type):  Guard that vtable_symbol_name
11677         isn't NULL, which can happen with some gcj-3.x-produced code.
11678
11679 2002-01-19  Jason Thorpe  <thorpej@wasabisystems.com>
11680
11681         * alpha-tdep.c (alpha_register_virtual_type): New function.
11682         (alpha_init_frame_pc_first): Ditto.
11683         (alpha_fix_call_dummy): Ditto.
11684         (alpha_store_struct_return): Ditto.
11685         (alpha_extract_struct_value_address): Ditto.
11686         * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
11687         alpha_register_virtual_type.
11688         (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
11689         (EXTRACT_STRUCT_VALUE_ADDRESS): Use
11690         alpha_extract_struct_value_address.
11691         (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
11692         (INIT_FRAME_PC): Use init_frame_pc_noop.
11693         (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
11694
11695 2002-01-19  Mark Kettenis  <kettenis@gnu.org>
11696
11697         * i386gnu-nat.c: Include "i386-tdep.h".
11698         (fetch_fpregs): Simplify code dealing with uninitialized floating
11699         point states such that it doesn't require FP7_REGNUM.
11700
11701 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
11702
11703         * alpha-tdep.c (frame_extra_info): New.
11704         (alpha_find_saved_regs): Make static.  Use
11705         frame->extra_info.
11706         (alpha_frame_init_saved_regs): New function.
11707         (alpha_frame_saved_pc): Use frame->extra_info.
11708         (temp_saved_regs): Don't declare as struct frame_saved_regs.
11709         (heuristic_proc_desc): Adjust for temp_saved_regs changes.
11710         (init_extra_frame_info): Rename to...
11711         (alpha_init_extra_frame_info): ...this.  Use frame->extra_info.
11712         (alpha_print_extra_frame_info): New function.
11713         (alpha_frame_locals_address): Ditto.
11714         (alpha_frame_args_address): Ditto.
11715         (alpha_pop_frame): Use frame->extra_info.
11716         * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
11717         alpha_frame_args_address.
11718         (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
11719         (alpha_find_saved_regs): Remove prototype.
11720         (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
11721         (EXTRA_FRAME_INFO): Remove.
11722         (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
11723         (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
11724
11725 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
11726
11727         * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
11728         (alpha_cannot_fetch_register): Ditto.
11729         (alpha_cannot_store_register): Ditto.
11730         (alpha_register_convertible): Ditto.
11731         (alpha_use_struct_convention): Ditto.
11732         * config/alpha/tm-alpha.h: Update copyright years.
11733         (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
11734         (INNER_THAN): Use core_addr_lessthan.
11735         (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
11736         (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
11737         (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
11738         (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
11739         (FRAME_CHAIN): Remove unnecessary cast.
11740
11741 2002-01-18  Andrew Cagney  <ac131313@redhat.com>
11742
11743         * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
11744         obsolete.
11745
11746 2002-01-18  Andrew Cagney  <ac131313@redhat.com>
11747
11748         * infptrace.c: Remove ATTRIBUTE_UNUSED.  Update copyright.
11749         * monitor.c, remote-array.c, remote-bug.c: Ditto.
11750         * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
11751         * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
11752         * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
11753         * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
11754         * x86-64-linux-nat.c: Ditto.
11755
11756 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
11757
11758         * alpha-tdep.c (alpha_register_name): New function.
11759         * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
11760         (REGISTER_NAME): Define.
11761
11762 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
11763
11764         * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
11765
11766 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
11767
11768         * alpha-tdep.c: Update copyright years.
11769         (alpha_next_pc): New function.
11770         (alpha_software_single_step): Ditto.
11771         * config/alpha/tm-alpha.h: Add prototype for
11772         alpha_software_single_step.
11773
11774 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
11775
11776         * alphabsd-nat.c: Update copyright years.
11777         (fill_gregset): Use regcache_collect.
11778         (fill_fpregset): Likewise.
11779         (fetch_inferior_registers): Only fetch integer registers
11780         if requested to do so.
11781         (store_inferior_registers): Only store integer registers
11782         if requested to do so.
11783
11784 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
11785
11786         * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
11787         * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
11788         * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
11789         * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
11790         * config/alpha/fbsd.mh (XDEPFILES): Delete.
11791         * config/arm/linux.mh (XDEPFILES): Delete.
11792         * config/arm/nbsd.mh (XDEPFILES): Delete.
11793         * config/i386/i386dgux.mh (XDEPFILES): Delete.
11794         * config/i386/i386sol2.mh (XDEPFILES): Delete.
11795         * config/i386/i386m3.mh (XDEPFILES): Delete.
11796         (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
11797         * config/i386/i386gnu.mh (XDEPFILES): Delete.
11798         * config/i386/fbsd.mh (XDEPFILES): Delete.
11799         * config/i386/i386bsd.mh (XDEPFILES): Delete.
11800         * config/i386/i386sco5.mh (XDEPFILES): Delete.
11801         * config/i386/i386v4.mh (XDEPFILES): Delete.
11802         * config/i386/i386v42mp.mh (XDEPFILES): Delete.
11803         * config/i386/i386sco4.mh (XDEPFILES): Delete.
11804         * config/i386/i386aix.mh (XDEPFILES): Delete.
11805         * config/i386/go32.mh (XDEPFILES): Delete.
11806         * config/i386/cygwin.mh (XDEPFILES): Delete.
11807         * config/i386/i386lynx.mh (XDEPFILES): Delete.
11808         * config/i386/i386mach.mh (XDEPFILES): Delete.
11809         * config/i386/i386v32.mh (XDEPFILES): Delete.
11810         * config/i386/linux.mh (XDEPFILES): Delete.
11811         * config/i386/nbsdelf.mh (XDEPFILES): Delete.
11812         * config/i386/ncr3000.mh (XDEPFILES): Delete.
11813         * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
11814         * config/i386/i386sco.mh (XDEPFILES): Delete.
11815         * config/i386/i386v.mh (XDEPFILES): Delete.
11816         * config/i386/nbsd.mh (XDEPFILES): Delete.
11817         * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
11818         * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
11819         * config/i386/symmetry.mh (XDEPFILES): Delete.
11820         * config/i386/obsd.mh (XDEPFILES): Delete.
11821         * config/i386/x86-64linux.mh (XDEPFILES): Delete.
11822         * config/ia64/linux.mh (XDEPFILES): Delete.
11823         * config/ia64/aix.mh (XDEPFILES): Delete.
11824         * config/m68k/apollo68b.mh (XDEPFILES): Delete.
11825         * config/m68k/dpx2.mh (XDEPFILES): Delete.
11826         * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
11827         * config/m68k/apollo68v.mh (XDEPFILES): Delete.
11828         * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
11829         * config/m68k/linux.mh (XDEPFILES): Delete.
11830         * config/m68k/m68klynx.mh (XDEPFILES): Delete.
11831         * config/m68k/m68kv4.mh (XDEPFILES): Delete.
11832         * config/m68k/nbsd.mh (XDEPFILES): Delete.
11833         * config/m68k/sun2os3.mh (XDEPFILES): Delete.
11834         * config/m68k/sun2os4.mh (XDEPFILES): Delete.
11835         * config/m68k/sun3os3.mh (XDEPFILES): Delete.
11836         * config/m68k/sun3os4.mh (XDEPFILES): Delete.
11837         * config/m88k/delta88.mh (XDEPFILES): Delete.
11838         * config/m88k/delta88v4.mh (XDEPFILES): Delete.
11839         * config/m88k/m88k.mh (XDEPFILES): Delete.
11840         * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
11841         * config/mips/linux.mh (XDEPFILES): Delete.
11842         * config/mips/irix6.mh (XDEPFILES): Delete.
11843         * config/mips/irix5.mh (XDEPFILES): Delete.
11844         * config/mips/irix4.mh (XDEPFILES): Delete.
11845         * config/mips/irix3.mh (XDEPFILES): Delete.
11846         * config/mips/decstation.mh (XDEPFILES): Delete.
11847         * config/mips/mipsm3.mh (XDEPFILES): Delete.
11848         (NATDEPFILES): Move core-aout.o to here.
11849         * config/ns32k/nbsd.mh (XDEPFILES): Delete.
11850         * config/pa/hpux1020.mh (XDEPFILES): Delete.
11851         * config/pa/hppabsd.mh (XDEPFILES): Delete.
11852         * config/pa/hppahpux.mh (XDEPFILES): Delete.
11853         * config/pa/hpux11w.mh (XDEPFILES): Delete.
11854         * config/pa/hppaosf.mh (XDEPFILES): Delete.
11855         * config/pa/hpux11.mh (XDEPFILES): Delete.
11856         * config/powerpc/aix.mh (XDEPFILES): Delete.
11857         * config/powerpc/nbsd.mh (XDEPFILES): Delete.
11858         * config/powerpc/linux.mh (XDEPFILES): Delete.
11859         * config/romp/rtbsd.mh: Rename XDEPFILES.
11860         * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
11861         * config/rs6000/aix4.mh (XDEPFILES): Delete.
11862         * config/rs6000/rs6000.mh (XDEPFILES): Delete.
11863         * config/s390/s390.mh (XDEPFILES): Delete.
11864         * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
11865         * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
11866         * config/sparc/sun4os4.mh (XDEPFILES): Delete.
11867         * config/sparc/sparclynx.mh (XDEPFILES): Delete.
11868         * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
11869         * config/sparc/nbsd.mh (XDEPFILES): Delete.
11870         * config/sparc/linux.mh (XDEPFILES): Delete.
11871         * config/vax/vaxult.mh (XDEPFILES): Delete.
11872         * config/vax/vaxult2.mh (XDEPFILES): Delete.
11873         * Makefile.in (DEPFILES): Remove XDEPFILES.
11874
11875 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
11876
11877         * utils.c (internal_verror): Fix comments, default is yes not no.
11878         Update queries to match.  Default to quit and dump core.
11879
11880 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
11881
11882         * breakpoint.c: Update assuming #if UI_OUT is always true.  Update
11883         copyright.
11884         * defs.h, event-top.c, gdbcmd.h: Ditto.
11885         * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
11886         * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
11887         * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
11888         * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
11889         * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
11890         * mi/mi-main.c:Ditto.
11891
11892         * stack.c, symfile.c: Update copyright.
11893
11894 2002-01-17  Daniel Jacobowitz  <drow@mvista.com>
11895
11896         * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
11897         gdbserver/low-nbsd.c, gdbserver/low-sim.c,
11898         gdbserver/low-sparc.c, gdbserver/low-sun3.c,
11899         gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
11900
11901 2002-01-17  Daniel Jacobowitz  <drow@mvista.com>
11902
11903         * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
11904         * gdbserver/low-lynx.c (myattach): Likewise.
11905         * gdbserver/low-nbsd.c (myattach): Likewise.
11906         * gdbserver/low-sim.c (myattach): Likewise.
11907         * gdbserver/low-sparc.c (myattach): Likewise.
11908         * gdbserver/low-sun3.c (myattach): Likewise.
11909
11910         * gdbserver/low-linux.c (myattach): New function.
11911
11912         * gdbserver/server.c (attach_inferior): New function.
11913         (main): Handle "--attach".
11914
11915 2002-01-16  Andrew Cagney  <ac131313@redhat.com>
11916
11917         * MAINTAINERS (language support): Daniel Jacobwitz is C++
11918         maintainer.
11919
11920 2002-01-15  Daniel Jacobowitz  <drow@mvista.com>
11921
11922         * c-typeprint.c (is_type_conversion_operator): Add additional
11923         check for non-conversion operators.
11924
11925 2002-01-15  Michael Snyder  <msnyder@redhat.com>
11926
11927         * linux-proc.c: Add "info proc" command, a la procfs.c.
11928         (read_mapping): New function, abstract and re-use code.
11929         (linux_find_memory_regions): Use new func read_mapping.
11930         (linux_info_proc_cmd): New function, implement "info proc".
11931         (_initialize_linux_proc): Add new command "info proc".
11932
11933 2002-01-15  Michael Snyder  <msnyder@redhat.com>
11934
11935         * symfile.c (generic_load): Use bfd_map_over_sections method
11936         instead of manipulating bfd structure members directly.
11937         (add_section_size_callback): New function, bfd sections callback
11938         used by generic_load.
11939         (load_sections_callback): New function, bfd sections callback
11940         used by generic_load.
11941
11942 2002-01-15  Elena Zannoni  <ezannoni@redhat.com>
11943
11944         [Based on work by Jim Blandy]
11945         * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
11946         (builtin_type_vec128): Export.
11947         * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
11948         types.
11949         (builtin_type_vec128): New builtin type for 128 bit vector
11950         registers.
11951         (build_gdbtypes): Initialize builtin_type_v16qi and
11952         builtin_type_v8hi. Create the vec128 register builtin type
11953         structure.
11954         (build_builtin_type_vec128): New function.
11955         (_initialize_gdbtypes): Register builtin_type_v16qi and
11956         builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
11957         * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
11958         AltiVec register to new builtin type.
11959
11960 2001-01-15  Daniel Jacobowitz  <drow@mvista.com>
11961
11962         * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
11963         to make_cv_type.
11964
11965 2002-01-14  Andrew Cagney  <ac131313@redhat.com>
11966
11967         * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
11968         CLEAN_UP_REGISTER_VALUE.
11969         * regcache.c (supply_register): Update only call.
11970
11971 2002-01-14  Andrew Cagney  <ac131313@redhat.com>
11972
11973         * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
11974         a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
11975         a29k-*-vxworks* targets as obsolete.
11976
11977 2002-01-14  Michael Snyder  <msnyder@redhat.com>
11978
11979         * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
11980         until we can resolve portability issues.
11981         * gregset.h: Remove references to fpxregs.
11982         * gcore.c (gcore_command): Initialize note_sec to NULL.
11983
11984 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
11985
11986         * signals.c (target_signal_to_name): Rewrite.  Only use
11987         signals[].name when in bounds and non-NULL.
11988
11989 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
11990
11991         From Petr Ledvina <ledvinap@kae.zcu.cz>:
11992         * signals.c (target_signal_to_name): Verify that SIG is within the
11993         bounds of the signals array.
11994
11995 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
11996
11997         * MAINTAINERS: Remove arm-coff and arm-pe from target list.
11998
11999 2002-01-13  Keith Seitz  <keiths@redhat.com>
12000
12001         * stack.c (print_frame_info_base): Print the frame's pc
12002         only if when print_frame_info_listing_hook is not defined.
12003
12004 2002-01-13  Keith Seitz  <keiths@redhat.com>
12005
12006         * varobj.c (varobj_set_value): Make sure that there were no
12007         errors evaluating the object before attempting to set its
12008         value.
12009         value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
12010         so this offset adjustment is no longer necessary.
12011         (create_child): Don't set the error flag if the child is
12012         a CPLUS_FAKE_CHILD.
12013         (value_of_child): If value_fetch_lazy fails, return NULL
12014         so that callers will be notified that an error occurred.
12015         (c_value_of_variable): Delay check of variable's validity
12016         until later. We actually want all structs and unions to have
12017         the value "{...}".
12018         Do not return "???" for variables which could not be evaluated.
12019         This error condition must be returned to the caller so that it
12020         can get the error condition from gdb.
12021         (cplus_name_of_child): Adjust index for vptr before figuring
12022         out the name of the child.
12023         (cplus_value_of_child): If a child's (real) parent is not valid,
12024         don't even bother trying to give a value for it. Just return
12025         an error. Change all instances in this function.
12026         (cplus_type_of_child): If our parent is one of the "fake"
12027         parents, we need to get at the type of the real parent, and
12028         derive the child's true type using this information.
12029
12030 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
12031
12032         From 2002-01-09 John Marshall <johnm@falch.net>:
12033         * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
12034         sources.redhat.com, and tweak some related URLs which had
12035         suffered from linkrot.
12036
12037 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
12038
12039         From Jeff law:
12040         * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
12041         structures passed in registers.
12042
12043 2002-01-13  Eli Zaretskii  <eliz@is.elta.co.il>
12044
12045         * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
12046         white space which prevented compilation.  Reported by DSK
12047         <dsk@student.unsw.edu.au>.
12048
12049 2002-01-11  Michael Snyder  <msnyder@redhat.com>
12050
12051         * symfile.c (build_section_addr_info_from_section_tab):
12052         Use bfd access method instead of manipulating bfd directly.
12053         (syms_from_objfile): Ditto.
12054         (simple_overlay_update_1): Ditto.
12055         (simple_overlay_update): Ditto.
12056         (generic_load): Ditto.
12057         (overlay_unmapped_address): FIXME comment, bfd access methods.
12058         (sections_overlap): FIXME comment, bfd access methods.
12059         (pc_in_mapped_range): FIXME comment, bfd access methods.
12060         (pc_in_unmapped_range): FIXME comment, bfd access methods.
12061         (section_is_mapped): FIXME comment, bfd access methods.
12062         (section_is_overlay): FIXME comment, bfd access methods.
12063
12064         * symfile.c (generic_load): Whitespace and long line cleanups.
12065         Remove duplicate variable, change several local variables to
12066         more appropriate data types.
12067         (print_transfer_performance): Use %lu instead of %ld for ulongs.
12068
12069 2002-01-12  Andrew Cagney  <ac131313@redhat.com>
12070
12071         From Peter Schauer:
12072         * language.c (longest_local_hex_string_custom): Use phex_nz to
12073         convert NUM to a hex string.
12074
12075 2002-01-12  Elena Zannoni  <ezannoni@redhat.com>
12076
12077         * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
12078         the function.
12079         Update Copyright year.
12080
12081 2002-01-12  Andrew Cagney  <ac131313@redhat.com>
12082
12083         * language.c (longest_raw_hex_string): Delete unused function.
12084
12085 2002-01-11  Petr Sorfa  <petrs@caldera.com>
12086
12087         * MAINTAINERS (write-after-approval): Add myself.
12088         * dwarf2read.c (read_tag_string_type): Handling of
12089         DW_AT_byte_size.
12090         (read_tag_string_type): FORTRAN fix to prevent propagation of
12091         first string size.
12092         (set_cu_language): Handling of DW_LANG_Fortran95
12093
12094 2002-01-11  Richard Earnshaw  <rearnsha@arm.com>
12095
12096         * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
12097         GETPID(inferior_ptid).
12098         (store_inferior_registers): Likewise.
12099
12100 2002-01-10  Jason Merrill  <jason@redhat.com>
12101
12102         * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
12103         Fix DW_OP_minus.
12104
12105 2002-01-10  Andrew Cagney  <ac131313@redhat.com>
12106
12107         * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
12108         and bfd/elf32-sh-nbsd.c.
12109
12110 2002-01-10  Michael Snyder  <msnyder@redhat.com>
12111
12112         * NEWS: Mention --pid and corefile/proc-id behavior change.
12113
12114         * Makefile.in: Add rules for gcore.o and linux-proc.o.
12115         * gcore.c: Include cli/cli-decode.h instead of command.h.
12116
12117         * main.c (captured_main): Add new command line option "--pid".
12118         If the second command line argument (following the symbol-file)
12119         begins with a digit, try to attach to it before trying to open
12120         it as a corefile.
12121         (print_gdb_help): Document the "--pid" argument.
12122
12123 2002-01-10  Eli Zaretskii  <eliz@is.elta.co.il>
12124
12125         * completer.c (command_completer): New function.
12126
12127         * completer.h <command_completer>: Add prototype.
12128
12129         * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
12130         completer for the "help" command.
12131
12132 2002-01-09  Jason Merrill  <jason@redhat.com>
12133
12134         * c-typeprint.c (is_type_conversion_operator): Fix thinko.
12135
12136 2002-01-09  Michael Snyder  <msnyder@redhat.com>
12137
12138         * i386-linux-nat.c (fill_fpxregset): Make global.
12139         (store_fpxregset): Ditto.
12140
12141         * gregset.h (gdb_fpxregset_t): Define.
12142         (supply_fpxregset): Prototype.
12143         (fill_fpxregset): Prototype.
12144
12145         * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
12146
12147 2002-01-09  Richard Earnshaw  <rearnsha@arm.com>
12148
12149         * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
12150         * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
12151         * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
12152
12153 2002-01-09  Andrew Cagney  <ac131313@redhat.com>
12154
12155         * MAINTAINERS: Update target maintainer rules so that any
12156         Maintainer can approve a tested patch for a maintenance-only
12157         target.
12158
12159 2002-01-09  Richard Earnshaw  <rearnsha@arm.com>
12160
12161         * MAINTAINERS (write-after-approval): Add myself.
12162
12163         * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
12164         IN_SIGTRAMP.
12165
12166 2002-01-08  Michael Snyder  <msnyder@redhat.com>
12167
12168         * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
12169         real name of the executable, rather than the /proc name.
12170
12171 2002-01-03  Michael Snyder  <msnyder@redhat.com>
12172
12173         Implement a "generate-core-file" command in gdb, save target state.
12174         * gcore.c: New file.  Implement new command 'generate-core-file'.
12175         Save a corefile image of the current state of the inferior.
12176         * linux-proc.c: Add linux-specific code for saving corefiles.
12177         * target.h (struct target_ops): Add new target vectors for saving
12178         corefiles; to_find_memory_regions and to_make_corefile_notes.
12179         (target_find_memory_regions): New macro.
12180         (target_make_corefile_notes): New macro.
12181         * target.c (update_current_target): Inherit new target methods.
12182         (dummy_find_memory_regions): New place-holder method.
12183         (dummy_make_corefile_notes): New place-holder method.
12184         (init_dummy_target): Initialize new dummy target vectors.
12185         * exec.c (exec_set_find_memory_regions): New function.
12186         Allow the exec_ops vector for memory regions to be taken over.
12187         (exec_make_note_section): New function, target vector method.
12188         * defs.h (exec_set_find_memory_regions): Export prototype.
12189         * procfs.c (proc_find_memory_regions): New function, corefile method.
12190         (procfs_make_note_section): New function, corefile method.
12191         (init_procfs_ops): Set new target vector pointers.
12192         (find_memory_regions_callback): New function.
12193         (procfs_do_thread_registers): New function.
12194         (procfs_corefile_thread_callback): New function.
12195         * sol-thread.c (sol_find_memory_regions): New function.
12196         (sol_make_note_section): New function.
12197         (init_sol_thread_ops): Initialize new target vectors.
12198         * inftarg.c (inftarg_set_find_memory_regions): New function.
12199         Allow to_find_memory_regions vector to be taken over.
12200         (inftarg_set_make_corefile_notes): New function.
12201         Allow to_make_corefile_notes vector to be taken over.
12202         * thread-db.c (thread_db_new_objfile): Don't activate thread-db
12203         interface layer if not target_has_execution (may be a corefile).
12204         * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
12205         * config/sparc/sun4sol2.mh: Ditto.
12206         * config/alpha/alpha-linux.mh: Ditto.
12207         * config/arm/linux.mh: Ditto.
12208         * config/i386/x86-64linux.mh: Ditto.
12209         * config/ia64/linux.mh: Ditto.
12210         * config/m68k/linux.mh: Ditto.
12211         * config/mips/linux.mh: Ditto.
12212         * config/powerpc/linux.mh: Ditto.
12213         * config/sparc/linux.mh: Ditto.
12214
12215 2002-01-07  Michael Snyder  <msnyder@redhat.com>
12216
12217         * arm-linux-nat.c: Remove references to regcache.c internal data
12218         (registers[] and register_valid[]).
12219
12220 2002-01-07  Michael Snyder  <msnyder@redhat.com>
12221
12222         * linux-proc.c: New file.  Implement child_pid_to_exec_file,
12223         so that attaching to a pid will automatically read the process's
12224         symbol file and shlibs.
12225         * Makefile.in: Add rule for linux-proc.o.
12226         * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
12227         * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
12228         * config/arm/linux.mh: Ditto.
12229         * config/i386/linux.mh: Ditto.
12230         * config/i386/x86-64linux.mh: Ditto.
12231         * config/ia64/linux.mh: Ditto.
12232         * config/m68k/linux.mh: Ditto.
12233         * config/mips/linux.mh: Ditto.
12234         * config/powerpc/linux.mh: Ditto.
12235         * config/sparc/linux.mh: Ditto.
12236
12237 2002-01-06  Pierre Muller  <muller@ics.u-strasbg.fr>
12238
12239         * win32-nat.c: Add i386-tdep.h dependency.
12240
12241 2002-01-07  Michael Snyder  <msnyder@redhat.com>
12242
12243         * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
12244         instead of bfd_get_arch_size.  Don't bail out just because
12245         there's no exec_bfd.
12246
12247         * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
12248         * p-valprint.c (pascal_object_print_value): Ditto.
12249         * somread.c (som_symtab_read): Ditto.
12250         * symfile.c (simple_free_overlay_region_table): Ditto.
12251         * valops.c (value_assign): Ditto.
12252
12253         * tracepoint.c (tracepoint_save_command): From Klee Dienes --
12254         use tilde_expand and strerror for opening save-tracepoints file.
12255
12256         * thread-db.c (thread_db_new_objfile): Indendation fix.
12257
12258         * infptrace.c (GDB_MAX_ALLOCA): New define.
12259         (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
12260         size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
12261         can be overridden with whatever value is appropriate to the host).
12262         * infttrace.c (child_xfer_memory): Add FIXME warning about use of
12263         alloca to allocate potentially large buffer.
12264         * rs6000-nat.c (child_xfer_memory): Ditto.
12265         * symm-nat.c (child_xfer_memory): Ditto.
12266         * x86-64-linux-nat.c (child_xfer_memory): Ditto.
12267
12268 2002-01-07  Jackie Smith Cashion  <jsmith@redhat.com>
12269
12270         From Nick Clifton  <nickc@redhat.com>
12271         * d10v-tdep.c: Set STACK_START to 0x200bffe.
12272
12273 2002-01-07  Michael Snyder  <msnyder@redhat.com>
12274
12275         * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
12276         Don't use exec_bfd if it's NULL.
12277
12278 2002-01-06  Mark Kettenis  <kettenis@gnu.org>
12279
12280         * valops.c (value_arg_coerce): Fix formatting.
12281
12282 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
12283
12284         * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
12285         * gnu-nat.c: Ditto.
12286
12287 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
12288
12289         * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
12290         arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
12291         i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
12292         ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
12293         z8k-coff have not been multi-arched.  Update z8k-coff build
12294         status.
12295
12296 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
12297
12298         * MAINTAINERS: Mark a29k target as obsolete.
12299         * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
12300         (remote-mm.o, remote-udi.o): Obsolete.  Remove references in
12301         comments.
12302         * NEWS: Note that a29k targets are obsolete.
12303         * a29k-tdep.c: Mark as obsolete.
12304         * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12305         a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12306         a29k-*-vxworks* targets as obsolete.
12307         * remote-adapt.c: Obsolete.
12308         * remote-eb.c: Obsolete.
12309         * remote-mm.c: Obsolete.
12310         * remote-udi.c: Obsolete.
12311         * config/a29k/a29k-udi.mt: Obsolete.
12312         * config/a29k/a29k.mt: Obsolete.
12313         * config/a29k/tm-a29k.h: Obsolete.
12314         * config/a29k/tm-vx29k.h: Obsolete.
12315         * config/a29k/vx29k.mt: Obsolete.
12316
12317 2002-01-05  Andrew Cagney  <ac131313@redhat.com>
12318
12319         * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
12320         with BFD_ENDIAN_BIG.
12321
12322 2002-01-05  Andrew Cagney  <ac131313@redhat.com>
12323
12324         * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
12325         * configure, config.in: Re-generate.
12326         * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
12327         * defs.h: Do not include <endian.h>.
12328
12329 2002-01-05  Jason Thorpe  <thorpej@wasabisystems.com>
12330
12331         * acconfig.h (HAVE_PT_GETXMMREGS): New.
12332         * config.in: Regenerate.
12333         * configure.in: Update copyright years.
12334         Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
12335         * configure: Regenerate.
12336         * i386bsd-nat.c: Update copyright years.
12337         (fill_gregset): Use regcache_collect.
12338         (fetch_inferior_registers): Only fetch integer registers
12339         if requested to do so.  Add support for XMM registers
12340         using PT_GETXMMREGS.
12341         (store_inferior_registers): Only store integer registers
12342         if requested to do so.  Add support for XMM registers
12343         using PT_SETXMMREGS.
12344         * i386nbsd-nat.c (fetch_inferior_registers): Remove.
12345         (store_inferior_registers): Remove.
12346         (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
12347         (fetch_elfcore_registers): New function.
12348         (i386nbsd_elfcore_fns): New.
12349         (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
12350         * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
12351         i386bsd-nat.o.
12352         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
12353         * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
12354         * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
12355         * config/i386/tm-nbsd.h: Update copyright years.
12356         (HAVE_SSE_REGS): Define.
12357         (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
12358         (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
12359         (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
12360         (SIGCONTEXT_PC_OFFSET): Remove.
12361         (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
12362
12363 2002-01-05  Andrew Cagney  <ac131313@redhat.com>
12364
12365         * configure.tgt: Remove powerpc-*-macos* target.
12366         * config/m68k/xm-mpw.h: Delete file.
12367         * config/xm-mpw.h: Delete file.
12368         * ser-mac.c: Delete file.
12369         * mpw-make.sed: Delete file.
12370         * mpw-config.in: Delete file.
12371         * mac-xdep.c: Delete file.
12372         * mac-gdb.r: Delete file.
12373         * mac-defs.h: Delete file.
12374         * mac-nat.c: Delete file.
12375         * config/powerpc/macos.mh: Delete file.
12376         * config/powerpc/macos.mt: Delete file.
12377         * config/powerpc/nm-macos.h: Delete file.
12378         * config/powerpc/tm-macos.h: Delete file.
12379         * source.c (openp, open_source_file): Remove obsolete code.
12380         * top.c (gdb_readline): Ditto.
12381         * utils.c (query): Ditto.
12382         * event-top.c (display_gdb_prompt): Ditto.
12383         * Makefile.in (ser-mac.o): Delete obsolete target.
12384         * NEWS: Update.
12385
12386 2002-01-04  Andrew Cagney  <ac131313@redhat.com>
12387
12388         * defs.h (BIG_ENDIAN): Delete macro definition.
12389         * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
12390         coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
12391         findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
12392         printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
12393         remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
12394         stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
12395         config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
12396         config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
12397         config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
12398         config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
12399         config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
12400         config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
12401         mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12402         * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12403         * gdbarch.c: Re-generate.
12404
12405 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
12406
12407         * thread-db.c (thread_db_new_objfile): Do not enable thread_db
12408         for core files.
12409
12410 2002-01-04  Jason Thorpe  <thorpej@wasabisystems.com>
12411
12412         * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
12413
12414 2002-01-04  Andrew Cagney  <ac131313@redhat.com>
12415
12416         * value.h (value_ptr): Delete typedef.
12417
12418 2002-01-04  Jason Thorpe  <thorpej@wasabisystems.com>
12419
12420         * i386nbsd-nat.c: Update copyright years.
12421         Include i386-tdep.h.
12422
12423 2002-01-04  Elena Zannoni  <ezannoni@redhat.com>
12424
12425         * stabsread.c: Update copyright years.
12426
12427         From Debashis Mahata <debashis.mahata@wipro.com>:
12428         (read_struct_fields): Deal with Sun C compiler erroneous stab
12429         output for structs and unions.
12430         Fix PR gdb/269.
12431
12432 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
12433
12434         * p-valprint.c: Include "cp-abi.h" for baseclass_offset
12435         prototype.
12436
12437 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
12438
12439         * cp-abi.c: Fix whitespace.
12440         (baseclass_offset): New wrapper function.
12441         * cp-abi.h (baseclass_offset): Add prototype.
12442         (struct cp_abi_ops): Add baseclass_offset pointer.
12443
12444         * valops.c (vb_match): Move to...
12445         * gnu-v2-abi.c (vb_match): here.
12446         * valops.c (baseclass_offset): Move to...
12447         * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
12448
12449         * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
12450
12451         * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
12452         * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
12453         * hpacc-abi.c (init_hpacc_ops): Likewise.
12454
12455 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
12456
12457         * valops.c (find_overload_match): Accept obj as a
12458         reference parameter.  Update it before returning.
12459         * value.h (find_overload_match): Update prototype.
12460         * eval.c (evaluate_subexp_standard): Pass object to
12461         find_overload_match by reference.
12462
12463 2002-01-03  Andrew Cagney  <ac131313@redhat.com>
12464
12465         * valarith.c: Replace value_ptr with struct value pointer.  Remove
12466         register attribute from value declarations.
12467         * valops.c: Ditto.
12468         * value.h: Ditto.
12469         * scm-lang.c (scm_lookup_name): Ditto.
12470
12471 2002-01-03  Michael Snyder  <msnyder@redhat.com>
12472
12473         Abstract the functionality of iterating over mapped memory
12474         regions into a general purpose iterator function.
12475         * procfs.c (iterate_over_mappings): New function, general purpose
12476         iterator for memory sections.
12477         (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
12478         (solib_mappings_callback): New function, callback for above.
12479         (info_proc_mappings): Reimpliment using iterate_over_mappings.
12480         (info_mappings_callback): New function, callback for above.
12481
12482         * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
12483
12484 2002-01-01  Mark Kettenis  <kettenis@gnu.org>
12485
12486         * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
12487         * i386-tdep.c: Include "elf-bfd.h".
12488         (process_note_abi_tag_sections): New function.
12489         (i386_gdbarch_init): Add code to recognize various OS/ABI
12490         combinations.
12491
12492         * maint.c (_initialize_maint_cmds): Add missing \ in
12493         string-literal.
12494
12495 For older changes see ChangeLog-2001
12496 \f
12497 Local Variables:
12498 mode: change-log
12499 left-margin: 8
12500 fill-column: 74
12501 version-control: never
12502 End: