2002-11-06 Elena Zannoni <ezannoni@redhat.com>
[external/binutils.git] / gdb / ChangeLog
1 2002-11-06  Elena Zannoni  <ezannoni@redhat.com>
2
3         * symtab.c (methods_info): Delete. It has been ifdeffed out for
4         ages.
5         (symtab_symbol_info): Remove eons old ifdeffed out code.
6         (_initialize_symtab): Remove prehistoric disabled 'info methods'
7         command.
8
9 2002-11-06  Theodore A. Roth  <troth@openavr.org>
10
11         * c-exp.y: Add missing semi-colons.
12         * f-exp.y: Add missing semi-colons.
13         * m2-exp.y: Add missing semi-colons.
14         * p-exp.y: Add missing semi-colons.
15         Add empty action to start rule to avoid a type clash error when
16         building with bison >= 1.50.
17
18 2002-11-06  Jim Blandy  <jimb@redhat.com>
19
20         * macrotab.h (struct macro_source_file): Doc fix.
21
22 2002-11-05  Jeff Johnston  <jjohnstn@redhat.com>
23
24         * varobj.c (child_exists, cplus_number_of_children): Change
25         STREQ macro references to strcmp.
26         (cplus_name_of_child): Change code to handle the fact that
27         fields are not necessarily contiguous with regards to their 
28         access control. This is a fix for PR gdb/792.
29
30 2002-11-05  Andrew Cagney  <ac131313@redhat.com>
31
32         * gdbarch.sh (GET_SAVED_REGISTER): Change to a predicate function.
33         * gdbarch.h, gdbarch.c: Regnerate.
34         * frame.h (frame_register): Declare.
35         * frame.c (frame_register): New function.
36         (get_saved_register): Test GET_SAVED_REGISTER_P before calling
37         GET_SAVED_REGISTER, otherwize call
38         generic_unwind_get_saved_register.
39         (frame_register_read): Use frame_register instead of
40         get_saved_register.
41
42 2002-11-05  Elena Zannoni  <ezannoni@redhat.com>
43         
44         From Jim Ingham  <jingham@apple.com>:
45         * event-top.c (gdb_disable_readline): New function.
46         (_initialize_event_loop): Move comment.
47
48 2002-11-05  Elena Zannoni  <ezannoni@redhat.com>
49
50         * event-loop.c (start_event_loop): Add comment.
51         Update copyright.
52
53 2002-11-05  Andrew Cagney  <ac131313@redhat.com>
54
55         * infcmd.c (default_print_registers_info): Do not call
56         PRINT_REGISTER_HOOK.
57
58 2002-11-05  Andrew Cagney  <ac131313@redhat.com>
59
60         * sparc-tdep.c (sparc_print_register_hook): Make static.
61         (sparc_print_registers_info): New function.
62         (sparc_do_registers_info): New function.
63         (sparclet_print_registers_info): New function.
64         (sparclet_do_registers_info): New function.
65         (do_sparc_print_registers_info): New function.
66         (sparc_print_registers): New static function, clone of infcmd.c's
67         default_print_registers_info.
68         * config/sparc/tm-sparclet.h (PRINT_REGISTER_HOOK): Delete macro.
69         (sparclet_do_registers_info): Declare.
70         (DEPRECATED_DO_REGISTERS_INFO): Re-define.
71         * config/sparc/tm-sparc.h (DEPRECATED_DO_REGISTERS_INFO):
72         Re-define.
73         (sparc_do_registers_info): Declare.
74         (PRINT_REGISTER_HOOK): Delete macro.
75         (sparc_print_register_hook): Delete declaration.
76
77 2002-11-05  David Carlton  <carlton@math.stanford.edu>
78
79         * symtab.c (lookup_symbol_aux): Move chunks of code into separate
80         functions.
81         (lookup_symbol_aux_local): New function.
82         (lookup_symbol_aux_symtabs): New function.
83         (lookup_symbol_aux_psymtabs): New function.
84
85 2002-11-05  David Carlton  <carlton@math.stanford.edu>
86
87         * symtab.c (lookup_symbol_aux): In minsym sections, don't use the
88         previous values of 'objfile' and 'block'.
89
90 2002-11-05  Pierre Muller  <muller@ics.u-strasbg.fr>
91
92         * values.c (value_change_enclosing_type): Set 
93         enclosing_type field correctly also for the case where 
94         more memory needs to be allocated.
95
96 2002-11-03  Mark Kettenis  <kettenis@gnu.org>
97
98         * i387-tdep.c (i387_print_float_info): Call fputs_filtered instead
99         of puts_filtered.
100
101         * i387-tdep.c (i387_print_float_info): Replace calls to
102         register_read and deprecated_read_register_gen with calls to
103         frame_register_read, and make the necessary adjustments to the
104         surrounding code.
105
106 2002-11-02  Andrew Cagney  <ac131313@redhat.com>
107
108         * gdbarch.sh (register_reggroup_p): Allow default value.
109         * gdbarch.h, gdbarch.c: Regenerate.
110
111 2002-11-02  Andrew Cagney  <ac131313@redhat.com>
112
113         * regcache.h: Add coment indicating replacements for deprecated
114         functions.
115
116 2002-11-02  Andrew Cagney  <cagney@redhat.com>
117
118         * reggroups.h, reggroups.c: New files.
119         * regcache.c: Include "reggroups.h".
120         (enum regcache_dump_what): Add `regcache_dump_groups'.
121         (regcache_dump): Contract size of the "Type" column.  When
122         specified, dump the register's groups.
123         (maintenance_print_register_groups): New function.
124         (_initialize_regcache): Add command `maint print register-groups'.
125         * Makefile.in (COMMON_OBS): Add reggroups.o
126         (SFILES): Add reggroups.c.
127         (reggroups_h): Define.
128         (regcache.o, gdbarch.o): Update dependencies.
129         (reggroups.o): Specify dependencies.
130         * gdbarch.sh (register_reggroup_p): Add pure multi-arch method.
131         Add opaque declaration for `struct reggroup' in generated .h file.
132         Include "reggroups.h" in generated .c file.
133         gdbarch.h, gdbarch.c: Re-generate.
134
135 2002-11-02  Andrew Cagney  <cagney@redhat.com>
136
137         * regcache.h (deprecated_read_register_gen): Rename
138         read_register_gen.
139         (deprecated_write_register_gen): Rename write_register_gen.
140         * i387-tdep.c: Update.
141         * x86-64-linux-nat.c: Update
142         * wince.c: Update.
143         * thread-db.c: Update.
144         * win32-nat.c: Update.
145         * mips-tdep.c: Update.
146         * d10v-tdep.c: Update.
147         * cris-tdep.c: Update.
148         * remote-sim.c: Update.
149         * remote-rdi.c: Update.
150         * remote-rdp.c: Update.
151         * frame.c: Update.
152         * target.c: Update.
153         * blockframe.c: Update.
154         * x86-64-tdep.c: Update.
155         * xstormy16-tdep.c: Update.
156         * sh-tdep.c: Update.
157         * s390-tdep.c: Update.
158         * rs6000-tdep.c: Update.
159         * sparc-tdep.c: Update.
160         * i386-tdep.c: Update.
161         * dwarf2cfi.c: Update.
162         * regcache.c: Update.
163
164 2002-11-01  Joel Brobecker  <brobecker@gnat.com>
165
166         New interix-specific files:
167         * config/i386/nm-interix.h: New file.
168         * config/i386/interix.mh: New file.
169         * config/i386/interix.mt: New file.
170         * i386-interix-nat.c: New file.
171         * i386-interix-tdep.c: New file.
172
173 2002-11-01  Andrew Cagney  <cagney@redhat.com>
174
175         * frame.h (deprecated_generic_get_saved_register): Rename
176         generic_get_saved_register.
177         * blockframe.c (deprecated_generic_get_saved_register): Update.
178         * xstormy16-tdep.c (xstormy16_get_saved_register): Update.
179         (xstormy16_frame_saved_register): Update.
180         * sh-tdep.c (sh_gdbarch_init): Update.
181         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
182         * ia64-tdep.c (ia64_get_saved_register): Update.
183         * cris-tdep.c (cris_gdbarch_init): Update.
184         * config/m32r/tm-m32r.h (GET_SAVED_REGISTER): Update.
185         * arm-tdep.c (arm_gdbarch_init): Update.
186
187 2002-10-31  Daniel Jacobowitz  <drow@mvista.com>
188
189         * lin-lwp.c (lin_lwp_resume): Remove resume_all test for !step.
190
191 2002-10-31  Daniel Jacobowitz  <drow@mvista.com>
192
193         * i386-linux-tdep.c (i386_linux_pc_in_sigtramp): Check for
194         trampolines in sigaction.
195
196 2002-10-31  Andrew Cagney  <cagney@redhat.com>
197
198         * h8300-tdep.c: Include "gdb_assert.h".
199         (h8300_print_register): Add gdbarch, file and frame parameters.
200         Use frame_read_unsigned_register to read the register's value.
201         Use fprintf_filtered to display output.
202         (h8300_print_registers_info): Replace h8300_do_registers_info.
203         (h8300_gdbarch_init): Set print_registers_info.
204
205 2002-10-31  Andrew Cagney  <cagney@redhat.com>
206
207         * frame.c (frame_read_unsigned_register): New function.
208         (frame_read_signed_register): New function.
209         * frame.h (frame_read_unsigned_register): Declare.
210         (frame_read_signed_register): Declare.
211
212 2002-10-31  Andrew Cagney  <cagney@redhat.com>
213
214         * h8500-tdep.c (h8500_print_registers_info): New static function,
215         clone of infcmd.c's default_print_registers_info.
216         (h8500_do_registers_info): New funtion.
217         (h8500_print_register_hook): Rename print_register_hook, make
218         static.
219
220         * config/h8500/tm-h8500.h: Update copyright.
221         (DEPRECATED_DO_REGISTERS_INFO): Define.
222         (h8500_do_registers_info: Declare.
223         (PRINT_REGISTER_HOOK): Delete macro.
224         (print_register_hook): Delete function.
225
226 2002-10-31  Andrew Cagney  <cagney@redhat.com>
227
228         * z8k-tdep.c (z8k_print_register_hook): Make static.
229         (z8k_print_registers_info): New static function, clone of
230         infcmd.c's default_print_registers_info.
231         (z8k_do_registers_info): New function.  Wrap
232         z8k_print_registers_info.
233         * config/z8k/tm-z8k.h: Update copyright.
234         (PRINT_REGISTER_HOOK): Delete macro.
235         (z8k_print_register_hook): Delete declaration.
236         (DEPRECATED_DO_REGISTERS_INFO): Define.
237         (z8k_do_registers_info): Declare.
238
239 2002-10-30  Joel Brobecker  <brobecker@gnat.com>
240
241         * hppa-tdep.c (find_function_in_inferior): Remove this extern,
242         as this is already provided by value.h, and was actually causing
243         a compilation error because of a conflict in parameter type
244         declaration due to a missing const keyword.
245         (low_text_segment_addres): Fix a compilation warning.
246
247 2002-10-29  Daniel Jacobowitz  <drow@mvista.com>
248
249         * mips-linux-nat.c (mips_linux_cannot_fetch_register): Don't fetch
250         registers without a name.
251         (mips_linux_cannot_store_register): Don't store registers without
252         a name.
253
254 2002-10-28  David Carlton  <carlton@math.stanford.edu>
255
256         * symtab.c (find_addr_symbol): Delete.  (It was already commented
257         out.)
258         * symtab.h: Delete prototype for find_addr_symbol.
259
260 2002-10-26  Andrew Cagney  <cagney@redhat.com>
261
262         * gdbarch.sh (DEPRECATED_DO_REGISTERS_INFO): Rename
263         DO_REGISTERS_INFO.
264         gdbarch.h, gdbarch.c: Re-generate.
265         * infcmd.c (default_print_registers_info): Update reference.
266         * mips-tdep.c (mips_gdbarch_init): Set deprecated_do_registers_info.
267         (mips_dump_tdep): Do not print DO_REGISTERS_INFO.
268         * sh-tdep.c (sh_gdbarch_init): Ditto.
269         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
270         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
271
272 2002-10-26  Mark Kettenis  <kettenis@gnu.org>
273
274         * x86-64-tdep.c (x86_64_init_abi): Set init_extra_frame_info to
275         cfi_init_extra_frame_info.
276         * x86-64-tdep.h (x86_64_init_extra_frame_info): Remove prototype.
277         * x86-64-linux-tdep.c (x86_64_init_extra_frame_info): Remove function.
278
279         * x86-64-tdep.c (x86_64_init_abi): Add calls to override the i386
280         target where necessary.  Add more comments and remove the ones
281         that don't provide any useful information.
282
283         * i386-tdep.c (i386_frame_saved_pc): Replace call to
284         deprecated_read_register_dummy with
285         frame_unwind_unsigned_register.
286
287         * i386-tdep.c (i386_extract_struct_value_address): Use
288         regcache_raw_read_unsigned instead of
289         regcache_cooked_read_unsigned since we know that the register
290         we're reading isn't a pseudo register.  Rename variable 'val' into
291         the more descriptive 'addr'.
292
293         * x86-64-tdep.c: Fix some formatting problems, mostly in comments.
294         (x86_64_push_return_address): Add comment.
295         (x86_64_pop_frame): Make static.
296         (examine_argument): Clarify comment.
297         (x86_64_skip_prologue): Make prolog_expact variable static.
298
299         * dwarf2cfi.c: Fix some formatting problems.
300         (context_cpy, read_encoded_pointer): Clarify comments.
301
302         * x86-64-tdep.c (x86_64_breakpoint_from_pc): Constify.
303         (x86_64_init_abi): Move set_gdbarch_* calls that overlap with the
304         i386 target back into x86_64_gdbarch_init.  Add some comments and
305         remove meaningless ones.
306
307 2002-10-25  Andrew Cagney  <cagney@redhat.com>
308
309         * complaints.h (struct deprecated_complaint): Rename `struct
310         complaint'.
311         * complaints.c (complain): Update.
312         * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete
313         incorrect comment indicating that "symfile.h" was being included
314         for the `struct complaint' definition.
315         * remote-vx.c: Update.
316         * objc-lang.c: Update.
317         * xcoffread.c: Update.
318         * hpread.c: Update.
319         * mdebugread.c: Update.
320         * stabsread.c: Update.
321         * dwarf2read.c: Update.
322         * dwarfread.c: Update.
323         * elfread.c: Update.
324         * coffread.c: Update.
325         * stabsread.h: Update.
326         * dbxread.c: Update.
327         * buildsym.c: Update.
328         * gdbtypes.c: Update.
329         * macrotab.c: Update.
330
331 2002-10-25  Mark Kettenis  <kettenis@gnu.org>
332
333         * x86-64-tdep.c (x86_64_gdbarch_init): Make a bit more similar to
334         the version in i386-tdep.c.  Move set_gdbarch_* calls out into...
335         (x86_64_init_abi): ...new function.
336
337         * Makefile.in (i386v-nat.o): Add $(i386_tdep_h).
338         * i386v-nat.c: Include "i386-tdep.h".
339
340 2002-10-25  Andrew Cagney  <cagney@redhat.com>
341
342         * gdbtypes.c (address_space_name_to_int): Update.
343         (address_space_int_to_name): Update.
344         * gdbarch.sh (address_class_type_flags_to_name): Change to a pure
345         multi-arch predicate.
346         (address_class_name_to_type_flags): Ditto.
347         * gdbarch.h, gdbarch.c: Re-generate.
348         
349         * MAINTAINERS: Check all warnings when h8300hms and alpha-elf.
350
351 2002-10-24  Martin M. Hunt  <hunt@redhat.com>
352
353         * utils.c (string_to_core_addr): Revert patch from 11 Oct.
354
355 2002-10-24  Elena Zannoni  <ezannoni@redhat.com>
356
357         * symtab.h (INIT_SAL): Delete macro.
358         (init_sal): Export.
359         * symtab.c (init_sal): New function.
360
361         * ada-lang.c (ada_finish_decode_line_1): Change INIT_SAL macro
362         to init_sal function call.
363         (find_sal_from_funcs_and_line): Ditto.
364         (all_sals_for_line): Ditto. 
365         * breakpoint.c (create_internal_breakpoint): Ditto. 
366         (create_fork_vfork_event_catchpoint): Ditto. 
367         (create_exec_event_catchpoint): Ditto. 
368         (parse_breakpoint_sals): Ditto. 
369         (watch_command_1): Ditto. 
370         (handle_gnu_4_16_catch_command): Ditto.
371         (clear_command): Ditto. 
372         * hppa-tdep.c (child_enable_exception_callback): Ditto. 
373         * infcmd.c (run_stack_dummy): Ditto. 
374         * infrun.c (process_event_stop_test): Ditto.
375         (check_sigtramp2): Ditto.
376         (step_over_function): Ditto. 
377         * linespec.c (decode_line_2): Ditto. 
378         (decode_line_1): Ditto. 
379         * source.c (line_info): Ditto. 
380         * symtab.c (find_pc_sect_line): Ditto.
381
382 2002-10-24  Michal Ludvig  <mludvig@suse.cz>
383
384         * dwarf2cfi.c (struct context)
385         (struct context_reg): Moved to dwarf2cfi.h
386         (context_alloc, frame_state_alloc, context_cpy):
387         Made extern instead of static, removed prototypes.
388         * dwarf2cfi.h (struct context)
389         (struct context_reg): New, moved from dwarf2cfi.c
390         (context_alloc, frame_state_alloc, context_cpy):
391         New prototypes.
392         * x86-64-linux-tdep.c (x86_64_linux_sigtramp_saved_pc):
393         Changed from static to extern.
394         (LINUX_SIGINFO_SIZE, LINUX_SIGCONTEXT_PC_OFFSET)
395         (LINUX_SIGCONTEXT_FP_OFFSET)
396         (LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Adjusted.
397         (x86_64_linux_in_sigtramp, x86_64_linux_frame_chain)
398         (x86_64_init_frame_pc, x86_64_init_extra_frame_info): New.
399         * x86-64-tdep.c (x86_64_gdbarch_init): Several
400         set_gdbarch_*() calls now use x86-64 specific functions 
401         instead of DWARF2 CFI ones.
402         * x86-64-tdep.h (x86_64_linux_in_sigtramp)
403         (x86_64_linux_frame_chain, x86_64_init_frame_pc)
404         (x86_64_init_extra_frame_info): New prototypes.
405         
406 2002-10-23  David Carlton  <carlton@math.stanford.edu>
407
408         * linespec.c: #include "parser-defs.h".
409         Delete prototype for find_template_name_end.
410         * Makefile.in (linespec.o): Depend on $(parser_defs_h).
411
412 2002-10-23  Jeff Johnston  <jjohnstn@redhat.com>
413
414         * NEWS: add recent mi fixes.
415         * varobj.c (struct varobj): Add new "updated" flag.
416         (new_variable): Default "updated" flag to 0.
417         (varobj_set_value): Set "updated" flag to 1 if value
418         changes.
419         (varobj_update): Check varobj "updated" flag before
420         comparing old and refreshed values.  Fix for
421         PR gdb/702.
422
423 2002-10-23  David Carlton  <carlton@math.stanford.edu>
424
425         * parse.c (parse_exp_1): Use BLOCK_START.
426         * x86-64-tdep.c (x86_64_skip_prologue): Use BLOCK_END,
427         SYMBOL_BLOCK_VALUE.
428         * objc-lang.c (find_methods): Use BLOCK_START, BLOCK_END.
429
430 2002-10-23  David Carlton  <carlton@math.stanford.edu>
431
432         * symtab.c: Delete cplusplus_hint.
433         Delete prototype for find_template_name_end.
434
435 2002-10-23  Elena Zannoni  <ezannoni@redhat.com>
436
437         * symtab.h: Update comment.
438
439 2002-10-23  Michael Snyder  <msnyder@redhat.com>
440
441         * printcmd.c (address_info): Restore quotes in output.
442         * valops.c (value_of_local): Restore quotes in error message.
443
444 2002-10-23  Elena Zannoni  <ezannoni@redhat.com>
445
446         * symtab.c (symbol_demangled_name): New function.
447         * symtab.h (SYMBOL_DEMANGLED_NAME): Simplify macro, by
448         turning most of it into a function.
449         (symbol_demangled_name): Export.
450
451 2002-10-23  Michael Snyder  <msnyder@redhat.com>
452
453         * valops.c (value_of_local): Restore quotes in error message.
454
455 2002-10-23  Elena Zannoni  <ezannoni@redhat.com>
456
457         * symtab.c (symbol_init_language_specific): New function.
458         * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): Simplify macro, by
459         turning most of it into a function.
460         (symbol_init_language_specific): Export.
461
462 2002-10-23  David Carlton  <carlton@math.stanford.edu>
463
464         * dwarf2read.c (dwarf_tag_name): Add DWARF 3 names.
465         (dwarf_attr_name): Ditto.
466         (dwarf_type_encoding_name): Ditto.
467         (scan_partial_symbols): Descend into DW_TAG_namespace entries.
468         (process_die): Handle DW_TAG_namespace,
469         DW_TAG_imported_declaration, DW_TAG_imported_module.
470         (read_namespace): New function.
471
472 2002-10-22  Joel Brobecker  <brobecker@gnat.com>
473
474         * configure.in: Define NEW_PROC_API on Interix too.
475         * configure: Regenerate.
476
477 2002-10-21  Joel Brobecker  <brobecker@gnat.com>
478
479         * configure: Regenerate using the proper version of autoconf.
480
481 2002-10-21  Elena Zannoni  <ezannoni@redhat.com>
482
483         * findvar.c (read_var_value): Temporarily disable TLS code, until
484         complete TLS support is added.
485
486 2002-10-21  Jim Blandy  <jimb@redhat.com>
487             Elena Zannoni  <ezannoni@redhat.com>
488
489         * symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC
490         for thread local storage locations.
491         (struct symbol): Add objfile field.
492         (SYMBOL_OBJFILE): Define.
493         * dwarf2read.c (is_thread_local): New static variable.
494         (new_symbol): If variable is in thread local fill in address class
495         and objfile appropriately.
496         (decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address
497         stack operation.
498         * printcmd.c (address_info): Print the information for thread
499         local storage variable.
500         * findvar.c (read_var_value): In case of thread local variable,
501         defer to the target vector code to compute address.
502
503 2002-10-21  Elena Zannoni  <ezannoni@redhat.com>
504
505         * solib-svr4.c (svr4_fetch_objfile_link_map): New function.
506         * solib-svr4.h (svr4_fetch_objfile_link_map): Export.   
507
508 2002-10-21  Elena Zannoni  <ezannoni@redhat.com>
509
510         * symtab.h (address_class):  Rename
511         LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC.
512         * hpread.c (hpread_process_one_debug_symbol): Ditto.
513         * printcmd.c (address_info): Ditto.
514         * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
515
516 2002-10-20  Mark Kettenis  <kettenis@gnu.org>
517
518         * i386bsd-nat.c (i386bsd_dr_set, i386bsd_dr_get_status): Use
519         DBREG_DRX macro to acces debug registers.
520
521         * Makefile.in (i386obsd-tdep.o): New target.
522
523         * solib-sunos.c: Include "bcache.h" and "regcache.h".
524         * Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
525
526         * configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
527         * config/i386/obsd.mt: New file.
528         * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce
529         i386obsd_sc_pc_offset and i386obsd_sc_sp_offset;
530         * i386obsd-nat.c (_initialize_i386obsd_nat): Set
531         i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of
532         i386nbsd_sigtramp_start and i386nbsd_sigtramp_end.
533         * i386obsd-tdep.c: New file.
534
535 2002-10-19  Adam Fedor  <fedor@gnu.org>
536
537         * objc-exp.y (name_not_typename): Fix invalid comment.  
538
539 2002-10-20  Mark Kettenis  <kettenis@gnu.org>
540
541         * solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
542         to allocate partial syms and macro byte caches.
543
544 2002-10-18  David Carlton  <carlton@math.stanford.edu>
545
546         * symtab.h: Delete 'struct source' and 'struct sourcevector'.
547
548 2002-10-18  Adam Fedor  <fedor@gnu.org>
549
550         * stabsread.c (find_name_end): New function.
551         (define_symbol): Use it.
552
553 2002-10-18  Daniel Jacobowitz  <drow@mvista.com>
554
555         * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
556         * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
557         * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
558         * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
559
560 2002-10-17  David Carlton  <carlton@math.stanford.edu>
561
562         * symfile.h: Add opaque declaration for struct obstack.
563         Declare obsavestring to take a const char *.
564         * symfile.c (obsavestring): Make first argument a const char *.
565
566 2002-10-16  Adam Fedor  <fedor@gnu.org>
567
568         * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
569         names when matching breakpoints in current file.
570
571 2002-10-16  Kevin Buettner  <kevinb@redhat.com>
572
573         * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
574         (read_tag_pointer_type): Add address class support.
575         * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
576         (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
577         New methods.
578         * gdbarch.h, gdbarch.c: Regenerate.
579         * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
580         (make_type_with_address_space, recursive_type_dump): Add address
581         class support.
582         * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
583         (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
584         (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
585
586 2002-10-16  Klee Dienes  <kdienes@apple.com>
587
588         * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
589         to get the last character of a char[] buffer, not
590         name[sizeof(vptr_name)-1].
591
592 2002-10-14  Adam Fedor  <fedor@gnu.org>
593
594         * symtab.h: New objc_specific struct.
595         (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
596         (SYMBOL_DEMANGLED_NAME): Likewise.
597
598 2002-10-14  Adam Fedor  <fedor@gnu.org>
599
600         * symfile.c (init_filename_language_table): Add ObjC file extension.
601
602 2002-10-14  Adam Fedor  <fedor@gnu.org>
603
604         * utils.c (puts_filtered_tabular): New function.
605         (fprintf_symbol_filtered): Get ObjC demangled name.
606         * defs.h (puts_filtered_tabular): Declared.
607
608 2002-10-14  Kevin Buettner  <kevinb@redhat.com>
609
610         * c-lang.h (c_type_print_varspec_prefix): Delete.
611         * c-typeprint.c (c_type_print_varspec_prefix): Make static.  Add
612         ``need_post_space'' parameter.  Adjust all callers.
613
614 2002-10-14  Daniel Jacobowitz  <drow@mvista.com>  
615  
616         * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
617         * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
618         * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
619         * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
620
621 2002-10-13  Adam Fedor  <fedor@gnu.org>
622
623         * source.c (print_source_lines): Update comments.
624
625 2002-10-13  Adam Fedor  <fedor@gnu.org>
626
627         * valops.c (value_of_local): New function.
628         (value_of_this): Use it.
629         * value.h (value_of_local): Declared.
630
631 2002-10-13  Adam Fedor  <fedor@gnu.org>
632
633         * parse.c: (length_of_subexp, prefixify_subexp): Handle
634         OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
635
636 2002-10-12  Adam Fedor  <fedor@gnu.org>
637
638         * language.c (binop_result_type): Add language_objc to case.
639         (integral_type): Likewise.
640         (character_type): Likewise.
641         (string_type): Likewise.
642         (boolean_type): Likewise.
643         (structured_type): Likewise.
644         (binop_type_check): Likewise.
645
646 2002-10-11  Adam Fedor  <fedor@gnu.org>
647
648         * printcmd.c (address_info): Print 'self' for ObjC.
649
650 2002-10-11  Adam Fedor  <fedor@gnu.org>
651
652         * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
653         OP_SELF.
654
655 2002-10-11  Adam Fedor  <fedor@gnu.org>
656
657         * language.h (CAST_IS_CONVERSION): Add language_objc.
658
659 2002-10-11  Adam Fedor  <fedor@gnu.org>
660
661         * defs.h (enum language): Add language_objc.
662
663 2002-10-11  Klee Dienes  <kdienes@apple.com>
664
665         * corefile.c (read_memory_typed_address): New function.
666         * gdbcore.h (read_memory_typed_address): Add prototype.
667         * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
668         to read a value destined for a CORE_ADDR, not read_memory_integer.
669         * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
670         (f77_get_dynamic_lowerbound): Ditto.
671
672 2002-10-11  Martin M. Hunt  <hunt@redhat.com>
673
674         * utils.c (string_to_core_addr): After turning string into
675         a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
676         which will do necessary sign-extension, etc.
677
678 2002-10-11  Daniel Jacobowitz  <drow@mvista.com>
679
680         * c-exp.y (THIS): Delete token and grammar rule.
681         (yylex): Don't return THIS.
682         * cp-valprint.c (vtbl_ptr_name_old): Delete.
683         (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
684         * demangle.c (cplus_markers): Update comment.  Put '$'
685         first.  Remove CPLUS_MARKER.
686         (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
687         * jv-exp.y (THIS): Delete token and grammar rule.
688         (yylex): Don't return THIS.
689         * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
690         * objc-exp.y (THIS): Delete token and grammar rule.
691         (yylex): Don't return THIS.
692         * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
693         * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
694         (read_member_functions): Likewise for opname.
695         (read_tilde_fields): Use is_cplus_marker.
696
697         * defs.h (CPLUS_MARKER): Don't define.
698         * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
699         * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
700         * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
701         * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
702         * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
703
704         * config/i386/tm-i386v4.h: Delete file.
705         * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
706         * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
707         * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
708         * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
709         * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
710         * config/i386/i386sco5.mt (TM_FILE): Likewise.
711         * config/i386/i386v4.mt (TM_FILE): Likewise.
712         * config/i386/ncr3000.mt (TM_FILE): Likewise.
713
714 2002-10-10  Marko Mlinar  <markom@opencores.org>
715
716         * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
717         accidentially not commited 2002-10-09
718         * gdbarch.h, gdbarch.c: Re-generate.
719
720 2002-10-09  Marko Mlinar  <markom@opencores.org>
721
722         * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
723         * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
724         * gdbarch.h, gdbarch.c: Re-generate.
725
726 2002-10-08  Petr Sorfa <petrs@caldera.com>
727
728         Revised and re-submitted by John Wolfe <jlw@caldera.com>
729
730         Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
731         so we can work on more than one compilation unit at a time.  This
732         helps prepare GDB to handle inter-CU die references.
733         * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
734         the code to be defined before struct comp_unit_head.
735         (comp_unit_head): Added new members - offset, cu_head,
736         begin_die, next and dwarf2_abbrevs.
737         (dwarf2_abbrevs): Removed single static var; now member of
738         struct comp_unit_head.
739         dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
740         members.
741         (psymtab_to_symtab_1): Changed to work with the new
742         struct comp_unit_head.
743         (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
744         constructs the dwarf2_abbrevs[] inside the cu_header.
745         (dwarf2_empty_abbrev_table): Now expects a ptr to a
746         dwarf2_abbrev table to clean up.
747         (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
748         handling of dwarf2_abbrevs inside the cu_header.
749         (read_partial_die): Now supports the call to the new
750         dwarf2_lookup_abbrev.
751         (read_full_die): Now supports the call to the new
752         dwarf2_lookup_abbrev.
753
754 2002-10-06  Christopher Faylor  <cgf@redhat.com>
755
756         * Makefile.in (install-gdbtk): Add missing continuation backslash to
757         insure that shell variables, such as "transformed_name" are propagated
758         to later shell statements in rule.
759
760 2002-10-06  Mark Kettenis  <kettenis@gnu.org>
761
762         * config/i386/nm-i386sco.h: Add protection against
763         multiple-inclusion.  Include "i386/nm-i386v.h".
764         (REGISTER_U_ADDR): Remove define.
765         (i386_register_u_addr): Remove prototype.
766
767 2002-10-04  Michael Snyder  <msnyder@redhat.com>
768
769         * m32r-stub.c (handle_exception): Make sure exception is "trap"
770         before treating it as a single-step event.
771
772 2002-10-03  Adam Fedor  <fedor@gnu.org>
773
774         * objc-lang.c: ARI fixes.  Change string.h to gdb_string.h.
775         (objc_demangle): Remove assignment in if statements, Replace
776         free with xfree.
777         (add_msglist): Likewise.
778         (end_msglist): Likewise.
779         (complare_selectors): Likewise.
780         (selectors_info): Likewise.
781         (compare_classes): Likewise.
782         (classes_info): Likewise.
783         (print_object_command): Likewise.
784         (find_objc_msgcall_submethod): Replace PTR with void *.
785         * objc-lang.h: Remove check for __STDC__.
786
787 2002-10-03  Jeff Johnston  <jjohnstn@redhat.com>
788
789         * ui-out.h (ui_out_field_fmt_int): New prototype.
790         * ui-out.c (ui_out_field_fmt_int): New function allowing specification
791         of field width and alignment.
792         * stack.c (print_frame_info_base): When printing frame level, use
793         ui_out_field_fmt_int with a width of 2 and left alignment.  Fix for
794         PR gdb/192
795
796 2002-10-03  Jeff Johnston  <jjohnstn@redhat.com>
797
798         * MAINTAINERS: Add self to Write After Approval list.
799
800 2002-10-02  Elena Zannoni  <ezannoni@redhat.com>
801
802         * infcmd.c (interrupt_target_command_wrapper): Delete.
803         (interrupt_target_command): Make non static.
804         (nofp_registers_info): Make static.
805         * stack.c (return_command_wrapper): Delete.
806         (return_command): Make non static.
807
808 2002-10-02  Elena Zannoni  <ezannoni@redhat.com>
809
810         * event-top.c (gdb_setup_readline): New function. Code moved from
811         _initialize_event_loop().
812         (_initialize_event_loop): Call gdb_setup_readline().
813
814 2002-10-02  Andrew Cagney  <ac131313@redhat.com>
815
816         * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
817         * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
818         * gdbarch.h, gdbarch.c: Re-generate.
819
820 2002-10-02  Daniel Jacobowitz  <drow@mvista.com>
821
822         Fix PR gdb/778
823         * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
824         before recursing.
825         * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
826         of fill_in_vptr_fieldno.
827
828 2002-10-02  Elena Zannoni  <ezannoni@redhat.com>
829
830         * inferior.h (registers_info, stepi_command, nexti_command,
831         continue_command, interrupt_target_command): Export from infcmd.c.
832         * frame.h (args_info, selected_frame_level_changed_hook,
833         return_command): Export from stack.c.
834         * v850ice.c (stepi_command, nexti_command, continue_command): use
835         prototypes from inferior.h.
836         * tracepoint.c (registers_info, args_info, locals_info): Use
837         prototypes from frame.h and inferior.h.
838         * Makefile.in (mi-main.o): Add dependency on frame.h.
839
840 2002-10-02  Andrew Cagney  <ac131313@redhat.com>
841
842         * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
843         value in register 3 adjusted by ppc_gp0_regnum.
844
845         * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
846
847 2002-10-02  Marko Mlinar <markom@opencores.org>
848
849         * MAINTAINERS: Add myself to the Write After Approval list.
850
851 2002-10-01  Alexandre Oliva  <aoliva@redhat.com>
852
853         * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
854         of the section for the N64 ABI, fixed.
855
856         * config/mips/tm-irix6.h: Include solib.h.
857
858 2002-10-01  Elena Zannoni  <ezannoni@redhat.com>
859
860         * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
861         GNU operators.
862
863 2002-10-01  Andrew Cagney  <ac131313@redhat.com>
864
865         * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
866         and that "mi0" syntax has been removed.
867
868 2002-09-30  David Carlton  <carlton@math.stanford.edu>
869
870         * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
871         * ppc-sysv-tdep.c: #include "gdb_string.h".
872         * remote-sds.c (getmessage): Add semicolon after 'retry' label to
873         pacify GCC.
874
875 2002-10-01  Andrew Cagney  <ac131313@redhat.com>
876
877         * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
878         "vrsave"'s register number.
879
880 2002-09-30  Andrew Cagney  <ac131313@redhat.com>
881
882         * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
883         use frame_unwind_signed_register to obtain the PC.
884         (mips_frame_chain): Handle a generic dummy frame.
885         (mips_init_extra_frame_info): When a generic dummy frame, don't
886         re-compute the frame base.
887         (mips_pop_frame): Handle generic dummy frames.
888         (mips_gdbarch_init): When generic dummy frames, set
889         use_generic_dummy_frames, push_dummy_frame to
890         generic_push_dummy_frame, pc_in_call_dummy to
891         generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
892         generic_save_dummy_frame_tos.
893
894 2002-09-30  Andrew Cagney  <ac131313@redhat.com>
895
896         * blockframe.c (generic_find_dummy_frame): Rewrite.  Only test
897         against TOP when TOP was explictly set.
898         (generic_push_dummy_frame): Set TOP to zero.
899
900 2002-09-30  Elena Zannoni  <ezannoni@redhat.com>
901
902         * event-loop.c (start_event_loop): Rename variable 'result' to
903         'gdb_result', to avoid conflicts with upcoming intepreters changes.
904
905 2002-09-30  Keith Seitz  <keiths@redhat.com>
906
907         * gdb-events.sh (selected_thread_changed): New event.
908         * gdb-events.c: Regenerated.
909         * gdb-events.h: Regenerated.
910
911 2002-09-30  Hans-Peter Nilsson  <hp@bitrange.com>
912
913         * MAINTAINERS: Add self to Write After Approval list.
914
915 2002-09-30  Fernando Nasser  <fnasser@redhat.com>
916
917         * disasm.c: New file.  
918         * disasm.h: New file.  
919         * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
920         (compare_lines): Ditto.
921         (dump_insns): Ditto.
922         (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
923         argument.
924         (do_assembly_only): Ditto.
925         (do_disassembly): Renamed to gdb_disassembly and moved to
926         disasm.c.  Sdded uiout argument.
927         * Makefile.in: Add new files.  Reorder SFILES list. Update
928         dependencies.  Include libgdb.a later in the insight executable.
929
930 2002-09-29  Andrew Cagney  <ac131313@redhat.com>
931
932         * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
933         bfd/elf64-alpha-fbsd.c.
934
935 2002-09-29  Andrew Cagney  <ac131313@redhat.com>
936
937         * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
938         i386gnu-tdep.c.
939
940 2002-09-29  Andrew Cagney  <ac131313@redhat.com>
941
942         * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
943         __FUNCTION__.
944         * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
945         function name.
946         (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
947         (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
948         (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
949         (S_msg_sig_post_reply): Ditto.
950         
951 2002-09-28  Corinna Vinschen  <vinschen@redhat.com>
952
953         * sh-tdep.c (sh_use_struct_convention): Use definition according
954         to ABI.
955         (sh_push_arguments): Store in register with correct endianess.
956         (sh_default_store_return_value): Ditto.
957         (sh_gdbarch_init): Set sizeof long double to 8.
958
959 2002-09-27  Mark Kettenis  <kettenis@gnu.org>
960
961         * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
962         Fix some whitespace problems.
963
964 2002-09-27  David Carlton  <carlton@math.stanford.edu>
965
966         * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
967         (mcore-tdep.o): Ditto.
968         (ns32k-tdep.o): Ditto.
969         (ns32knbsd-tdep.o): Ditto.
970         (sh3-rom.o): Ditto.
971         (vax-tdep.o): Ditto.
972         * cris-tdep.c: #include "gdb_string.h"
973         * mcore-tdep.c: Ditto.
974         * ns32k-tdep.c: Ditto.
975         * ns32knbsd-tdep.c: Ditto.
976         * sh3-rom.c: Ditto.
977         * vax-tdep.c: Ditto.
978
979 2002-09-27  David Carlton  <carlton@math.stanford.edu>
980
981         * config/djgpp/fnchange.lst: Add entries for
982         gdb/testsuite/gdb.c++/m-static files.
983
984 2002-09-27  Jim Wilson  <wilson@redhat.com>
985
986         * MAINTAINERS: Add myself to the Write After Approval list.
987
988 2002-09-26  Martin M. Hunt  <hunt@redhat.com>
989
990         * mips-tdep.c (find_proc_desc): Initialize startaddr.
991
992
993 2002-09-26  Andrew Cagney  <ac131313@redhat.com>
994
995         * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
996         frame.
997
998 2002-09-26  Andrew Cagney  <ac131313@redhat.com>
999
1000         * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
1001         (rs6000_struct_return_address): Delete variable.
1002         (rs6000_store_struct_return): Update.
1003         (rs6000_gdbarch_init): Set extract_struct_value_address instead of
1004         deprecated_extract_struct_value_address.
1005         (rs6000_frame_align): New function.
1006         (rs6000_gdbarch_init): Set frame_align.
1007
1008 2002-09-26  Andrew Cagney  <ac131313@redhat.com>
1009
1010         From Grace Sainsbury <graces@redhat.com>:
1011         * Makefile.in (gdbtk-main.o): New target.
1012         (gdb.o): New target.
1013         (main_h): Define.
1014         (main.o): Update dependencies.
1015         (gdb$(EXEEXT)): Add gdb.o.
1016         (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
1017         (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
1018         (SUBDIR_GDBTK_CLEAN): Set.
1019         (install-gdbtk): Install the insight binary.
1020         (uninstall-gdbtk): New target.
1021         (all-gdbtk, clean-gdbtk): New rule.
1022         * top.c (use_windows): Default to zero.
1023         * main.c: Include "main.h".
1024         (main): Delete.
1025         (struct captured_main_args): Delete.
1026         (gdb_main): New function.
1027         * main.h: New file.
1028         * gdb.c: New File.
1029
1030 2002-09-25  Andrew Cagney  <cagney@redhat.com>
1031
1032         * frame.c: Include "gdb_string.h" and "builtin-regs.h".
1033         (frame_map_regnum_to_name): New function.
1034         (frame_map_name_to_regnum): New function.
1035         * frame.h (frame_map_name_to_regnum): Declare.
1036         (frame_map_regnum_to_name): Declare.
1037         * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
1038         * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
1039         * parse.c: Do not include "builtin-regs.h".
1040         (target_map_name_to_register): Delete function.
1041         (write_dollar_variable): Use frame_map_name_to_regnum.
1042         * parser-defs.h (target_map_name_to_register): Delete declaration.
1043         * expprint.c: Include "frame.h".
1044         (print_subexp): Use frame_map_regnum_to_name.
1045         * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
1046         * infcmd.c (registers_info): Use frame_map_name_to_regnum.
1047
1048 2002-09-25  Andrew Cagney  <ac131313@redhat.com>
1049
1050         * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
1051         wasn't saved, and the next innermost frame is a dummy, return the
1052         dummy frame's link register.
1053
1054 2002-09-24  Jim Blandy  <jimb@redhat.com>
1055
1056         Fix from Paul Breed:
1057         * main.c (captured_main): Add a `break' after the case for 'b'.
1058
1059 2002-09-24  Keith Seitz  <keiths@redhat.com>
1060
1061         * varobj.c (c_type_of_child): Use get_target_type instead
1062         of TYPE_TARGET_TYPE.
1063
1064 2002-09-22  Fernando Nasser  <fnasser@redhat.com>
1065
1066         * source.c (get_current_or_default_source_symtab_and_line): Remove
1067         function.
1068         (set_default_source_symtab_and_line): New function. Attempts to
1069         determine a source file to list lines from if one is not currently
1070         defined.
1071         (get_current_source_symtab_and_line): Initialize sal.pc and
1072         sal.end fields.
1073         (set_current_source_symtab_and_line): Mark argument as const.
1074         * source.h: Update declarations and comments.
1075         * linespec.c (decode_line_1): Replace call to removed routine above.
1076         * stack.c (print_frame_info_base): Ditto.
1077         * cli/cli-cmds.c (edit_command): Ditto.
1078         (list_command): Ditto.
1079
1080 2002-09-22  Fernando Nasser  <fnasser@redhat.com>
1081
1082         * source.c (get_current_or_default_source_symtab_and_line): Initialize
1083         sal.pc and sal.end fields.
1084         (get_current_or_default_source_symtab_and_line): Ditto.
1085         * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
1086         so we do not cause a new source symtab to be searched for (reverting an
1087         unintentional change from the 2002-09-20 patch).
1088         * scm-lang.c (scm_unpac): Ditto.
1089
1090 2002-09-21  Andrew Cagney  <cagney@redhat.com>
1091
1092         * complaints.c (symfile_explanations): Remove new-line from
1093         ``isolated_message''.
1094         (vcomplaint): When ISOLATED_MESSAGE, force a line break.
1095         (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
1096
1097 2002-09-20  Nick Clifton  <nickc@redhat.com>
1098         
1099         * NEWS: Announce that V850EA ISA is no longer supported.
1100         * v850-tdep.c: Remove reference to bfd_mach_v850ea.
1101
1102 2002-09-20  David Carlton  <carlton@math.stanford.edu>
1103
1104         * Makefile.in (c-lang.o): Correct dependencies.
1105         (utils.o): Gather dependencies.
1106         (charset.o): Move.
1107         * c-lang.c: #include "gdb_string.h"
1108
1109 2002-09-20  Fernando Nasser  <fnasser@redhat.com>
1110
1111         From 2002-07-02  George Helffrich <george@gly.bris.ac.uk>
1112         * cli/cli-cmds.c (list_command): New function.  Implements the new
1113         cli edit command.
1114         (_init_cli_cmds): Add new command definition.
1115         * gdb.1: Document edit command.
1116         * doc/gdb.texinfo: Document edit command.
1117
1118 2002-09-20  Fernando Nasser  <fnasser@redhat.com>
1119
1120         * source.c: Make global variables current_source_symtab and
1121         current_source_line static.
1122         (list_command): Moved to cli/cli-cmds.c.
1123         (ambiguous_line_spec): Moved to cli/cli-cmds.c.
1124         (get_first_line_listed): New accessor function.
1125         (get_lines_to_list): New accessor function.
1126         (get_current_source_symtab_and_line): New function. Retrieves the
1127         position in the source code that we consider current.
1128         (get_current_or_default_source_symtab_and_line): New function.
1129         Like the above but attempts to determine a default position if one
1130         is not currently defined.
1131         (set_current_source_symtab_and_line): New function. Sets the source
1132         code position considered current and returns the previously set one.
1133         (clear_current_source_symtab_and_line): Reset stored information about
1134         a current source line.
1135         (_initialize_source): Remove registration for the "list" command and
1136         its alias.
1137         * source.h: Add declarations for the new functions above.
1138         * symtab.h: Remove declarations for the global variables mentioned
1139         above.
1140         * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
1141         obtain current source line.
1142         * linespec.c (decode_line_1): Ditto.
1143         * macroscope.c (default_macro_scope): Ditto.
1144         * scm-lang.c (scm_unpac): Ditto.
1145         * stack.c (print_frame_info_base): Ditto.
1146         * symfile.c (clear_symtab_users): Ditto.
1147         * symtab.c (decode_line_spec): Ditto.
1148         * cli/cli-cmds.c (list_command): Moved here from source.c.
1149         (ambiguous_line_spec): Moved here from source.c.
1150         (_init_cli_cmds): Add definition for "list" and its alias.
1151         * Makefile.in: Update dependencies.
1152
1153 2002-09-20  Corinna Vinschen  <vinschen@redhat.com>
1154
1155         * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
1156         with what gcc thinks is correct.
1157
1158 2002-09-20  Corinna Vinschen  <vinschen@redhat.com>
1159
1160         * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
1161         multiple register push instruction.
1162
1163 2002-09-19  Jim Blandy  <jimb@redhat.com>
1164
1165         Add support for distinct host and target character sets.
1166         * charset.c, charset.h: New files.
1167         * c-exp.y: #include "charset.h".
1168         (yylex): Convert character and string literals to the target
1169         character set, before returning them as the semantic value of the
1170         token.
1171         * c-lang.c: #include "charset.h".
1172         (c_emit_char): Use charset-specific methods to recognize
1173         characters with backslash escape forms, to decide which characters
1174         to print literally and which to print using numeric escape
1175         sequences, and to convert target characters to host characters
1176         before printing.
1177         * utils.c: #include "charset.h".
1178         (no_control_char_error): New function.
1179         (parse_escape): Use charset-specific methods to recognize
1180         backslash escapes, parse `control character' notation, and convert
1181         characters from the host character set to the target character set.
1182         * configure.in: Set the default host character set.
1183         Check where to find iconv, and what its argument types might be.
1184         * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
1185         * Makefile.in (SFILES): List charset.c.
1186         (COMMON_OBS): List charset.o.   
1187         (charset.o): New rule.
1188         (charset_h): New header dependency variable.
1189         (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
1190         (LIBICONV): New variable, set by configure.
1191         (CLIBS): Include $(LIBICONV) here.
1192         * aclocal.m4, config.in, configure: Regenerated.
1193
1194 2002-09-19  Joel Brobecker  <brobecker@gnat.com>
1195
1196         * ada-exp.y: Add missing semicolons to end rules. Fixes a
1197         bison 1.35 warning.
1198
1199 2002-09-19  Richard Earnshaw  <rearnsha@arm.com>
1200
1201         * gdb_mbuild.sh: New file.
1202
1203 2002-09-19  Andrew Cagney  <ac131313@redhat.com>
1204
1205         * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
1206
1207 2002-09-18  Andrew Cagney  <ac131313@redhat.com>
1208
1209         * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
1210         jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
1211         printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
1212         valops.c, value.h: Revert previous change.
1213         
1214 2002-09-18  Michael Snyder  <msnyder@redhat.com>
1215
1216         Preliminary support for Objective-C:
1217         * defs.h (language_objc): New enum value.
1218         (puts_filtered_tabular): Declaration only, exported from utils.c.
1219         (skip_quoted): Delete, declared in completer.h.
1220         * c-exp.y: Include completer.h.
1221         * p-exp.y: Ditto.
1222         * jv-exp.y: Ditto.
1223         * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING): 
1224         New operator enum values.
1225         * language.h (CAST_IS_CONVERSION): Test for language_objc.
1226         * language.c (binop_result_type): Handle language_objc case.
1227         (integral_type, character_type, string_type, boolean_type,
1228         structured_type, binop_type_check): Ditto.
1229         * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
1230         (struct objc_specific): Add to general_symbol_info.
1231         (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
1232         (SYMBOL_DEMANGLED_NAME): Handle objc case.
1233         * parser-defs.h (struct objc_class_str): New struct type.
1234         (start_msglist, end_msglist, add_msglist): Declaration only,
1235         exported from objc-lang.c.
1236         * value.h (value_of_local, value_nsstring, 
1237         call_function_by_hand_expecting_type): Exported from valops.c.
1238         * valops.c (find_function_addr): Export.
1239         (call_function_by_hand_expecting_type): New function.
1240         (value_of_local): New function.
1241         * symfile.c (init_filename_language_table): Add ".m" extension
1242         for Objective-C.
1243         * utils.c (puts_filtered_tabular): New function.
1244         (fprintf_symbol_filtered): Add objc demangling support (disabled).
1245         (set/show demangle): Extend help-string to refer to ObjC.
1246         * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
1247         * stabsread.c (symbol_reference_defined): Objective-C symbols
1248         may contain colons: make allowances when scanning stabs strings
1249         for colons.
1250         (objc_find_colon): New function.
1251         * printcmd.c (address_info): If language == objc then print
1252         "self" instead of "this".
1253         * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
1254         OP_NSSTRING, and OP_SELF.
1255         (prefixify_subexp): Ditto.
1256         * source.c (print_source_lines): Mention objc in comment.
1257         * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
1258         method names.
1259
1260 2002-09-18  Andrew Cagney  <ac131313@redhat.com>
1261
1262         * complaints.h: Update copyright.
1263         (struct complaints): Declare.
1264         (struct complaint): Make `message' constant.
1265         (internal_complaint): Declare.
1266         (complaint): Declare.
1267         (complaint_root): Delete declaration.
1268         (symfile_complaints): Delete declaration.
1269         (struct complaints): Add opaque declaration.
1270         (clear_complaints): Add a complaints parameter.
1271         * complaints.c: Update copyright.
1272         (enum complaint_series): Define.
1273         (complaint_root): Delete.
1274         (struct complaints): Define.
1275         (complaint_sentinel, symfile_complaint_book): New variables.
1276         (symfile_explanations, symfile_complaints): New variables.
1277         New variables.
1278         (get_complaints): New function.
1279         (vcomplaint): New function.
1280         (complaint): New function.
1281         (internal_complaint): New function.
1282         (complain): Call vcomplain with symfile_complaint.
1283         (clear_complaints): Rewrite.
1284         (_initialize_complaints): Use add_setshow_command.
1285         * Makefile.in (complaints.o): Update dependencies.
1286         * symfile.c (syms_from_objfile): Add symfile_complaints parameter
1287         to call to clear_complaints.
1288         (new_symfile_objfile, reread_symbols): Ditto.
1289         (oldsyms_complaint): Delete.
1290         (empty_symtab_complaint, unknown_option_complaint): Delete.
1291         (free_named_symtabs): Use complaint instead of complain.
1292
1293 2002-09-18  Michael Snyder  <msnyder@redhat.com>
1294
1295         Contributed by Apple Computer, Inc.  Merged with current sources
1296         by Adam Fedor <fedor@doc.com> [cagney].
1297         
1298         * objc-lang.c: First clean-up round: comments, indentation.
1299         * objc-lang.h: Ditto.
1300         * objc-lang.y: Ditto.
1301
1302 2002-09-18  Andrew Cagney  <ac131313@redhat.com>
1303
1304         * maint.c (maintenance_internal_error): Print the parameter as the
1305         error message.
1306         (maintenance_internal_warning): New function.
1307         (_initialize_maint_cmds): Add command `maint internal-warning'.
1308
1309         * defs.h (internal_warning, internal_vwarning): Declare.
1310         * utils.c (struct internal_problem): Define.
1311         (internal_vproblem): New function.
1312         (internal_warning): New function.
1313         (internal_vwarning): New function.
1314         (internal_warning_problem, internal_error_problem): New variables.
1315         (internal_verror): Just call internal_vproblem.
1316
1317 2002-09-18  Michael Snyder  <msnyder@redhat.com>
1318
1319         * objc-lang.c: New file, support for Objective-C.
1320         Preliminary check-in, not yet integrated into gdb.
1321         * objc-lang.h: New file.
1322         * objc-exp.y:  New file.
1323
1324 2002-09-18  Andrew Cagney  <ac131313@redhat.com>
1325
1326         * infrun.c (signal_stop_update): Convert definition to ISO C.
1327         (signal_print_update): Ditto.
1328         (signal_pass_update): Ditto.
1329         * inflow.c (terminal_save_ours): Ditto.
1330
1331         * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
1332         comments.
1333         
1334         * config/djgpp/fnchange.lst: Handle name clashes between
1335         bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
1336         bfd/coff-tic80.c.
1337
1338         * i386-linux-tdep.h: Fix tipo.
1339
1340 2002-09-18  Adam Fedor  <fedor@gnu.org>
1341
1342         * MAINTAINERS: Add myself to the Write After Approval list.
1343
1344 2002-09-18  Jim Blandy  <jimb@redhat.com>
1345
1346         * dbxread.c, mdebugread.c: Revert my change of 2001-10-23.  Moving
1347         texthigh and textlow to reader-specific structs caused
1348         objfile_relocate to miss them.  This is fixable, but the work that
1349         the change was supposed to prepare GDB for never got done anyway.
1350
1351 2002-09-18  David Carlton  <carlton@math.stanford.edu>
1352
1353         * MAINTAINERS: Alphabetize Write After Approval list.
1354
1355 2002-09-18  Daniel Jacobowitz  <drow@mvista.com>
1356
1357         Fix PR gdb/709
1358         * values.c (value_static_field): Call read_var_value.
1359
1360 2002-09-18  Andrew Cagney  <ac131313@redhat.com>
1361
1362         * valops.c (hand_function_call): Align the initial stack pointer
1363         and STRUCT_ADDR using frame_align.  When STRUCT_RETURN and
1364         FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
1365         return value.
1366         * mips-tdep.c (mips_frame_align): New function.
1367         (mips_gdbarch_init): Set frame_align.
1368         * gdbarch.sh (FRAME_ALIGN): New method.
1369         * gdbarch.h, gdbarch.c: Re-generate.
1370
1371 2002-09-18  Michal Ludvig  <mludvig@suse.cz>
1372
1373         * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
1374         registers.
1375
1376 2002-09-17  Andrew Cagney  <ac131313@redhat.com>
1377
1378         * NEWS: Mention that MIPS $fp behavior changed.
1379         * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
1380         reference to FP_REGNUM.
1381         (mipsnbsd_cannot_store_register): Ditto.
1382         * mips-linux-nat.c: Update copyright.
1383         (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
1384         (mips_linux_cannot_store_register): Ditto.
1385         * mips-linux-tdep.c (supply_gregset): Ditto.  Update copyright.
1386         * config/mips/tm-mips.h: Update copyright.
1387         (FP_REGNUM): Delete macro.
1388         (MIPS_REGISTER_NAMES): Replace "fp" with "".
1389         * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
1390         * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
1391         (mips_r3041_reg_names, mips_r3051_reg_names)
1392         (mips_r3081_reg_names): Replace "fp" with "".
1393         Fix PR gdb/480.
1394
1395 2002-09-17  Theodore A. Roth  <troth@verinet.com>
1396
1397         * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to 
1398         generic_read_register_dummy() (PR gdb/703).
1399         (avr_push_return_address): #if 0 out unused vars.
1400         (avr_gdbarch_init): Enable use of avr_push_return_address().
1401
1402 2002-09-17  Michael Snyder  <msnyder@redhat.com>
1403
1404         * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
1405         RTE will take care of it.
1406
1407 2002-09-17  Andrew Cagney  <ac131313@redhat.com>
1408
1409         * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
1410         invalid, return SP_REGNUM.
1411
1412 2002-09-17  Michael Snyder  <msnyder@redhat.com>
1413
1414         * mips-tdep.c (mips_pop_frame): Read saved values of floating
1415         point registers without sign extension.
1416
1417 2002-09-17  Andrew Cagney  <cagney@redhat.com>
1418
1419         * blockframe.c (deprecated_read_register_dummy): Rename
1420         generic_read_register_dummy.
1421         * frame.c (frame_unwind_signed_register): New function.
1422         (frame_unwind_unsigned_register): New function.
1423         * frame.h (frame_unwind_signed_register): Declare.
1424         (frame_unwind_unsigned_register): Declare.
1425         (deprecated_read_register_dummy): Rename
1426         generic_read_register_dummy.
1427
1428         * h8300-tdep.c (h8300_frame_chain): Update.
1429         (h8300_frame_saved_pc): Update.
1430         * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
1431         * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
1432         * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
1433         (s390_frame_chain): Update.
1434         * v850-tdep.c (v850_find_callers_reg): Update.
1435         (v850_frame_saved_pc): Update.
1436         * m32r-tdep.c (m32r_init_extra_frame_info): Update.
1437         (m32r_find_callers_reg): Update.
1438         (m32r_frame_saved_pc): Update.
1439         * sh-tdep.c (sh_find_callers_reg): Update.
1440         (sh64_get_saved_pr): Update.
1441         (sh_init_extra_frame_info): Update.
1442         (sh_init_extra_frame_info): Update.
1443         (sh64_init_extra_frame_info): Update.
1444         (sh64_init_extra_frame_info): Update.
1445         * mcore-tdep.c (mcore_find_callers_reg): Update.
1446         (mcore_frame_saved_pc): Update.
1447         (mcore_init_extra_frame_info): Update.
1448         * i386-tdep.c (i386_frame_saved_pc): Update.
1449         * ia64-tdep.c (ia64_frame_saved_pc): Update.
1450         (ia64_init_extra_frame_info): Update.
1451         (ia64_init_extra_frame_info): Update.
1452         * d10v-tdep.c (d10v_frame_saved_pc): Update.
1453         * cris-tdep.c (cris_init_extra_frame_info): Update.
1454         * avr-tdep.c (avr_frame_chain): Update.
1455         (avr_init_extra_frame_info): Update.
1456         (avr_frame_saved_pc): Update.
1457         * arm-tdep.c (arm_find_callers_reg): Update.
1458         (arm_init_extra_frame_info): Update.
1459         (arm_frame_saved_pc): Update.
1460
1461 2002-09-17  Tom Tromey  <tromey@redhat.com>
1462
1463         * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
1464         is "'".
1465
1466 2002-09-17  Corinna Vinschen  <vinschen@redhat.com>
1467
1468         * MAINTAINERS: Remove "non multi-arched" text from h8300.
1469         * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
1470         NEXT_PROLOGUE_INSN.
1471         (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
1472         NEXT_PROLOGUE_INSN.
1473
1474 2002-09-16  Joel Brobecker  <brobecker@gnat.com>
1475
1476         * osfsolib.c: Remove file, replaced by solib-osf.c.
1477         * Makefile.in: Remove compilation rules for osfsolib.c.
1478
1479 2002-09-16  David Carlton  <carlton@math.stanford.edu>
1480
1481         * cp-valprint.c (cp_print_class_method): Correct args to
1482         check_stub_method_group.
1483
1484 2002-09-16  Corinna Vinschen  <vinschen@redhat.com>
1485
1486         * h8300-tdep.c: Multiarch.  Drop `set machine' command in favor of
1487         `set architecture'.  Unify naming convention of functions.
1488         (h8300_skip_prologue): Improve prologue analysis.
1489         (h8300_push_arguments): Rewritten to more closely match GCC's
1490         bizarre argument-passing behavior, along with the comment describing
1491         said behavior.
1492         * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
1493         * config/h8300/tm-h8300.h: Multiarch.  Just keep stuff needed by
1494         sim, remote-e7000.c, remote-hms.c and remote.c
1495
1496 2002-09-15  Mark Kettenis  <kettenis@gnu.org>
1497
1498         * i386-tdep.c (gdb_print_insn_i386): Removed.
1499         (i386_print_insn): New function.
1500         (i386_gdbarch_init): Set print_insn to i386_print_insns.
1501         (_initialize_i386_tdep): Don't initialize tm_print_insn and
1502         tm_print_insn_info.
1503
1504 2002-09-14  Mark Kettenis  <kettenis@gnu.org>
1505
1506         * gdbtypes.c (check_stub_method_group): Initialize found_stub to
1507         zero.
1508
1509 2002-09-14  Corinna Vinschen  <vinschen@redhat.com>
1510
1511         * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
1512         for IN_SIGTRAMP to here.  Use IN_SIGTRAMP only if it's defined. 
1513         Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
1514
1515 2002-09-13  Christopher Faylor  <cgf@redhat.com>
1516
1517         * win32-nat.c (child_create_inferior): Honor 'tty' command.
1518
1519 2002-09-13  Daniel Jacobowitz  <drow@mvista.com>
1520
1521         * gdbtypes.c (check_stub_method): Make static.
1522         (check_stub_method_group): New function.
1523         * gdbtypes.h: Update prototypes.
1524         * cp-support.c: New file.
1525         * cp-support.h: New file.
1526
1527         * stabsread.c: Include "cp-abi.h" and "cp-support.h".
1528         (update_method_name_from_physname): New function.
1529         (read_member_functions): Correct method names for operators
1530         and v3 constructors/destructors.  Separate v2 constructors and
1531         destructors.
1532         * Makefile.in (stabsread.o): Update dependencies.
1533         (SFILES): Add cp-support.c.
1534         (COMMON_OBS): Add cp-support.o.
1535         (cp_support_h, cp-support.o): Add.
1536
1537         * cp-valprint.c (cp_print_class_method): Call
1538         check_stub_method_group instead of check_stub_method.  Remove
1539         extraneous QUITs.
1540         * p-valprint.c (pascal_object_print_class_method): Likewise.
1541         * valops.c (search_struct_method): Likewise.
1542         (find_method_list, value_struct_elt_for_reference): Likewise.
1543
1544 2002-09-13  Andrew Cagney  <cagney@redhat.com>
1545
1546         * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
1547         * gdbarch.h, gdbarch.c: Regenerate.
1548
1549 2002-09-13  Andrew Cagney  <ac131313@redhat.com>
1550
1551         * frame.c (find_saved_register): Delete function.
1552         * frame.h (find_saved_register): Delete declaration.
1553         Fix PR gdb/631.
1554
1555 Fri Sep 13 14:59:55 2002  Andrew Cagney  <cagney@redhat.com>
1556
1557         * mips-tdep.c (read_next_frame_reg): Re-hack using
1558         frame_register_unwind.
1559
1560 Fri Sep 13 07:42:09 2002  Andrew Cagney  <cagney@redhat.com>
1561
1562         * mips-tdep.c (mips_get_saved_register): Re-hack using
1563         frame_register_unwind.
1564
1565 2002-09-12  Joel Brobecker  <brobecker@gnat.com>
1566
1567         * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
1568         vector. Will be useful for Interix.  
1569         * gdbarch.h, gdbarch.c: Regenerate.
1570
1571         * valops.c (value_allocate_space_in_inferior): Replace hard-coded
1572         name of the malloc function by NAME_OF_MALLOC.
1573
1574 2002-09-12  Joel Brobecker  <brobecker@gnat.com>
1575
1576         * value.h (find_function_in_inferior): Add const keyword to
1577         one of the parameters. Allows us to invoke this function with
1578         a const char *.
1579         * valops.c (find_function_in_inferior): Likewise.
1580
1581 2002-09-12  Joel Brobecker  <brobecker@gnat.com>
1582
1583         * exec.c (xfer_memory): Fix compilation warning with old versions
1584         of GCC.
1585         * tracepoint.c (trace_find_tracepoint_command): Likewise.
1586
1587 2002-09-12  David Carlton  <carlton@math.stanford.edu>
1588
1589         * symtab.h: Run through gdb_indent.h.
1590         Add 2002 to Copyright year list.
1591
1592 2002-09-12  Alan Modra  <amodra@bigpond.net.au>
1593
1594         * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
1595         mach constants.
1596         * MAINTAINERS: Add myself to write after approval list.
1597
1598 2002-09-11  J. Brobecker  <brobecker@gnat.com>
1599
1600         * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
1601
1602 2002-09-11  J. Brobecker  <brobecker@gnat.com>
1603
1604         * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
1605         Interix.
1606
1607 2002-06-05  Paul N. Hilfinger  <hilfingr@otisco.mckusick.com>
1608
1609         * procfs.c (do_detach): Clear current signal, not just fault.
1610         Corrects problem with breakpoint trap signal leaking to detached
1611         process on Tru64.
1612
1613 2002-09-10  Michael Snyder  <msnyder@redhat.com>
1614
1615         * buildsym.c (finish_block): Protect against null pointer.
1616
1617 2002-09-10  Andrew Cagney  <cagney@redhat.com>
1618
1619         * infcmd.c (default_print_registers_info): Send all output to
1620         ``file'' instead of ``gdb_stdout''.
1621
1622 2002-09-10  Michael Snyder  <msnyder@redhat.com>
1623
1624         * mips-tdep.c (mips_extract_struct_value_address): Make val a
1625         LONGEST, and use signed register read (addresses are sign-
1626         extended for mips).
1627
1628 2002-09-10  Stephane Carrez  <stcarrez@nerim.fr>
1629
1630         * event-loop.c (gdb_do_one_event): Make public.
1631         * event-loop.h (gdb_do_one_event): Declare.
1632
1633 2002-09-10  Jeff Law  <law@redhat.com>
1634
1635         * infttrace.c (child_resume): Simplify and rework to avoid
1636         TT_PROC_CONTINUE.
1637
1638 2002-09-09  Fred Fish  <fnf@intrinsity.com>
1639
1640         * printcmd.c (print_scalar_formatted): "len" is the number of
1641         target bytes, NOT the number of target bits.
1642
1643 2002-09-09  Elena Zannoni  <ezannoni@redhat.com>
1644
1645         From: Emmanuel Thome'  <thome@lix.polytechnique.fr>
1646         * top.c (init_main): Set rl_terminal_name.
1647
1648 2002-09-08  Aidan Skinner <aidan@velvet.net>
1649
1650         * ada-lang.c (ada_array_bound, ada_type_match,
1651         _initialize_ada_language): Fix K&R definitions.
1652         * ada-tasks.c (get_current_task): Fix K&R definitions.
1653         * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
1654                         
1655 2002-09-07  Christopher Faylor  <cgf@redhat.com>
1656
1657         * MAINTAINERS: Remove CE from list of maintainership responsibilities.
1658         Add XP.
1659
1660 2002-09-06  Mark Kettenis  <kettenis@gnu.org>
1661
1662         * i386-tdep.c (i386_register_virtual_type,
1663         i386_register_convertible, i386_register_convert_to_virtual,
1664         i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
1665         instead of IS_FP_REGNUM and IS_SSE_REGNUM.
1666         (i386_gdbarch_init): Fix comment.  Add comments on calls that set
1667         sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
1668         Don't set push_arguments twice.
1669
1670         * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
1671         sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
1672         * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
1673         sigtramp_end to NULL.
1674         * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
1675         defines.
1676         (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
1677
1678         * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
1679         whitespace.
1680
1681         * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
1682         * gdbarch.h, gdbarch.c: Re-generate.
1683         * blockframe.c (find_pc_sect_partial_function): Convert to use
1684         SIGTRAMP_START_P predicate.
1685
1686 2002-09-05  Michael Snyder  <msnyder@redhat.com>
1687
1688         * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
1689         generic_dummy_frame method and old method.  Also distinguish
1690         between ARM_FP_REGNUM and THUMB_FP_REGNUM.
1691         (arm_extract_return_value): Use new regcache method.
1692
1693         * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
1694         adjustment that doesn't conform to the ABI.
1695         (mips_extract_struct_value_address): Retrieve V0_REGNUM from
1696         saved regcache, not from current regcache.
1697
1698 2002-09-05  Andrew Cagney  <ac131313@redhat.com>
1699
1700         * NEWS: Update for 5.3.  Add new section ``Changes since 5.3''.
1701         * README: Update.
1702
1703 2002-09-04  Jason Thorpe  <thorpej@wasabisystems.com>
1704
1705         * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
1706         if arm_apcs_32 is false.
1707
1708 2002-09-04  Andrew Cagney  <ac131313@redhat.com>
1709
1710         GDB 5.3 branch created.
1711
1712 2002-09-03  Theodore A. Roth  <troth@verinet.com>
1713
1714         * gdb/avr-tdep.c (avr_gdbarch_init): Use
1715         generic_unwind_get_saved_register.
1716
1717 2002-09-03  David Carlton  <carlton@math.stanford.edu>
1718
1719         * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
1720         argument (PR gdb/653).  Update call to smash_to_method_type.
1721         (read_structure_scope): Update call to dwarf2_add_member_fn.
1722
1723 2002-09-03  Michal Ludvig  <mludvig@suse.cz>
1724
1725         * x86-64-linux-tdep.c: Include gdb_string.h
1726         * x86-64-linux-nat.c: Ditto.
1727
1728 2002-09-02  Jason Thorpe  <thorpej@wasabisystems.com>
1729
1730         * ada-exp.y (yyname, yyrule): Remap global variables that appear
1731         when YYDEBUG is set to 1.  
1732         * c-exp.y: Likewise.
1733         * f-exp.y: Likewise.
1734         * jv-exp.y: Likewise.
1735         * m2-exp.y: Likewise.
1736         * p-exp.y: Likewise.
1737
1738 2002-09-02  Jason Thorpe  <thorpej@wasabisystems.com>
1739
1740         * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
1741         dependency list.
1742         * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
1743         solib_svr4_fetch_link_map_offsets to
1744         nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
1745         * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
1746         * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
1747         * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
1748         solib-svr4.o, and solib-legacy.o.
1749         * config/i386/tm-nbsd.h: Include solib.h.
1750
1751 2002-09-02  Jason Thorpe  <thorpej@wasabisystems.com>
1752
1753         * configure.tgt (i[3456]86-*-netbsdelf*): Merge with... 
1754         (i[3456]86-*-netbsd*): ...this.  Set gdb_target to nbsd. 
1755         (i[3456]86-*-openbsd*): Make this a separate entry.  Add a
1756         comment noting that this needs its own target configuration.
1757         * config/i386/nbsd.mt: New file.
1758         * config/i386/nbsdaout.mt: Remove.
1759         * config/i386/nbsdelf.mt: Ditto.
1760         * config/i386/tm-nbsdaout.h: Ditto. 
1761
1762 2002-09-02  Jason Thorpe  <thorpej@wasabisystems.com>
1763
1764         * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function. 
1765         (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset. 
1766         (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
1767         tdep->sigtramp_end.
1768         (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove. 
1769         * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
1770         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
1771
1772 2002-09-02  Jason Thorpe  <thorpej@wasabisystems.com>
1773
1774         * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
1775         $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
1776         * i386-tdep.h (i386bsd_init_abi): New prototype.
1777         * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
1778         function declaration.
1779         (_initialize_i386bsd_tdep): Don't register OS ABI handlers
1780         for NetBSD-a.out or NetBSD-ELF.
1781         (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
1782         (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
1783         (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
1784         * i386nbsd-tdep.c: ...here.  Include arch-utils.h, i386-tdep.h,
1785         and nbsd-tdep.h.
1786         (i386nbsd_pc_in_sigtramp): New function.
1787         (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1788         i386nbsd_pc_in_sigtramp.
1789         (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
1790         and i386nbsdelf_init_abi OS ABI handlers.
1791         * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
1792         * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
1793
1794 2002-09-02  Mark Kettenis  <kettenis@gnu.org>
1795
1796         * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
1797         registers if the target really has them.
1798
1799 2002-08-31  Jason Thorpe  <thorpej@wasabisystems.com>
1800
1801         * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
1802         than nbsd-tdep.h.
1803
1804 2002-08-31  Jason Thorpe  <thorpej@wasabisystems.com>
1805
1806         * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
1807         list.
1808         * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
1809         (alphanbsd_skip_sigtramp_frame): New functions. 
1810         (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
1811         alphanbsd_skip_sigtramp_frame.  Set tdep->sigcontext_addr
1812         to alphanbsd_sigcontext_addr. 
1813
1814 2002-08-31  Jason Thorpe  <thorpej@wasabisystems.com>
1815
1816         * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
1817         list.
1818         (nbsd-tdep.o): Add $(gdb_string_h) to dependency list. 
1819         * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
1820         nbsd_pc_in_sigtramp. 
1821         * mipsnbsd-tdep.c: Include nbsd-tdep.h.
1822         (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
1823         * nbsd-tdep.c: Include gdb_string.h.
1824         (nbsd_pc_in_sigtramp): New function. 
1825         * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype. 
1826         * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
1827         (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1828         ppcnbsd_pc_in_sigtramp. 
1829         * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
1830         (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1831         shnbsd_pc_in_sigtramp. 
1832         * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
1833         gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp. 
1834         * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
1835
1836 2002-08-30  Pierre Muller  <muller@ics.u-strasbg.fr>
1837
1838         * breakpoint.c (breakpoint_init_inferior): Reset the val field of
1839         watchpoints to NULL.
1840         (insert_breakpoints): set val field of watchpoints if NULL.
1841
1842
1843 2002-08-29  Jim Blandy  <jimb@redhat.com>
1844
1845         * symtab.c (lookup_symbol_aux): In the cases where we find a
1846         minimal symbol of an appropriate name and use its address to
1847         select a symtab to read and search, use `name' (as passed to us)
1848         as the demangled name when searching the symtab's global and
1849         static blocks, not the minsym's name.
1850
1851 2002-08-29  Keith Seitz  <keiths@redhat.com>
1852
1853         * stack.c (print_frame_info_base): Always set current_source_symtab
1854         and current_source_line.
1855
1856 2002-08-29  Donn Terry  <donnte@microsoft.com>
1857
1858         * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
1859
1860 2002-08-28  Keith Seitz  <keiths@redhat.com>
1861
1862         * stack.c (select_frame): Add FIXME concerning selected-frame
1863         events.
1864         (select_frame_command): Send selected-frame-level-changed
1865         event notification, but only if the level actually changed.
1866         (up_silently_base): Add selected-frame-level-changed event
1867         notification.
1868         (down_silently_base): Likewise.
1869
1870 2002-08-28  Andrew Cagney  <ac131313@redhat.com>
1871
1872         * Makefile.in: Update dependencies for all gdb/*.c files.
1873
1874 2002-08-27  Tom Tromey  <tromey@redhat.com>
1875
1876         * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
1877         ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
1878         Update dependencies.
1879         * i387-tdep.c: Include gdb_string.h.
1880         * osabi.c: Likewise.
1881         * i386-linux-nat.c: Likewise.
1882         * lin-lwp.c: Likewise.
1883         * ax-gdb.c: Likewise.
1884         * signals/signals.c: Likewise.
1885         * jv-valprint.c: Likewise.
1886         * p-lang.c: Likewise.
1887         * c-valprint.c: Likewise.
1888         * cp-abi.c: Likewise.
1889
1890 2002-08-27  Elena Zannoni  <ezannoni@redhat.com>
1891
1892         * cli/cli-script.h (copy_command_lines): Export.
1893         * breakpoint.c: Include cli/cli-script.h.
1894         * Makefile.in (breakpoint.o): Update dependencies.
1895
1896 2002-08-26  Michael Snyder  <msnyder@redhat.com>
1897
1898         * breakpoint.c (insert_breakpoints): Protect all references
1899         to 'process_warning'.  Shorten long lines.
1900
1901 2002-08-26  Joel Brobecker  <brobecker@gnat.com>
1902
1903         * cli/cli-script.c (copy_command_lines): New function.
1904         * defs.h (copy_command_lines): Export.
1905         * testsuite/gdb.base/commands.exp: New tests for commands
1906         attached to a temporary breakpoint, and for commands that
1907         delete the breakpoint they are attached to.
1908         
1909 2002-08-26  Michael Snyder  <msnyder@redhat.com>
1910
1911         * breakpoint.c (bpstat_stop_status): Instead of copying the 
1912         pointer to the breakpoint commands struct, make a new copy
1913         of the struct and point to that.
1914         (bpstat_clear): Free the commands struct.
1915         (bpstat_clear_actions): Free the commands struct.
1916         (bpstat_do_actions): Free the command actions.  Also execute
1917         the local cleanups, instead of deleting them.
1918         (delete_breakpoint): Leave the commands field of the bpstat
1919         chain alone -- it will be freed later.
1920
1921 2002-08-26  Kevin Buettner  <kevinb@redhat.com>
1922
1923         * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
1924         deleted in 2002-08-20 commit.  This function is still used by
1925         ppc-linux-nat.c.
1926
1927 2002-08-26  Keith Seitz  <keiths@redhat.com>
1928
1929         * gdb-events.sh: Add selected-frame-level-changed event.
1930         * gdb-events.c: Regenerated.
1931         * gdb-events.h: Regenerated.
1932         
1933 2002-08-26  Stephane Carrez  <stcarrez@nerim.fr>
1934
1935         Fix PR gdb/393:
1936         * inflow.c (terminal_save_ours): New function to save terminal
1937         settings.
1938         * inferior.h (terminal_save_ours): Declare.
1939         * target.c (debug_to_terminal_save_ours): New function.
1940         (cleanup_target): Defaults to_terminal_save_ours.
1941         (update_current_target): Inherit to_terminal_save_ours.
1942         (setup_target_debug): Set to_terminal_save_ours.
1943         * target.h (target_terminal_save_ours): New to save terminal settings.
1944         (target_ops): New member to_terminal_save_ours.
1945         * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
1946         * hpux-thread.c (init_hpux_thread_ops): Likewise.
1947         * inftarg.c (init_child_ops): Likewise.
1948         * m3-nat.c (init_m3_ops): Likewise.
1949         * procfs.c (init_procfs_ops): Likewise.
1950         * wince.c (init_child_ops): Likewise.
1951         * win32-nat.c (init_child_ops): Likewise.
1952         * sol-thread.c (init_sol_thread_ops): Likewise.
1953
1954 2002-08-26  Mark Kettenis  <kettenis@gnu.org>
1955
1956         * i386-tdep.c (i386_store_return_value): Undeprecate.  Convert to
1957         use regcache_* functions.
1958         (i386_gdbarch_init): Set store_return_value instead of
1959         deprecated_store_return_value.
1960
1961         * regcache.c (regcache_raw_write_signed,
1962         regcache_raw_write_unsigned): New functions.
1963         * regcache.h (regcache_raw_write_signed,
1964         regcache_raw_write_unsigned): New prototypes.
1965
1966 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
1967
1968         * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
1969         (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
1970         source file dependencies.  Cleanup corresponding generator rules.
1971
1972 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
1973
1974         * regcache.h (register_offset_hack): Declare.
1975         (regcache_cooked_read_using_offset_hack): Declare.
1976         (regcache_cooked_write_using_offset_hack): Declare.
1977
1978         * regcache.c (register_offset_hack): New function.
1979         (regcache_cooked_read_using_offset_hack): New function.
1980         (regcache_cooked_write_using_offset_hack): New function.
1981         (regcache_dump): Check that the registers, according to their
1982         offset, are packed hard against each other.
1983         (cooked_xfer_using_offset_hack): New function.
1984
1985 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
1986
1987         * regcache.c (struct regcache_descr): Add field register_type.
1988         (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
1989         in as a parameter
1990         (init_regcache_descr): Initialize register_type.  Pass the descr
1991         to init_legacy_regcache_descr.  Use register_type instead of
1992         REGISTER_VIRTUAL_TYPE.
1993         (register_type): New function.
1994         (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
1995         * regcache.h (register_type): Declare.
1996
1997 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
1998
1999         * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
2000         instead of deprecated_store_return_value.  Fix fallout from
2001         2002-08-23 Andrew Cagney <cagney@redhat.com>.
2002
2003 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
2004
2005         * regcache.c (max_register_size): New function.
2006         (init_legacy_regcache_descr): Ensure that max_register_size is
2007         large enough for REGISTER_VIRTUAL_SIZE.
2008         * regcache.h (max_register_size): Declare.
2009
2010 2002-08-24  Andrew Cagney  <ac131313@redhat.com>
2011
2012         * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
2013         store_return_value.
2014         (e500_extract_return_value): Change type of valbuf pointer to
2015         void.
2016
2017 2002-08-24  Mark Kettenis  <kettenis@gnu.org>
2018
2019         * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
2020         workaround.
2021
2022         * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
2023         PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
2024         long long) to prevent compiler warning on 64-bit systems.
2025
2026 2002-08-23  Andrew Cagney  <cagney@redhat.com>
2027
2028         * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
2029         (DEPRECATED_STORE_RETURN_VALUE): New method.
2030         (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
2031         * gdbarch.h, gdbarch.c: Re-generate.
2032
2033         * values.c (set_return_value): Pass current_regcache to
2034         STORE_RETURN_VALUE.
2035         * arch-utils.h (legacy_store_return_value): Declare.
2036         * arch-utils.c (legacy_store_return_value): New function.
2037         (legacy_extract_return_value): Update parameters.
2038
2039         * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
2040         STORE_RETURN_VALUE.
2041         * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2042         * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2043         * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2044         * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2045         * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2046         * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2047         * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2048         * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2049         * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2050         * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2051
2052         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2053         * i386-tdep.c (i386_extract_return_value): Update.
2054         * arch-utils.c (legacy_extract_return_value): Update.
2055         * frv-tdep.c (frv_gdbarch_init): Update.
2056         * cris-tdep.c (cris_gdbarch_init): Update.
2057         * d10v-tdep.c (d10v_gdbarch_init): Update.
2058         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2059         * m68k-tdep.c (m68k_gdbarch_init): Update.
2060         * mcore-tdep.c (mcore_gdbarch_init): Update.
2061         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2062         * s390-tdep.c (s390_gdbarch_init): Update.
2063         * sparc-tdep.c (sparc_gdbarch_init): Update.
2064         * sh-tdep.c (sh_gdbarch_init): Update.
2065         * x86-64-tdep.c (x86_64_gdbarch_init): Update.
2066         * v850-tdep.c (v850_gdbarch_init): Update.
2067         * avr-tdep.c (avr_gdbarch_init): Update.
2068         * ia64-tdep.c (ia64_gdbarch_init): Update.
2069         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2070         * vax-tdep.c (vax_gdbarch_init): Update.
2071         * alpha-tdep.c (alpha_gdbarch_init): Update.
2072         * arm-tdep.c (arm_gdbarch_init): Update.
2073         * mips-tdep.c (mips_gdbarch_init): Update.
2074         * i386-tdep.c (i386_gdbarch_init): Update.
2075
2076 2002-08-23  Andrew Cagney  <ac131313@redhat.com>
2077
2078         * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
2079         bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
2080
2081 2002-08-24  Mark Kettenis  <kettenis@gnu.org>
2082
2083         * PROBLEMS: Refer to GDB 5.3 instead of 5.2.  Mention FreeBSD
2084         problems.
2085
2086 2002-08-23  Joel Brobecker  <brobecker@gnat.com>
2087
2088         * infrun.c (handle_inferior_event): Move a comment outside of a
2089         function call, in order to avoid indent reformatting this part
2090         of the code in an unreadable way.
2091
2092 2002-08-23  Grace Sainsbury  <graces@redhat.com>
2093
2094         * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
2095         when breakpoints fail. Move general breakpoint error messages to
2096         insert_breakpoints.  
2097         * breakpoint.c (insert_breakpoints): Change warnings when
2098         breakpoints are nto inserted to specify the type. Remove call to
2099         memory_error when hardware breakpoints can't be inserted. Remove
2100         multiple calls to warning so all messages are sent to the user at
2101         once.
2102         (delete_breakpoints): Make insert error messsages more explicit.
2103
2104 2002-08-23  Daniel Jacobowitz  <drow@mvista.com>
2105
2106         * ChangeLog: Move gdbserver entries after GDB 5.2 to
2107         gdbserver/ChangeLog.
2108
2109 2002-08-23  Mark Kettenis  <kettenis@gnu.org>
2110
2111         * i386-tdep.c: Include "objfiles.h".
2112         (i386_svr4_init_abi): Set in_solib_call_trampoline and
2113         skip_trampoline_code.
2114         * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
2115         (CPLUS_MARKER): Define to '.'.
2116
2117         * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
2118         member.
2119         (linux_corefile_thread_callback): Increase args->num_notes.
2120         (linux_make_note_section): Initialize thread_args.num_notes, and
2121         use it to determine whether notes for any threads were created.
2122
2123 2002-08-23  Donn Terry  <donnte@microsoft.com>
2124
2125         * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
2126         corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
2127         and PCUNKILL.
2128         (write_with_trace): Conditionalize out the switch branch handling
2129         PCSHOLD if the corresponding macro is not defined. Likewise for
2130         PRSABORT and PRSTOP.
2131         This change will be needed by the Interix port.
2132
2133 2002-08-22  Elena Zannoni  <ezannoni@redhat.com>
2134
2135         * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
2136         write_register wherever possible instead of manipulating the
2137         register bytes directly.
2138         Assign VALUE_CONTENTS to a variable and use that.
2139         The GPR numbers are now dependent on the architecture.
2140         
2141 2002-08-22  Elena Zannoni  <ezannoni@redhat.com>
2142
2143         * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
2144         ev_offset fields.
2145         (skip_prologue): Add support for BookE/e500 instructions.
2146         (e500_extract_return_value): New function.
2147         (frame_get_saved_regs): Add support for saving ev registers and
2148         pseudo gpr's.
2149         (e500_store_return_value): New function.
2150         (rs6000_gdbarch_init): Move up default intializations of
2151         deprecated_extract_return_value and store_return_value.  Overwrite
2152         init of store_return_value with e500 specific version.
2153         Set extract_return_value for e500.
2154         
2155 2002-08-22  Elena Zannoni  <ezannoni@redhat.com>
2156
2157         * blockframe.c (generic_call_dummy_register_unwind): Use
2158         regcache_cooked_read to catch cases in which the variable is
2159         stored in a pseudo register.
2160
2161 2002-08-22  Andrew Cagney  <cagney@redhat.com>
2162
2163         * NEWS: Mention that the i960 has been made obsolete.
2164         * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
2165         i960-tdep.c
2166         (remote-nrom.o): Obsolete target.
2167         (remote-nindy.o, i960-tdep.o): Ditto.
2168         * remote-nrom.c: Make file obsolete.
2169         * remote-nindy.c, remote-vx960.c: Ditto.
2170         * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
2171         * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
2172         * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
2173         * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
2174         * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
2175         i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
2176         i960-*-vxworks* obsolete.
2177         * MAINTAINERS: Note that the i960 is obsolete.
2178
2179 2002-08-21  Corinna Vinschen  <vinschen@redhat.com
2180
2181         * aix-thread.c (aix_thread_detach): Disable thread debugging on
2182         detach to allow reinitialization.
2183
2184 2002-08-22  Andrew Cagney  <ac131313@redhat.com>
2185
2186         * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
2187         attempt).
2188
2189 2002-08-22  Jim Blandy  <jimb@redhat.com>
2190
2191         * coffread.c (coff_symfile_read): Don't try to read the line
2192         number table from disk if the image file doesn't have a symbol
2193         table; we'll never actually look at the info anyway, and Windows
2194         ships DLL's with bogus file offsets for the line number data.
2195
2196 2002-08-21  Elena Zannoni  <ezannoni@redhat.com>
2197
2198         * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
2199         an e500 executable.
2200
2201 2002-08-21  Michael Snyder  <msnyder@redhat.com>
2202
2203         * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
2204         (MSYMBOL_SIZE): Replace macro with function.
2205         (DEFAULT_MIPS_TYPE): Delete unused macro.
2206         * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
2207         * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
2208
2209 2002-08-21  Jim Blandy  <jimb@redhat.com>
2210
2211         * valops.c (value_cast): Simplify and correct logic for doing a
2212         static cast from a pointer to a base class to a pointer to a
2213         derived class.
2214
2215 2002-08-21  Andrew Cagney  <ac131313@redhat.com>
2216
2217         * infcmd.c (default_print_registers_info): Replace
2218         do_registers_info.
2219         (registers_info): Use gdbarch_print_registers_info instead of
2220         DO_REGISTERS_INFO.
2221         * inferior.h (default_print_registers_info): Replace
2222         do_registers_info.
2223         * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
2224         (DO_REGISTERS_INFO): Change to a predicate function.
2225         * gdbarch.h, gdbarch.c: Regenerate.
2226         
2227 2002-08-21  Keith Seitz  <keiths@redhat.com>
2228
2229         * gdb-events.sh: Add target-changed event.
2230         * gdb-events.c: Regenerated.
2231         * gdb-events.c: Regenerated.
2232         * valops.c (value_assign): Add target-changed event notification
2233         to inlval_register, lval_memory, and lval_reg_frame_relative.
2234
2235 2002-08-21  Joel Brobecker  <brobecker@gnat.com>
2236
2237         * NEWS: Add an entry regarding the improvement of the next/step
2238         operation on Alpha Tru64 multi-processor machines.
2239
2240 2002-08-21  Andrew Cagney  <ac131313@redhat.com>
2241
2242         * Makefile.in: Update dependencies for mi/ cli/ and tui/
2243         directores.
2244         * Makefile.in: Update all _h macro definitions.
2245         * Makefile.in (install-gdbtk): Move to install section.
2246         (rdi-share/libangsd.a): Move to end of file.
2247
2248 2002-08-19  Andrew Cagney  <ac131313@redhat.com>
2249
2250         * frame.c (frame_register_unwind): When a register, set addrp to
2251         the register's byte.
2252
2253 2002-08-20  Michael Snyder  <msnyder@redhat.com>
2254
2255         * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
2256         used locally, so move them from the target machine header to here.
2257         (mips_set_processor_type, mips_register_name, mips32_next_pc, 
2258         mips16_next_pc, cached_proc_desc, mips_set_processor_type): 
2259         Make static.
2260         * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
2261
2262 2002-08-20  Andrew Cagney  <cagney@redhat.com>
2263
2264         * NEWS: Mention that the Apollo line was made obsolete.
2265         * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
2266         m68*-hp-hpux* obsolete.
2267         * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
2268         m68*-hp-bsd* and m68*-hp-hpux* obsolete.
2269         * buildsym.c (make_blockvector): Make static.
2270         * buildsym.h (make_blockvector): Make extern declaration obsolete.
2271         * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
2272         (ALLDEPFILES): Remove dstread.c.
2273         (dstread.o): Obsolete make rule.
2274         * dstread.c: Makefile obsolete.
2275         * dst.h: Ditto.
2276         * config/m68k/hp300hpux.mt: Ditto.
2277         * config/m68k/hp300hpux.mh: Ditto.
2278         * config/m68k/hp300bsd.mt: Ditto.
2279         * config/m68k/hp300bsd.mh: Ditto.
2280         * config/m68k/apollo68b.mt: Ditto.
2281         * config/m68k/apollo68v.mh: Ditto.
2282         * config/m68k/apollo68b.mh: Ditto.
2283
2284 2002-08-20  Michael Snyder  <msnyder@redhat.com>
2285
2286         * mips-tdep.c (mips_in_return_stub): Make static.
2287         (mips_gdbarch_init): Set in_solib_return_trampoline.
2288         * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
2289
2290 2002-08-20  Michael Snyder  <msnyder@redhat.com>
2291
2292         * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
2293         * gdbarch.c, gdbarch.h: Regenerate.
2294         * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
2295         Add.
2296         * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
2297
2298 2002-08-20  Michael Snyder  <msnyder@redhat.com>
2299
2300         * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
2301         (mips_gdbarch_init): Set skip_trampoline_code, 
2302         in_solib_call_trampoline.
2303         * config/mips/tm-mips.h (REGISTER_NAME): Delete.
2304         (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
2305
2306 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
2307
2308         * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
2309
2310         * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
2311         vector type for ev registers.
2312         (e500_pseudo_register_read): New function.
2313         (e500_pseudo_register_write): New function.
2314         (e500_dwarf2_reg_to_regnum): New function.
2315         (PPC_UISA_NOFP_SPRS): New macro.
2316         (PPC_EV_REGS): New macro.
2317         (PPC_GPRS_PSEUDO_REGS): New macro.
2318         (registers_e500): New register set for e500.
2319         (variants): Add e500 variant.
2320         (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
2321         before setting architectural dependent variations.  Initialize ev
2322         registers numbers.  Add case for e500 architecture.  Set the
2323         number of pseudo registers.
2324
2325 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
2326
2327         * rs6000-tdep.c: Clean up comments.
2328
2329 2002-08-20  Andrew Cagney  <cagney@redhat.com>
2330
2331         * h8300-tdep.c: Re-indent file.
2332
2333 2002-08-20  Jim Blandy  <jimb@redhat.com>
2334
2335         * Makefile.in (LDFLAGS): Allow the configure script to establish a
2336         default for this.
2337
2338 2002-08-20  Keith Seitz  <keiths@redhat.com>
2339
2340         * breakpoints.c (watch_command_1): Use internal breakpoint
2341         when setting a watchpoint_scope breakpoint.
2342
2343 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
2344
2345         * gdbtypes.c (build_builtin_type_vec64): Add name to type.
2346         (build_builtin_type_vec64i): Ditto.
2347         (build_builtin_type_vec128): Ditto.
2348         (build_builtin_type_vec128i): Ditto.
2349
2350 2002-08-19  Michael Snyder  <msnyder@redhat.com>
2351
2352         * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
2353         (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
2354         (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
2355         POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
2356         (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
2357         CALL_DUMMY_ADDRESS): Delete.
2358         * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
2359         mips_msymbol_is_special, mips_fix_call_dummy): New functions.
2360         (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame, 
2361         push_dummy_frame, fix_call_dummy, init_extra_frame_info, 
2362         push_return_address.
2363         (mips_register_raw_size, mips_eabi_use_struct_convention, 
2364         mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
2365         mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
2366         mips_init_extra_frame_info, mips_eabi_push_arguments, 
2367         mips_n32n64_push_arguments, mips_push_return_address,
2368         mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
2369         mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
2370
2371 2002-08-19  Michael Snyder  <msnyder@redhat.com>
2372
2373         * mips-tdep.c (mips_frame_num_args): New function.
2374         (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
2375         frame_saved_pc, frame_args_address, frame_locals_address, 
2376         frame_num_args, and frame_args_skip.
2377         * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
2378         FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, 
2379         FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
2380         * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
2381
2382 2002-08-20  Michael Snyder  <msnyder@redhat.com>
2383
2384         * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
2385         (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
2386         * mips-tdep.c (mips_store_struct_return): New function.
2387         (mips_extract_struct_value_address): New function.
2388         (mips_gdbarch_init): Set store_struct_return and
2389         extract_struct_value_address.
2390
2391 2002-08-20  David Carlton  <carlton@math.stanford.edu>
2392
2393         * dwarf2read.c (dwarf2_build_psymtabs): Check that
2394         dwarf_line_offset is nonzero before creating dwarf_line_buffer.
2395         (read_file_scope): Check that line_header is nonzero before
2396         decoding macro information.
2397
2398 2002-08-20  Mark Kettenis  <kettenis@gnu.org>
2399
2400         * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
2401         flag the general-purpose registers as floating-point on targets
2402         that don't support the floating-point registers.
2403
2404 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
2405
2406         * rs6000-tdep.c (altivec_register_p): Delete.
2407         (rs6000_do_altivec_registers): Delete.
2408         (rs6000_altivec_registers_info): Delete.
2409         (rs6000_do_registers_info): Delete.
2410         (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
2411         (rs6000_gdbarch_init): Remove setting of do_registers_info.
2412
2413 2002-08-20  Elena Zannoni  <ezannoni@redhat.com>
2414
2415         * infcmd.c (do_registers_info): Print vector registers in hex
2416         format only.
2417         (print_vector_info): Check that printing registers
2418         makes sense.
2419         (print_float_info): Ditto.
2420
2421 2002-08-20  Andrew Cagney  <ac131313@redhat.com>
2422
2423         * mips-tdep.c (mips_gdbarch_init): Update.
2424         (mips_o32_extract_return_value): Rewrite.
2425         (mips_o32_store_return_value): Rewrite.
2426         (mips_o32_xfer_return_value): New function.
2427         (mips_xfer_register): Tweak debug print message.  Allow for
2428         buf_offset when dumping the value transfered.
2429
2430 2002-08-20  Andrew Cagney  <ac131313@redhat.com>
2431
2432         * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
2433         * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
2434         * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
2435         * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
2436         * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
2437
2438 2002-08-14  Michael Snyder  <msnyder@redhat.com>
2439
2440         * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
2441
2442 2002-08-19  Elena Zannoni  <ezannoni@redhat.com>
2443
2444         * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
2445         register.
2446         (P): New macro to define a register as a pseudo register.
2447         (R, R4, R8, R16, FR32, R64, R0): Updated.
2448         (struct variant): Add new fields for number of pseudo registers
2449         and number of total registers.
2450         (tot_num_registers): New macro replacing....
2451         (num_registers): ...deleted macro.
2452         (num_registers): New function.
2453         (num_pseudo_registers): New function.
2454         (variants): Update all variants to intialize new fields correctly.
2455         Postpone initialization of number of pseudo regs and real regs.
2456         (init_variants): New function.
2457         (rs6000_gdbarch_init): Initialize variants.  Update calculation of
2458         registers offsets.
2459
2460 2002-08-19  David Carlton  <carlton@math.stanford.edu>
2461
2462         * valops.c (search_struct_field): Change error message to treat
2463         return value of 0 from value_static_field as meaning that field is
2464         optimized out.
2465         (value_struct_elt_for_reference): Ditto.
2466         * values.c (value_static_field): Treat an unresolved location the
2467         same as a nonexistent symbol.  Fix PR gdb/635.
2468         * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
2469         enclosed.  Fix PR gdb/574.
2470         * MAINTAINERS: Add self to Write After Approval list.
2471
2472 2002-08-19  Andrew Cagney  <ac131313@redhat.com>
2473
2474         * mips-tdep.c (mips_xfer_register): New function.
2475         (mips_n32n64_extract_return_value): Rewrite.
2476         (mips_gdbarch_init): For N32 and N64, set extract_return_value
2477         instead of deprecated_extract_return_value.
2478
2479 2002-08-19  Elena Zannoni  <ezannoni@redhat.com>
2480
2481         * rs6000-tdep.c (TDEP): Delete macro.
2482         (branch_dest): Replace use of TDEP macro with its body.
2483         (rs6000_pop_frame): Ditto.
2484         (rs6000_push_arguments): Ditto.
2485         (rs6000_skip_trampoline_code): Ditto.
2486         (rs6000_frame_saved_pc): Ditto.
2487         (rs6000_frame_chain): Ditto.
2488         (rs6000_register_name): Ditto.
2489         (rs6000_register_byte): Ditto.
2490         (rs6000_register_raw_size): Ditto.
2491         (rs6000_register_virtual_type): Ditto.
2492         (rs6000_register_convertible): Ditto.
2493         (rs6000_convert_from_func_ptr_addr): Ditto.
2494
2495 2002-08-19  Daniel Jacobowitz  <drow@mvista.com>
2496
2497         * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
2498         conditionally.
2499         (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
2500         MIPS_LINUX_JB_ELEMENT_SIZE.
2501         * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
2502         for MAX_REGISTER_RAW_SIZE arrays.
2503         (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
2504         MIPS_LINUX_JB_ELEMENT_SIZE.
2505
2506 2002-08-19  Pierre Muller  <muller@ics.u-strasbg.fr>
2507
2508         * i387-tdep.c (i387_print_float_info): Fix typo in comment.
2509
2510 2002-08-19  Aidan Skinner <aidan@velvet.net>
2511
2512         * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
2513         ada-valprint.c ada-tasks.c.
2514         (YYFILES): Add ada-exp.y.
2515         (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
2516         (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
2517         (ada-exp.tab.o): New target.
2518                 
2519 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
2520
2521         * regcache.c (regcache_xfer_part): New function.
2522         (regcache_raw_read_part): New function.
2523         (regcache_raw_write_part): New function.
2524         (regcache_cooked_read_part): New function.
2525         (regcache_cooked_write_part): New function.
2526         * regcache.h (regcache_raw_read_part): Declare.
2527         (regcache_raw_write_part): Declare.
2528         (regcache_cooked_read_part): Declare.
2529         (regcache_cooked_write_part): Declare.
2530
2531 2002-08-18  Daniel Jacobowitz  <drow@mvista.com>
2532
2533         * remote.c (remote_open_1): Add async_p.
2534         (remote_async_open_1): Delete.
2535         (open_remote_target): Delete.
2536         (remote_open, extended_remote_open): Update calls to remote_open_1.
2537         (remote_async_open, extended_remote_async_open): Call
2538         remote_open_1 instead of remote_async_open_1.
2539
2540 2002-08-19  Mark Kettenis  <kettenis@gnu.org>
2541
2542         * blockframe.c: Fix a few coding standard violations.
2543
2544 2002-08-19  Mark Kettenis  <kettenis@gnu.org>
2545
2546         * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
2547         here from ...
2548         * config/i386/tm-i386sco5.h: ... here.  File removed.
2549         * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
2550
2551         * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
2552         * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
2553         (TM_FILE): Set to tm-i386.h.
2554         * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
2555         * config/i386/tm-i386v.h: Remove file.
2556         * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
2557         instead of "i386/tm-i386v.h".
2558         (START_INFERIOR_TRAPS_EXPECTED): Remove define.
2559         * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
2560         "i386/tm-i386v.h".
2561         (START_INFERIOR_TRAPS_EXPECTED): Remove define.
2562         * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
2563         "i386/tm-i386.h".
2564
2565 2002-08-18  Mark Kettenis  <kettenis@gnu.org>
2566
2567         * config/i386/nm-i386v.h: Add protection against
2568         multiple-inclusion.
2569         (i386_register_u_addr): Remove prototype.
2570         (register_u_addr): New prototype.
2571         (REGISTER_U_ADDR): Redefine accordingly.
2572         * i386v-nat.c: Improve several comments.
2573         (i386_register_u_addr): Change signature and rename to
2574         register_u_addr.  Use FP_REGNUM_P.  Rewrite slightly to get rid of
2575         ubase variable.
2576
2577 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
2578
2579         * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
2580         (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
2581         * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
2582         deprecated_extract_return_value.
2583         (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
2584         rename mips_o32o64_push_arguments.
2585         (mips_gdbarch_init): Update.
2586         (mips_extract_return_value): Delete.
2587         (mips_o32_extract_return_value): Clone mips_extract_return_value.
2588         (mips_o64_extract_return_value): Clone mips_extract_return_value.
2589         (mips_eabi_extract_return_value): Clone mips_extract_return_value.
2590         (mips_n32n64_extract_return_value): Clone
2591         mips_extract_return_value.
2592         (mips_store_return_value): Delete.
2593         (mips_o32_store_return_value): Clone mips_store_return_value.
2594         (mips_o64_store_return_value): Clone mips_store_return_value.
2595         (mips_eabi_store_return_value): Clone mips_store_return_value.
2596         (mips_n32n64_store_return_value): Clone mips_store_return_value.
2597
2598 2002-08-18  Aidan Skinner <aidan@velvet.net>
2599
2600         * ada-lang.c: Use gdb_string.h instead of <string.h>.
2601         * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
2602                 
2603 2002-08-18  Aidan Skinner <aidan@velvet.net>
2604
2605         * ada-lang.c: Run through gdb_indent.sh.
2606         * ada-lang.h: Run through gdb_indent.sh.
2607         * ada-tasks.c: Run through gdb_indent.sh.
2608         * ada-typeprint.c: Run through gdb_indent.sh.
2609         * ada-valprint.c: Run through gdb_indent.sh.
2610
2611 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
2612
2613         * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
2614         ABI.
2615
2616 2002-08-18  Mark Kettenis  <kettenis@gnu.org>
2617
2618         * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
2619
2620         * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
2621         * i386b-nat.c [FLOAT_INFO]: Remove dead code.
2622
2623         * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
2624         write_register_gen instead of write_register_bytes.
2625
2626         * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
2627         i[3456]-*-osf1mk* configurations have been made obsolete.
2628         * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
2629         i[3456]86-*-osf1mk* hosts obsolete.
2630         * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
2631         targets obsolete.
2632         * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
2633         config/i386/xm-i386mach.h, config/i386/i386m3.mh,
2634         config/i386/i386m3.mt, config/i386/nm-m3.h,
2635         config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
2636         config/i386/i386mk.mh, config/i386/i386mk.mt,
2637         config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
2638         obsolete.
2639         * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
2640         * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
2641         (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
2642
2643 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
2644
2645         * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
2646         (hppa_value_returned_from_stack): Declare.
2647         (hppa_extract_return_value): Declare.
2648         * config/pa/hppa.mt: New file.
2649         * configure.tgt: Recognize hppa*-*-*.
2650         * MAINTAINERS: Change HPPA target to hppa-elf.  Still broken.
2651
2652 2002-08-18  Mark Kettenis  <kettenis@gnu.org>
2653
2654         * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
2655         comment.
2656
2657 2002-08-17  Mark Kettenis  <kettenis@gnu.org>
2658
2659         * top.c (gdb_rl_operate_and_get_next): Make sure
2660         operate-and-get-next functions correctly even when the history
2661         list is completely filled.
2662
2663 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
2664
2665         * MAINTAINERS (Target Instruction Set Architectures): Rename
2666         Target/Architectures.  Replace vax-dec-vms5.5 with vax-netbsd.
2667         Replace s390-linux with s390-linux-gnu.  Remove i386-aout,
2668         mcore-pe, mips64-elf, sparc64-elf.  Remove i586-pc-msdosdjgpp,
2669         already listed under Host/Native.
2670
2671         * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
2672         i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*.  Add
2673         mips*-*-*.
2674
2675 2002-08-17  Andrew Cagney  <ac131313@redhat.com>
2676
2677         * config/ia64/ia64.mt: New file.
2678         * config/alpha/alpha.mt: New file.
2679         * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
2680         ia64-linux-gnu.  Mention that ia64-elf is broken.
2681         * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
2682
2683 2002-08-17  Mark Kettenis  <kettenis@elgar.kettenis.dyndns.org>
2684
2685         * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
2686         generic_func_frame_valid instead of func_frame_valid.
2687
2688 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
2689
2690         * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
2691         procfs appears to be broken when debugging on multi-processor
2692         machines. So enable software single stepping in order to avoid
2693         using the procfs interface to do next/step operations, using
2694         internal breakpoints instead.
2695
2696         * infrun.c (handle_inferior_event): Readjust the stop_pc by
2697         DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
2698         make this pc address equal to the value it would have if the
2699         system stepping capability was used. Also set a new flag used
2700         to ensure that we don't readjust the PC one more time later.
2701
2702         * breakpoint.c (bpstat_stop_status): Do not adjust the PC
2703         address by DECR_PC_AFTER_BREAK when software single step is
2704         in use for this architecture, as this has already been taken
2705         care of in handle_inferior_event().
2706
2707 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
2708
2709         * infrun.c (handle_inferior_event): Minor reformatting, to make
2710         a rather long condition expression easier to read.
2711
2712 2002-08-16  Andrew Cagney  <ac131313@redhat.com>
2713
2714         * Makefile.in (gdbtk.o): Move to end of file.
2715         (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
2716         (gdbtk-hooks.o, gdbtk-register.o): Ditto.
2717         (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
2718         (gdbtk-wrapper.o, gdbres.o): Ditto.
2719
2720 2002-08-16  Andrew Cagney  <ac131313@redhat.com>
2721
2722         * Makefile.in (copying.o): Separate out compile rule.
2723         (hpux-thread.o, procfs.o, signals.o): Ditto.
2724         (v850ice.o, z8k-tdep.o): Ditto.
2725         (tui-file.o): Move to TUI section.
2726         (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
2727         (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
2728
2729 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
2730
2731         * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
2732         skip_trampoline_code, for better namespace-proofing.   
2733
2734         * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
2735
2736 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
2737
2738         * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
2739
2740 2002-08-16  Joel Brobecker  <brobecker@gnat.com>
2741
2742         * infrun.c (handle_inferior_event): When receiving a SIGTRAP
2743         signal, check whether we hit a breakpoint before checking for a
2744         single step breakpoint. Otherwise, GDB fails to notice that a
2745         breakpoint has been hit when stepping onto a breakpoint.
2746
2747 2002-08-16  Keith Seitz  <keiths@redhat.com>
2748
2749         * gdb-events.sh (clear_gdb_event_hooks): New function.
2750         * gdb-events.c: Regenerate.
2751         * gdb-events.h: Regenerate.
2752
2753 2002-08-16  Andrew Cagney  <ac131313@redhat.com>
2754
2755         * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
2756         not_a_sw_breakpoint.
2757         * breakpoint.h (bpstat_stop_status): Add parameter names.
2758
2759 2002-08-16  Grace Sainsbury  <graces@redhat.com>
2760
2761         * remote.c (remote_insert_hw_breakpoint)
2762         (remote_remove_hw_breakpoint): Fix calculation of length field
2763         for Z-packet.
2764
2765 2002-08-15  Michael Snyder  <msnyder@redhat.com>
2766
2767         * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
2768         (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
2769         (supply_fpregset): Ditto.
2770         
2771         * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL, 
2772         REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE, 
2773         MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
2774         (TARGET_READ_SP): Delete.
2775         (DO_REGISTERS_INFO): Delete.
2776         (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
2777         Delete.
2778         (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
2779         from macros to functions.
2780
2781         * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
2782         (mips_register_convertible, mips_register_convert_to_virtual,
2783         mips_register_convert_to_raw): Make static.
2784         (mips_read_sp): New function.
2785         (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
2786         (mips_do_registers_info): Make static.
2787         (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
2788         (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
2789         (mips_register_convert_from_type, mips_register_convert_to_type):
2790         New functions.
2791         (mips_gdbarch_init): Set up function_start_offset, 
2792         register_virtual_size, pc_in_sigtramp.
2793
2794 2002-08-15  Andrew Cagney  <ac131313@redhat.com>
2795
2796         * infcmd.c (vector_info): New function.
2797         (_initialize_infcmd): Add command "info vector".
2798         (print_vector_info): New function.
2799
2800         * gdbarch.sh (PRINT_VECTOR_INFO): New method
2801         * gdbarch.h, gdbarch.c: Regenerate.
2802
2803 2002-08-15  Andrew Cagney  <ac131313@redhat.com>
2804
2805         * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
2806         ``print_all''.  Only print vector registers when ``print_all''.
2807
2808 2002-08-15  Andrew Cagney  <ac131313@redhat.com>
2809
2810         * i387-tdep.h (i387_print_float_info): Add `args' parameter.
2811         * i387-tdep.c (i387_print_float_info): Add `args' parameter.
2812
2813         * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
2814         Add `args' parameter.
2815         * gdbarch.h, gdbarch.c: Regenerate.
2816         
2817         * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
2818         
2819         * infcmd.c (float_info): Call print_float_info.
2820         (print_float_info): New function.  By default, print the
2821         floating-point registers.
2822
2823         * arch-utils.h (default_print_float_info): Delete declaration.
2824         * arch-utils.c (default_print_float_info): Delete function.
2825         
2826 2002-08-16  Mark Kettenis  <kettenis@gnu.org>
2827
2828         * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
2829         out define.
2830
2831         * i387-tdep.c (i387_print_float_info): Add comment about ignoring
2832         FRAME.
2833
2834         * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
2835         * configure.host: Make i[3456]86-*-aix host obsolete.
2836         * configure.tgt: Make i[3456]86-*-aix target obsolete.
2837         * config/i386/i386aix.mh, config/i386/i386aix.mt,
2838         config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
2839         config/i386/xm-i386aix.h: Make files obsolete.
2840         * i386aix-nat.c: Make file obsolete.
2841         * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
2842         (i386aix-nat.o): Make target obsolete.
2843
2844         * config/i386/nm-gnu.h: Removed.
2845         * config/i386/nm-i386gnu.h: New file.
2846         (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
2847         THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
2848         Moved here from ...
2849         * config/i386/tm-i386gnu.h: ... here.  Removed.
2850         * config/i386/xm-i386gnu.h: Removed.
2851         * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
2852         (NAT_FILE): Set to nm-i386gnu.h.
2853         * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
2854         * i386-tdep.c: New file.
2855         * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
2856         (i386gnu-tdep.o): Specify dependencies.
2857
2858 2002-08-15  Mark Kettenis  <kettenis@gnu.org>
2859
2860         * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
2861         "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
2862         Adjust a few comments to reflect reality a bit closer.
2863         (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
2864         TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
2865         HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
2866         target_insert_watchpoint, target_remove_watchpoint):
2867         Move defines to ...
2868         * config/i386/nm-i386sco5.h: ... here.
2869         (kernel_u_size): Add prototype.  Improve a few comments and add
2870         protection against multiple inclusion.
2871         
2872         * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
2873         out define.
2874
2875         * uw-thread.c (SP_ARG0): Define if not already defined.
2876         * config/i386/tm-i386.h (SO_ARG0): Remove define.
2877
2878         * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
2879
2880         * config/i386/tm-i386.h: Don't include "regcache.h".
2881
2882         * i387-tdep.h (i387_print_float_info): New prototype.
2883         * i387-tdep.c (print_i387_value, print_i387_ext,
2884         print_i387_status_word, print_i387_control_word): Add `struct
2885         ui_file *' argument and use it for output.
2886         (i387_print_float_info): Renamed from i387_float_info.  Add
2887         `struct gdbarch *' and `struct ui_file *' arguments and use the
2888         latter for output.
2889         * i386-tdep.c: Include "i387-tdep.h".
2890         (i386_gdbarch_init): Set print_float_info.
2891         * config/i386/tm-i386.h (i387_float_info): Remove prototype.
2892         (FLOAT_INFO): Remove define.
2893
2894 2002-08-13  Michael Snyder  <msnyder@redhat.com>
2895
2896         * mips-tdep.c (mips_push_arguments): Rename to
2897         mips_eabi_push_arguments, and tune for EABI.
2898         (MIPS_REGS_HAVE_HOME_P): Delete.
2899         (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
2900         (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
2901         Delete references to mips_regs_have_home_p.
2902
2903 2002-08-14  Keith Seitz  <keiths@redhat.com>
2904
2905         * Makefile.in (install-gdbtk): Create insight plugin directory.
2906         Install plugins.tcl file.
2907
2908 2002-08-14  Keith Seitz  <keiths@redhat.com>
2909
2910         * configure.in: Move SUBDIRS to near top of the file so that
2911         --enable options may add things to it.
2912         If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
2913         * configure: Regenerate.
2914
2915 2002-08-13  Michael Snyder  <msnyder@redhat.com>
2916
2917         * mips-tdep.c (mips_o32o64_push_arguments):  New function, 
2918         cloned from mips_push_arguments, tuned for o32/o64 ABI.
2919         (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
2920
2921 2002-08-13  Andrew Cagney  <ac131313@redhat.com>
2922
2923         * vax-tdep.c (vax_get_saved_register): Delete function.
2924         (vax_gdbarch_init): Update.
2925         * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
2926         (ns32k_gdbarch_init): Update.
2927         * alpha-tdep.c (alpha_get_saved_register): Delete function.
2928         (alpha_gdbarch_init): Update.
2929
2930 2002-08-13  Andrew Cagney  <cagney@redhat.com>
2931
2932         * regcache.c (init_regcache_descr): Overallocate the
2933         raw_register_valid_p array including space for NUM_PSEUDO_REGS.
2934         (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
2935         nr_raw_registers.
2936         (set_register_cached): Add range checking assertions.  Use
2937         current_regcache.
2938
2939 2002-08-13  Mark Kettenis  <kettenis@gnu.org>
2940
2941         * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
2942         numbers for MMX registers.
2943
2944 2002-08-13  Andrew Cagney  <cagney@redhat.com>
2945
2946         * i386-tdep.c (i386_gdbarch_init): Use
2947         generic_unwind_get_saved_register.
2948
2949 2002-08-13  Kevin Buettner  <kevinb@redhat.com>
2950
2951         * procfs.c (procfs_can_use_hw_breakpoint): New function.
2952         (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
2953         target vector.
2954         * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
2955         Delete.  Add comment regarding this now-deleted target method.
2956
2957 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
2958
2959         * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
2960         (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
2961         (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
2962         real PC and the page number (if it's within the memory bank window).
2963         (m68hc11_pseudo_register_write): Likewise when saving.
2964         (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
2965         (m68hc11_register_virtual_type): Return uint32 for virtual pc.
2966         (m68hc11_register_raw_size): And use 32-bit for it.
2967         (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
2968         16K memory bank is used by the prog; also use the virtual pc.
2969
2970 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
2971
2972         * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
2973         (m68hc11_gdbarch_init): Install it in gdbarch.
2974         (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
2975         (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
2976         (MSYMBOL_SIZE): New for documentation.
2977         (insn_return_kind): Enum to specify how a function returns.
2978         (frame_extra_info): Cleanup and record the return mode.
2979         (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page 
2980         register in address computation.
2981         (m68hc11_get_return_insn): New to obtain the return instruction used
2982         by the function.
2983         (m68hc11_frame_init_saved_regs): Take into account the return
2984         instruction used by the function for far and interrupt functions.
2985         (m68hc11_init_extra_frame_info): Take into account page register.
2986         (m68hc11_frame_args_address): Adjust according to the return mode.
2987         (show_regs): Print page register only when it's used.
2988
2989 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
2990
2991         * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
2992         (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
2993         (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
2994         registers.
2995         (m68hc11_register_raw_size): Likewise.
2996
2997 2002-08-13  Andrew Cagney  <cagney@redhat.com>
2998
2999         * i386-tdep.c (i386_register_name): Handle mmx registers.
3000         (mmx_regnum_p): New function.
3001         (i386_mmx_names): New array.
3002         (mmx_num_regs): New variable.
3003         (i386_pseudo_register_read): New function.
3004         (i386_pseudo_register_write): New function.
3005         (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
3006
3007         * regcache.c (regcache_raw_read_unsigned): New function.
3008         (regcache_raw_read_signed): New function.
3009         * regcache.h (regcache_raw_read_unsigned): Declare.
3010         (regcache_raw_read_signed): Declare.
3011
3012 2002-08-13  Andrew Cagney  <cagney@redhat.com>
3013
3014         * regcache.c (regcache_raw_read_as_address): Delete function.
3015         (regcache_cooked_read_signed): New function.
3016         (regcache_cooked_read_unsigned): New function.
3017         * regcache.h (regcache_cooked_read_signed): Declare.
3018         (regcache_cooked_read_unsigned): Declare.
3019         (regcache_raw_read_as_address): Delete declaration.
3020
3021         * blockframe.c (generic_read_register_dummy): Use
3022         regcache_cooked_read_unsigned.
3023         * i386-tdep.c (i386_extract_struct_value_address): Use
3024         regcache_cooked_read_unsigned.
3025
3026 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
3027
3028         * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
3029         double sizes according to ELF ABI flags.
3030         (gdbarch_tdep): Record elf_flags.
3031
3032 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
3033
3034         * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
3035         (m6812_prolog): They can appear in 68HC12 function prologue.
3036         (m68hc11_frame_chain): Cleanup.
3037
3038 2002-08-12  Andrew Cagney  <cagney@redhat.com>
3039
3040         * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
3041         declarations.
3042         * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
3043         (i386_linux_register_raw_size): Delete function.
3044         (i386_linux_init_abi): Update.
3045         * i386-tdep.c (i386_register_raw_size): Delete function.
3046         (i386_register_byte): Delete function.
3047         (i386_gdbarch_init): Update.
3048         (i386_register_size): Delete array.
3049         (i386_register_offset): Delete array.
3050
3051         * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
3052         (REGISTER_RAW_SIZE): Delete macro.
3053         * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
3054         (REGISTER_BYTE): Delete macro.
3055
3056 2002-08-11  Aidan Skinner <aidan@velvet.net>
3057
3058         * ada-lang.c (ada_lookup_partial_symbol)
3059         (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
3060         prototype names so that grep ^func works properly.
3061
3062         * ada-lang.c (ada_array_element_type)
3063         (ada_lookup_partial_symbol): Fix typos in parameter list.
3064
3065         * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
3066         Fix prototype names so that grep ^func works properly.
3067         
3068 2002-08-10  Andrew Cagney  <cagney@redhat.com>
3069             Elena Zannoni  <ezannoni@redhat.com>
3070             Martin M. Hunt  <hunt@redhat.com>
3071
3072         * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
3073         (build_builtin_type_vec128i): Set the vector bit.
3074         * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
3075         * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
3076         (build_builtin_type_vec64): New function.
3077         (build_builtin_type_vec64i): New function.
3078         (build_gdbtypes): Initialize builtin_type_vec64 and
3079         builtin_type_vec64i.
3080
3081 2002-08-09  Andrew Cagney  <cagney@redhat.com>
3082
3083         * regcache.c (regcache_dump): Compare the register offset
3084         with REGISTER_BYTE.
3085         * arch-utils.c (generic_register_byte): New function.
3086         * arch-utils.h (generic_register_byte): Declare.
3087         * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
3088         * gdbarch.h, gdbarch.c: Regenerate.
3089
3090 2002-08-09  Andrew Cagney  <cagney@redhat.com>
3091
3092         * regcache.c: Include "gdbcmd.h"
3093         (_initialize_regcache): Add commands "maintenance print
3094         registers", "maintenance print raw-registers" and "maintenance
3095         print cooked-registers".
3096         (enum regcache_dump_what): Define.
3097         (dump_endian_bytes): New function.
3098         (regcache_dump): New function.
3099         (regcache_print): New function.
3100         (maintenance_print_registers): New function.
3101         (maintenance_print_raw_registers): New function.
3102         (maintenance_print_cooked_registers): New function.
3103         * Makefile.in (regcache.o): Update dependencies.
3104
3105 2002-08-09  Michael Snyder  <msnyder@redhat.com>
3106
3107         * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
3108         (mips_push_arguments): Correct some comments.  Use paddr_nz
3109         for printing addresses in debug output.  Replace static
3110         allocation using MAX_REGISTER_RAW_SIZE with alloca.
3111         (mips_n32n64_push_arguments): New function, cloned from
3112         mips_push_arguments and tuned for the n32/n64 ABI.
3113         (mips_push_register): Buffer needs dynamic allocation.
3114         (mips_print_register): Ditto.
3115         (do_gp_register_row): Ditto.
3116         (mips_store_return_value): Ditto.
3117         (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
3118
3119 2002-08-09  Don Howard  <dhoward@redhat.com>
3120
3121         * memattr.c (mem_info_command): Print special case of upper bound
3122         as max CORE_ADDR + 1.
3123
3124 2002-08-08  Michael Snyder  <msnyder@redhat.com>
3125
3126         * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only 
3127         returns structs by ref if they're too big to fit in two registers.
3128
3129 2002-08-09  Kevin Buettner  <kevinb@redhat.com>
3130
3131         * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
3132         saved regs value.
3133         (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
3134         mips_find_saved_regs().
3135         (mips_pop_frame): Likewise.
3136
3137 2002-08-09  Kevin Buettner  <kevinb@redhat.com>
3138
3139         * blockframe.c (frame_saved_regs_register_unwind): Revise
3140         PC_IN_CALL_DUMMY assertion to only apply when generic dummy
3141         frames are in use.
3142
3143 2002-08-09  Grace Sainsbury  <graces@redhat.com>
3144         
3145         * remote.c: (remote_wait, remote_async_wait): Add check for awatch
3146         T-packets; the 'a' is not taken as a register number.
3147         (remote_check_watch_resources, remote_stopped_by_watchpoint)
3148         (remote_stopped_data_address): New functions; add to target
3149         vector.
3150         (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
3151         prototypes to match other implementations of this
3152         function. replace integer argument with pointer -- the length
3153         field in the Z-packet is the length of what is pointed to or 1 if
3154         pointer is null. Add to target vector.
3155         (remote_insert_watchpoint, remote_remove_watchpoint): Add to
3156         target vector.
3157
3158         From Mark Salter:
3159         * remote.c (remote_wait): Add support to extract optional
3160         watchpoint information from T-packet. Ignore unrecognized
3161         optional info in T-packet.
3162         (remote_async_wait): Ditto.
3163
3164 2002-08-09  Corinna Vinschen  <vinschen@redhat.com>
3165
3166         * cli/cli-dump.c: Change fopen modes to use binary open modes
3167         as defined in include/fopen-bin.h throughout.
3168
3169 2002-08-08  Michael Snyder  <msnyder@redhat.com>
3170
3171         * mips-tdep.c: Minor whitespace and indentation clean-ups.
3172
3173 2002-08-08  Kevin Buettner  <kevinb@redhat.com>
3174
3175         * doublest.c (store_floating): Avoid floatformat_from_doublest()
3176         assertion failure by returning early after a warning.
3177
3178 2002-08-08  Kevin Buettner  <kevinb@redhat.com>
3179
3180         * mips-tdep.c (mips_find_saved_regs): Make static.
3181         (mips_frame_init_saved_regs): New function.
3182         (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
3183         * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
3184         (mips_find_saved_regs): Delete declaration.
3185
3186 2002-08-08  Grace Sainsbury  <graces@redhat.com>
3187
3188         * remote.c (remote_wait, remote_async_wait): Change
3189         thread_num from int to ULONGEST.
3190         (unpack_varlen_hex): Change result parameter from
3191         int * to ULONGEST *.
3192
3193 2002-08-08  Andrew Cagney  <ac131313@redhat.com>
3194
3195         * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
3196         powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
3197         powerpc*-*-*.
3198         * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
3199
3200 2002-08-08  Andrew Cagney  <cagney@redhat.com>
3201
3202         * gcore.c (override_derive_stack_segment): Delete variable.
3203         (preempt_derive_stack_segment): Delete function.
3204         (derive_stack_segment): Delete function.
3205         (default_derive_stack_segment): Renamed to derive_stack_segment.
3206         (override_derive_heap_segment): Delete variable.
3207         (preempt_derive_heap_segment): Delete function.
3208         (derive_heap_segment): Delete function.
3209         (default_derive_heap_segment): Rename to derive_heap_segment.
3210
3211 2002-08-06  Michael Snyder  <msnyder@redhat.com>
3212
3213         * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
3214         * mips-tdep.c (mips_EABI_use_struct_convention, 
3215         mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
3216         New functions.  (mips_use_struct_convention): Delete.
3217         (mips_gdbarch_init): set use_gdbarch_convention.
3218
3219 2002-08-06  Michael Snyder  <msnyder@redhat.com>
3220
3221         *  mips-tdep.c: gdbarch-ify reg_struct_has_addr.
3222         (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr, 
3223         mips_o32_reg_struct_has_addr): New functions.
3224         (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
3225
3226 2002-08-07  Andrew Cagney  <ac131313@redhat.com>
3227
3228         * regcache.c (pseudo_register): Delete function.
3229         (fetch_register): Delete function.
3230         (store_register): Delete function.
3231         (regcache_raw_read, legacy_read_register_gen): Use
3232         target_fetch_registers instead of fetch_register.
3233         (legacy_write_register_gen, regcache_raw_write): Use
3234         target_store_register instead of store_register.
3235         (write_register_bytes): Ditto.
3236
3237         * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
3238         (STORE_PSEUDO_REGISTER): Delete.
3239         * gdbarch.h, gdbarch.c: Regenerate.
3240
3241 2002-08-06  Corinna Vinschen  <vinschen@redhat.com>
3242
3243         * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
3244         write dump file binary.
3245
3246 2002-08-05  Michael Snyder  <msnyder@redhat.com>
3247
3248         *  mips-tdep.c (mips_find_saved_regs): Adjust stack according
3249         to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64.  Enhance comment.
3250         (mips_gdbarch_init): Set N32 target to be mips64.
3251
3252 2002-08-06  Kevin Buettner  <kevinb@redhat.com>
3253
3254         * frame.c (find_saved_register): Break out of loop once saved
3255         register address is found.  Don't mention sparc in loop comment
3256         anymore.
3257
3258 2002-08-06  Kevin Buettner  <kevinb@redhat.com>
3259
3260         * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
3261         mips_default_saved_regsize to 8.
3262
3263 2002-08-06  Andrew Cagney  <ac131313@redhat.com>
3264
3265         * gcore.c: Do not include <sys/procfs.h>.
3266         * Makefile.in (gcore.o): Update dependencies.
3267
3268 2002-08-06  Andrew Cagney  <cagney@redhat.com>
3269
3270         * configure.tgt: Make arc-*-* obsolete.
3271         * NEWS: Mention that arc-*-* has been identifed as obsolete.
3272         * MAINTAINERS: Make arc-elf obsolete.
3273         * arc-tdep.c: Make file obsolete.
3274         * config/arc/arc.mt: Ditto.
3275         * config/arc/tm-arc.h: Ditto.
3276
3277 2002-08-05  Theodore A. Roth  <troth@verinet.com>
3278
3279         * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
3280
3281 2002-08-05  Andrew Cagney  <ac131313@redhat.com>
3282
3283         * mcore-tdep.c (mcore_gdbarch_init): Use
3284         generic_unwind_get_saved_register instead of
3285         generic_get_saved_register.
3286         * v850-tdep.c (v850_gdbarch_init): Ditto.
3287         * frv-tdep.c (frv_gdbarch_init): Ditto.
3288         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3289         * s390-tdep.c (s390_gdbarch_init): Ditto.
3290         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3291         * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
3292         * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
3293
3294 2002-08-05  Joel Brobecker  <brobecker@gnat.com>
3295
3296         * objfiles.h: Add missing #include "symfile.h"
3297
3298         * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
3299
3300 2002-08-04  Andrew Cagney  <ac131313@redhat.com>
3301
3302         From 2002-08-01 david carlton <carlton@math.stanford.edu>:
3303         * hpread.c (hpread_read_struct_type): Deleted superfluous setting
3304         of FIELD_BITSIZE.
3305
3306 2002-08-04  Daniel Jacobowitz  <drow@mvista.com>
3307
3308         * NEWS: Cleanup and nitpick.
3309
3310 2002-08-03  Andrew Cagney  <ac131313@redhat.com>
3311
3312         * NEWS: Cleanup.  Use *-linux*-gnu*.  Only use `*' for headings.
3313
3314 2002-08-03  Andrew Cagney  <ac131313@redhat.com>
3315
3316         * Makefile.in (gdbtk-bp.o): Update dependencies.
3317         (gdbtk-register.o): Ditto.
3318         (gdbtk-varobj.o): Ditto.
3319
3320 2002-08-03  Andrew Cagney  <cagney@redhat.com>
3321
3322         * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
3323         m68hc11_fetch_pseudo_register.
3324         (m68hc11_pseudo_register_write): Replace
3325         m68hc11_store_pseudo_register.
3326         (m68hc11_gdbarch_init): Update.
3327
3328 Fri Aug  2 15:53:50 2002  Andrew Cagney  <cagney@redhat.com>
3329
3330         * gdbarch.sh: Include "gdb_string.h".
3331         * gdbarch.c: Regenerate.
3332
3333         * regcache.c: Include "gdb_string.h".
3334         * ax-general.c: Ditto.
3335         * varobj.c: Ditto.
3336         * std-regs.c: Ditto.
3337         * fbsd-proc.c: Ditto.
3338         * thread.c: Ditto.
3339
3340         * Makefile.in (regcache.o): Update dependencies.
3341         (thread.o, gdbarch.o): Ditto.
3342         (ax-general.o, gdbarch.o): Ditto.
3343         (varobj.o, std-regs.o): Ditto.
3344         (fbsd-proc.o): Specify dependencies.
3345
3346 2002-08-02  Andrew Cagney  <cagney@redhat.com>
3347
3348         * regcache.c (regcache_cooked_read): Rename rawnum parameter to
3349         regnum.
3350         (regcache_cooked_write): Ditto.
3351
3352 2002-08-02  Andrew Cagney  <ac131313@redhat.com>
3353
3354         * regcache.c (regcache_cooked_read): New function.
3355         (regcache_cooked_write): New function.
3356         (read_register_gen): Rewrite using regcache_cooked_read.
3357         (write_register_gen): Rewrite using regcache_cooked_write.
3358
3359         * regcache.h (regcache_cooked_read, regcache_cooked_write):
3360         Declare.
3361
3362 2002-08-02  Andrew Cagney  <cagney@redhat.com>
3363
3364         * gdbarch.sh (pseudo_register_read, pseudo_register_write):
3365         Replace the architecture methods register_read and register_write.
3366         * gdbarch.h, gdbarch.c: Regenerate.
3367         * regcache.c (init_regcache_descr): Update.
3368         (read_register_gen): Update.
3369         (write_register_gen): Update.
3370         (supply_register): Update comment.
3371
3372         * sh-tdep.c (sh_gdbarch_init): Update.
3373         (sh_pseudo_register_read, sh64_pseudo_register_read): Add
3374         `regcache' and `gdbarch' parameters.  Make `buffer' a void
3375         pointer.  Update code.
3376         (sh_pseudo_register_write, sh64_pseudo_register_write): Add
3377         `regcache' and `gdbarch' parameters.  Make `buffer' a constant
3378         void pointer.  Update code.
3379         (sh64_register_write): Delete.
3380         (sh4_register_read): Delete.
3381         (sh64_register_read): Delete.
3382         (sh4_register_write): Delete.
3383         (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
3384         void pointer, `to' parameter a void pointer.
3385         (sh_sh64_register_convert_to_raw): Ditto.
3386
3387 2002-08-01  Kevin Buettner  <kevinb@redhat.com>
3388
3389         * mips-tdep.c (mips_register_virtual_type): Use architecture
3390         invariant return values.
3391
3392 2002-08-01  Andrew Cagney  <cagney@redhat.com>
3393
3394         * linux-proc.c: Include "gdb_string.h".
3395         * Makefile.in (linux-proc.o): Update dependency list.
3396
3397 2002-08-01  Kevin Buettner  <kevinb@redhat.com>
3398
3399         * mips-tdep.c (mips_gdbarch_init): Add comments.  Fix typo in
3400         comment.
3401
3402 2002-08-01  Grace Sainsbury  <graces@redhat.com>
3403
3404         * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3405         to_insert_watchpoint, to_remove_watchpoint,
3406         to_stopped_by_watchpoint, to_stopped_data_address,
3407         to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
3408         target vecctor. Define their corresponding macros so they call
3409         them.
3410         
3411         * target.c: Add default and debug versions of for
3412         to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3413         to_insert_watchpoint, to_remove_watchpoint,
3414         to_stopped_by_watchpoint, to_stopped_data_address,
3415         to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
3416
3417 2002-08-01  Kevin Buettner  <kevinb@redhat.com>
3418
3419         * mips-tdep.c (mips_register_virtual_type): New function.
3420         (mips_gdbarch_init): Register mips_register_virtual_type()
3421         with gdbarch machinery.
3422         * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
3423         this file instead of tm-bigmips.h.
3424         (MIPS_REGSIZE): Delete this macro.
3425         (REGISTER_VIRTUAL_TYPE): Delete macro.  Undef macro so that
3426         multiarch version in mips-tdep.c will be found.
3427
3428 2002-08-01  Andrew Cagney  <cagney@redhat.com>
3429
3430         * NEWS: Menion that CHILL has been made obsolete.
3431
3432         * gdbtypes.c (chill_varying_type): Make chill references obsolete.
3433         * stabsread.c (read_range_type): Ditto.
3434         * gdbtypes.h: Ditto.
3435         * language.c (binop_type_check): Ditto.
3436         (binop_result_type): Ditto.
3437         (integral_type): Ditto.
3438         (character_type): Ditto.
3439         (string_type): Ditto.
3440         (boolean_type): Ditto.
3441         (structured_type): Ditto.
3442         (lang_bool_type): Ditto.
3443         (binop_type_check): Ditto.
3444         * language.h (_LANG_chill): Ditto.
3445         * dwarfread.c (set_cu_language): Ditto.
3446         * dwarfread.c (CHILL_PRODUCER): Ditto.
3447         * dwarfread.c (handle_producer): Ditto.
3448         * expression.h (enum exp_opcode): Ditto.
3449         * eval.c: Ditto for comments.
3450         * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
3451         * expprint.c (print_subexp): Ditto.
3452         (print_subexp): Ditto.
3453         * valops.c (value_cast): Ditto.
3454         (search_struct_field): Ditto.
3455         * value.h (COERCE_VARYING_ARRAY): Ditto.
3456         * symfile.c (init_filename_language_table): Ditto.
3457         (add_psymbol_with_dem_name_to_list): Ditto.
3458         * valarith.c (value_binop): Ditto.
3459         (value_neg): Ditto.
3460         * valops.c (value_slice): Ditto.
3461         * symtab.h (union language_specific): Ditto.
3462         (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
3463         (SYMBOL_DEMANGLED_NAME): Ditto.
3464         (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
3465         * defs.h (enum language): Ditto.
3466         * symtab.c (got_symtab): Ditto.
3467         * utils.c (fprintf_symbol_filtered): Ditto.
3468
3469         * ch-typeprint.c: Make file obsolete.
3470         * ch-valprint.c: Make file obsolete.
3471         * ch-lang.h: Make file obsolete.
3472         * ch-exp.c: Make file obsolete.
3473         * ch-lang.c: Make file obsolete.
3474
3475         * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
3476         CHILL_LIB.
3477         (TARGET_FLAGS_TO_PASS): Ditto.
3478         (CHILLFLAGS): Obsolete.
3479         (CHILL): Obsolete.
3480         (CHILL_FOR_TARGET): Obsolete.
3481         (CHILL_LIB): Obsolete.
3482         (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
3483         ch-valprint.c.
3484         (HFILES_NO_SRCDIR): Remove ch-lang.h.
3485         (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
3486         ch-lang.o.
3487         (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
3488         targets.
3489
3490 2002-07-31  Joel Brobecker  <brobecker@gnat.com>
3491
3492         * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
3493         This does not change anything at the moment, but will be helpful
3494         later when full Ada support is integrated.
3495
3496 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
3497
3498         * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
3499         help message.
3500
3501 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
3502
3503         * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
3504         and save it in a local variable.  Use variable in later test.
3505
3506 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
3507
3508         * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
3509         test.  (Thanks to Daniel Jacobowitz.)
3510         
3511 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
3512
3513         * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
3514         (mips_abi_strings): Add "n64".
3515         (mips_gdbarch_init): Add test for n64 abi.  Add MIPS_ABI_N64 case.
3516
3517 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
3518
3519         * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
3520         (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
3521
3522 2002-07-31  Kevin Buettner  <kevinb@redhat.com>
3523
3524         * utils.c (host_pointer_to_address, address_to_host_pointer):
3525         Use gdb_assert() instead of explicit call to internal_error().
3526
3527 2002-07-30  Kevin Buettner  <kevinb@redhat.com>
3528
3529         * Makefile.in (rs6000-nat.o): Update dependencies.
3530
3531         From Nicholas Duffek:
3532         * Makefile.in (ALLDEPFILES): Add aix-thread.c.
3533         (aix-thread.o): New rule.
3534         * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
3535         * config/powerpc/aix432.mh: New file.
3536
3537 2002-07-30  Daniel Jacobowitz  <drow@mvista.com>
3538
3539         * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
3540         (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
3541         (fetch_core_registers, ppc_linux_supply_gregset)
3542         (ppc_linux_supply_fpregset): New functions.
3543         (ppc_linux_regset_core_fns): New.
3544         (_initialize_ppc_linux_tdep): Call add_core_fns.
3545         * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
3546         and ppc_linux_supply_gregset.
3547         * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
3548         (supply_fpregset): Call ppc_linux_supply_fpregset.
3549         * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
3550         corelow.o.
3551         * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
3552
3553 2002-07-30  Daniel Jacobowitz  <drow@mvista.com>
3554
3555         * symtab.c (lookup_symbol): Demangle before lowercasing.
3556
3557 2002-07-30  Andrew Cagney  <ac131313@redhat.com>
3558
3559         * symtab.h: Replace #include "gdb_obstack.h" with opaque
3560         declaration.
3561         * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
3562         * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
3563         * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
3564         * arch-utils.c, cli/cli-setshow.c: Unconditionally include
3565         "gdb_string.h".
3566         * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
3567         (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
3568         (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
3569         (avr-tdep.o, mon960-rom.o): Ditto.
3570         (aout_stabs_gnu_h): Define.
3571         (symtab_h): Remove $(gdb_obstack_h).
3572
3573 2002-07-30  Jim Blandy  <jimb@redhat.com>
3574
3575         Patch from David Carlton <carlton@math.stanford.edu>:
3576         * gdbinit.in: Move the `dir' commands that add GDB's own source
3577         directory to the search path to the end, so that the `gdb' source
3578         directory will be searched first.
3579
3580 2002-07-29  Andrew Cagney  <ac131313@redhat.com>
3581
3582         * gdb_obstack.h: New file.
3583         * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
3584         (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
3585         * objfiles.h: Include "gdb_obstack.h".
3586         * Makefile.in (gdb_obstack_h): Define.
3587         (symtab_h): Add $(gdb_obstack_h).
3588         (objfiles_h): Add $(gdb_obstack_h).
3589         
3590         * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
3591         * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
3592         * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
3593         * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
3594         * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
3595         * p-valprint.c, symmisc.c, typeprint.c: Ditto.
3596         * symfile.c, coffread.c, c-typeprint.c: Ditto.
3597         * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
3598
3599         * Makefile.in (bcache.o): Update dependencies.
3600         (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
3601         (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
3602         (dbxread.o, dstread.o, f-typeprint.o): Ditto.
3603         (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
3604         (stabsread.o, symfile.o, symmisc.o): Ditto.
3605         (symtab.o, typeprint.o, macroexp.o): Ditto.
3606         (macrotab.o, mdebugread.o): Ditto.
3607         (f_lang_h, coff_sym_h, coff_symconst_h): Define.
3608         (coff_ecoff_h, aout_aout64_h): Define.
3609         (aout_stabs_gnu_h, libaout_h): Define.
3610
3611 2002-07-29  Andrew Cagney  <cagney@redhat.com>
3612
3613         * regcache.c (struct regcache_descr): Rename nr_registers to
3614         nr_cooked_registers.  Revise comments describing the structure
3615         member fields.
3616         (init_regcache_descr): Update.
3617         (init_legacy_regcache_descr): Update.
3618         (read_register_gen, write_register_gen): When a cooked register in
3619         the raw register range, directly access the value from the raw
3620         register cache.
3621
3622 2002-07-29  Andrew Cagney  <ac131313@redhat.com>
3623
3624         * z8k-tdep.c: Do not include "obstack.h".
3625         * h8300-tdep.c, h8500-tdep.c: Ditto.
3626         * m68hc11-tdep.c, sh-tdep.c: Ditto.
3627         * valprint.c, v850-tdep.c: Ditto.
3628         * d10v-tdep.c, mn10300-tdep.c: Ditto.
3629         * mn10200-tdep.c: Ditto.
3630
3631         * Makefile.in (z8k-tdep.o): Update dependencies.
3632         (m68hc11-tdep.o, valprint.o): Ditto.
3633         (v850-tdep.o, d10v-tdep.o): Ditto.
3634         (mn10300-tdep.o, sparc-tdep.o): Ditto.
3635         (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
3636         (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
3637         (sh_opc_h, gdb_sim_sh_h): Define.
3638         (elf_sh_h, elf_bfd_h): Define.
3639         (opcode_m68hc11_h): Define.
3640         (OPCODES_SRC, OPCODES_DIR): define.
3641         (OPCODES): Use $(OPCODES_DIR).
3642         (gdb_sim_d10v_h): Rename sim_d10v_h.
3643         (gdb_sim_arm_h): Rename sim_arm_h.
3644
3645 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
3646
3647         * utils.c (host_pointer_to_address, address_to_host_pointer):
3648         Change internal_error() message to indicate function responsible
3649         for the error.
3650
3651 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
3652
3653         * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
3654         calls to local_hex_string_custom().
3655
3656 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
3657
3658         * irix5-nat.c: Move IRIX shared library support from here...
3659         * solib-irix.c: ...to here.  Revised substantially to work with
3660         generic solib framework.
3661
3662         * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
3663         * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
3664         * mips-irix-tdep.c: New file.
3665
3666         * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
3667         (mips-irix-tdep.o, solib-irix.o): New rules.
3668         * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
3669         solib-irix.o.
3670         * config/mips/irix6.mt (TDEPFILES): Likewise.
3671         * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
3672
3673 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
3674
3675         * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
3676         disabled (via ``#if 0'') includes.
3677
3678 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
3679
3680         * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
3681         (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
3682         (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
3683         Add support for the fpscr register.
3684         * rs6000-nat.c (regmap, fetch_inferior_registers)
3685         (store_inferior_registers, fetch_core_registers): Likewise.
3686
3687 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
3688
3689         * rs6000-nat.c (language.h): Include.
3690         (special_regs): Delete this array.
3691         (regmap): New function.
3692         (fetch_register, store_register):  Use regmap() to map gdb
3693         register numbers to ptrace register numbers.  Also, use
3694         outputs from regmap() to make decisions regarding type of
3695         ptrace() call to make.  In particular, don't compare against
3696         FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3697         (fetch_inferior_registers, store_inferior_registers): Where
3698         possible, obtain register numbers from tdep struct.  Don't
3699         refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3700         * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
3701         (LAST_UISA_SP_REGNUM): Delete.
3702         
3703 2002-07-25  Kevin Buettner  <kevinb@redhat.com>
3704
3705         * rs6000-nat.c (ppc-tdep.h): Include.
3706         (fetch_registers, store_register, fetch_core_registers): Don't
3707         access registers[] directly.  Instead, use supply_register() or
3708         regcache_collect() as appropriate.
3709         (find_toc_address): Format hex address with local_hex_string().
3710
3711 2002-07-25  Andrew Cagney  <ac131313@redhat.com>
3712
3713         * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
3714         bfd/elf32-frv.c.
3715
3716 2002-07-24  Tom Tromey  <tromey@redhat.com>
3717
3718         * jv-exp.y: Marked all strings with _().
3719         (ClassInstanceCreationExpression, ArrayCreationExpression): Use
3720         internal_error.
3721         (MethodInvocation, CastExpression, parse_number, yyerror,
3722         java_type_from_name, push_expression_name, yylex): Typo fixes.
3723
3724 2002-07-24  Daniel Jacobowitz  <drow@mvista.com>
3725
3726         * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
3727         (tee_file_flush, tee_file_write, tee_file_fputs)
3728         (tee_file_isatty): New.
3729         * ui-file.h (tee_file_new): Add prototype.
3730
3731 2002-07-24  Aidan Skinner <aidan@velvet.net>
3732
3733         * ada-lang.c: Change k&r style function definitions to prototyped
3734         form.
3735         * ada-typeprint.c: Change k&r style function definitions to prototyped
3736         form.
3737         * ada-valprint.c: Change k&r style function definitions to prototyped
3738         form.
3739         
3740 2002-07-24  Andrew Cagney  <cagney@redhat.com>
3741
3742         * README: Remove reference to remote-bug.
3743         * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
3744         remote-bug.c.
3745         (m88k-nat.o): Delete rule.
3746         (m88k-tdep.o): Delete rule.
3747         (remote-bug.o): Delete rule.
3748         * MAINTAINERS: Mark as obsolete.
3749         * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
3750         * m88k-tdep.c: Make file obsolete.
3751         * config/m88k/m88k.mh: Ditto.
3752         * config/m88k/delta88v4.mh: Ditto.
3753         * config/m88k/delta88v4.mt: Ditto.
3754         * config/m88k/delta88.mt: Ditto.
3755         * config/m88k/delta88.mh: Ditto.
3756         * remote-bug.c: Ditto.
3757         * config/m88k/tm-delta88.h: Ditto.
3758         * config/m88k/nm-delta88v4.h: Ditto.
3759         * config/m88k/xm-delta88.h: Ditto.
3760         * config/m88k/xm-dgux.h: Ditto.
3761         * config/m88k/tm-m88k.h: Ditto.
3762         * config/m88k/nm-m88k.h: Ditto.
3763         * config/m88k/tm-delta88v4.h: Ditto.
3764         * m88k-nat.c: Ditto.
3765         * cxux-nat.c: Ditto.
3766         * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
3767         and m88*-*-* obsolete.
3768         * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
3769         m88*-*-* obsolete.
3770
3771 2002-07-24  Andrew Cagney  <cagney@redhat.com>
3772
3773         * findvar.c (extract_unsigned_integer): Make `addr' parameter
3774         constant.  Same for local pointer variables.
3775         (extract_signed_integer): Ditto.
3776         * defs.h (extract_unsigned_integer): Update.
3777         (extract_signed_integer): Update.
3778
3779 2002-07-24  Andrew Cagney  <cagney@redhat.com>
3780
3781         * regcache.c (regcache_raw_write): Change buf parameter to a
3782         constant void pointer.
3783         (regcache_raw_read): Change buf parameter to a void pointer.
3784         (legacy_write_register_gen): Change myaddr parameter a constant
3785         void pointer.
3786         (supply_register): Change val parameter to a const void pointer.
3787         * regcache.h (regcache_raw_write): Update declaration.
3788         (regcache_raw_read): Update declaration.
3789         (supply_register): Update declaration.
3790
3791 2002-07-24  Tom Tromey  <tromey@redhat.com>
3792
3793         * defs.h (gdb_readline_wrapper): Declare.
3794         * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
3795         * tracepoint.c (read_actions): Use gdb_readline_wrapper.
3796         * top.c (gdb_readline_wrapper): New function.
3797         (command_line_input): Use it.
3798
3799 2002-07-24  Andrew Cagney  <cagney@redhat.com>
3800
3801         * regcache.h (regcache_raw_read, regcache_raw_write): Replace
3802         regcache_read and regcache_write.
3803         (regcache_raw_read_as_address): Replace regcache_read_as_address.
3804         * regcache.c: Update.
3805         * sh-tdep.c (sh64_push_arguments): Update comment.
3806         (sh_pseudo_register_read): Update.
3807         (sh_pseudo_register_write): Update.
3808         (sh4_register_read): Update.
3809         (sh4_register_write): Update.
3810         (sh64_pseudo_register_read): Update.
3811         (sh64_pseudo_register_write): Update.
3812         (sh64_register_read): Update.
3813         (sh64_register_write): Update.
3814         * i386-tdep.c (i386_extract_return_value): Update.
3815         (i386_extract_struct_value_address): Update.
3816         (i386_extract_return_value): Update.
3817         * blockframe.c (generic_read_register_dummy): Update.
3818         (generic_call_dummy_register_unwind): Update
3819         * infrun.c (write_inferior_status_register): Update.
3820
3821 2002-07-23  Jim Blandy  <jimb@redhat.com>
3822
3823         * parser-defs.h (expression_context_pc): Make this extern.
3824         (Thanks to Michael Snyder.)
3825
3826 2002-07-23  Andrew Cagney  <ac131313@redhat.com>
3827
3828         GDB 5.2.1 released from 5.2 branch.
3829         * NEWS: Mention changes in 5.2.1 including addition of AVR target.
3830         * README: Update to mention 5.2.1.
3831
3832 2002-07-23  Mark Salter  <msalter@redhat.com>
3833
3834         * remote.c (remote_read_bytes): Fix check for error.
3835
3836 2002-07-22  Kevin Buettner  <kevinb@redhat.com>
3837
3838         * aix-thread.c (language.h): Include.
3839         (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3840         (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
3841         Print newlines at end of debug messages.
3842         (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
3843         (pdc_write_data): Use local_hex_string() instead of %llx formats.
3844
3845 2002-07-22  Kevin Buettner  <kevinb@redhat.com>
3846
3847         * aix-thread.c (ppc-tdep.h): Include.
3848         (special_register_p): New function.
3849         (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
3850         (store_regs_user_thread): Use register number information from
3851         gdbarch_tdep struct instead of hardcoded offsets relative to
3852         FIRST_UISA_SP_REGNUM.
3853         (fetch_regs_kernel_thread, store_regs_kernel_thread):  Call
3854         special_register_p() instead of using FPLAST_REGNUM and
3855         LAST_UISA_SP_REGNUM as lower and upper bounds on the special
3856         register numbers.  Also, don't assume that LAST_UISA_SP_REGNUM
3857         will be MQ's register number.
3858
3859 2002-07-22  Michael Snyder  <msnyder@redhat.com>
3860
3861         * aix-thread.c (ops): Rename to aix_thread_ops.
3862         (base_ops): Rename to base_target.
3863         (ops_attach): Rename to aix_thread_attach.
3864         (ops_detach): Rename to aix_thread_detach.
3865         (ops_resume): Rename to aix_thread_detach.
3866         (ops_wait):   Rename to aix_thread_wait.
3867         (ops_kill):   Rename to aix_thread_kill.
3868         (init_ops):   Rename to init_aix_thread_ops.
3869         (ops_fetch_register): Rename to aix_thread_fetch_register.
3870         (ops_store_register): Rename to aix_thread_store_register.
3871         (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
3872         (ops_thread_alive):   Rename to aix_thread_thread_alive.
3873         (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
3874         (ops_pid_to_str):  Rename to aix_thread_pid_to_str.
3875         (ops_xfer_memory): Rename to aix_thread_xfer_memory.
3876         (fetch_regs_lib):  Rename to fetch_regs_user_thread.
3877         (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
3878         (store_regs_lib):  Rename to store_regs_user_thread.
3879         (store_regs_kern): Rename to store_regs_kernel_thread.
3880
3881 2002-07-22  Michael Snyder  <msnyder@redhat.com>
3882
3883         * aix-thread.c (ops_prepare_to_store): Eliminate.
3884         (init_ops): Don't initialize ops.prepare_to_store.
3885         (store_regs_kern): Pre-fetch register buffers from child, 
3886         because some registers may not be in the cache.  Copy
3887         regs from register cache only if they are cached.
3888         (store_regs_lib): Copy regs from register cache only
3889         if they are cached.
3890         (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
3891         fill_gprs64): Ditto.
3892
3893 2002-07-22  Kevin Buettner  <kevinb@redhat.com>
3894
3895         * aix-thread.c (gdb_assert.h): Include.
3896         (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
3897         register sizes (from register cache) match size of buffer holding
3898         register data.
3899         (fill_sprs32): Change parameter types to match those in the ptrace()
3900         buffer.
3901         (store_regs_lib): Likewise, but for 32-bit temporary variables.
3902         (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
3903
3904 2002-07-22  Michael Snyder  <msnyder@redhat.com>
3905
3906         * aix-thread.c (supply_sprs64): Cosmetic change.
3907         (supply_sprs32): Cosmetic change.
3908         (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
3909         (fill_sprs64): Use regcache_collect instead of read_register.
3910         (store_regs_lib): Use regcache_collect instead of 
3911         read_register.  Use fill_sprs32 instead of fill_sprs64,
3912         if debugging a 32-bit architecture.
3913         (store_regs_kern): Use fill_gprs64 etc. to pull the values
3914         out of the register cache, instead of passing a pointer into
3915         the register cache directly to ptrace.  Use regcache_collect
3916         insteaad of read_register.
3917         (ops_prepare_to_store): Use target_read_registers instead
3918         of read_register_bytes.
3919
3920 2002-07-20  Aidan Skinner <aidan@velvet.net>
3921
3922         * MAINTAINERS: Add self under write after approval. 
3923                 
3924 2002-07-20  Aidan Skinner <aidan@velvet.net>
3925
3926         * ada-tasks.c: Change k&r style function definitions to prototyped
3927         form.
3928                 
3929 2002-07-19  Andrew Cagney  <ac131313@redhat.com>
3930
3931         * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
3932         * x86-64-tdep.c: Include "objfiles.h".
3933         (x86_64_gdbarch_init): Set in_solib_call_trampoline to
3934         in_plt_section.  From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
3935
3936 2002-07-17  Michal Ludvig  <michal@suse.cz>
3937
3938         * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
3939         (update_context): Initialise cfa variable.
3940
3941 2002-07-17  Michael Snyder  <msnyder@redhat.com>
3942
3943         * aix-thread.c: Shorten some long lines.  
3944         Bring comments into line with code spec.
3945
3946 2002-07-18  Joel Brobecker  <brobecker@gnat.com>
3947
3948         * infrun.c: Re-indent using gdb_indent.sh.
3949
3950 2002-07-18  Joel Brobecker  <brobecker@gnat.com>
3951
3952         * infrun.c (handle_inferior_event): Remove unneeded extra brace.
3953         Leave the indentation temporarily untouched, to minimize the diffs.
3954
3955 2002-07-18  Elena Zannoni  <ezannoni@redhat.com>
3956
3957         * stabsread.c: Make os9k sections of the code obsolete,
3958         for real this time.
3959         * stabsread.h: Make os9k sections of the code obsolete.
3960
3961 2002-07-18  Michal Ludvig <mludvig@suse.cz>
3962
3963         * linux-low.c (regsets_store_inferior_registers): Add free()
3964         at the end of a loop to prevent memory leak.
3965         * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
3966         (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
3967         * config/sparc/tm-sp64linux.h: Make the rest of #endif
3968         line a comment.
3969         * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
3970
3971 2002-07-17  Jim Blandy  <jimb@redhat.com>
3972
3973         * macrocmd.c (info_macro_command): Remove newline from error
3974         message.
3975
3976 2002-07-17  J"orn Rennecke <joern.rennecke@superh.com>
3977
3978         * sh-tdep.c (sh_dsp_register_sim_regno): New function.
3979         (sh_gdbarch_init): Use it for sh-dsp.
3980
3981 2002-07-16  Kevin Buettner  <kevinb@redhat.com>
3982
3983         * dwarf2read.c (read_initial_length): Handle older, non-standard,
3984         64-bit DWARF2 format.
3985
3986 2002-07-16  Joel Brobecker  <brobecker@gnat.com>
3987
3988         * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
3989         <sys/proc.h> when not available.
3990
3991 2002-07-16  Andrew Cagney  <ac131313@redhat.com>
3992
3993         * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
3994         * stabsread.c: Make os9k sections of the code obsolete.
3995         * configure.tgt: Make i[3456]86-*-os9k target obsolete.
3996         * config/i386/i386os9k.mt: Make file obsolete.
3997         * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
3998         (COMMON_OBS): Remove os9kread.o
3999         (SFILES): Remove os9kread.c.
4000         (os9kread.o, remote-os9k.o): Make target obsolete.
4001         * remote-os9k.c: Make file obsolete.
4002         * os9kread.c: Make file obsolete.
4003         * Makefile.in
4004
4005 2002-07-16  Andrew Cagney  <ac131313@redhat.com>
4006
4007         * NEWS: Mention that the FR30 has been made obsolete.
4008         * fr30-tdep.c: Make file obsolete.
4009         * config/fr30/tm-fr30.h: Ditto.
4010         * config/fr30/fr30.mt: Ditto.
4011         * configure.tgt: Make fr30-*-elf obsolete.
4012         * MAINTAINERS: Make fr30-elf obsolete.
4013
4014 2002-07-16  Pierre Muller  <muller@ics.u-strasbg.fr>
4015
4016         * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
4017         found is not inside a section.
4018
4019 2002-07-15  Kevin Buettner  <kevinb@redhat.com>
4020
4021         * aix-thread.c (ptrace_check): Use safe_strerror() instead of
4022         strerror().
4023         (pdc_realloc): Use xrealloc() instead of realloc().
4024
4025 2002-07-15  Kevin Buettner  <kevinb@redhat.com>
4026
4027         * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
4028         (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
4029         (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
4030         macros.
4031
4032 2002-07-15  Kevin Buettner  <kevinb@redhat.com>
4033
4034         * aix-thread.c (ptrace_check): Eliminate goto.
4035         (sync_threadlists): Eliminate gotos.  Also, fix array overrun
4036         problem.
4037
4038 2002-07-15  Kevin Buettner  <kevinb@redhat.com>
4039
4040         * aix-thread.c (gdbcmd.h): Include.
4041         (DEBUG, DBG, DBG2, dbg): Eliminate.
4042         (debug_aix_thread): New static global.
4043         (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4044         (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
4045         (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
4046         invocations to DBG and DBG2 macros to test against
4047         ``debug_aix_thread'' and call fprintf_unfiltered().
4048         (_initialize_aix_thread): Add new command "set debug aix-thread".
4049
4050 2002-07-15  Andrew Cagney  <ac131313@redhat.com>
4051
4052         From Gerhard Tonn <TON@de.ibm.com>:
4053         * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
4054         instead of supply_register.
4055
4056 2002-07-15  Andrew Cagney  <ac131313@redhat.com>
4057
4058         * dwarf2cfi.c: Include "gdb_assert.h".
4059         (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
4060         non-NULL.
4061         (update_context): Do not use __func__.  Add missing ``break''.
4062         (update_context): Do not use __func__.
4063
4064 2002-07-15  Elena Zannoni  <ezannoni@redhat.com>
4065
4066         * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
4067         and its setting.  Set gdbarch instruction printing functions
4068         directly.  For non-rs6000 case use new function
4069         gdb_print_insn_powerpc.
4070         (gdb_print_insn_powerpc): New function.
4071
4072 2002-07-13  Andrew Cagney  <ac131313@redhat.com>
4073
4074         * NEWS: Mention that the d30v has been marked obsolete.
4075         * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
4076         * configure.tgt: Mark d30v-*-* as obsolete.
4077         * d30v-tdep.c: Mark file as obsolete.
4078         * config/d30v/d30v.mt: Ditto.
4079         * config/d30v/tm-d30v.h: Ditto.
4080
4081 2002-07-13  Aidan Skinner <aidan@velvet.net>
4082
4083         * ada-tasks.c (add_task_entry): replace calls to
4084         malloc() with xmalloc
4085         * ada-tasks.c (init_task_list): replace calls to free with xfree()
4086         
4087         * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
4088         ada_finish_decode_line_1, all_sals_for_line
4089         ada_breakpoint_rewrite): replace calls to free() with xfree()
4090                 
4091 2002-07-12  Kevin Buettner  <kevinb@redhat.com>
4092
4093         From Nicholas Duffek (with minor changes by Martin Hunt, 
4094         Louis Hamilton, and Kevin Buettner):
4095         * aix-thread.c: New file.
4096
4097 2002-07-12  Petr Sorfa <petrs@caldera.com>
4098
4099         *  dwarf2read.c (dwarf2_invalid_attrib_class): New
4100         complaint for invalid attribute class or form.
4101         (read_func_scope): DW_AT_frame_base
4102         better handling of DW_AT_block*.
4103         (dwarf2_add_member_fn): DW_AT_vtable_elem_location
4104         better handling of DW_AT_block*.
4105         (read_common_block): DW_AT_location
4106         better handling of DW_AT_block*.
4107         (read_partial_die): DW_AT_location better handling
4108         of DW_AT_block*.
4109         (new_symbol): DW_AT_external better handling of
4110         DW_AT_block*. Proper initialization of variable
4111         "addr".
4112         (attr_form_is_block): New function that returns true
4113         if the attribute's form is of DW_FORM_block*.
4114
4115 2002-07-12  Peter Schauer  <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
4116
4117         * valops.c (find_method_list): Remove comment about
4118         removed STATIC_MEMFUNCP argument.
4119         (value_find_oload_method_list): Likewise.
4120
4121 2002-07-12  Kevin Buettner  <kevinb@redhat.com>
4122
4123         From Nicholas Duffek:
4124         * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
4125         target_new_objfile_hook.
4126
4127 2002-07-12  Kevin Buettner  <kevinb@redhat.com>
4128
4129         From Nicholas Duffek:
4130         * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
4131         csect.
4132
4133 2002-07-12  Andrew Cagney  <cagney@redhat.com>
4134
4135         * MAINTAINERS: Mention --enable-sim-build-warnings.
4136         (m68hc11-elf): Disable sim build warnings.
4137         (m32r-elf): Mark as broken obsolete candidate.
4138         (x86_64-linux-gnu): Mark as buildable with -Werror.
4139         (arm-elf): Change -w to ``,'' which enables warnings but not
4140         -Werror.
4141
4142 2002-07-12  Andrew Cagney  <ac131313@redhat.com>
4143
4144         * bcache.h: Update copyright.
4145         (struct bstring, struct bcache): Move definition to "bcache.c".
4146         Replaced by opaque declaration.
4147         (bcache_xfree): Replace free_bcache.
4148         (bcache_xmalloc, bcache_memory_used): Declare.
4149         
4150         * bcache.c: Update copyright.
4151         (struct bstring, struct bcache): Moved to here from "bcache.h".
4152         Update comments.
4153         (bcache_xmalloc, bcache_memory_used): New functions.
4154         (bcache_xfree): Replace function free_bcache.
4155         
4156         * Makefile.in (objfiles.o): Add $(bcache_h).
4157         (objfiles_h): Remove $(bcache_h).
4158         (symfile.o): Add $(bcache_h).
4159
4160         * symmisc.c: Update copyright.
4161         (print_symbol_bcache_statistics): Pass psymbol_cache by value.
4162         (print_objfile_statistics): Use bcache_memory_used.
4163
4164         * symfile.c: Include "bcache.h".
4165         (reread_symbols): Use bcache_xfree.
4166         (reread_symbols): Use bcache_xmalloc and bcache_xfree.
4167         (add_psymbol_to_list): Pass psymbol_cache by value.
4168         (add_psymbol_with_dem_name_to_list): Ditto.
4169
4170         * objfiles.h: Update copyright.
4171         (struct bcache): Declare opaque.  Do not include "bcache.h".
4172         (struct objfile): Change psymbol_cache and macro_cache to ``struct
4173         bcache'' pointers.
4174         * dwarf2read.c (macro_start_file): Pass macro_cache by value.
4175
4176         * objfiles.c: Include "bcache.h".  Update copyright.
4177         (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
4178         macro_cache.
4179         (free_objfile): Use bcache_xfree.
4180
4181 2002-07-11  Grace Sainsbury  <graces@redhat.com>
4182
4183         * monitor.c (monitor_fetch_register): Make name a constant.
4184         (monitor_store_register): Same.
4185
4186 2002-07-11  Daniel Jacobowitz  <drow@mvista.com>
4187
4188         Based on patch from Daniel Berlin <dberlin@dberlin.org>.
4189         * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
4190         (finish_block) For non-function blocks, hash the symbol table.  For
4191         function blocks, mark the symbol table as unhashed.
4192         * minsyms.c (msymbol_hash): Return hash value without taking modulus.
4193         (msymbol_hash_iw): Likewise.
4194         (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
4195         value.
4196         (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
4197         (lookup_minimal_symbol): Likewise for both.
4198         * symtab.h (struct block): Add `hashtable' flag.  Comment the
4199         hashtable.
4200         (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
4201         (ALL_BLOCK_SYMBOLS): Update.
4202         (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
4203         (struct symbol): Add `hash_next' pointer.
4204         * symtab.c (lookup_block_symbol): Search using the hash table when
4205         possible.
4206         (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
4207         (search_symbols, find_addr_symbol): Likewise.
4208
4209         * dstread.c (process_dst_block): Clear hashtable bit for new block.
4210         (read_dst_symtab): Likewise.
4211         * jv-lang.c (get_java_class_symtab): Likewise.
4212         * mdebugread.c: Include "gdb_assert.h".
4213         (shrink_block): Assert that the block being modified is not hashed.
4214         * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
4215         * symmisc.c (free_symtab_block): Walk the hash table when freeing
4216         symbols.
4217         (dump_symtab): Recognize hashed blocks.
4218         * printcmd.c (print_frame_args):  Assert that function blocks do not
4219         have hashed symbol tables.
4220         * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
4221         (fill_in_ada_prototype, debug_print_block): Likewise.
4222         (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS.  Handle hash tables.
4223
4224 2002-07-11  Corinna Vinschen  <vinschen@redhat.com>
4225
4226         * stack.c (print_frame): Use result of frame_address_in_block()
4227         instead of fi->pc when evaluating symbols.
4228         (backtrace_command_1): Ditto.
4229
4230 2002-07-11  Andrew Cagney  <cagney@redhat.com>
4231
4232         * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
4233         Make static.
4234
4235         * arm-tdep.c (arm_register_name): Make return type constant.
4236
4237 2002-07-10  Andrew Cagney  <ac131313@redhat.com>
4238
4239         * win32-nat.c (has_detach_ability): Convert to strict ISO C
4240         prototype.
4241         * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
4242         * s390-tdep.c (s390_fp_regnum): Ditto.
4243         (s390_read_fp): Ditto.
4244         (s390_pop_frame): Ditto.
4245         (_initialize_s390_tdep): Ditto.
4246         * remote.c (get_remote_state): Ditto.
4247         * procfs.c (mappingflags): Ditto.
4248         * memattr.c (_initialize_mem): Ditto.
4249         * mcore-tdep.c (mcore_pop_frame): Ditto.
4250         * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
4251         * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
4252         * language.c (set_case_str): Ditto.
4253         * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
4254         * frv-tdep.c (new_variant): Ditto.
4255         (frv_stopped_data_address): Ditto.
4256         * dwarf2cfi.c (fde_chunks_need_space): Ditto.
4257         (context_alloc): Ditto.
4258         (frame_state_alloc): Ditto.
4259         (unwind_tmp_obstack_init): Ditto.
4260         (unwind_tmp_obstack_free): Ditto.
4261         (cfi_read_fp): Ditto.
4262         * cris-tdep.c (cris_saved_pc_after_call): Ditto.
4263         (cris_pop_frame): Ditto.
4264         * c-lang.c (scanning_macro_expansion): Ditto.
4265         (finished_macro_expansion): Ditto.
4266         (c_preprocess_and_parse): Ditto.
4267         * gdbarch.sh: Ditto.
4268         * gdbarch.h, gdbarch.c: Regenerate.
4269         * config/mn10200/tm-mn10200.h: Adjust indentation.
4270         * target.c: Adjust indentation.
4271         * symtab.h: Adjust indentation.
4272         * stabsread.h: Adjust indentation.
4273         * remote-es.c: Adjust indentation.
4274         * os9kread.c: Adjust indentation.
4275
4276 2002-07-10  Andrew Cagney  <ac131313@redhat.com>
4277         
4278         * wince.c (_initialize_wince): Rename _initialize_inftarg.
4279         * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
4280
4281 2002-07-10  Grace Sainsbury  <graces@redhat.com>
4282         
4283         * NEWS: Mention m68k, mcore multi-arching.  
4284         * MAINTAINERS: Change status of m68k, mcore to reflect
4285         multi-arching.
4286
4287 2002-07-10  Daniel Jacobowitz  <drow@mvista.com>
4288
4289         * valops.c (find_overload_match): Free oload_syms.
4290
4291 2002-07-09  Joel Brobecker  <brobecker@gnat.com>
4292
4293         Define HAVE_SYS_PROC_H if sys/proc.h exists
4294         * configure.in: Add check for sys/proc.h
4295         * config.in: Regenerate.
4296         * configure: Regenerate.
4297
4298 2002-07-09  Grace Sainsbury  <graces@redhat.com>
4299
4300         * config/m68k/tm-m68k.h: Remove macros wrapped in 
4301         #if !GDB_MULTI_ARCH. 
4302
4303 2002-07-08  Andrew Cagney  <ac131313@redhat.com>
4304
4305         * config.in, configure: Regenerate.
4306
4307 2002-07-08  Mark Kettenis  <kettenis@gnu.org>
4308
4309         * dwarf2cfi.c: Include "gcore.h".
4310         (execute_stack_op): Fix implementation of the
4311         DW_OP_deref and DW_OP_deref_size operators by letting do their
4312         lookup in the target.
4313
4314 2002-07-07  Mark Kettenis  <kettenis@gnu.org>
4315
4316         From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
4317         * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
4318         tdep->sc_sp_offset.
4319
4320 2002-07-05  Daniel Jacobowitz  <drow@mvista.com>
4321
4322         Fix PR gdb/595, gdb/602
4323         * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
4324         Don't call value_cast, just read the vtable pointer; update comments
4325         to match.
4326
4327 2002-07-05  Grace Sainsbury  <graces@redhat.com>
4328
4329         * config/mcore/tm-mcore.h: Remove file.
4330         * config/mcore/mcore.mt: Remove definition of TM_FILE
4331         * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
4332
4333 2002-07-05  Mark Kettenis  <kettenis@gnu.org>
4334
4335         * i386bsd-tdep.c: Include "gdb_string.h".
4336
4337 2002-07-04  Grace Sainsbury  <graces@redhat.com>
4338
4339         * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
4340         (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
4341         mcore-tdep.
4342         (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
4343         (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
4344         * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
4345         (RETVAL_REGNUM): Move macros from tm-mcore.h
4346         (mcore_reg_struct_has_addr): New function.
4347         (mcore_gdbarch_init): Added initializations for the macros removed
4348         from tm-mcore.h.
4349
4350 2002-07-04  Mark Kettenis  <kettenis@gnu.org>
4351
4352         * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
4353         traditonal string branding within the ELF header.
4354
4355 2002-07-04  Daniel Jacobowitz  <drow@mvista.com>
4356
4357         * symtab.c (remove_params): New function.
4358         (make_symbol_overload_list): Use it instead of cplus_demangle.
4359         (overload_list_add_symbol): Likewise.  Reorder.  Fix memory leak.
4360
4361 2002-07-04  Mark Kettenis  <kettenis@gnu.org>
4362
4363         * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
4364
4365         * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
4366         New variables.
4367         (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
4368         and tdep->sigtramp_end.
4369         * i386obsd-nat.c: New file.
4370         * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
4371
4372         * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
4373         Don't call get_current_frame().
4374
4375 2002-07-04  Pierre Muller  <muller@ics.u-strasbg.fr>
4376
4377         * i386-nat.c (child_post_startup_inferior): New function
4378         calling i386_cleanup_dregs if
4379         I386_USE_GENERIC_WATCHPOINTS is defined.
4380         * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
4381         conditional to acknowledge that i386-nat.c has its
4382         own child_post_startup_inferior function.
4383
4384 2002-07-04  Mark Kettenis  <kettenis@gnu.org>
4385
4386         * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
4387         * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
4388         instead of MAX_REGISTER_RAW_SIZE.
4389         (i386_extract_return_value, i386_extract_struct_value_address):
4390         Convert to use regcache.
4391         (i386_gdbarch_init): Set max_register_raw_size and
4392         max_register_virtual_size to I386_MAX_REGISTER_SIZE.
4393         Set extract_return_value and extract_struct_value_address instead
4394         of their deprecated variants.
4395
4396         Convert i386 target to generic dummy frames.
4397         * i386-tdep.c: Include "symfile.h".
4398         (i386_frameless_signal_p): Consider a function to be frameless if
4399         the pc points at the first instruction of the function.
4400         (i386_frame_chain): Handle (generic) call dummies.
4401         (i386_frame_saved_pc): Likewise.
4402         (i386_frame_init_saved_regs): Remove code dealing with call
4403         dummies on the stack.
4404         (i386_push_dummy_frame): Removed.
4405         (i386_call_dummy_words): Removed.
4406         (i386_fix_call_dummy): Removed.
4407         (i386_push_return_address): New function.
4408         (i386_do_pop_frame): Renamed from i386_pop_frame.  Add FRAME
4409         parameter, and don't call get_current_frame.
4410         (i386_pop_frame): New function.
4411         (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
4412         call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
4413         entry_point_address, set call_dummy_breakpoint_offset to 0, set
4414         call_dummy_length to 0, set call_dummy_words to NULL, set
4415         sizeof_call_dummy_words to 0, set fix_call_dummy to
4416         generic_fix_call_dummy, set pc_in_call_dummy to
4417         pc_in_call_dummy_at_entry_point, set push_dummy_frame to
4418         generic_push_dummy_frame, set push_return_address to
4419         i386_push_return_address and set frame_chain_valid to
4420         generic_file_frame_chain_valid.
4421
4422 2002-07-03  Andrew Cagney  <ac131313@redhat.com>
4423
4424         * gdbarch.sh (struct regcache): Add opaque declaration.
4425         (EXTRACT_RETURN_VALUE): New architecture method.
4426         (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
4427         * gdbarch.h, gdbarch.c: Regenerate.
4428         * arch-utils.c (legacy_extract_return_value): New function.
4429         * arch-utils.h (legacy_extract_return_value): Declare.
4430         * values.c (value_being_returned): Re-enable code handling
4431         EXTRACT_STRUCT_VALUE_ADDRESS.  Move
4432         deprecated_grub_regcache_for_registers call to block handling
4433         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
4434         (EXTRACT_RETURN_VALUE): Do not define.
4435
4436 2002-07-03  Grace Sainsbury  <graces@redhat.com>
4437
4438         * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
4439         (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
4440         (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
4441         (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
4442         (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
4443         (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
4444         (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
4445         (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
4446         (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
4447         (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
4448         * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
4449         argument so the function fits the prototype in the architecture
4450         vector.
4451         (mcore_pop_frame): Remove argument so the function fits the
4452         prototype. Use get_current_frame instead of the argument.
4453         (mcore_push_arguments): Change type of struct_return so the
4454         function can be used in the architecture vector.
4455         (mcore_store_struct_return): Add.
4456         (mcore_frame_init_saved_regs): Add.
4457         (mcore_gdbarch_init): Add function calls to replace the macros
4458         removed from tm-mcore.h
4459
4460 2002-07-03  Andrew Cagney  <ac131313@redhat.com>
4461
4462         * infcmd.c (print_return_value): Remove compatibility code calling
4463         deprecated_grub_regcache_for_registers.
4464         
4465         * values.c: Include "regcache.h".
4466         (value_being_returned): Update.  Use
4467         deprecated_grub_regcache_for_registers to extract the register
4468         buffer address.  
4469         * value.h (value_being_returned): Change ``retbuf'' parameter to a
4470         ``struct regcache''.
4471         * Makefile.in (values.o): Add dependency on $(regcache_h).
4472
4473         * inferior.h (run_stack_dummy): Change type of second parameter to
4474         a ``struct regcache''.
4475         * valops.c (hand_function_call): Change type of retbuf to ``struct
4476         regcache''.  Allocate using regcache_xmalloc, clean using
4477         make_cleanup_regcache_xfree.
4478         * infcmd.c (run_stack_dummy): Update.  Use
4479         regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
4480
4481         * regcache.c (do_regcache_xfree): New function.
4482         (make_cleanup_regcache_xfree): New function.
4483         * regcache.h (make_cleanup_regcache_xfree): Declare.
4484
4485 2002-07-03  Martin M. Hunt  <hunt@redhat.com>
4486
4487         * event-top.c (command_line_handler): Don't read past
4488         beginning of buffer.
4489
4490 2002-07-03  Martin M. Hunt  <hunt@redhat.com>
4491         
4492         * varobj.c (struct varobj_root): Change frame from CORE_ADDR to 
4493         struct frame_id. 
4494         (varobj_create): Store frame_id for root.
4495         (varobj_gen_name): Use xasprintf.
4496         (varobj_update): Save and restore frame using get_frame_id() and
4497         frame_find_by_id().
4498         (create_child): Use xasprintf.
4499         (new_root_variable): Initialize frame_id.
4500         (c_name_of_child): Use xasprintf. Call find_frame_by_id().
4501         (c_value_of_variable): Use xasprintf. Move mem_fileopen call
4502         to prevent memory leak.
4503
4504 2002-07-03  Andrew Cagney  <ac131313@redhat.com>
4505
4506         * valops.c (hand_function_call): Move declaration of retbuf to
4507         start of function, allocate using malloc, add a cleanup but before
4508         the inf_status cleanup, cleanup the buffer.  Rename local variable
4509         old_chain to inf_status_cleanup.
4510
4511 2002-07-03  Martin M. Hunt  <hunt@redhat.com>
4512
4513         * top.c (execute_command): Use cmd_func() and cmd_func_p().
4514
4515         * cli/cli-decode.c (cmd_func_p): New function.
4516         (cmd_func): New function.
4517
4518         * command.h: Add cmd_func() and cmd_func_p().   
4519         
4520 2002-07-03  Grace Sainsbury  <graces@redhat.com>
4521
4522         * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
4523         (REGISTER_SIZE): Remove.
4524         (MAX_REGISTER_RAW_SIZE): Remove.
4525         (REGISTER_VIRTUAL_TYPE): Remove.
4526         (MAX_REGISTER_VIRTUAL_SIZE): Remove.
4527         (REGISTER_NAME): Remove.
4528         (USE_GENERIC_DUMMY_FRAMES): Remove.
4529         (CALL_DUMMY): Remove.
4530         (CALL_DUMMY_START_OFFSET): Remove.
4531         (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
4532         (CALL_DUMMY_LOCATION): Remove.
4533         (FIX_CALL_DUMMY): Remove.
4534         (CALL_DUMMY_ADDRESS): Remove.
4535         (SIZEOF_CALL_DUMMY_WORDS): Remove.
4536         (SAVE_DUMMY_FRAME_TOS): Remove.
4537         * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
4538         (mcore_register_virtual_type): New function.
4539         (mcore_register_byte): New function.
4540         (mcore_register_size): New function.
4541         (mcore_register_name): New function.
4542         (mcore_gdbarch_init): New function. Add set_gdbarch calls for
4543         macros removed from tm-mcore.h.
4544         (mcore_dump_tdep): Add.
4545         (_initialize_mcore_tdep): Add gdbarch_register call.
4546
4547 2002-07-03  Mark Kettenis  <kettenis@gnu.org>
4548
4549         * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
4550         frameless_look_for_prologue, such that we actually call this
4551         function.
4552
4553 2002-07-02  Joel Brobecker  <brobecker@gnat.com>
4554
4555         * frame.h (frame_address_in_block): New function.
4556
4557         * blockframe.c (frame_address_in_block): New function extracted
4558         from get_frame_block().
4559         (get_frame_block): Use frame_address_in_block().
4560         (block_innermost_frame): Use frame_address_in_block() to match
4561         the frame pc address against the block boundaries rather than
4562         the frame pc directly. This prevents a failure when a frame pc
4563         is actually a return-address pointing immediately after the end
4564         of the given block. 
4565
4566 2002-07-02  Grace Sainsbury  <graces@redhat.com>
4567
4568         * MAINTAINERS: Add self under write after approval. 
4569
4570 2002-07-02  Grace Sainsbury  <graces@redhat.com>
4571
4572         * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
4573         used in architecture vector. The default is
4574         m68k_local_breakpoint_from_pc.
4575         (m68k_local_breakpoint_from_pc): Add.
4576         (enum): Add register numbers from tm-m68k.h.
4577         (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
4578         vector.  
4579         * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
4580         GDB_MULTI_ARCH_PARTIAL.
4581         (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
4582         (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
4583         m68k-tdep.c.
4584         (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
4585         (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
4586         to enum in m68k-tdep.c
4587
4588 2002-07-02  Joel Brobecker  <brobecker@gnat.com>
4589
4590         * solib-osf.c (open_map): Compute the list of shared libraries
4591         loaded by the inferior, rather than the list of libraries loaded
4592         by GDB itself.  Otherwise, GDB ends up reading the symbols from
4593         the wrong shared libraries...
4594
4595 2002-07-02  Mark Kettenis  <kettenis@gnu.org>
4596
4597         * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
4598         (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
4599         macros.
4600         (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
4601         Remove functions.
4602         (FRAMELESS_SIGNAL): Remove function.
4603         (i386_linux_frame_chain, i386_linux_frame_saved_pc,
4604         i386_linux_saved_pc_after_call): Removed.
4605         (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
4606         tdep->sc_pc_offset and tdep->sc_sp_offset.  Don't override
4607         frame_chain, frame_saved_pc and saved_pc_after_call any longer.
4608
4609         * i386-tdep.c (i386_frameless_signal_p): New function.
4610         (i386_frame_chain): Deal with frameless signals.
4611         (i386_sigtramp_saved_sp): New function.
4612         (i386_frame_saved_pc): Deal with frameless signals.
4613         (i386_saved_pc_after_call): Make sure the correct value is
4614         returned just after entry into a sigtramp.
4615         * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
4616         i386fbsd4_sc_sp_offset): New variables.
4617         (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
4618         these variables to initialize tdep->sc_sp_offset.  * i386bsd-nat.c
4619         (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
4620         similiar to what we already did for sc_pc_offset.
4621         * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
4622         tdep->sc_sp_offset.
4623
4624         * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
4625
4626 2002-07-02  Michal Ludvig  <mludvig@suse.cz>
4627
4628         * config/i386/tm-x86-64linux.h: New.
4629         * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
4630         definitions.
4631         * config/i386/nm-x86-64.h: Rename to ...
4632         * config/i386/nm-x86-64linux.h: ... this one.
4633         * config/i386/x86-64linux.mh: Reflect the above change.
4634         
4635 2002-07-01  Mark Kettenis  <kettenis@gnu.org>
4636
4637         * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
4638         with sigcontext_addr.  Add sc_sp_offset.
4639         (i386bsd_sigtramp_saved_pc): Remove prototype.
4640         (i386bsd_sicontext_addr): Add prototype.
4641         * i386-tdep.c (i386_sigtramp_saved_pc): New function.
4642         (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
4643         (i386_svr4_sigtramp_saved_pc): Removed.
4644         (i386_svr4_sigcontext_addr): New function.
4645         (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4646         Initialize tdep->sigcontext_addr instead.  Initialize
4647         tdep->sc_pc_offset and tdep->sc_sp_offset.
4648         (i386_gdbarch_init): Likewise.
4649         * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
4650         any more.
4651         (i386bsd_sigtramp_saved_pc): Remove function.
4652         (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4653         Initialize tdep->sigcontext_addr instead.  Initialize
4654         tdep->sc_pc_offset.
4655         * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
4656         of tdep->sigtramp_saved_pc.
4657         * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
4658         tdep->sigtramp_saved_pc.  Initialize tdep->sigcontext_addr
4659         instead.
4660
4661         * i386-tdep.c (i386_frameless_function_invocation,
4662         i386_frame_num_args, i386_frame_init_saved_regs,
4663         i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
4664         i386_pop_frame, i386_push_arguments, i386_store_struct_return,
4665         i386_extract_return_value, i386_store_return_value,
4666         i386_extract_struct_value_address, i386_register_virtual_type,
4667         i386_register_convertible, i386_register_convert_to_virtual,
4668         i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
4669         i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
4670         static.
4671
4672 2002-07-01  Mark Kettenis  <kettenis@gnu.org>
4673
4674         * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
4675
4676         * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
4677         * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
4678         this macro.  Include "value.h".
4679
4680 2002-06-30  Aidan Skinner  <aidan@velvet.net>
4681
4682         * ada-exp.tab.c: remove as it's a generated file
4683         * ada-lex.c: remove as it's a generated file
4684                 
4685 2002-06-30  Mark Kettenis  <kettenis@gnu.org>
4686
4687         * config/i386/tm-i386.h (struct frame_info, struct
4688         frame_saved_regs, struct value, struct type): Remove forward
4689         declarations.
4690
4691         * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
4692         (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
4693         * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
4694         (FILL_FPXREGSET): Define.
4695
4696         * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
4697
4698         * configure.tgt (i[3456]86-*-openbsd*): Fold into
4699         i[3456]86-*-netbsd* case.
4700         * config/i386/tm-obsd.h: Removed.
4701         * config/i386/obsd.mt: Removed.
4702         * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
4703         core-aout.o.
4704         (MH_CFLAGS): Add -DYYDEBUG=0.
4705
4706         * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
4707         i386nbsd_sc_pc_offset on OpenBSD too.
4708
4709         * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
4710         (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
4711         * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
4712         define.
4713         * i386bsd-tdep.c: Include "arch-utils.h".
4714         (i386bsd_aout_in_solib_call_trampoline): New function.
4715         (i386bsd_init_abi): Set in_solib_call_trampoline to
4716         i386bsd_aout_in_solib_call_trampoline.
4717         (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
4718         in_solib_call_trampoline to generic_in_solib_call_trampoline.
4719
4720 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
4721
4722         * macrotab.h: Do not include "obstack.h" or "bcache.h".
4723         (struct obstack, struct bcache): Add opaque declarations.
4724         * Makefile.in (macrotab_h): Update
4725
4726 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
4727
4728         * blockframe.c (generic_find_dummy_frame): Change return type to
4729         ``struct regcache''.
4730         (struct dummy_frame): Replace field ``registers'' with regcache, a
4731         struct regcache object.
4732         (generic_find_dummy_frame): Update.
4733         (generic_push_dummy_frame): Update.  Use regcache_xfree,
4734         regcache_xmalloc and regcache_cpy.
4735         (generic_pop_dummy_frame): Update.  Use regcache_cpy and
4736         regcache_xfree.
4737         (deprecated_generic_find_dummy_frame): Update.
4738         (generic_read_register_dummy): Update.  Use
4739         regcache_read_as_address.
4740         (generic_call_dummy_register_unwind): Update.  Use regcache_read.
4741         (generic_get_saved_register): Update.  Use regcache_read.
4742
4743 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
4744
4745         * Makefile.in (objfiles_h): Add $(bcache_h).
4746         * objfiles.h: Include "bcache.h".
4747
4748         * Makefile.in (symtab_h): Remove $(bcache_h).
4749         * symtab.h: Do not include "bcache.h".
4750
4751 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
4752
4753         * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
4754         generic_func_frame_chain_valid.
4755
4756 2002-06-28  David O'Brien  <obrien@FreeBSD.org>
4757
4758         * config/i386/nm-fbsd.h: Include <sys/param.h>.
4759         * config/i386/tm-fbsd.h: Likewise.
4760
4761 2002-06-28  Andrew Cagney  <ac131313@redhat.com>
4762
4763         * rs6000-tdep.c (rs6000_gdbarch_init): Use
4764         generic_unwind_get_saved_register.
4765
4766 2002-06-27  Andrew Cagney  <ac131313@redhat.com>
4767
4768         From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
4769         * regcache.c (supply_register): Add missing argument to
4770         register_buffer call.
4771
4772 2002-06-27  Andrew Cagney  <ac131313@redhat.com>
4773
4774         * Makefile.in (init.c): Drop -e option to grep.  Not necessary and
4775         Solaris /bin/grep does not not like it.  From Peter Schauer.
4776
4777 2002-06-26  Tom Tromey  <tromey@redhat.com>
4778
4779         * command.h (add_setshow_cmd): Declare.
4780         (add_setshow_cmd_full): Declare.
4781         * cli/cli-decode.c (add_setshow_cmd): No longer static.  Now
4782         returns void.  Use add_setshow_cmd_full.
4783         (add_setshow_cmd_full): New function.
4784         (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
4785         (add_setshow_boolean_cmd): Likewise.
4786
4787 2002-06-26  Jason Thorpe  <thorpej@wasabisystems.com>
4788
4789         * config/vax/tm-vax.h: Protect from multiple inclusion.
4790         (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
4791         (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
4792         * config/vax/tm-vaxbsd.h: ...here.  New file.
4793         * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
4794
4795 2002-06-26  Jason Thorpe  <thorpej@wasabisystems.com>
4796
4797         * config/vax/tm-vax.h (BREAKPOINT): Remove.
4798         (BELIEVE_PCC_PROMOTION): Remove.
4799         (AP_REGNUM): Move to...
4800         * config/vax/nm-vax.h: ...here.
4801         * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
4802         (vax_breakpoint_from_pc): New function.
4803         (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
4804         and gdbarch_believe_pcc_promotion.
4805
4806 2002-06-26  Jason Thorpe  <thorpej@wasabisystems.com>
4807
4808         * Makefile.in (vax_tdep_h): Define.  
4809         (vax-tdep.o): Use $(vax_tdep_h).
4810         * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
4811         (vax_dump_tdep): New function. 
4812         (_initialize_vax_tdep): Register vax_dump_tdep.
4813         * vax-tdep.h: Include osabi.h.     
4814         (struct gdbarch_tdep): New. 
4815
4816 2002-06-26  Andrew Cagney  <cagney@redhat.com>
4817
4818         * frame.h (deprecated_generic_find_dummy_frame): Rename
4819         generic_find_dummy_frame.
4820         * blockframe.c (generic_find_dummy_frame): Make static.
4821         (deprecated_generic_find_dummy_frame): New function.
4822         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
4823         generic_find_dummy_frame with deprecated_find_dummy_frame.
4824         (sh64_nofp_frame_init_saved_regs): Ditto.
4825         (sh_fp_frame_init_saved_regs): Ditto.
4826         * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
4827         (s390_frame_chain): Ditto.
4828         * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
4829
4830 2002-06-26  Grace Sainsbury  <graces@redhat.com>
4831
4832         * config/m68k/tm-m68k.h: Rearrange code so macros not in the
4833         gdbarch vector are at the top.
4834         (NUM_REGS): Remove.
4835         (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
4836         (FRAME_ARGS_ADDRESS): Remove.
4837         (FRAME_LOCALS_ADDRESS): Remove.
4838         (FRAME_NUM_ARGS): Remove.
4839         (FRAME_ARGS_SKIP): Remove.  
4840         * m68k-tdep.c (enum): Add eumeration of special register numbers.
4841         (m68k_gdbarch_init): Add gdbarch initializations for macros
4842         undefined in tm-m68k.h
4843
4844 2002-06-26  Grace Sainsbury  <graces@redhat.com>
4845
4846         * monitor.h: Add the function regname to monitor_ops
4847         structure. This way NUM_REGS does not have to be a constant.
4848         * monitor.c (monitor_fetch_register): Added support for regname
4849         function. The function is called if the array regnames is NULL.
4850         (monitor_store_register): Same.
4851         * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
4852         regnames array.
4853         (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
4854         cpu32bug_cmds.regname to point to new function.
4855         * abug-rom.c (abug_regname): Same as above.
4856         (init_abug_cmds): Same.
4857         * dbug-rom.c (dbug_regname): Same as above.
4858         (init_dbug_cmds): Same.
4859         * remote-est.c (est_regname): Same. 
4860         (init_est_cmds): Same.
4861         * rom68k-rom.c (rom68k_regname): Same. 
4862         (init_rom68k_cmds): Same.
4863
4864 2002-06-25  Tom Tromey  <tromey@redhat.com>
4865
4866         * breakpoint.c (delete_command): Don't repeat `delete' commands.
4867
4868 2002-06-25  Andrew Cagney  <cagney@redhat.com>
4869
4870         * infrun.c (stop_registers): Change variable's type to ``struct
4871         regcache'''.
4872         (xmalloc_inferior_status): Delete function.
4873         (free_inferior_status): Delete function.
4874         (normal_stop): Use regcache_cpy.
4875         (struct inferior_status): Change type of fields ``stop_registers''
4876         and ``registers'' to ``struct regcache''.
4877         (write_inferior_status_register): Use regcache_write.
4878         (save_inferior_status): Instead of calling
4879         xmalloc_inferior_status, allocate the inf_status buffer directly.
4880         Use regcache_dup_no_passthrough and regcache_dup to save the
4881         buffers.
4882         (restore_inferior_status): Use regcache_xfree and regcache_cpy.
4883         Replace the stop_registers regcache instead of overriding it.  Use
4884         regcache_xfree.  Instead of calling free_inferior_status, xfree
4885         the buffer directly.
4886         (discard_inferior_status): Use regcache_xfree.  Instead of calling
4887         free_inferior_status, xfree the buffer directly.
4888         (build_infrun): Use regcache_xmalloc.
4889         (_initialize_infrun): Delete redundant call to build_infrun.
4890
4891         * Makefile.in (infcmd.o): Add $(regcache_h).
4892
4893         * infcmd.c: Include "regcache.h".
4894         (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
4895         obtain the address of `stop_registers' register buffer.
4896         (print_return_value): Ditto.
4897
4898         * inferior.h (struct regcache): Add opaque declaration.
4899         (stop_registers): Change variable's declared type to ``struct
4900         regcache''.
4901
4902 2002-06-24  Tom Tromey  <tromey@redhat.com>
4903
4904         * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
4905         * target.c (initialize_targets): Fixed typo in
4906         trust-readonly-sections `show' documentation.
4907
4908         * main.c: Marked all strings with _().
4909
4910 2002-06-24  Don Howard  <dhoward@redhat.com>
4911
4912         * memattr.c (create_mem_region): Treat hi == 0 as a special case
4913         that means max CORE_ADDR+1.
4914         (lookup_mem_region): Ditto.
4915         (mem_info_command): Ditto.
4916
4917 2002-06-24  Grace Sainsbury  <graces@redhat.com>
4918
4919         * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
4920         (REGISTER_BYTES_OK): Remove.
4921         (REGISTER_BYTES): Remove.
4922         (STORE_STRUCT_RETURN): Remove.
4923         (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
4924         (STORE_RETURN_VALUE): Remove.
4925         (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
4926         (FRAME_CHAIN): Remove.
4927         (FRAMELESS_FUNCTION_INVOCATION): Remove.
4928         (FRAME_SAVED_PC): Remove.  
4929         * m68k-tdep.c (m68k_register_bytes_ok):Add.
4930         (m68k_store_struct_return): Add.
4931         (m68k_deprecated_extract_return_value): Add.
4932         (m68k_deprecated_extract_struct_value_address): Add.
4933         (m68k_store_return_value): Add.
4934         (m68k_frame_chain): Add.
4935         (m68k_frameless_function_invocation): Add.
4936         (m68k_frame_saved_pc): Add.
4937         (m68k_gdbarch_init): added set_gdbarch calls for new 
4938         functions and deleted macros.
4939
4940 2002-06-23  Tom Tromey  <tromey@redhat.com>
4941
4942         * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
4943         (ALLDEPFILES): Likewise.
4944         (udiheaders): Removed.
4945         (udip2soc.o): Likewise.
4946         (udi2go32.o): Likewise.
4947         (udr.o): Likewise.
4948         (HFILES_WITH_SRCDIR): Don't mention udiheaders.
4949
4950 2002-06-22  Andrew Cagney  <ac131313@redhat.com>
4951
4952         * infrun.c (_initialize_infrun): Delete unnecessary call to
4953         build_infrun.
4954
4955         * regcache.h: Update comments describing the regcache_cpy family
4956         of functions.
4957         (regcache_save, regcache_restore): Delete declaration.
4958         (regcache_save_no_passthrough): Delete declaration.
4959         (regcache_restore_no_passthrough): Delete declaration.
4960         * regcache.c (regcache_save): Delete function.
4961         (regcache_save_no_passthrough): Delete function.
4962         (regcache_restore): Delete function.
4963         (regcache_restore_no_passthrough): Delete function.
4964
4965 2002-06-21  Andrew Cagney  <ac131313@redhat.com>
4966
4967         * config/m68k/tm-m68k.h: Fix typo.
4968         (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
4969         (m68k_frame_init_saved_regs): Declare.
4970
4971 2002-06-21  Jim Blandy  <jimb@redhat.com>
4972
4973         Remove some vestiges of Harris 88k support.
4974         * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
4975         register numbering quirk.
4976         * elfread.c (elf_symtab_read): Remove `#if' block for skipping
4977         odd symbols occurring in Harris 88k ELF targets.
4978
4979 2002-06-21  Tom Tromey  <tromey@redhat.com>
4980
4981         * gdb_locale.h: New file.
4982         * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
4983         (defs_h): Added gdb_locale.h.
4984         * configure, config.in: Rebuilt.
4985         * configure.in (PACKAGE): Define.
4986         * defs.h: Include gdb_locale.h.
4987         * main.c (captured_main): Call setlocale, bindtextdomain,
4988         textdomain.
4989
4990 2002-06-21  Dave Brolley  <brolley@redhat.com>
4991
4992         From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
4993         * config/frv/frv.mt: New file.
4994         * config/frv/tm-frv.h: New file.
4995         * configure.tgt: Support frv-*-*.
4996         * Makefile.in (frv-tdep.o): New target.
4997         * frv-tdep.c: New file.
4998         * NEWS: Mention frv.
4999
5000 2002-06-21  Dave Brolley  <brolley@redhat.com>
5001
5002         * MAINTAINERS: Add self to "Write After Approval" list.
5003
5004 2002-06-21  Grace Sainsbury  <graces@redhat.com>
5005
5006         * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
5007         (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
5008         (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
5009         (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
5010         (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
5011
5012         * m68k-tdep.c: Include arch-utils.h
5013         (m68k_register_raw_size): Add.
5014         (m68k_register_virtual_size): Add.
5015         (m68k_register_virtual_type): Add.
5016         (m68k_register_name): Add.
5017         (m68k_stack_align): Add.
5018         (m68k_register_byte): Add.
5019         (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
5020         tm-m68k.h.
5021
5022 2002-06-21  Grace Sainsbury  <graces@redhat.com>
5023
5024         * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
5025         m68k_find_saved_regs.
5026         (m68k_pop_frame): Removed saved_regs structure, and replaced
5027         references to it with frame->saved_regs.
5028         (m68k_gdbarch_init): Added function calls to initialize the
5029         gdbarch structure.
5030         (m68k_fix_call_dummy): Add. 
5031         * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
5032         (CALL_DUMMY): Remove.
5033         (CALL_DUMMY_LENGTH): Remove.
5034         (CALL_DUMMY_START_OFFSET): Remove.
5035         (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5036         (FIX_CALL_DUMMY): Remove.
5037         (PUSH_DUMMY_FRAME): Remove.
5038         (POP_FRAME): Remove.
5039
5040 2002-06-19  Pierre Muller  <muller@ics.u-strasbg.fr>
5041
5042         * parse.c (parse_fprintf): New function used to avoid calls to
5043         fprintf in bison parser generated debug code.
5044         * parser-defs.h: Declaration of new parse_fprintf function.
5045         * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
5046         Set YYDEBUG to 1 by default.
5047         Set YYFPRINTF as parse_fprintf.
5048
5049 2002-06-21  Michal Ludvig  <mludvig@suse.cz>
5050
5051         * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer 
5052         encoding anymore.
5053         (pointer_encoding, enum ptr_encoding): New.
5054         (execute_cfa_program): Take care about pointer encoding.        
5055         (dwarf2_build_frame_info): Only call parse_frame_info for 
5056         .debug_frame and .eh_frame.
5057         (parse_frame_info): New, derived from former dwarf2_build_frame_info.
5058         fixed augmentation handling, added relative addressing, 
5059         ignore duplicate FDEs. Added comments.
5060         * dwarf2cfi.c: Reindented.
5061         
5062 2002-06-20  Elena Zannoni  <ezannoni@redhat.com>
5063
5064         * event-top.c (command_handler): Don't use space_at_cmd_start
5065         unless there is sbrk() on the host. Assign time and space data
5066         to union fields of the appropriate length.
5067
5068 2002-06-20  Michal Ludvig  <mludvig@suse.cz>
5069
5070         * x86-64-tdep.c (x86_64_register_nr2name): Rename to 
5071         x86_64_register_name. Return type changed to 'const char *'.
5072         (x86_64_register_name2nr): Rename to x86_64_register_number.
5073         (x86_64_gdbarch_init): Update to reflect the change.
5074         * x86-64-tdep.h: Ditto.
5075         * x86-64-linux-nat.c (x86_64_fxsave_offset)
5076         (supply_fpregset): Ditto.
5077
5078 2002-06-19  Andrew Cagney  <cagney@redhat.com>
5079
5080         * regcache.h: Update copyright.
5081         (struct regcache, struct gdbarch): Add opaque declarations.
5082         (current_regcache): Declare global variable.
5083         (regcache_read, regcache_write): Add gdbarch parameter.
5084         (regcache_save, regcache_save_no_passthrough)
5085         (regcache_restore, regcache_restore_no_passthrough)
5086         (regcache_dup, regcache_dup_no_passthrough)
5087         (regcache_cpy, regcache_cpy_no_passthrough)
5088         (deprecated_grub_regcache_for_registers)
5089         (deprecated_grub_regcache_for_register_valid)
5090         (regcache_valid_p): Add function declarations.
5091         
5092         * regcache.c: Update copyright.
5093         (regcache_descr_handle): New global variable.
5094         (struct regcache_descr): Define.
5095         (init_legacy_regcache_descr, init_regcache_descr): New functions.
5096         (regcache_descr, xfree_regcache_descr): New functions.
5097         (struct regcache): Define.
5098         (regcache_xmalloc, regcache_xfree): New functions.
5099         (regcache_cpy, regcache_cpy_no_passthrough): New functions.
5100         (regcache_dup, regcache_dup_no_passthrough): New functions.
5101         (regcache_valid_p, regcache_read_as_address): New functions.
5102         (deprecated_grub_regcache_for_registers): New function.
5103         (deprecated_grub_regcache_for_register_valid): New function.
5104         (current_regcache): New global variable.
5105         (register_buffer): Add regcache parameter.  Update calls.
5106         (regcache_read, regcache_write): Add regcache parameter.  Rewrite.
5107         (read_register_gen, write_register_gen): Update register_buffer
5108         call.  Test for legacy_p instead of gdbarch_register_read_p or
5109         gdbarch_register_write_p.
5110         (regcache_collect): Update register_buffer call.
5111         (build_regcache): Rewrite.  Use deprecated grub functions.
5112         (regcache_save, regcache_save_no_passthrough): New functions.
5113         (regcache_restore, regcache_restore_no_passthrough): New
5114         functions.
5115         (_initialize_regcache): Create the regcache_data_handle. Swap
5116         current_regcache global variable.
5117         
5118         * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
5119         parameter to regcache_read and regcache_write calls.
5120         (sh4_register_read): Ditto.
5121         (sh64_pseudo_register_read): Ditto.
5122         (sh64_register_read): Ditto.
5123         (sh_pseudo_register_write): Ditto.
5124         (sh4_register_write): Ditto.
5125         (sh64_pseudo_register_write): Ditto.
5126         (sh64_register_write): Ditto.
5127
5128         * defs.h (XCALLOC): Define.
5129
5130 2002-06-19  Grace Sainsbury  <graces@redhat.com>
5131
5132         * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
5133         * m68k-tdep.c (m68k_gdbarch_init): Added.
5134         (m68k_dump_tdep): Added.
5135
5136 2002-06-19  Daniel Jacobowitz  <drow@mvista.com>
5137
5138         * ada-lang.c (fill_in_ada_prototype): Update comment.
5139
5140 2002-06-19  Daniel Jacobowitz  <drow@mvista.com>
5141
5142         * mips-tdep.c (enum mips_abi): Explicitly start at 0.  Add
5143         MIPS_ABI_LAST.
5144         (mips_abi_string, mips_abi_strings): New.
5145         (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
5146         (mips_gdbarch_init): Set tdep->found_abi.  Don't set
5147         tdep->mips_abi_string.  Honor mips_abi_string.  Default to
5148         O32 if no ABI is found.
5149         (mips_dump_tdep): Use mips_abi_strings.
5150         (mips_abi_update): New function.
5151         (_initialize_mips_tdep): Initialize mips_abi_string.  Add  
5152         ``set mips abi'' and ``show mips abi''.  Check the size of
5153         mips_abi_strings.
5154
5155 2002-06-19  Andrew Cagney  <cagney@redhat.com>
5156
5157         * i386-linux-tdep.c (i386_linux_register_name): Make return type
5158         constant.
5159
5160 2002-06-18  Joel Brobecker  <brobecker@gnat.com>
5161
5162         * alpha-tdep.c (heuristic_proc_desc): Compute the size of the  
5163         current frame using only the first stack size adjustment. All
5164         subsequent size adjustments are not considered to be part of
5165         the "static" part of the current frame.
5166         Compute the address of the saved registers relative to the
5167         Frame Pointer ($fp) instead of the Stack Pointer if $fp is
5168         in use in this frame.
5169
5170 2002-06-18  Don Howard  <dhoward@redhat.com>
5171  
5172         * valops.c (value_ind): Use value_at_lazy() when dereferencing
5173         type int expressions.  Thanks to Jim Blandy <jimb@redhat.com> for
5174         suggesting this solution.
5175
5176 2002-06-18  Andrew Cagney  <ac131313@redhat.com>
5177
5178         * config/romp/xm-rtbsd.h: Delete file.
5179         * config/romp/rtbsd.mh: Delete file.
5180
5181 2002-06-18  Keith Seitz  <keiths@redhat.com>
5182
5183         * breakpoint.c (condition_command): Post breakpoint_modify
5184         when a condition is added to an existing breakpoint.
5185         (commands_command): Likewise for commands.
5186         (set_ignore_count): Likewise for ignore counts.
5187         If no tty, do not simply return, still need to send event
5188         notification.
5189         (ignore_command): Only print a newline if the command came
5190         from a tty.
5191         Don't call breakpoints_changed, since this is now properly
5192         handled by set_ignore_count.
5193
5194 2002-06-18  Andrew Cagney  <cagney@redhat.com>
5195
5196         * MAINTAINERS: Note that cris-elf target can be compiled with
5197         -Werror.
5198         * cris-tdep.c (cris_register_name): Make return type constant.
5199         (cris_breakpoint_from_pc): Ditto.
5200
5201 2002-06-18  Michal Ludvig  <mludvig@suse.cz>
5202
5203         * frame.h (struct frame_info): Change type of context to 
5204         'struct context'.
5205
5206 2002-06-17  Andrew Cagney  <cagney@redhat.com>
5207
5208         * gdbarch.sh (REGISTER_NAME): Change return type a constant string
5209         pointer.
5210         * gdbarch.h, gdbarch.c: Regenerate.
5211         * config/mips/tm-mips.h (mips_register_name): Update.
5212         * i386-tdep.h (i386_register_name): Update.
5213         * mips-tdep.c (mips_register_name): Update
5214         * alpha-tdep.c (alpha_register_name): Update.
5215         * arch-utils.c (legacy_register_name): Update.
5216         * arch-utils.h (legacy_register_name): Update.
5217         * avr-tdep.c (avr_register_name): Update.
5218         * ia64-tdep.c (ia64_register_name): Update.
5219         * i386-tdep.c (i386_register_name): Update.
5220         * sparc-tdep.c (sparc32_register_name): Update.
5221         (sparc64_register_name): Update.
5222         (sparclite_register_name): Update.
5223         (sparclet_register_name): Update.
5224         * sh-tdep.c (sh_generic_register_name): Update.
5225         (sh_sh_register_name): Update.
5226         (sh_sh3_register_name): Update.
5227         (sh_sh3e_register_name): Update.
5228         (sh_sh_dsp_register_name): Update.
5229         (sh_sh3_dsp_register_name): Update.
5230         (sh_sh4_register_name): Update.
5231         (sh_sh64_register_name): Update.
5232         * s390-tdep.c (s390_register_name): Update.
5233         * rs6000-tdep.c (rs6000_register_name): Update.
5234         * ns32k-tdep.c (ns32k_register_name_32082): Update.
5235         (ns32k_register_name_32382): Update.
5236         * d10v-tdep.c (d10v_ts2_register_name): Update.
5237         (d10v_ts3_register_name): Update.
5238         * xstormy16-tdep.c (xstormy16_register_name): Update.
5239         * vax-tdep.c (vax_register_name): Update.
5240         * v850-tdep.c (v850_register_name): Update.
5241         * m68hc11-tdep.c (m68hc11_register_name): Update.
5242         * mn10300-tdep.c (mn10300_generic_register_name): Update.
5243         (am33_register_name): Update.
5244
5245 2002-06-17  Grace Sainsbury  <graces@redhat.com>
5246
5247         * m68k-tdep.c: Reindented.
5248
5249 2002-06-17  Andrew Cagney  <ac131313@redhat.com>
5250
5251         * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
5252         list of predefined types.
5253
5254 2002-06-16  Mark Kettenis  <kettenis@gnu.org>
5255
5256         * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
5257         REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
5258         REGISTER_CONVERT_TO_RAW): Remove defines.
5259         (i386_register_virtual_type, i386_register_convertible,
5260         i386_register_convert_to_virtual, i386_register_convert_to_raw):
5261         Remove prototypes.
5262         * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5263         macros mentioned above.
5264
5265         * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
5266         (i386lynx_saved_pc_after_call): Remove prototype.
5267         * i386ly-tdep.c: Include "i386-tdep.h".
5268         (i386lynx_saved_pc_after_call): Make static.  Use
5269         read_memory_nobpt instead of read_memory.  Use
5270         read_memory_unsigned_integer instead of read_memory_integer.
5271         (i386lynx_init_abi): New function.
5272         (i386lynx_coff_osabi_sniffer): New function.
5273         (_initialize_i386bsd_tdep): New function.
5274
5275         * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
5276         CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
5277         CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
5278         (i386_fix_call_dummy): Remove prototype.
5279         * i386-tdep.c (i386_call_dummy_words): New variable.
5280         (i386_gdbarch_init): Adjust for removal of the
5281         macros mentioned above.
5282
5283 2002-06-15  Andrew Cagney  <ac131313@redhat.com>
5284
5285         * command.h (add_setshow_auto_boolean_cmd): Replace
5286         add_set_auto_boolean_cmd.
5287         * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
5288         add_set_auto_boolean_cmd.
5289         * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
5290         * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
5291         mask-address'' command.
5292         (show_mask_address): Add cmd parameter.
5293         * remote.c (add_packet_config_cmd): Update.  Change type of
5294         set_func and show_func to cmd_sfunc_ftype.
5295         (_initialize_remote): Update `set remote Z-packet'
5296         (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
5297         (show_remote_protocol_e_packet_cmd): Ditto.
5298         (show_remote_protocol_E_packet_cmd): Ditto.
5299         (show_remote_protocol_P_packet_cmd): Ditto.
5300         (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
5301         (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
5302         (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
5303         (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
5304         (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
5305         (show_remote_protocol_Z_packet_cmd): Ditto.
5306         (show_remote_protocol_binary_download_cmd): Ditto.
5307         (show_remote_cmd): Pass NULL to all of above.
5308
5309 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
5310
5311         * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
5312         DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
5313         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
5314         POP_FRAME): Remove defines.
5315         (i386_push_arguments, i386_store_struct_return,
5316         i386_extract_return_value, i386_store_return_value,
5317         i386_extract_struct_value_address, i386_push_dummy_frame,
5318         i386_pop_frame): Renove prototypes.
5319         * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5320         macros mentioned above.
5321
5322 2002-06-15  Andrew Cagney  <ac131313@redhat.com>
5323
5324         * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
5325         add_set_boolean_cmd.
5326         (add_setshow_cmd): New function.
5327         * command.h (add_setshow_boolean_cmd): Replace
5328         add_set_boolean_cmd.
5329         * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
5330         and ``set rdiromatzero''.
5331         * maint.c (_initialize_maint_cmds): Update commented out code.
5332         * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
5333         * target.c (initialize_targets): Update `set
5334         trust-readonly-sections'.
5335         * remote.c (_initialize_remote): Update `set remotebreak'.
5336
5337 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
5338
5339         * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
5340         BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
5341         * i386-tdep.c (i386_skip_prologue): Adjust function signature to
5342         fit into multi-arch framework.
5343         (i386_breakpoint_from_pc): New function.
5344         (i386_gdbarch_init): Adjust for removal of the macros mentioned
5345         above.
5346
5347         * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
5348         FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
5349         FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
5350         (i386_frameless_function_invocation, i386_frame_num_args,
5351         i386_frame_init_saved_regs): Remove prototypes.
5352         * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5353         macros mentioned above.
5354
5355 2002-06-15  Andrew Cagney  <ac131313@redhat.com>
5356
5357         * cli/cli-decode.c (set_cmd_cfunc): Update.
5358         (set_cmd_sfunc): Update.
5359         * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
5360         (set_cmd_sfunc, set_cmd_cfunc): Update.
5361         * cli/cli-decode.h: Update.
5362
5363 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
5364
5365         * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
5366         (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
5367
5368 2002-06-15  Andrew Cagney  <ac131313@redhat.com>
5369
5370         * defs.h (auto_boolean): Declare enum.
5371         * command.h (cmd_auto_boolean): Delete enum.
5372         * mips-tdep.c (mask_address_var): Update.
5373         (mips_mask_address_p): Update.
5374         (show_mask_address): Update.
5375         * remote.c (struct packet_config): Update.
5376         (update_packet_config): Update.
5377         (show_packet_config_cmd): Update.
5378         (packet_ok): Update.
5379         (add_packet_config_cmd): Update.
5380         (_initialize_remote): 
5381         * command.h: Update.
5382         * cli/cli-setshow.c (parse_auto_binary_operation): Update.
5383         (do_setshow_command): Update.
5384         * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
5385         * cli/cli-decode.h: Update.
5386
5387 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
5388
5389         * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
5390         config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
5391         config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
5392         config/i386/tm-linux.h, config/i386/tm-nbsd.h,
5393         config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
5394         * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
5395
5396         * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
5397         list of DJGPP COFF targets.
5398
5399         * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
5400         (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
5401         (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
5402         (FP0_REGNUM): Remove define.
5403         (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
5404         MAX_REGISTER_VIRTUAL_SIZE): Remove define.
5405         (i386_register_virtual_size): Remove protoype.
5406         * i386-tdep.c (i386_register_virtual_size): Removed.
5407         (i386_extract_return_value, i386_store_return_value): Use
5408         FP0_REGNUM instead of NUM_FREGS to determine whether the
5409         floating-point registers are available.
5410         (i386_gdbarch_init): Tweak FIXME about FPU registers.
5411         Adjust for removal of macros mentioned above.
5412
5413 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
5414
5415         * i386v4-nat.c: Include "i386-tdep.h".  Reformat and tweak various
5416         comments.
5417         (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
5418         Remove prototypes.
5419         (supply_gregset, fill_gregset): Remove use of register keyword and
5420         remove declaration for regmap.  Use I386_NUM_GREGS instead of
5421         NUM_REGS and NUM_FREGS.
5422         (FPREGSET_FSAVE_OFFSET): Remove.
5423         (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
5424         NUM_FREGS to determine whether the floating-point registers are
5425         available.
5426
5427         * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
5428         gnu_store_registers): Replace usage of NUM_GREGS with
5429         I386_NUM_GREGS.
5430
5431         * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
5432         OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
5433         usage of NUM_GREGS with I386_NUM_GREGS.
5434
5435         * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
5436
5437         * i386bsd-nat.c: Include "i386-tdep.h".
5438         (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
5439         I386_NUM_GREGS.
5440
5441         * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
5442         and associated comment.  They no longer make any sense, since we
5443         don't use this file anymore on Linux.
5444
5445         * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
5446         * i386-tdep.c (i386_register_offset, i386_register_size): Use
5447         I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
5448         elements in these arrays.
5449         (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
5450         MAX_NUM_REGS.
5451
5452 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
5453
5454         * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
5455         * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
5456
5457 2002-06-14  Andrew Cagney  <cagney@redhat.com>
5458
5459         * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
5460         EXTRACT_RETURN_VALUE.
5461         (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
5462         EXTRACT_STRUCT_VALUE_ADDRESS.
5463         * gdbarch.h, gdbarch.c: Regenerate.
5464         
5465         * values.c (value_being_returned): Handle
5466         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5467         (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
5468
5469         * arm-linux-tdep.c (arm_linux_init_abi): Update. 
5470         * arm-tdep.c (arm_gdbarch_init): Update.
5471         * avr-tdep.c (avr_gdbarch_init): Update.
5472         * cris-tdep.c (cris_gdbarch_init): Update.
5473         * d10v-tdep.c (d10v_gdbarch_init): Update.
5474         * ia64-tdep.c (ia64_gdbarch_init): Update.
5475         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5476         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5477         * s390-tdep.c (s390_gdbarch_init): Update.
5478         * sh-tdep.c (sh_gdbarch_init): Update.
5479         * s390-tdep.c (s390_gdbarch_init): Update.
5480         * sparc-tdep.c (sparc_gdbarch_init): Update.
5481         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5482         * v850-tdep.c (v850_gdbarch_init): Update.
5483         * vax-tdep.c (vax_gdbarch_init): Update.
5484         * x86-64-tdep.c (x86_64_gdbarch_init): Update.
5485         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5486
5487         * config/arc/tm-arc.h: Update.
5488         * config/d30v/tm-d30v.h: Update.
5489         * config/fr30/tm-fr30.h: Update.
5490         * config/h8300/tm-h8300.h: Update.
5491         * config/h8500/tm-h8500.h: Update.
5492         * config/i386/tm-i386.h: Update.
5493         * config/i386/tm-ptx.h: Update.
5494         * config/i386/tm-symmetry.h: Update.
5495         * config/i960/tm-i960.h: Update.
5496         * config/m32r/tm-m32r.h: Update.
5497         * config/m68k/tm-delta68.h: Update.
5498         * config/m68k/tm-linux.h: Update.
5499         * config/m68k/tm-m68k.h: Update.
5500         * config/m88k/tm-m88k.h: Update.
5501         * config/mcore/tm-mcore.h: Update.
5502         * config/mips/tm-mips.h: Update.
5503         * config/mn10200/tm-mn10200.h: Update.
5504         * config/pa/tm-hppa.h: Update.
5505         * config/pa/tm-hppa64.h: Update.
5506         * config/sparc/tm-sp64.h: Update.
5507         * config/sparc/tm-sparc.h: Update.
5508         * config/sparc/tm-sparclet.h: Update.
5509         * config/z8k/tm-z8k.h: Update.
5510
5511 2002-06-14  Andrew Cagney  <cagney@redhat.com>
5512
5513         * Makefile.in (i386_linux_tdep_h): Define.
5514         (i386_tdep_h, i387_tdep_h): Define.
5515         (i386-linux-nat.o): Add $(i386_linux_tdep_h),
5516         $(i386_tdep_h) and $(i387_tdep_h).
5517         * i386-linux-nat.c: Include "i386-linux-tdep.h".
5518
5519 2002-06-14  Mark Kettenis  <kettenis@gnu.org>
5520
5521         * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
5522         Already covered by the default.
5523
5524         * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
5525         TARGET_LONG_DOUBLE_BIT): Remove.  * i386-tdep.c
5526         (i386_gdbarch_init): Initialize long_double_format and long_double
5527         bit.
5528
5529         * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
5530         i386bsd-tdep.o.  Remove solib.o, solib-svr4.o and solib-legacy.o.
5531         Move these to ...
5532         * config/i386/i386sol2.mh: ... here.
5533         * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
5534         (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
5535         (SIGCONTEXT_PC_OFFSET): Remove define.
5536         (IN_SIGTRAMP): Remove define.
5537         * i386-sol2-tdep.c: New file.
5538         
5539         * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
5540         * config/i386/tm-i386nw.h: Removed.
5541
5542         * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
5543         USE_STRUCT_CONVENTION): Remove defines.
5544         (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5545         (get_longjmp_target): Remove prototype.
5546         (IN_SIGTRAMP): Remove define.
5547         (i386bsd_in_sigtramp): Remove prototype.
5548         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
5549         function.  Update comment accordingly
5550         (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
5551         (FRAME_SAVED_PC): Remove define.
5552         (i386bsd_frame_saved_pc): Remove prototype.
5553         * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
5554         GET_LONGJMP_TARGET): Remove defines.
5555         (get_longjmp_target): Remove prototype.
5556         (IN_SIGTRAMP): Remove define.
5557         (i386bsd_in_sigtramp): Remove prototype.
5558         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
5559         function.  Update comment accordingly
5560         (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
5561         (FRAME_SAVED_PC): Remove define.
5562         (i386bsd_frame_saved_pc): Remove prototype.
5563         * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
5564         Remove prototype.
5565         (USE_STRUCT_CONVENTION): Remove prototype.
5566         * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
5567         declaration.
5568         (_initialize_i386bsd_nat): Revise logic to determine some
5569         constants at compile time when compiling a native GDB.  Warn if
5570         things don't match up with what we expect.
5571         * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
5572         Remove variables.
5573         (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp.  Rewrite
5574         to use date stored in `struct gdbarch_tdep'.
5575         (i386bsd_sigcontext_offset): Remove varaible.
5576         (i386bsd_sigtramp_saved_pc): Make public.  Rewrite to use data
5577         stored in `struct gdbarch_tdep'.
5578         (i386bsd_frame_saved_pc): Make static.
5579         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
5580         (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
5581         i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
5582         i386fbsd4_sc_pc_offset): New variables.
5583         (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
5584         i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
5585         functions.
5586         (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
5587         functions.
5588         * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
5589         Modify the value of i386fbsd_sigtramp_start and
5590         i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
5591         i386fbsd_sigtramp_end.
5592         * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
5593         function.
5594
5595         * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
5596         define to i386-linux-tdep.h.
5597         (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
5598         REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
5599         defines.
5600         (i386_linux_register_name, i386_linux_register_byte,
5601         i386_linux_register_raw_size): Remove prototypes.
5602         (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
5603         (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
5604         (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
5605         TARGET_WRITE_PC): Remove defines.
5606         (i386_linux_in_sigtramp, i386_linux_frame_chain,
5607         i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
5608         i386_linux_write_pc): Remove prototypes.
5609         (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5610         (get_longjmp_target): Remove prototype.
5611         * i386-linux-tdep.h: New file.
5612         * i386-linux-nat.c: Include "i386-linux-tdep.h".
5613         * i386-linux-tdep.c: Include "i386-tdep.h" and
5614         "i386-linux-tdep.h".
5615         (i386_linux_register_name, i386_linux_register_byte,
5616         i386_linux_register_raw_size, i386_linux_in_sigtramp,
5617         i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
5618         Make static.
5619         (i386_linux_init_abi): New function.
5620         (_initialize_i386_linux_tdep): New function.
5621
5622         * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
5623         (i386_saved_pc_after_call): Remove prototype.
5624         (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
5625         (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
5626         DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
5627         (i386_register_name, i386_stab_reg_to_regnum,
5628         i386_dwarf_reg_to_regnum): Remove prototypes.
5629         (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
5630         SIZEOF_SSE_REGS): Remove defines.
5631         (REGISTER_BYTES): Remove define.
5632         (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
5633         (i386_register_byte, i386_register_raw_size): Remove prototypes.
5634         (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
5635         (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
5636         * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
5637         (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
5638         JB_EDX, GET_LONGJMP_TARGET): Remove defines.
5639         (get_longjmp_target): Remove prototype.
5640         (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
5641         (sigtramp_saved_pc): Remove define.
5642         (i386v4_sigtramp_saved_pc): Remove prototype.
5643         * config/i386/tm-go32.h (FRAME_CHAIN,
5644         FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
5645         (i386go32_frame_saved_pc): Remove prototype.
5646         (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5647         (get_longjmp_target): Remove prototype.
5648         * i386-tdep.h: Include "osabi.h".
5649         (enum i386_abi): Removed.
5650         (enum struct_return): New enum.
5651         (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
5652         struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
5653         sc_pc_offset members.
5654         (i386_gdbarch_register_os_abi): Remove prototype.
5655         (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
5656         I386_SSE_NUM_REGS): New defines.
5657         (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
5658         I386_SSE_SIZEOF_REGS): New defines.
5659         (i386_register_name, i386_register_byte, i386_register_raw_size):
5660         New prototypes.
5661         (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
5662         (i386bsd_sigtramp_saved_pc): New prototype.
5663         * i386-tdep.c: Don't include "elf-bfd.h".
5664         (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
5665         i386_frame_chain, i386_saved_pc_after_call): Make static.
5666         (i386_frame_saved_pc): Rewrite to call architecture dependent
5667         function to deal with signal handlers.  Make static.
5668         (i386go32_frame_saved_pc): Removed.
5669         [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
5670         Removed.
5671         (i386_get_longjmp_target): New function.
5672         (default_struct_convention, pcc_struct_convention,
5673         reg_struct_convention, valid_conventions, struct_convention): New
5674         variables.
5675         (i386_use_struct_convention): New function.
5676         (i386v4_sigtramp_saved_pc): Renamed to
5677         i386_svr4_sigtramp_saved_pc.  Made static.  Moved.
5678         (i386_pc_in_sigtramp): New function.
5679         (i386_abi_names): Removed.
5680         (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
5681         ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
5682         Removed.
5683         (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
5684         i386_gdbarch_register_os_abi): Removed.
5685         (struct i386_abi_handler): Removed.
5686         (i386_abi_handler_list): Removed.
5687         (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
5688         functions.
5689         (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
5690         i386_nw_init_abi): New functions.
5691         (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
5692         Use set_gdbarch_xxx() calls instead of relying on macros for a
5693         number of calls.
5694         (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
5695         (_initialize_i386_tdep): Add new 'struct-convcention' command.
5696         Register the various architecture variants defined in this file.
5697
5698 2002-06-14  Daniel Jacobowitz  <drow@mvista.com>
5699
5700         * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
5701         (struct main_type): Remove arg_types member.  Update comments for
5702         struct field.
5703         (TYPE_ARG_TYPES): Remove.
5704         (TYPE_FN_FIELD_ARGS): Update.
5705         (smash_to_method_type): Update prototype.
5706
5707         * c-typeprint.c (cp_type_print_method_args): Take method type
5708         instead of argument list.  Use new argument layout.  Simplify.
5709         (c_type_print_args): Use new argument layout.  Simplify.
5710         (c_type_print_base): Update call to cp_type_print_method_args.
5711         * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
5712         argument; use die->type instead.  Update call to
5713         smash_to_method_type.
5714         (read_structure_scope): Update call to dwarf2_add_member_fn.
5715         * gdbtypes.c (allocate_stub_method): Update comment.
5716         (smash_to_method_type): Take new NARGS and VARARGS arguments.
5717         Use new argument layout.
5718         (check_stub_method): Use new argument layout.  Don't count
5719         void as an argument.
5720         (print_arg_types): Update comments.  Use new argument layout.
5721         (recursive_dump_type): Don't print arg_types member.
5722         * hpread.c (hpread_read_struct_type): Use new argument layout.
5723         (fixup_class_method_type): Likewise.
5724         (hpread_type_lookup): Likewise.
5725         * stabsread.c (read_type): Update calls to read_args and
5726         smash_to_method_type.
5727         (read_args): Use new argument layout.  Simplify.
5728         * valops.c (typecmp): Use new argument layout.  Update parameters
5729         and comments.  Simplify.
5730         (hand_function_call): Use new argument layout.
5731         (search_struct_method): Update call to typecmp.
5732         (find_overload_match): Use new argument layout.
5733
5734 2002-06-13  Daniel Jacobowitz  <drow@mvista.com>
5735
5736         * NEWS: Mention multithreaded debug support for gdbserver.
5737
5738 2002-06-13  Daniel Jacobowitz  <drow@mvista.com>
5739
5740         * MAINTAINERS: Mention NEWS.
5741
5742 2002-06-13  Daniel Jacobowitz  <drow@mvista.com>
5743
5744         * mips-tdep.c (PROC_SYMBOL): Add warning comment.
5745         (struct mips_objfile_private, compare_pdr_entries): New.
5746         (non_heuristic_proc_desc): Read the ".pdr" section if it
5747         is present.
5748
5749 2002-06-12  Andrew Cagney  <ac131313@redhat.com>
5750
5751         * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
5752         (arm_debug): New static variable.
5753         (_initialize_arm_tdep): Add ``set debug arm'' command.
5754
5755 2002-06-12  Andrew Cagney  <ac131313@redhat.com>
5756
5757         * Makefile.in (sim_arm_h): Define.
5758         (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
5759         * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
5760         (arm_register_sim_regno): New function, map an internal REGNUM
5761         onto a simulator register number.
5762         (arm_gdbarch_init): Set register_sim_regno.
5763
5764 2002-06-09  Aldy Hernandez  <aldyh@redhat.com>
5765
5766         * MAINTAINERS: Add self.
5767
5768 2002-06-11  Jim Blandy  <jimb@redhat.com>
5769
5770         * source.c (source_info): Mention whether the symtab has
5771         information about preprocessor macros.
5772
5773         Call the command `info macro', not `show macro'.
5774         * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
5775         Fix error message.
5776         (_initialize_macrocmd): Register `info_macro_command' in
5777         `infolist', not `showlist'.
5778
5779 2002-06-11  Daniel Jacobowitz  <drow@mvista.com>
5780
5781         * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
5782         (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
5783         (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
5784         (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
5785         (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions.  Define
5786         unconditionally.
5787         (set_mipsfpu_single_command, set_mipsfpu_double_command)
5788         (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
5789         (_initialize_mips_tdep): Remove dead code.
5790         * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
5791         (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5792         * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
5793         (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5794         * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
5795         MIPS_LAST_FP_ARG_REGNUM): Remove.
5796
5797 2002-06-11  Michal Ludvig  <mludvig@suse.cz>
5798
5799         * dwarf2cfi.c (unwind_tmp_obstack_init): New.
5800         (unwind_tmp_obstack_free, parse_frame_info)
5801         (update_context, cfi_read_fp, cfi_write_fp)
5802         (cfi_frame_chain, cfi_init_extra_frame_info)
5803         (cfi_virtual_frame_pointer): Use the above function.
5804         * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
5805
5806 2002-06-11  Corinna Vinschen  <vinschen@redhat.com>
5807
5808         * v850-tdep.c (v850_type_is_scalar): New function.
5809         (v850_use_struct_convention): Match current gcc implementation
5810         as close as possible.
5811         (v850_push_arguments): Fix stack_offset handling.  Don't write
5812         struct_addr into register.  This is done by v850_store_struct_return.
5813         (v850_extract_return_value): Care for structs.
5814         (v850_store_return_value): Ditto.
5815         (v850_store_struct_return): Actually write address.
5816
5817 2002-06-11  Michal Ludvig  <mludvig@suse.cz>
5818
5819         * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
5820         without debug information too.
5821
5822 2002-06-10  Andrew Cagney  <ac131313@redhat.com>
5823
5824         * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
5825         Make multi-arch pure.
5826         * gdbarch.h, gdbarch.c: Re-generate.
5827         * arm-tdep.c (arm_print_float_info): Update.
5828         * arch-utils.h (default_print_float_info): Update.
5829         * arch-utils.c (default_print_float_info): Update.
5830         * infcmd.c (float_info): Update call.
5831
5832 2002-06-10  Andrew Cagney  <ac131313@redhat.com>
5833
5834         * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
5835         the front of the initialize list.
5836
5837 2002-06-10  Andrew Cagney  <ac131313@redhat.com>
5838
5839         * infrun.c (struct inferior_status): Replace fields
5840         selected_frame_address and selected_level with field
5841         selected_frame_id.
5842         (save_inferior_status): Update.  Use get_frame_id.
5843         (struct restore_selected_frame_args): Delete.
5844         (restore_selected_frame): Update.  Use frame_find_by_id.
5845         (restore_inferior_status): Update.
5846
5847         * breakpoint.h (struct breakpoint): Change type of
5848         watchpoint_frame to frame_id.
5849         * breakpoint.c (insert_breakpoints): Use frame_find_by_id.  Remove
5850         call to get_current_frame.
5851         (do_enable_breakpoint): Use frame_find_by_id.  Remove call to
5852         get_current_frame.
5853         (watchpoint_check): Use frame_find_by_id.
5854
5855         * frame.h (record_selected_frame): Delete declaration.
5856         * stack.c (record_selected_frame): Delete function.
5857         
5858         * frame.h (struct frame_id): Define.
5859         (get_frame_id): Declare.
5860         (frame_find_by_id): Declare.
5861         * frame.c (frame_find_by_id): New function.
5862         (get_frame_id): New function.
5863
5864 2002-06-10  Andrey Volkov <avolkov@transas.com>
5865
5866         * ser-e7kpc.c: Fix duplicated define and call of 
5867         _initialize_ser_e7000pc
5868             
5869 2002-06-09  Daniel Jacobowitz  <drow@mvista.com>
5870
5871         * signals/signals.c (target_signal_from_host): Fix #ifdef
5872         SIGRTMIN case.
5873         (do_target_signal_to_host): Likewise.
5874
5875 2002-06-09  Daniel Jacobowitz  <drow@mvista.com>
5876
5877         * mips-tdep.c (mips_find_abi_section): New function.
5878         (mips_gdbarch_init): Call it.
5879
5880 2002-06-09  Mark Kettenis  <kettenis@gnu.org>
5881
5882         * solib-svr4.c (init_fetch_link_map_offsets): Simply return
5883         legacy_fetch_link_map_offsets.  Adjust comment to reflect reality
5884         after Andrew's 2002-06-08 gdbarch change.
5885
5886 2002-06-09  Mark Kettenis  <kettenis@gnu.org>
5887
5888         * i386-linux-nat.c (suppy_gregset): Don't supply
5889         I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
5890         register cache.
5891         (fill_gregset): Don't fetch it under the same circumstances.
5892
5893 2002-06-09  Andrew Cagney  <cagney@redhat.com>
5894
5895         * Makefile.in (callback_h): Define.
5896         (remote_sim_h): Update path to remote-sim.h.
5897         (remote-rdp.o): Add $(callback_h).
5898         (remote-sim.o): Use $(callback_h).
5899         * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
5900         * remote-rdp.c: Include "gdb/callback.h".
5901
5902 2002-06-09  Mark Kettenis  <kettenis@gnu.org>
5903
5904         * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
5905         * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
5906
5907 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
5908
5909         * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
5910         * rdi-share/serpardr.c: Ditto.
5911         * rdi-share/unixcomm.c: Ditto.
5912         * rdi-share/serdrv.c: Ditto.
5913         * rdi-share/hostchan.h: Ditto.
5914         * rdi-share/hostchan.c: Ditto.
5915         * rdi-share/host.h: Ditto.
5916         * rdi-share/devsw.c: Ditto.
5917
5918         * objfiles.h: Change type of obj_private to void pointer.
5919         * pa64solib.c: Update copyright.  Don't include "assert.h", use
5920         strcmp instead of STREQ, use LONGEST, do not use PTR
5921         * somsolib.c: Ditto.
5922
5923         * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
5924         bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
5925         bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
5926
5927 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
5928
5929         * frame.c (GET_SAVED_REGISTER): Delete macro definition.
5930         (default_get_saved_register): Delete function.
5931         * gdbarch.sh (GET_SAVED_REGISTER): Set default to
5932         generic_unwind_get_saved_register.
5933         * gdbarch.h, gdbarch.c: Re-generate.
5934         
5935 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
5936
5937         * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
5938         generic_func_frame_chain_valid.
5939         * gdbarch.h, gdbarch.c: Re-generate.
5940         * blockframe.c (generic_func_frame_chain_valid): Only check
5941         PC_IN_CALL_DUMMY when generic dummy frames.  Don't worry about
5942         passing FP to PC_IN_CALL_DUMMY.
5943         Fix PR gdb/360.
5944
5945 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
5946
5947         * gdbarch.sh (struct gdbarch_data): Add field init_p.
5948         (register_gdbarch_data): Initialize init_p.
5949         (gdbarch_data): Initialize data pointer using the init function.
5950         (init_gdbarch_data): Delete function.
5951         (gdbarch_update_p): Update.
5952         (initialize_non_multiarch): Update.
5953         (struct gdbarch): Add field initialized_p.
5954         * gdbarch.h, gdbarch.c: Re-generate.
5955
5956 2002-06-07  Michal Ludvig  <mludvig@suse.cz>
5957
5958         * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
5959         (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
5960         better do the things actually here.
5961         * x86-64-tdep.c (x86_64_register_name2nr): New.
5962         (x86_64_register_name): Renamed to x86_64_register_nr2name.
5963         (x86_64_gdbarch_init): Respect the above change.
5964         * x86-64-tdep.h (x86_64_register_name2nr)
5965         (x86_64_register_nr2name): Add prototypes.
5966         * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
5967
5968 2002-06-06  Michael Snyder  <msnyder@redhat.com>
5969
5970         * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
5971         Delete extra braces and re-indent.
5972         (d10v_store_return_value): Char return values
5973         must be shifted over by one byte in R0.
5974         (d10v_extract_return_value): Delete extra braces, re-indent.
5975
5976 2002-06-06  Elena Zannoni  <ezannoni@redhat.com>
5977
5978         * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
5979         (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
5980         (d10v_integer_to_address): Rewrite.
5981         (d10v_frame_init_saved_regs): When reading fp and sp registers use
5982         the d10v specific functions which take care of converting to the
5983         correct space.
5984
5985 2002-06-06  Elena Zannoni  <ezannoni@redhat.com>
5986
5987         * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
5988         altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
5989
5990 2002-06-02  Andrew Cagney  <ac131313@redhat.com>
5991
5992         * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
5993         includes.
5994         * config/tm-linux.h: Ditto.
5995         * config/alpha/tm-alphalinux.h: Ditto.
5996         * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
5997         * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
5998         * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
5999         * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
6000         * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
6001         * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
6002         * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
6003         * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
6004         * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
6005         * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
6006         * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
6007         * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
6008         * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
6009         * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
6010         * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
6011         * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
6012         * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
6013         * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
6014         * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
6015         * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
6016         * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
6017         * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
6018         * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
6019         * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
6020         * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
6021         * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
6022         * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
6023         * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
6024         * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
6025         * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
6026         * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
6027         * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
6028         * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
6029         * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
6030         * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
6031         * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
6032         * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
6033
6034 2002-05-04  Aidan Skinner <aidan@velvet.net>
6035
6036         * ada-exp.tab.c: New file
6037         * ada-exp.y: New file
6038         * ada-lang.c: New file
6039         * ada-lang.h: New file
6040         * ada-lex.c: New file
6041         * ada-lex.l: New file
6042         * ada-tasks.c: New file
6043         * ada-typeprint.c: New file
6044         * ada-valprint.c: New file
6045         
6046 2002-06-02  Jason Thorpe  <thorpej@wasabisystems.com>
6047
6048         * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
6049         use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
6050
6051 2002-06-02  Jason Thorpe  <thorpej@wasabisystems.com>
6052
6053         * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
6054         insetead of ppc-linux-tdep.o.
6055         * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
6056         * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
6057
6058 2002-06-02  Andrew Cagney  <ac131313@redhat.com>
6059
6060         2002-05-07 Christian Groessler <chris@groessler.org>
6061         * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
6062         bit register contents for little endian hosts.
6063
6064 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
6065
6066         * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
6067         any maintainer.
6068
6069 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
6070
6071         * gdbarch.h: Regenerate.
6072
6073 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
6074
6075         * MAINTAINERS: Add everyone to write-after-approval list.
6076
6077 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
6078
6079         * stack.c (frame_info): Use frame_register_unwind instead of
6080         saved_regs.  Mention when the SP is on the stack or in a register.
6081
6082         * frame.h (frame_register_unwind_ftype): Define.  Document.
6083         (struct frame_info): Add field register_unwind and
6084         register_unwind_cache.
6085         (frame_register_unwind): Declare.
6086         (generic_unwind_get_saved_register): Declare.
6087
6088         * frame.c (frame_register_unwind): New function.
6089         (generic_unwind_get_saved_register): New function.
6090
6091         * blockframe.c (generic_call_dummy_register_unwind): New function.
6092         (frame_saved_regs_register_unwind): New function.
6093         (set_unwind_by_pc): New function.
6094         (create_new_frame): New function.
6095         (get_prev_frame): New function.
6096
6097 2002-05-30  Andrew Cagney  <ac131313@redhat.com>
6098
6099         * a29k-share/: Delete directory.
6100         * remote-vx29k.c: Delete file.
6101
6102 2002-05-30  Jason Thorpe  <thorpej@wasabisystems.com>
6103
6104         * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
6105         ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6106
6107 2002-05-30  Jason Thorpe  <thorpej@wasabisystems.com>
6108
6109         * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
6110         sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6111         (sparc64nbsd-nat.o)
6112         (sparcnbsd-nat.o)
6113         (sparcnbsd-tdep.o): New dependency lists.
6114         * NEWS: Note new UltraSPARC NetBSD native configuration.
6115         * configure.host (sparc64-*-netbsd*): New host.
6116         * configure.tgt (sparc-*-netbsdelf*)
6117         (sparc-*-netbsd*): Set gdb_target to nbsd.
6118         (sparc64-*-netbsd*): New target.
6119         * sparc64nbsd-nat.c: New file.
6120         * sparcnbsd-nat.c: New file.
6121         * sparcnbsd-tdep.c: New file.
6122         * sparcnbsd-tdep.h: New file.
6123         * config/sparc/nbsd.mt: New file.
6124         * config/sparc/nbsd64.mh: New file.
6125         * config/sparc/nbsd64.mt: New file.
6126         * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
6127         sparc-nat.o, and solib.o.  Add sparcnbsd-nat.o.
6128         (HOST_IPC): Remove.
6129         * config/sparc/nbsdaout.mt: Remove.
6130         * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
6131         sparc-nat.o, and solib.o.  Add sparcnbsd-nat.o.
6132         (HOST_IPC): Remove.
6133         * config/sparc/nbsdelf.mt: Remove.
6134         * config/sparc/nm-nbsd.h: Update copyright years.  Remove all
6135         sparc-nat.c compatiblity defines.
6136         * config/sparc/tm-nbsd.h: Update copyright years.  Include solib.h.
6137         (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
6138         * config/sparc/tm-nbsd64.h: New file.
6139         * config/sparc/tm-nbsdaout.h: Remove.
6140         * config/sparc/xm-nbsd.h: Remove.
6141
6142 2002-05-30  Jason Thorpe  <thorpej@wasabisystems.com>
6143
6144         * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
6145         * sparc-tdep.c: Include osabi.h.
6146         (gdbarch_tdep): Add osabi member.
6147         (_initialize_sparc_tdep): Use gdbarch_register.
6148         (sparc_gdbarch_init): Use generic OS ABI framework.
6149         (sparc_dump_tdep): New function.
6150
6151 2002-05-30  Kevin Buettner  <kevinb@redhat.com>
6152
6153         * corefile.c (do_captured_read_memory_integer): Return non-zero
6154         result.
6155         (safe_read_memory_integer): Copy result of memory read when
6156         status is non-zero.  Also, add comments.
6157
6158 2002-05-20  Jason Thorpe  <thorpej@wasabisystems.com>
6159
6160         * Makefile.in (ppc_tdep_h): Define.
6161         (ppc-linux-nat.o)
6162         (ppc-linux-tdep.o)
6163         (rs6000-tdep.o): Use $(ppc_tdep_h).
6164         (ppc-sysv-tdep.o)
6165         (ppcnbsd-nat.o)
6166         (ppcnbsd-tdep.o): New dependency lists.
6167         * ppc-tdep.h: Use generic OS ABI framework.
6168         * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
6169         (ppc_linux_init_abi): New functions.
6170         (ppc_sysv_abi_broken_use_struct_convention)
6171         (ppc_sysv_abi_use_struct_convention)
6172         (ppc_sysv_abi_push_arguments): Move to...
6173         * ppc-sysv-tdep.c: ...here.
6174         * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
6175         * rs6000-tdep.c (process_note_abi_tag_sections)
6176         (get_elfosabi): Remove.
6177         (rs6000_gdbarch_init): Use generic OS ABI framework.
6178         (rs6000_dump_tdep): New function.
6179         (_initialize_rs6000_tdep): Use gdbarch_register.
6180         * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
6181         * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
6182         * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
6183         of ppc-linux-tdep.o.
6184         * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
6185         * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
6186         * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
6187         * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
6188         * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
6189         * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
6190
6191 2002-05-29  Jim Blandy  <jimb@redhat.com>
6192
6193         * macroscope.c (default_macro_scope): Put `void' in empty argument
6194         list.
6195
6196 2002-05-29  Andrew Cagney  <ac131313@redhat.com>
6197
6198         * Makefile.in (arch-utils.o): Add $(sim_regno_h).
6199         * arch-utils.c: Include "sim-regno.h".
6200         * gdbarch.sh: Don't include "sim-regno.h".
6201         * gdbarch.h, gdbarch.c: Regenerate.
6202         * sim-regno.h (legacy_register_sim_regno): Move declaration from
6203         here.
6204         * arch-utils.h (legacy_register_sim_regno): To here.
6205         * remote-sim.c (legacy_register_sim_regno): Move function from
6206         here.
6207         * arch-utils.c (legacy_register_sim_regno): To here.
6208
6209 2002-05-28  Andrew Cagney  <ac131313@redhat.com>
6210
6211         * sim-regno.h: New file.
6212         * Makefile.in (sim_regno_h): Define.
6213         (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
6214         * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
6215         (legacy_register_sim_regno): New function.
6216         (one2one_register_sim_regno): New function.
6217         (gdbsim_fetch_register): Rewrite.
6218         (gdbsim_store_register): Only store a register when
6219         REGISTER_SIM_REGNO is valid.
6220         * d10v-tdep.c: Include "sim-regno.h".
6221         (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
6222         (d10v_ts3_register_sim_regno): Ditto.
6223         * gdbarch.sh: Include "sim-regno.h".
6224         (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
6225         * gdbarch.h, gdbarch.c: Regenerate.
6226         * arch-utils.h (default_register_sim_regno): Delete declaration.
6227         * arch-utils.c (default_register_sim_regno): Delete function.
6228
6229 2002-05-28  Jason Thorpe  <thorpej@wasabisystems.com>
6230
6231         * ppcnbsd-nat.c: Rewrite.
6232         * ppcnbsd-tdep.c: New file.
6233         * ppcnbsd-tdep.h: New file.
6234         * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
6235         solib.o, and solib-svr4.o.
6236         * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
6237         nbsd-tdep.o, and corelow.o.
6238
6239 2002-05-28  Andrew Cagney  <ac131313@redhat.com>
6240
6241         * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
6242         `tr' and `sed'.  Mention that `broken' targets are not expected to
6243         build.
6244
6245 2002-05-27  Michal Ludvig  <mludvig@suse.cz>
6246
6247         * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
6248         Let PC point right after the prologue before looking up symbols.
6249         
6250 2002-05-27  Martin M. Hunt  <hunt@redhat.com>
6251
6252         * i386-tdep.c (i386_register_virtual_type): Return 
6253         builtin_type_vec128i for SSE registers.
6254
6255         * gdbtypes.h (builtin_type_vec128i): Declare.
6256
6257         * gdbtypes.c (build_builtin_type_vec128i): New function.
6258         (builtin_type_v2_double, builtin_type_v4_int64): New types.
6259         (builtin_type_vec128i): New type for SSE2 128-bit registers.
6260         (build_gdbtypes): Initialize new builtin vector types.
6261         (_initialize_gdbtypes): Register new vector types with gdbarch.
6262
6263 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
6264
6265         * MAINTAINERS: ns32k is not longer an obsolete candidate,
6266         since it has been multi-arch'd.
6267         * NEWS: Note that ns32k-*-* is now partial multi-arch.
6268         Move Alpha and VAX multi-arch news entries to same section
6269         as other multi-arch news.
6270
6271 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
6272
6273         * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
6274         target.s, arch-utils.h, ns32k-tdep.h.  Make many functions
6275         static.  Rename some register numbers to put them in ns32k-tdep
6276         private namespace.
6277         (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
6278         ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
6279         functions.
6280         (_initialize_ns32k_tdep): Use gdbarch_register.
6281         * ns32k-tdep.h: New file.
6282         * ns32knbsd-tdep.c: New file.
6283         * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
6284         * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
6285         (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
6286         REGISTER_BYTES, REGISTER_BYTE): Remove.
6287         * config/ns32k/tm-ns32k.h: New file.
6288         * config/ns32k/tm-umax.h: Remove.
6289
6290 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
6291
6292         * ns32k-tdep.c (ns32k_saved_pc_after_call,
6293         ns32k_store_struct_return, ns32k_extract_return_value,
6294         ns32k_store_return_value, ns32k_extract_struct_value_address): New
6295         functions.
6296         * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
6297         ns32k_saved_pc_after_call.
6298         (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
6299         (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
6300         (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
6301         (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
6302         ns32k_extract_struct_value_address.
6303
6304 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
6305
6306         * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
6307         ns32k_fix_call_dummy): New.
6308         * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
6309         ns32k_call_dummy_words.
6310         (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
6311         (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
6312         CALL_DUMMY_NARGS): Remove.
6313         (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
6314
6315 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
6316
6317         * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
6318         ns32k_frame_saved_pc, ns32k_frame_args_address,
6319         ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
6320         ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
6321         * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
6322         * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
6323         (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
6324         (BREAKPOINT): Remove..
6325         (FRAME_CHAIN): Define as ns32k_frame_chain.
6326         (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
6327         (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
6328         (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
6329         (FRAME_FIND_SAVED_REGS): Remove.
6330         (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
6331         (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
6332         (POP_FRAME): Define as ns32k_pop_frame.
6333
6334 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
6335
6336         * ns32k-tdep.c (ns32k_register_byte_32082,
6337         ns32k_register_byte_32382, ns32k_register_raw_size,
6338         ns32k_register_virtual_size, ns32k_register_virtual_type): New
6339         functions.
6340         * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
6341         ns32k_register_byte_32382.
6342         * config/ns32k/tm-umax.h: Update copyright years.
6343         (REGISTER_BYTE): Define as ns32k_register_byte_32082.
6344         (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
6345         (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
6346         (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
6347         (ns32k_get_enter_addr): Fix prototype.
6348
6349 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
6350
6351         * ns32k-tdep.c: Update copyright years.
6352         (ns32k_register_name_32082): New function.
6353         (ns32k_register_name_32382): Ditto.
6354         * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
6355         (REGISTER_NAME): Define as ns32k_register_name_32382.
6356         * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
6357         (REGISTER_NAME): Define as ns32k_register_name_32082.
6358
6359 2002-05-24  Jim Blandy  <jimb@redhat.com>
6360
6361         * dwarf2read.c (free_line_header): Use xfree, not free.
6362
6363 2002-05-24  Jason Thorpe  <thorpej@wasabisystems.com>
6364
6365         * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
6366         alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
6367
6368 2002-05-23  Andrew Cagney  <ac131313@redhat.com>
6369
6370         * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
6371
6372 2002-05-23  Andrew Cagney  <ac131313@redhat.com>
6373
6374         From Ross Alexander at NEC Europe:
6375         * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
6376
6377 2002-05-23  Michael Snyder  <msnyder@redhat.com>
6378
6379         * cli/cli-dump.c (restore_command): Use parse_and_eval_long
6380         for input, rather than parse_and_eval_address.  
6381
6382 2002-05-23  Andrew Cagney  <ac131313@redhat.com>
6383
6384         * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
6385         * Makefile.in (sim_d10v_h): Update definition.
6386
6387 2002-05-24  Andrew Cagney  <cagney@redhat.com>
6388
6389         * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
6390         change `2002-05-22 Michael Snyder' below.
6391         (d10v_push_arguments): Ditto.
6392         (d10v_extract_return_value): Ditto.
6393
6394 2002-05-23  Jim Blandy  <jimb@redhat.com>
6395
6396         * macrotab.c (check_for_redefinition): Don't complain if the new
6397         definition is the same as the previous one.  Take more arguments
6398         to allow the comparison.
6399         (macro_define_object, macro_define_function): Pass more arguments
6400         to check_for_redefinition.
6401
6402 2002-05-22  Michael Snyder  <msnyder@redhat.com>
6403
6404         * d10v-tdep.c: Change a few macros to enums for ease of debugging.
6405         (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
6406         (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
6407         (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
6408         Don't bail if return_pc is PC_IN_CALL_DUMMY.
6409         Add a temp variable to save a call (and a memory read).
6410         (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
6411         if possible (so that PC_IN_CALL_DUMMY will work).
6412
6413 2002-05-22  Corinna Vinschen  <vinschen@redhat.com>
6414
6415         * MAINTAINERS: Remove status `OBSOLETE' from v850.
6416
6417 2002-05-22  Michal Ludvig  <mludvig@suse.cz>
6418
6419         * dwarf2cfi.c (frame_state_for): Added safety check for a valid
6420         fde->cie_ptr.
6421         (dwarf2_build_frame_info): Corrected handling of eh_frame.
6422         (dwarf2_build_frame_info): Add offset to fde->initial_location 
6423         so that frames of shared libraries are mapped correctly.
6424         (execute_stack_op): Change type of 'result' from ULONGEST to
6425         CORE_ADDR.
6426         
6427 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
6428
6429         * config/alpha/tm-nbsd.h: Include solib.h.
6430
6431 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
6432
6433         * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
6434         assumptions about the host's byte order.
6435
6436 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
6437
6438         * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
6439         to dependency list.
6440         * alphanbsd-tdep.c: Include solib-svr4.h.
6441         * shnbsd-tdep.c: Ditto.
6442
6443 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
6444
6445         * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
6446         nbsd-tdep.h to dependency list.
6447         * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
6448         i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
6449         ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
6450         nbsdaout.mh and nbsdelf.mh consistently.
6451         * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
6452         ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
6453         nbsdaout.mt and nbsdelf.mh consistently.
6454         * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h. 
6455         (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
6456         to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
6457         * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS.  Move
6458         a.out shared library stuff from here...
6459         * config/nm-nbsdaout.h: ...to here.
6460         * config/tm-nbsd.h: Remove.
6461         * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
6462         * config/arm/nbsd.mh: Remove.
6463         * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
6464         nbsd-tdep.o.
6465         * config/arm/nbsdaout.mh: New file. 
6466         * config/arm/nbsdelf.mh: New file.
6467         * config/arm/nm-nbsdaout.h: New file.
6468         * config/i386/nbsd.mh: Remove.
6469         * config/i386/nbsd.mt: Remove.
6470         * config/i386/nbsdaout.mh: New file.
6471         * config/i386/nbsdaout.mt: New file.
6472         * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
6473         * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
6474         * config/i386/nm-nbsd.h (REGISTER_U_ADDR, 
6475         i386_register_u_addr): Remove.
6476         * config/i386/nm-nbsdaout.h: New file.
6477         * config/i386/nm-nbsdelf.h: Remove.
6478         * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
6479         (USE_STRUCT_CONVENTION): Remove.
6480         * config/i386/tm-nbsdaout.h: New file.
6481         * config/i386/tm-nbsdelf.h: Remove.
6482         * config/m68k/nbsd.mh: Remove.
6483         * config/m68k/nbsd.mt: Remove.
6484         * config/m68k/nbsdaout.mh: New file.
6485         * config/m68k/nbsdaout.mt: New file. 
6486         * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
6487         * config/m68k/nm-nbsdaout.h: New file.
6488         * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
6489         (IN_SOLIB_CALL_TRAMPOLINE): Define.
6490         * config/ns32k/nbsd.mh: Remove.
6491         * config/ns32k/nbsd.mt: Remove. 
6492         * config/ns32k/nbsdaout.mh: New file.
6493         * config/ns32k/nbsdaout.mt: New file.
6494         * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h. 
6495         * config/ns32k/nm-nbsdaout.h: New file.
6496         * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.  
6497         (IN_SOLIB_CALL_TRAMPOLINE): Define.
6498         * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
6499         (SVR4_SHARED_LIBS): Remove.
6500         * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
6501         * config/sparc/nbsd.mh: Remove.
6502         * config/sparc/nbsd.mt: Remove.
6503         * config/sparc/nbsdaout.mh: New file.
6504         * config/sparc/nbsdaout.mt: New file.
6505         * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
6506         * config/sparc/nbsdelf.mt: New file.
6507         * config/sparc/nm-nbsdaout.h: New file.   
6508         * config/sparc/nm-nbsdelf.h: Remove.
6509         * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
6510         * config/sparc/tm-nbsdaout.h: New file.
6511
6512 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
6513
6514         * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
6515         mipsnbsd-tdep.c
6516         (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
6517
6518 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
6519
6520         * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
6521         shnbsd-nat.c.
6522         (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
6523
6524 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
6525
6526         * NEWS: Note new MIPS NetBSD native configuration. 
6527         * configure.host (mips*-*-netbsd*): New host. 
6528         * configure.tgt (mips*-*-netbsd*): New target. 
6529         * mipsnbsd-nat.c: New file.
6530         * mipsnbsd-tdep.c: New file.
6531         * mipsnbsd-tdep.h: New file.
6532         * config/mips/nbsd.mh: New file.
6533         * config/mips/nbsd.mt: New file.
6534         * config/mips/nm-nbsd.h: New file.
6535         * config/mips/tm-nbsd.h: New file.
6536
6537 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
6538
6539         * Makefile.in (SFILES): Add osabi.c.
6540         (COMMON_OBS): Add osabi.o.
6541         (osabi.o): New dependency list.
6542         * osabi.c: New file.
6543         * osabi.h: New file.
6544         * doc/gdbint.texinfo: Document new generic OS ABI framework.
6545
6546         * Makefile.in (alpha_tdep_h): Define and use instead of
6547         alpha-tdep.h.
6548         * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
6549         get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
6550         Remove.
6551         (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
6552         * alpha-tdep.h: Include osabi.h.
6553         (alpha_abi): Remove.
6554         (gdbarch_tdep): Use generic OS ABI framework.
6555         * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
6556         gdbarch_register_osabi.
6557         * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
6558         * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
6559         * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
6560
6561         * Makefile.in (sh_tdep_h): Add osabi.h.
6562         * sh-tdep.h (sh_osabi): Remove.
6563         (gdbarch_tdep): Use generic OS ABI framework.
6564         * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
6565         sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
6566         (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
6567         * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
6568
6569         * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
6570         * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
6571         gdbarch_register_osabi.
6572         * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
6573         arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
6574         (get_elfosabi): Rename to...
6575         (arm_elf_osabi_sniffer): ...this.  Adjust to use generic OS
6576         ABI framework support routines.
6577         (arm_gdbarch_init): Use generic OS ABI framework.
6578         (arm_dump_tdep): Likewise.
6579         (_initialize_arm_tdep): Likewise.
6580         * arm-tdep.h: Include osabi.h.
6581         (arm_abi): Remove.
6582         (gdbarch_tdep): Remove arm_abi and abi_name members.  Add
6583         osabi member.
6584         (arm_gdbarch_register_os_abi): Remove prototype.
6585         * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
6586         (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
6587
6588         * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
6589         * mips-tdep.c: Include osabi.h.
6590         (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
6591         OS ABI framework.
6592
6593 2002-05-20  Kazu Hirata  <kazu@cs.umass.edu>
6594
6595         * h8300-tdep.c: Fix formatting.
6596
6597 2002-05-20  Elena Zannoni  <ezannoni@redhat.com>
6598
6599         * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
6600         printing vector registers.
6601
6602 2002-05-19  Andrew Cagney  <ac131313@redhat.com>
6603
6604         From Fernando Nasser:
6605         * remote.c (remote_async_open_1): Re-throw the exception when the
6606         connection fails.
6607         (remote_cisco_open): Ditto.
6608         (remote_open_1): Ditto.
6609
6610 2002-05-19  Andrew Cagney  <ac131313@redhat.com>
6611
6612         * remote.c (remote_start_remote_dummy): Add uiout parameter.
6613         (remote_start_remote): Add uiout parameter.  Pass through to
6614         remote_start_remote_dummy.
6615         (remote_open_1): Use catch_exception instead of catch_errors.
6616         (remote_async_open_1): Ditto.
6617         (remote_cisco_open): Ditto.
6618
6619 2002-05-19  Andrew Cagney  <ac131313@redhat.com>
6620
6621         * remote.c (remote_start_remote): Replace PTR with void pointer.
6622         (sigint_remote_twice_token, sigint_remote_token): Ditto.  Make
6623         static.
6624
6625 2002-05-18  Andrew Cagney  <ac131313@redhat.com>
6626
6627         * gdb_indent.sh: Allow the script to be run in the sim directory.
6628
6629 2002-05-18  Mark Kettenis  <kettenis@gnu.org>
6630
6631         * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
6632         * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
6633
6634         * corelow.c (core_open): Only call set_gdbarch_from_file if
6635         exec_bfd is NULL.
6636
6637 2002-05-17  Andrey Volkov <avolkov@transas.com>
6638
6639         * h8300-tdep.c: Add support of EXR register
6640         * config/h8300/tm-h8300.h: Ditto. 
6641         
6642 2002-05-17  Andrey Volkov <avolkov@transas.com>
6643
6644         * h8300-tdep.c: Add additional CCR flags (I,UI,H,U) 
6645         
6646 2002-05-17  Andrey Volkov <avolkov@transas.com>
6647
6648         * h8300-tdep.c: Change literal regnums to REGNO.
6649         
6650 2002-05-17  Jim Blandy  <jimb@redhat.com>
6651
6652         * NEWS: Note addition of macro support.
6653
6654         Expand preprocessor macros in C expressions.
6655         * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
6656         (scan_macro_expansion, scanning_macro_expansion,
6657         finished_macro_expansion): New function declarations.
6658         (expression_macro_lookup_func, expression_macro_lookup_baton): New
6659         variable declarations.
6660         * parser-defs.h (expression_context_pc): New declaration.
6661         * parse.c (expression_context_pc): New variable.
6662         (parse_exp_1): Set expression_context_pc, as well as
6663         expression_context_block.
6664         * c-exp.y (yylex): If we're not already reading the result of a
6665         macro expansion, try to macro-expand the next token.  When we're
6666         done scanning a macro expansion, switch back to the mainline text.
6667         Commas and `if's in a macro's expansion don't terminate the input.
6668         * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
6669         (macro_original_text, macro_expanded_text,
6670         expression_macro_lookup_func, expression_macro_lookup_baton): New
6671         variables.
6672         (scan_macro_expansion, scanning_macro_expansion,
6673         finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
6674         c_preprocess_and_parse): New functions.
6675         (c_language_defn, cplus_language_defn, asm_language_defn): Call
6676         c_preprocess_and_parse, instead of c_parse.
6677         * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
6678         (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
6679
6680 Fri May 17 14:26:19 2002  J"orn Rennecke <joern.rennecke@superh.com>
6681
6682         * sh-tdep.c (gdb_print_insn_sh64): Delete.
6683         (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
6684         (sh_gdbarch_init): Always use gdb_print_insn_sh.
6685
6686 2002-05-17  Corinna Vinschen  <vinschen@redhat.com>
6687
6688         * NEWS: Add section for multi-arched targets.  Add v850 to that section.
6689
6690 2002-05-17  Jason Thorpe  <thorpej@wasabisystems.com>
6691
6692         * Makefile.in (sh_tdep_h): Define and use.
6693         * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
6694         register enum): Move to...
6695         * * sh-tdep.h: ...here.
6696         * sh-tdep.c: Include sh-tdep.h.
6697         * sh3-rom.c: Likewise.
6698         * shnbsd-tdep.c: Likewise.
6699
6700 2002-05-16  Michael Snyder  <msnyder@redhat.com>
6701
6702         * arm-tdep.c: Spelling fix in comment.
6703
6704 2002-05-16  Jim Blandy  <jimb@redhat.com>
6705
6706         Add commands for manually expanding macros and showing their
6707         definitions.
6708         * macrocmd.c, macroscope.c, macroscope.h: New files.
6709         * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
6710         (macroscope_h): New variable.
6711         (HFILES_NO_SRCDIR): Add macroscope.h.
6712         (COMMON_OBS): Add macrocmd.o, macroscope.o.
6713         (macroscope.o, macrocmd.o): New rules.
6714
6715         Teach the Dwarf 2 reader to read macro information.
6716         * dwarf2read.c: #include "macrotab.h".
6717         (dwarf_macinfo_buffer): New variable.
6718         (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
6719         dwarf_macinfo_size.
6720         (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
6721         (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
6722         dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
6723         dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
6724         dwarf2_macro_spaces_in_definition): New complaints.
6725         (dwarf2_has_info): Initialize dwarf_macinfo_offset.
6726         (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
6727         (dwarf2_build_psymtabs_hard): Record the buffer and its size in
6728         the partial symbol table.
6729         (psymtab_to_symtab_1): Set the macinfo buffer and size globals
6730         from what's recorded in the partial symbol table.
6731         (read_file_scope): If the compilation unit has a
6732         `DW_AT_macro_info' attribute, read its macro information.
6733         * Makefile.in (dwarf2read.o): Depend on macrotab.h.
6734
6735 2002-05-16  Daniel Jacobowitz  <drow@mvista.com>
6736
6737         Fix PR gdb/546
6738         * ser-tcp.c: Don't include <netinet/udp.h>.
6739
6740 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
6741
6742         * MAINTAINERS: Update my email address.
6743
6744 2002-05-16  Richard Earnshaw  <rearnsha@arm.com>
6745
6746         * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
6747         include file of the same name.
6748
6749 2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
6750
6751         * configure.tgt: Mark v850 as multi-arched.
6752         * config/v850/tm-v850.h: Remove file.
6753         * config/v850/v850.mt: Eliminate TM_FILE.
6754
6755 2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
6756
6757         * v850-tdep.c: Full multi-arch.
6758         * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
6759         Define GDB_MULTI_ARCH to 2.
6760
6761 2002-05-16  Pierre Muller  <muller@ics.u-strasbg.fr>
6762
6763         * p-exp.y (current_type): New static variable.
6764         Carries the type of the expression at the position that is parsed.
6765         (push_current_type, pop_current_type): Two new functions. Used
6766         to store/restore current_type in expression on specific tokens.
6767         (search_field): New static variable. Set to one after parsing a point
6768         as at that point only a FIELDNAME token should be searched.
6769         (FIELDNAME): New token. After a point only a token belonging to 
6770         current_type type definition is allowed.
6771         (all over token rules): reset and change current_type according
6772         to rules.
6773         (exp '[' rule): insert implicit array index field if
6774         exp is a pascal string type.
6775
6776 2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
6777
6778         * v850-tdep.c: Fix comment for v850_scan_prologue.  Remove extra
6779         frame info.  Use frame_info's saved_regs instead of matching member
6780         in extra_frame_info throughout.
6781         (v850_frame_init_saved_regs): New function.
6782         (v850_init_extra_frame_info): Move most functionality into
6783         v850_frame_init_saved_regs().
6784         * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
6785         (v850_frame_find_saved_regs): Remove declaration.
6786         (FRAME_FIND_SAVED_REGS): Remove definition.
6787         (v850_frame_init_saved_regs): Add declaration.
6788         (FRAME_INIT_SAVED_REGS): Add definition.
6789
6790 2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
6791
6792         * v850-tdep.c: Begin multi-arch'ing v850.
6793         (v850_target_architecture_hook): Remove function.
6794         (v850_gdbarch_init): New function.  Add code previously in
6795         v850_target_architecture_hook().
6796         (_initialize_v850_tdep): Don't  set target_architecture_hook.
6797         Call register_gdbarch_init() instead.
6798
6799 2002-05-16 Daniel Jacobowitz  <drow@mvista.com>
6800
6801         * gdbtypes.h (struct cplus_struct_type): Remove args field.
6802         * hpread.c (hpread_read_struct_type): Remove assignments to args.
6803         (fixup_class_method_type): Likewise.
6804
6805 2002-05-15  Jim Blandy  <jimb@redhat.com>
6806
6807         Add macro structures to GDB's symbol tables.  Nobody puts anything
6808         in them yet.
6809         * symtab.h (struct symtab): New member: `macro_table'.
6810         * buildsym.h (pending_macros): New global variable.
6811         * buildsym.c: #include "macrotab.h".
6812         (buildsym_init): Initialize `pending_macros'.
6813         (end_symtab): If we found macro information while reading a CU's
6814         debugging info, do build a symtab structure for it.  Make the
6815         symtab point to the macro information, and clear the
6816         `pending_macros' pointer which held it while we were reading the
6817         debug info.
6818         (really_free_pendings): Free any pending macro table.
6819         * objfiles.h (struct objfile): New member: `macro_cache'.
6820         * objfiles.c (allocate_objfile): Set allocate and free functions
6821         for the macro cache's objstack.
6822         (free_objfile): Empty the macro cache's obstack.
6823         * symfile.c (reread_symbols): Empty the macro cache's obstack, and
6824         set new allocate and free functions for it.
6825         * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
6826         free functions for the macro cache's objstack.  (Why is this
6827         function building its own objfile?)
6828         * symmisc.c (print_objfile_statistics): Print statistics on the
6829         macro bcache.
6830         * Makefile.in: Note that buildsym.o depends on macrotab.h.
6831
6832 2002-05-15  Richard Earnshaw  <rearnsha@arm.com>
6833
6834         * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
6835         (REGISTER_U_ADDR): Delete definition.
6836         (arm_register_u_addr): Delete declaration.
6837
6838 2002-05-15  Richard Earnshaw  <rearnsha@arm.com>
6839
6840         * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
6841         (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
6842
6843 2002-05-14  Andrew Cagney  <ac131313@redhat.com>
6844
6845         * regcache.c (register_valid): Revise comments refering to "Not
6846         available" and "unavailable".
6847         * frame.c (frame_register_read): Ditto.
6848         * findvar.c (value_of_register): Ditto.
6849
6850 2002-05-15  Andrew Cagney  <cagney@redhat.com>
6851
6852         * Makefile.in (remote_sim_h): Replace remote-sim_h.
6853         (remote-sim.o): Update dependencies.
6854         (d10v-tdep.o): Specify dependencies.
6855         (sim_d10v_h): Define.
6856
6857 2002-05-14  Jim Blandy  <jimb@redhat.com>
6858
6859         * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
6860         * macrotab.c (macro_lookup_inclusion, find_definition,
6861         new_macro_table): Same.
6862         
6863         * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
6864         not `! strcmp ()'.  This is a dubious improvement.
6865         * macrotab.c (macro_lookup_inclusion, find_definition): Same.
6866
6867         * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
6868         although it's not necessary, to avoid a warning.
6869
6870 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
6871
6872         * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
6873         (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
6874         TYPE_INSTANCE_FLAGS.
6875         (struct main_type): New.
6876         (struct type): Move most members to struct main_type.  Change
6877         cv_type and as_type to new type_chain member.  Add instance_flags.
6878         (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
6879         (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
6880         (finish_cv_type): Remove prototype.
6881         * gdbtypes.c (alloc_type): Update comment.  Allocate TYPE_MAIN_TYPE.
6882         Set TYPE_CHAIN.
6883         (alloc_type_instance): New function.
6884         (smash_type): New function.
6885         (make_pointer_type, make_reference_type, make_function_type)
6886         (smash_to_member_type, smash_to_method_type): Call smash_type.
6887         (make_qualified_type): New function.
6888         (make_type_with_address_space): Call make_qualified_type.
6889         (make_cv_type): Likewise.
6890         (finish_cv_type): Remove unnecessary function.
6891         (replace_type): Update comment.  Copy TYPE_MAIN_TYPE.
6892         (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
6893         remove TYPE_CV_TYPE and TYPE_AS_TYPE.
6894         * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
6895         * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
6896         * hpread.c (hpread_read_struct_type): Likewise.
6897         * stabsread.c (read_struct_type): Likewise.
6898
6899 2002-05-14  Elena Zannoni  <ezannoni@redhat.com>
6900
6901         * configure.tgt: Add a catch all sh* target, for cases like
6902         sh[2,3,4]-elf and sh-hms.
6903
6904 2002-05-14  Keith Seitz  <keiths@redhat.com>
6905
6906         * event-loop.c (create_file_handler): Don't do anything but
6907         update data when we are given a fd which we are already
6908         monitoring.
6909
6910 2002-05-14  Michal Ludvig  <mludvig@suse.cz>
6911
6912         * dwarf2cfi.c (context_cpy): Copy registers correctly.
6913         (update_context): Use __func__ in warnings.
6914         
6915 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
6916
6917         * ser-tcp.c: Include <netinet/udp.h>.  Rename tcp_open
6918         and tcp_close to net_open and net_close.
6919         (net_open): Accept "udp:" and "tcp:" specifications.  Connect
6920         using UDP if requested.  Don't try to disable Nagle on UDP
6921         sockets.
6922         * remote.c (remote_serial_open): New function.  Warn about UDP.
6923         (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
6924
6925 2002-05-13  Elena Zannoni  <ezannoni@redhat.com>
6926
6927         * MAINTAINERS: List sh-elf as buildable with ,-Werror.
6928
6929 2002-05-13  Elena Zannoni  <ezannoni@redhat.com>
6930
6931         * configure.tgt: Remove sh-hms target.
6932         * MAINTAINERS: Don't list sh-hms as a separate target.
6933
6934 2002-05-13  Jim Blandy  <jimb@redhat.com>
6935
6936         Add first preprocessor macro-expansion files.
6937         * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
6938         * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
6939         (splay_tree_h, macroexp_h, macrotab_h): New variable.
6940         (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
6941         (COMMON_OBS): Add macrotab.o, macroexp.o.
6942         (macroexp.o, macrotab.o): New rules.
6943
6944 2002-05-13  Andrew Cagney  <ac131313@redhat.com>
6945
6946         * config/m88k/tm-m88k.h: Update copyright.
6947         (m88k_target_write_pc): Declare
6948         (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
6949         (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
6950         (SHIFT_INST_REGS): Update definition.
6951         * m88k-tdep.c (m88k_target_write_pc): New function.  Implement
6952         using old definition of TARGET_WRITE_PC.
6953         * regcache.c (generic_target_write_pc): Delete code handling
6954         NNPC_REGNUM.
6955         * gdbarch.sh (NNPC_REGNUM): Delete.
6956         * gdbarch.h, gdbarch.c: Regenerate.
6957
6958 2002-05-13  Richard Earnshaw  <rearnsha@arm.com>
6959
6960         * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
6961         builtin reg number.
6962
6963 2002-05-13  Daniel Jacobowitz  <drow@mvista.com>
6964
6965         * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
6966         (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
6967         (gen_address_of, gen_struct_ref, gen_repeat): Use type
6968         access macros.
6969         * c-typeprint.c (cp_type_print_method_args): Likewise.
6970         (c_type_print_args): Likewise.
6971         * d10v-tdep.c (d10v_push_arguments): Likewise.
6972         (d10v_extract_return_value): Likewise.
6973         * expprint.c (print_subexp): Likewise.
6974         * gdbtypes.c (lookup_primitive_typename): Likewise.
6975         (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
6976         * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
6977         (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
6978         (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
6979         (TYPE_VECTOR): Likewise.
6980         * hpread.c (hpread_read_struct_type)
6981         (fix_static_member_physnames, fixup_class_method_type)
6982         (hpread_type_lookup): Likewise.
6983         * mdebugread.c (parse_symbol, parse_type): Likewise.
6984         * p-lang.c (is_pascal_string_type): Likewise.
6985         * valops.c (hand_function_call): Likewise.
6986         * x86-64-tdep.c (classify_argument): Likewise.
6987
6988         * hpread.c (hpread_read_function_type)
6989         (hpread_read_doc_function_type): Call replace_type.
6990         * dstread.c (create_new_type): Delete.
6991         (decode_dst_structure, process_dst_function): Call alloc_type.
6992         Use type access macros.
6993
6994 2002-05-12  Mark Kettenis  <kettenis@gnu.org>
6995
6996         * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
6997         the're not supported by the current architecture.
6998         (i387_fill_fxsave): Likewise.
6999
7000 2002-05-12  Fred Fish  <fnf@redhat.com>
7001
7002         * symfile.c (default_symfile_offsets): Arrange for uninitialized
7003         sect_index_xxx members to index the first slot in section_offsets
7004         if all of the section_offsets are zero.
7005
7006 2002-05-12  Mark Kettenis  <kettenis@gnu.org>
7007
7008         * configure.tgt (sparc-*openbsd): Remove entry accidentially
7009         checked in with last change.
7010
7011 2002-05-12  Mark Kettenis  <kettenis@gnu.org>
7012
7013         * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
7014         Remove targets.  These are canonicalized to i386-*-sysv4.2uw by
7015         config.sub.
7016
7017 2002-05-12  Daniel Jacobowitz  <drow@mvista.com>
7018
7019         * Makefile.in: Update dependencies.
7020
7021 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
7022
7023         * language.c (local_hex_string_custom): Simplify.  Do not depend
7024         on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
7025
7026         * memattr.c (mem_info_command): Replace calls to
7027         longest_local_hex_string and longest_local_hex_string_custom.
7028         * buildsym.c (make_blockvector): Ditto.
7029         * solib.c (info_sharedlibrary_command): Ditto.
7030         * tracepoint.c (tracepoints_info): Ditto.
7031         * symtab.c (print_msymbol_info): Ditto.
7032
7033         * language.c (local_hex_string): Delete.
7034         (local_hex_string_custom): Delete.
7035         (longest_local_hex_string): Rename to local_hex_string.
7036         (longest_local_hex_string_custom): Rename to
7037         local_hex_string_custom.
7038         * language.h (local_hex_string): Change parameter type to LONGEST.
7039         (local_hex_string_custom): Ditto.
7040         (longest_local_hex_string): Delete declaration.
7041         (longest_local_hex_string_custom): Ditto.
7042
7043         * solib.c: Update copyright.
7044         * memattr.c: Update copyright.
7045         
7046 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
7047
7048         * arch-utils.h (legacy_register_to_value): Declare.
7049         (legacy_value_to_register): Declare.
7050         (legacy_convert_register_p): Declare.
7051         * arch-utils.c (legacy_register_to_value): New function.
7052         (legacy_value_to_register): New function.
7053         (legacy_convert_register_p): New function.
7054
7055         * gdbarch.sh (REGISTER_TO_VALUE): Define.
7056         (VALUE_TO_REGISTER): Define.
7057         (CONVERT_REGISTER_P): Define.
7058         * gdbarch.h, gdbarch.c: Regenerate.
7059
7060         * valops.c (value_assign): Use CONVERT_REGISTER_P and
7061         VALUE_TO_REGISTER.
7062         * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
7063         CONVERT_REGISTER_P.
7064
7065 2005-05-11  Daniel Jacobowitz  <drow@mvista.com>
7066             Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
7067
7068         * Makefile.in: Update dependencies for valops.c.
7069         * valops.c: Include "gdb_assert.h".
7070         (typecmp): Skip THIS parameter to methods.
7071         (find_method_list): Remove static_memfuncp argument,
7072         update callers.  Check for stub methods.
7073         (find_value_oload_method_list): Don't set *static_memfuncp.
7074         (find_overload_match): Don't check for stub methods.  Assert
7075         that methods are not stubbed.  Handle static methods.
7076         (value_find_oload_method_list): Remove static_memfuncp argument.
7077         * gdbtypes.c (check_stub_method): Do not add THIS pointer
7078         to the argument list for static stub methods.
7079         * value.h (value_find_oload_method_list): Update prototype.
7080
7081 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
7082
7083         * arch-utils.h (generic_register_size): Declare.
7084         (generic_register_raw_size, generic_register_virtual_size): Delete
7085         declarations.
7086         * arch-utils.c (generic_register_raw_size): Delete.
7087         (generic_register_size): New function.
7088         (generic_register_virtual_size): Delete.
7089
7090         * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
7091         default generic_register_size.
7092         * gdbarch.h, gdbarch.c: Re-generate.
7093         
7094         * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
7095         register_virtual_size.
7096         * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
7097         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7098
7099 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
7100
7101         * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
7102         * gdbarch.h, gdbarch.c: Regenerate.
7103         * gnu-v3-abi.c: Update copyright.
7104         (vtable_address_point_offset): Update.
7105         (gnuv3_rtti_type): Update.
7106         (gnuv3_baseclass_offset): Update.
7107         * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
7108         (init_fetch_link_map_offsets): Update.
7109         * remote.c (get_remote_state): Update.
7110         
7111 2002-05-11  Daniel Jacobowitz  <drow@mvista.com>
7112
7113         * TODO: Remove value_headof/value_from_vtable_info comment.
7114         * printcmd.c (print_command_1): Don't call value_from_vtable_info.
7115         * values.c (value_headof, value_from_vtable_info): Delete.
7116         * value.h (value_from_vtable_info): Delete prototype.
7117
7118 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
7119
7120         * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
7121         gdb_string.h with $(gdb_string_h) and gdb_regex.h with
7122         $(gdb_regex_h).
7123         (gdb_assert_h): Define.
7124         (gdb_wait_h): Define.
7125         (gdb_regex_h): Define.
7126
7127 2002-05-11 Daniel Jacobowitz  <drow@mvista.com>
7128
7129         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
7130         * linespec.c (find_methods): Handle GCC 3.x template constructors.
7131
7132 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7133
7134         * nbsd-tdep.c: Fix comment.
7135
7136 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7137
7138         * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
7139         (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
7140         (nbsd-tdep.o): New dependency list.
7141         * alphanbsd-tdep.c: Don't include solib-svr4.h.  Include
7142         nbsd-tdep.h.
7143         (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
7144         (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
7145         * nbsd-tdep.c: New file.
7146         * nbsd-tdep.h: New file.
7147         * shnbsd-tdep.c: Don't include solib-svr4.h.  Include
7148         nbsd-tdep.h.
7149         (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
7150         (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7151         * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
7152         * config/sh/nbsd.mt (TDEPFILES): Ditto.
7153
7154 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7155
7156         * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
7157         * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
7158         * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
7159         * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
7160         * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
7161         * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
7162
7163 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7164
7165         * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
7166         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7167         * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
7168         * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
7169         * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
7170         * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
7171         * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
7172
7173 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7174
7175         * i386nbsd-nat.c: Delete file.  Move fetch_core_registers and
7176         fetch_elfcore_registers to...
7177         * i386nbsd-tdep.c: ...here.
7178         (i386nbsd_use_struct_convention): Rename to...
7179         (i386nbsd_aout_use_struct_convention): ...this.
7180         (i386nbsd_supply_reg): New function.
7181         (i386nbsd_fill_reg): New function.
7182         (fetch_core_registers): Use i386nbsd_supply_reg.
7183         (fetch_elfcore_registers): Likewise.
7184         (_initialize_i386nbsd_tdep): New function.
7185         * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
7186         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7187         * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
7188         * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
7189         (i386nbsd_aout_use_struct_convention): ...this.
7190
7191 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7192
7193         * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
7194         (store_inferior_registers): Use shnbsd_fill_reg.
7195         * shnbsd-tdep.c (sh_nbsd_supply_registers, 
7196         sh_nbsd_supply_register): Collapse into...
7197         (shnbsd_supply_reg): ...this.
7198         (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
7199         (shnbsd_fill_reg): ...this.
7200         (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
7201         (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
7202         (fetch_core_registers): Use shnbsd_supply_reg.
7203         (fetch_elfcore_registers): Use shnbsd_supply_reg.
7204         (sh_nbsd_core_fns): Rename to...
7205         (shnbsd_core_fns): ...this.
7206         (sh_nbsd_elfcore_fns): Rename to...
7207         (shnbsd_elfcore_fns): ...this.
7208         (sh_nbsd_init_abi): Rename to...
7209         (shnbsd_init_abi): ...this.
7210         (_initialize_sh_nbsd_tdep): Rename to...
7211         (_initialize_shnbsd_tdep): ...this.
7212         * shnbsd-tdep.h (sh_nbsd_supply_registers,
7213         sh_nbsd_supply_register, sh_nbsd_fill_registers,
7214         sh_nbsd_fill_register): Remove prototypes.
7215         (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
7216
7217 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7218
7219         * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
7220         (i387-nat.o): Delete dependency list.
7221         (go32-nat.o): Change i387-nat.h to i387-tdep.h.
7222         (x86-64-linux-nat.o): Likewise.
7223         * i387-nat.c: Delete file, moving contents to...
7224         * i387-tdep.c: ...here.
7225         * i387-nat.h: Rename...
7226         * i387-tdep.h: ...to this.
7227         * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
7228         * i386-linux-nat.c: Likewise.
7229         * i386bsd-nat.c: Likewise.
7230         * i386gnu-nat.c: Likewise.
7231         * i386nbsd-nat.c: Likewise.
7232         * i386v4-nat.c: Likewise.
7233         * x86-64-linux-nat.c: Likewise.
7234         * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
7235         * config/i386/go32.mh (NATDEPFILES): Likewise.
7236         * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
7237         * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
7238         * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
7239         * config/i386/linux.mh (NATDEPFILES): Likewise.
7240         * config/i386/nbsd.mh (NATDEPFILES): Likewise.
7241         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7242         * config/i386/obsd.mh (NATDEPFILES): Likewise.
7243         * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
7244
7245 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7246
7247         * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
7248         (alphanbsd-nat.o): Remove dependency list.
7249         (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
7250         * alphanbsd-nat.c: Delete.  Contents moved to...
7251         * alphanbsd-tdep.c: ...here.
7252         (_initialize_alphanbsd_tdep): Register core functions.
7253         * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
7254
7255 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
7256
7257         * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
7258         (alphabsd-nat.o): Depend on alphabsd-tdep.h.
7259         (alphanbsd-nat.o): Likewise.
7260         (alphabsd-tdep.o): New dependency list.
7261         * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
7262         (fill_gregset): Use alphabsd_fill_reg.
7263         (supply_fpregset): Use alphabsd_supply_fpreg.
7264         (fill_fpregset): Use alphabsd_fill_fpreg.
7265         (fetch_inferior_registers): Use struct reg and struct fpreg
7266         rather than gregset_t and fpregset_t.  Use alphabsd_supply_reg
7267         and alphabsd_supply_fpreg.
7268         (store_inferior_registers): Use struct reg and struct fpreg
7269         rather than gregset_t and fpregset_t.  Use alphabsd_fill_reg
7270         and alphabsd_fill_fpreg.
7271         * alphabsd-tdep.c: New file.
7272         * alphabsd-tdep.h: New file.
7273         * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
7274         (fetch_elfcore_registers): Use alphabsd_supply_reg and
7275         alphabsd_supply_fpreg.
7276         * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
7277         * config/alpha/nbsd.mt (TDEPFILES): Likewise.
7278
7279 2002-05-11  Eric Christopher  <echristo@redhat.com>
7280
7281         * mips-tdep.c (mips_double_register_type): Fix thinko.
7282         (mips_single_register_type): Ditto.
7283         * MAINTAINERS: Add self.
7284
7285 2002-05-11  Mark Kettenis  <kettenis@gnu.org>
7286
7287         * i387-nat.c (i387_supply_register, i387_fill_fsave,
7288         i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
7289         right thing on architectures with different endianness and/or
7290         integer sizes.
7291
7292 2002-05-10  Jason Thorpe  <thorpej@wasabisystems.com>
7293
7294         From Christian Limpach <chris@Pin.LU>
7295         * configure.in: Change sed expression which comments out
7296         NATDEPFILES to also comment out continuation lines.
7297         * configure: Regenerate.
7298
7299 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
7300
7301         * sh-tdep.c: Clean up code erroneously reintroduced by previous
7302         big patch.
7303
7304 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
7305
7306         * sh-tdep.c: Include correct file.
7307
7308 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
7309
7310         New support for sh64-elf (sh5) target.
7311
7312         * configure.tgt: For sh64-elf target, default to sh-elf.
7313
7314         * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
7315         (struct gdbarch_tdep): Add new fields for new registers and ABI
7316         info.
7317
7318         * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
7319         (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
7320         MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
7321         UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
7322         IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
7323         IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
7324         IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
7325         IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
7326         IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
7327         IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
7328         IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
7329         (sh_sh64_register_name, sh64_elf_make_msymbol_special,
7330         pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
7331         sh64_skip_prologue_hard_way, sh64_use_struct_convention,
7332         gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
7333         sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
7334         sh64_get_gdb_regnum, sh64_media_reg_base_num,
7335         sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
7336         sign_extend, sh64_nofp_frame_init_saved_regs,
7337         sh64_init_extra_frame_info, sh64_get_saved_register,
7338         sh64_extract_struct_value_address, sh64_pop_frame,
7339         sh64_push_arguments, sh64_extract_return_value,
7340         sh64_store_return_value, sh64_show_media_regs,
7341         sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
7342         sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
7343         sh_sh64_register_virtual_type,
7344         sh_sh64_register_convert_to_virtual,
7345         sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
7346         sh64_register_read, sh64_pseudo_register_write,
7347         sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
7348         do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
7349         sh64_do_pseudo_register, sh_compact_do_registers_info,
7350         sh64_do_registers_info, sh_gdbarch_init): New functions.
7351
7352 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
7353
7354         * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
7355
7356 2002-05-10 Daniel Jacobowitz  <drow@mvista.com>
7357
7358         * linespec.c (decode_line_1): Check for a double quote after
7359         a filename correctly.
7360
7361 2002-05-10  Jim Blandy  <jimb@redhat.com>
7362
7363         Properly track the size of the current objfile's .debug_line section.
7364         * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
7365         (DWARF_LINE_SIZE): New macro.
7366         (dwarf2_build_psymtabs_hard): Record the line section's size in
7367         the partial symbol table.
7368         (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
7369         symbol table.
7370
7371 2002-05-10  Petr Sorfa  <petrs@caldera.com>
7372
7373         * ia64-tdep.c: Handle breakpoints on L instruction type
7374         in MLX instruction bundle by moving the breakpoint to
7375         the third slot (X instruction type) as L holds only data.
7376
7377 2002-05-10  Kevin Buettner  <kevinb@redhat.com>
7378
7379         * dbxread.c (discarding_local_symbols_complaint): New complaint.
7380         (process_one_symbol): Complain about discarding local symbols
7381         due to a misplaced N_LBRAC entry.
7382
7383 2002-05-09  Elena Zannoni  <ezannoni@redhat.com>
7384
7385         From Daniel Berlin <dan@cgsoftware.com>
7386         * linespec.c (find_toplevel_char): '<' and '>' also increase and
7387         decrease the depth we are at, in the case of templates.
7388
7389 2002-05-09  Daniel Jacobowitz  <drow@mvista.com>
7390
7391         * mips-tdep.c (mips_float_register_type): New function.
7392         (mips_double_register_type): New function.
7393         (mips_print_register): Use them.
7394         (do_fp_register_row): Likewise.
7395
7396 2002-05-09  Daniel Jacobowitz  <drow@mvista.com>
7397
7398         * signals/signals.c (signals): Remove conditional compilation around
7399         Mach-specific signals.  Move them to after TARGET_SIGNAL_DEFAULT.
7400         (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
7401
7402 2002-05-09  Michael Snyder  <msnyder@redhat.com>
7403
7404         * remote-rdp.c (remote_rdp_can_run): Remove.
7405
7406 2002-05-09  Tom Tromey  <tromey@redhat.com>
7407
7408         * jv-valprint.c (java_val_print): Handle `char' as a special case
7409         of TYPE_CODE_INT.
7410
7411 2002-05-09  Michael Snyder  <msnyder@redhat.com>
7412
7413         * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
7414         strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
7415         strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
7416         str r(0123),[sp,#nn].
7417         (arm_skip_prologue): Ditto.  Also make disassembly
7418         order-independent by placing it in a loop.
7419
7420 2002-05-06  Michael Snyder  <msnyder@redhat.com>
7421
7422         * stabsread.c (read_type): Add recognition for new attribute:
7423         "@V;" means that an array type is actually a vector.
7424         This is analogous to the vector flag that's been added to dwarf2.
7425
7426 2002-05-09  Mark Kettenis  <kettenis@gnu.org>
7427
7428         * i386-tdep.h (i386_abi): New enum.
7429         (struct gdbarch_tdep): Replace os_ident member with abi.
7430         (i386_gdbarch_register_os_abi): New prototype.
7431         * i386-tdep.c (i386_abi_names): New array.
7432         (process_note_abi_tag_sections): Removed.
7433         (process_note_sections): New function.
7434         (i386_elf_abi_from_note, i386_elf_abi): New functions.
7435         (struct i386_abi_handler): New struct.
7436         (i386_abi_handler_list): New variable.
7437         (i386_gdbarch_register_os_abi): New function.
7438         (i386_gdbarch_init): Adapt for the changes given above.
7439
7440 2002-05-08  Daniel Jacobowitz  <drow@mvista.com>
7441
7442         * gregset.h: Say "GNU/Linux".
7443
7444 2002-05-08  Elena Zannoni  <ezannoni@redhat.com>
7445
7446         * gdbtypes.c : Add new builtin type for 64 bit vectors.
7447         (build_gdbtypes): Build builtin_type_v2_float.
7448         (_initialize_gdbtypes): Register new builtin type.
7449
7450 2002-05-08  Andrew Cagney  <ac131313@redhat.com>
7451
7452         * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
7453         (clear_gdbarch_swap): New function.
7454         (initialize_non_multiarch): Call.
7455         (gdbarch_update_p): Before calling init(), swap out and clear the
7456         existing architecture.
7457         * gdbarch.c: Regenerate.
7458
7459 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
7460
7461         * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
7462         alphanbsd-tdep.c.
7463
7464 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
7465
7466         * sh-nbsd-nat.c: Rename to...
7467         * shnbsd-nat.c: ...this.
7468         * sh-nbsd-tdep.c: Rename to...
7469         * shnbsd-tdep.c: ...this.
7470         * sh-nbsd-tdep.h: Rename to...
7471         * shnbsd-tdep.h: ...this.
7472         * config/sh/nbsd.mh: Use shnbsd-nat.o.
7473         * config/sh/nbsd.mt: Use shnbsd-tdep.o.
7474
7475 2002-05-08  Richard Earnshaw  <rearnsha@arm.com>
7476
7477         * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
7478         concatenation for command help messages.
7479
7480 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
7481
7482         * NEWS: Note new sh*-*-netbsdelf* configuration.
7483         * configure.host: Set gdb_host_cpu to sh for all sh*.
7484         (sh*-*-netbsdelf*): New host.
7485         * configure.tgt: Set gdb_target_cpu to sh for all sh*.
7486         (sh*-*-netbsdelf*): New target.
7487         * sh-nbsd-nat.c: New file.
7488         * sh-nbsd-tdep.c: New file.
7489         * sh-nbsd-tdep.h: New file.
7490         * config/sh/nbsd.mh: New file.
7491         * config/sh/nbsd.mt: New file.
7492         * config/sh/nm-nbsd.h: New file.
7493         * config/sh/tm-nbsd.h: New file.
7494
7495 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
7496
7497         * sh-tdep.c (sh_osabi_names): Declare.
7498         (process_note_abi_tag_sections): New function.
7499         (get_elfosabi): Ditto.
7500         (sh_gdbarch_register_os_abi): Ditto.
7501         (sh_dump_tdep): Ditto.
7502         _initialize_sh_tdep): Use gdbarch_register to register
7503         sh_gdbarch_init and sh_dump_tdep.
7504         * config/sh/tm-sh.h (sh_osabi): Declare.
7505         (gdbarch_tdep): Add sh_osabi and osabi_name members.
7506
7507 2002-05-07  Andrew Cagney  <ac131313@redhat.com>
7508
7509         * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
7510         (thumb_scan_prologue): Ditto.
7511         (arm_find_callers_reg): Ditto.
7512         (arm_frame_chain): Ditto.
7513         (arm_init_extra_frame_info): Ditto.
7514         (arm_frame_saved_pc): Ditto.
7515         (arm_pop_frame): Ditto.
7516         (arm_push_return_address): New function.
7517         (arm_gdbarch_init): Initialize use_generic_dummy_frames,
7518         call_dummy_location, call_dummy_breakpoint_offset_p,
7519         call_dummy_breakpoint_offset, call_dummy_p,
7520         call_dummy_stack_adjust_p, call_dummy_words,
7521         sizeof_call_dummy_words, call_dummy_start_offset,
7522         call_dummy_length, fix_call_dummy, pc_in_call_dummy,
7523         call_dummy_address, push_return_address and push_dummy_frame for
7524         generic dummy frames.
7525
7526 2002-05-07  Jason Thorpe  <thorpej@wasabisystems.com>
7527
7528         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
7529         size computation for alloca.
7530         (sh_fp_frame_init_saved_regs): Likewise.
7531
7532 2002-05-07  Richard Earnshaw  <rearnsha@arm.com>
7533
7534         * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
7535         (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
7536         * arm-tdep.c (arm_store_return_value): Use them.
7537         Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
7538         * remote-rdp.c (remote_rdp_fetch_register): Use
7539         ARM_MAX_REGISTER_RAW_SIZE.
7540         (remote_rdp_store_register): Likewise.
7541
7542 2002-05-07  Michal Ludvig  <mludvig@suse.cz>
7543
7544         * dwarf2cfi.c: Code cleanup, removed unused variables,
7545         added default labels to switch {} statements.
7546         * x86-64-tdep.c: Ditto.
7547         * x86-64-linux-nat.c: Ditto.
7548
7549 2002-05-07  Jason Thorpe  <thorpej@wasabisystems.com>
7550
7551         * solib.h: Protect against multiple inclusion.
7552
7553 2002-05-06  Jim Blandy  <jimb@redhat.com>
7554
7555         Add first preprocessor macro-expansion files.
7556         * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7557         * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7558         (splay_tree_h, macroexp_h, macrotab_h): New variable.
7559         (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7560         (COMMON_OBS): Add macrotab.o, macroexp.o.
7561         (macroexp.o, macrotab.o): New rules.
7562
7563         Separate the job of reading the line number info statement program
7564         header (...expialidocious) out into its own function.
7565         * dwarf2read.c (struct line_head, struct filenames, struct
7566         directories): Replace with...
7567         (struct line_header): New structure, containing the full
7568         contents of the statement program header, including the
7569         include directory and file name tables.
7570         (read_file_scope): If we have line number info, instead of just
7571         calling dwarf_decode_lines to do all the work, call
7572         dwarf_decode_line_header first to get a `struct line_header'
7573         containing the data in the statement program header, and then
7574         pass that to dwarf_decode_lines, which will pick up where that
7575         left off.  Be sure to clean up the `struct line_header' object.
7576         (dwarf_decode_line_header, free_line_header, add_include_dir,
7577         add_file_name): New functions.
7578         (dwarf_decode_lines): Move all the code to read the statement
7579         program header into dwarf_decode_line_header.  Take the line
7580         header it built as the first argument, instead of the offset to
7581         the compilation unit's line number info.  Use the new `struct
7582         line_header' type instead of the old structures.  No need to do
7583         cleanups here now, since we don't allocate anything.
7584         (dwarf2_statement_list_fits_in_line_number_section,
7585         dwarf2_line_header_too_long): New complaints.
7586
7587 2002-05-06  Elena Zannoni  <ezannoni@redhat.com>
7588
7589         * gdbtypes.c (init_vector_type): New function.
7590         (build_builtin_type_vec128): Simplify the representation of SIMD
7591         registers.
7592         (build_gdbtypes): Initialize new builtin vector types.
7593         (_initialize_gdbtypes): Register new vector types with gdbarch.
7594         (builtin_type_v4_float, builtin_type_v4_int32,
7595         builtin_type_v8_int16, builtin_type_v16_int8,
7596         builtin_type_v2_int32, builtin_type_v4_int16,
7597         builtin_type_v8_int8): New (renamed) SIMD types.
7598
7599 2002-05-06  Mark Kettenis  <kettenis@gnu.org>
7600
7601         * i387-nat.c (i387_fill_fsave): Use regcache_collect.
7602         (i387_fill_fxsave): Likewise.
7603
7604 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
7605
7606         * alpha-tdep.c (alpha_extract_return_value): Don't use
7607         non-constant array size in prototype.
7608
7609 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
7610
7611         From Brian Taylor <briant at model dot com>:
7612         * ui-out.c (ui_out_field_core_addr): Use the function
7613         longest_local_hex_string_custom'to format addresses > 32 bits
7614         wide.
7615
7616         * ui-out.c (ui_out_field_core_addr): Update comment.
7617
7618 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
7619
7620         * stack.c (select_and_print_frame): Make static.  Delete the
7621         parameter `level'.
7622         (func_command): Update call.
7623         (select_frame_command): Delete code computing the frame level.
7624         * frame.h (select_and_print_frame): Delete declaration.
7625
7626 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
7627
7628         * sparc-tdep.c (sparc_get_saved_register): Comment why
7629         get_prev_frame call is safe.
7630
7631 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
7632
7633         * frame.h (select_frame): Delete level parameter.
7634         * stack.c (select_frame): Update.  Use frame_relative_level to
7635         obtain the frame's level.
7636         (select_and_print_frame): Update call.
7637         (select_frame_command): Ditto.
7638         (up_silently_base): Ditto.
7639         (down_silently_base): Ditto.
7640         * ocd.c (ocd_start_remote): Ditto.
7641         * remote-rdp.c (remote_rdp_open): Ditto.
7642         * remote-mips.c (mips_initialize): Ditto.
7643         (common_open): Ditto.
7644         * remote-e7000.c (e7000_start_remote): Ditto.
7645         * m3-nat.c (select_thread): Ditto.
7646         * hppa-tdep.c (child_get_current_exception_event): Ditto.
7647         (child_get_current_exception_event): Ditto.
7648         * varobj.c (varobj_create): Ditto.
7649         (varobj_update): Ditto.
7650         (c_value_of_root): Ditto.
7651         * tracepoint.c (finish_tfind_command): Ditto.
7652         * corelow.c (core_open): Ditto.
7653         * arch-utils.c (generic_prepare_to_proceed): Ditto.
7654         * thread.c (info_threads_command): Ditto.
7655         (switch_to_thread): Ditto.
7656         * infrun.c (normal_stop): Ditto.
7657         (restore_selected_frame): Ditto.
7658         (restore_inferior_status): Ditto.
7659         * breakpoint.c (insert_breakpoints): Ditto.
7660         (watchpoint_check): Ditto.
7661         (bpstat_stop_status): Ditto.
7662         (do_enable_breakpoint): Ditto.
7663         * blockframe.c (flush_cached_frames): Ditto.
7664         (reinit_frame_cache): Ditto.
7665
7666 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
7667
7668         * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
7669         maintainer.
7670
7671 2002-05-04  Jim Blandy  <jimb@redhat.com>
7672
7673         * gdbtypes.c (replace_type): Doc fix.
7674
7675 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
7676
7677         * valprint.c (strcat_longest): Delete commented out function.
7678         Update copyright.
7679
7680 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
7681
7682         * MAINTAINERS: Mark a29k as deleted.
7683         * NEWS: Mention that a29k was removed.  Add OBSOLETE section.
7684         Move new configurations to the top.
7685         * configure.tgt: Remove a29k.
7686         * config/a29k/tm-vx29k.h: Delete.
7687         * config/a29k/vx29k.mt: Delete.
7688         * config/a29k/tm-a29k.h: Delete.
7689         * config/a29k/a29k-udi.mt: Delete.
7690         * config/a29k/a29k.mt: Delete.
7691         * a29k-tdep.c: Delete.
7692         * remote-udi.c: Delete.
7693         * remote-mm.c: Delete.
7694         * remote-eb.c: Delete.
7695         * remote-adapt.c: Delete.
7696         * Makefile.in: Remove obsolete code.
7697         * config/s390/s390x.mt: Ditto.
7698         * config/s390/s390.mt: Ditto.
7699         * config/sparc/sparclynx.mh: Ditto.
7700         * config/sparc/linux.mh: Ditto.
7701         * config/pa/hppaosf.mh: Ditto.
7702         * config/pa/hppabsd.mh: Ditto.
7703         * config/ns32k/nbsd.mt: Ditto.
7704         * config/mips/vr5000.mt: Ditto.
7705         * config/m68k/sun3os4.mh: Ditto.
7706         * config/m68k/nbsd.mt: Ditto.
7707         * config/m68k/m68klynx.mh: Ditto.
7708         * config/m32r/m32r.mt: Ditto.
7709         * config/i386/x86-64linux.mt: Ditto.
7710         * config/i386/nbsdelf.mt: Ditto.
7711         * config/i386/nbsd.mt: Ditto.
7712         * config/i386/i386lynx.mh: Ditto.
7713
7714 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
7715
7716         * target.c (debug_print_register): New function.  Handle oversize
7717         registers.
7718         (debug_to_fetch_registers): Call.
7719         (debug_to_store_registers): Call.
7720
7721 2002-05-03  Jim Blandy  <jimb@redhat.com>
7722
7723         * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
7724         (read_type): Doc fix.
7725         * gdbtypes.c (replace_type): Doc fix.
7726
7727         * stabsread.c (multiply_defined_struct): New complaint.
7728         (read_struct_type): If the type we were passed isn't empty, or
7729         incomplete, don't read the new struct type into it; complain,
7730         and return the original type unchanged.  Take a new `type_code'
7731         argument, which is the type code for the new type.
7732         (read_type): Rather than storing the type's type code here, pass
7733         it as an argument to read_struct_type, and let that take care of
7734         storing it.  That way, we don't overwrite the original type code,
7735         so read_struct_type can use it to decide whether we're overwriting
7736         something we shouldn't.
7737         (complain_about_struct_wipeout): New function.
7738
7739 2002-05-03  Andrew Cagney  <ac131313@redhat.com>
7740
7741         * gdbarch.sh: Assert that gdbarch is non-NULL.
7742         * gdbarch.c: Regenerate.
7743
7744 2002-05-03  Jason Merrill  <jason@redhat.com>
7745
7746         * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
7747         and return NULL.
7748
7749 2002-05-03  Michal Ludvig  <mludvig@suse.cz>
7750
7751         * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
7752         (x86_64_dwarf2gdb_regno_map_length),
7753         (x86_64_dwarf2_reg_to_regnum): Added.
7754         (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
7755         (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
7756         (_initialize_x86_64_tdep): Synced with the change above.
7757         (x86_64_skip_prologue): Reformulated message.
7758
7759 2002-05-03  Pierre Muller  <muller@ics.u-strasbg.fr>
7760
7761         * f-exp.y: Also use new prev_lexptr variable
7762         to improve error reporting. Based on Michael Snyder
7763         2002-04-24 dated patch to c-exp.y.
7764         * jv-exp.y: Likewise.
7765         * m2-exp.y: Likewise.
7766
7767 2002-05-02  Elena Zannoni  <ezannoni@redhat.com>
7768
7769         * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
7770         we are dealing with vectors.
7771
7772 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
7773
7774         * config/m68k/tm-nbsd.h: Obvious fix,
7775         correct machine name.
7776
7777 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
7778
7779         * p-typeprint.c (pascal_type_print_base): Add support
7780         for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
7781
7782 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
7783
7784         * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
7785         for fondamental pascal 'char' type.
7786
7787 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
7788
7789         * p-lang.h (is_pascal_string_type): Declaration changed,
7790         new sixth argument of type char ** added.
7791         * p-lang.c (is_pascal_string_type): Implementation
7792         changed. Args length_pos, length_size, string_pos, char_size
7793         can now be NULL. New argument arrayname set to the field
7794         name of the char array. Return value set to char array
7795         field index plus one.
7796         * p-valprint.c (pascal_val_print): Adapt to new declaration of
7797         is_pascal_string_type function.
7798
7799 2002-05-02  Andrew Cagney  <cagney@redhat.com>
7800
7801         * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
7802         <cagney@redhat.com> change.
7803         * gdbarch.c: Regenerate.
7804
7805 2002-05-02  Andrew Cagney  <cagney@redhat.com>
7806
7807         * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
7808         before probing for a new one.  Detect errorenous gdbarch_init
7809         functions.
7810         * gdbarch.c: Regenerate.
7811
7812 2002-05-01  Andrew Cagney  <cagney@redhat.com>
7813
7814         * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
7815         * config/mcore/tm-mcore.h: Ditto.  Update copyright.
7816         * config/v850/tm-v850.h: Ditto.  Update copyright.
7817
7818 2002-04-30  Andrew Cagney  <ac131313@redhat.com>
7819
7820         * cris-tdep.c (cris_gdbarch_init): Use arches instead of
7821         current_gdbarch.
7822
7823 2002-04-30  Michael Snyder  <msnyder@redhat.com>
7824
7825         * arm-tdep.c: Whitespace clean-ups.
7826         (arm_skip_prologue): Fix thinko; two lines
7827         should have been removed as part of 4/24 change.
7828
7829 2002-04-30  Kevin Buettner  <kevinb@redhat.com>
7830
7831         * rs6000-tdep.c: Added comment describing how fpscr register
7832         numbers were chosen.
7833
7834 2002-04-30  Michael Snyder  <msnyder@redhat.com>
7835
7836         * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
7837
7838 2002-04-29  Elena Zannoni  <ezannoni@redhat.com>
7839
7840         * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
7841         (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
7842         (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
7843
7844 2002-04-29  Kevin Buettner  <kevinb@redhat.com>
7845
7846         From Louis Hamilton <hamilton@redhat.com>:
7847         * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
7848         * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
7849         * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
7850         not bfd-private xcoff data, to determine wordsize.
7851         * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
7852
7853 2002-04-29  Andrew Cagney  <ac131313@redhat.com>
7854
7855         GDB 5.2 released from 5.2 branch.
7856
7857 2002-04-29  Michal Ludvig  <mludvig@suse.cz>
7858
7859         * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
7860         * x86-64-tdep.c (i386_gdbarch_init): Ditto.
7861         (x86_64_register_info_table): Added comments with register numbers.
7862
7863 2002-04-29  Elena Zannoni  <ezannoni@redhat.com>
7864
7865         * rs6000-tdep.c (rs6000_extract_return_value,
7866         rs6000_store_return_value): Handle returning vectors.
7867         (rs6000_gdbarch_init): Use
7868         ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
7869         * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
7870         New function.
7871         (ppc_sysv_abi_use_struct_convention): Deal with functions returning
7872         vectors.
7873         (ppc_sysv_abi_push_arguments): Handle vector parameters.
7874         * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
7875
7876 2002-04-24  Pierre Muller  <ics.u-strasbg.fr>
7877
7878         * hpread.c (hpread_psymtab_to_symtab_1,
7879         hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
7880         with fprintf_unfiltered (gdb_stderr,...).
7881
7882 2002-04-24  Pierre Muller  <ics.u-strasbg.fr>
7883
7884         * remote-array.c (printf_monitor, write_monitor,
7885         array_insert_breakpoint, array_remove_breakpoint ):
7886         Replace fprintf (stderr,...
7887         with fprintf_unfiltered (gdb_stderr,....
7888         * remote-es.c: Likewise.
7889         * remote-os9k.c: Likewise.
7890         * remote-st.c: Likewise.
7891
7892 2002-04-28  Andreas Schwab  <schwab@suse.de>
7893
7894         * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
7895         linux-proc.o and gcore.o.
7896
7897 2002-04-26  Michal Ludvig  <mludvig@suse.cz>
7898
7899         * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
7900         code without frame pointers.
7901
7902 2002-04-26  Andrew Cagney  <ac131313@redhat.com>
7903
7904         * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
7905         ON_STACK is needed.
7906
7907 2002-04-26  Ben Elliston  <bje@redhat.com>
7908
7909         * target.c (do_xfer_memory): Correct reference to the new option
7910         "trust-readonly-sections".
7911
7912 2002-04-26  Elena Zannoni  <ezannoni@redhat.com>
7913
7914         * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
7915         * gdbtypes.c (recursive_dump_type): Output the vector flag.
7916         * dwarf2read.c (dwarf_attr_name): Handle new attribute for
7917         vectors.
7918         (read_array_type): Record the fact that this array type is really a
7919         vector (i.e. are passed in by value).
7920
7921 2002-04-26  Jason Thorpe  <thorpej@wasabisystems.com>
7922
7923         * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
7924         * alpha-tdep.c (alpha_sigcontext_addr): New function.
7925         (alpha_find_saved_regs): Use alpha_sigcontext_addr.
7926         (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
7927         * alpha-linux-tdep.c: Include frame.h.
7928         (alpha_linux_sigcontext_addr): New function.
7929         (alpha_linux_init_abi): Set tdep->sigcontext_addr to
7930         alpha_linux_sigcontext_addr.
7931         * alpha-osf1-tdep.c: Include gdbcore.h.
7932         (alpha_osf1_sigcontext_addr): New function.
7933         (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
7934         alpha_osf1_sigcontext_addr.
7935         * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
7936         * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
7937
7938 2002-04-26  Andrew Cagney  <ac131313@redhat.com>
7939
7940         * stack.c (selected_frame_level):
7941         (select_frame): Do not set selected_frame_level.
7942         * frame.h (selected_frame_level): Delete declaration.
7943
7944 2002-04-26  Andrew Cagney  <ac131313@redhat.com>
7945
7946         * rs6000-tdep.c (rs6000_gdbarch_init): Only set
7947         convert_from_func_ptr-addr when AIX / PowerOpen.
7948
7949 2002-04-25  Andrew Cagney  <ac131313@redhat.com>
7950
7951         * valops.c (hand_function_call): Call
7952         generic_save_call_dummy_addr.
7953         * frame.h (generic_save_call_dummy_addr): Declare.
7954         * blockframe.c (struct dummy_frame): Add fields call_lo and
7955         call_hi.
7956         (generic_find_dummy_frame): Check for PC in range call_lo to
7957         call_hi instead of entry_point_address.
7958         (generic_pc_in_call_dummy): Search the dummy frames for a PC in
7959         the call_lo to call_hi range.  Allow for DECR_PC_AFTER_BREAK.
7960         (generic_save_call_dummy_addr): New function.
7961
7962 2002-04-24  David S. Miller  <davem@redhat.com>
7963
7964         * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
7965         sparc_skip_prologue.
7966         (sparc_skip_prologue): Kill frameless_p arg, and use line number
7967         information to find prologue when possible.
7968         (sparc_prologue_frameless_p): Call examine_prologue directly.
7969         (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
7970         * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
7971         second argument.
7972         (SKIP_PROLOGUE): Likewise.
7973
7974 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
7975
7976         * alpha-tdep.c (alpha_skip_prologue_internal): Remove
7977         GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
7978         indicate that the condition it was testing is always true.
7979         * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
7980         * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7981         * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7982
7983 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
7984
7985         * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
7986         * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
7987         tdep->jb_pc and tdep->jb_elt_size.
7988         * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
7989         * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
7990         * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
7991         * alpha-nat.c (get_longjmp_target): Remove.
7992         (JB_ELEMENT_SIZE): Ditto.
7993         (JB_PC): Ditto.
7994         * alpha-tdep.c (alpha_get_longjmp_target): New function.
7995         (alpha_gdbarch_init): Default tdep->jb_pc to -1.  If the
7996         OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
7997         to alpha_get_longjmp_target.
7998         (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
7999         * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
8000         * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
8001
8002 2002-04-25  Andrew Cagney  <ac131313@redhat.com>
8003
8004         * README: Update to GDB 5.2.
8005
8006 2002-04-25  Andrew Cagney  <ac131313@redhat.com>
8007
8008         * gdbarch.sh (LC_ALL): Set to `c'.
8009
8010 2002-04-25  Theodore A. Roth  <troth@verinet.com>
8011
8012         * avr-tdep.c: Ran through gdb_indent.sh.
8013
8014 2002-04-25  Theodore A. Roth  <troth@verinet.com>
8015
8016         * MAINTAINERS: Add myself as AVR maintainer.
8017         * NEWS: Note new target avr.
8018
8019 2002-04-25  Theodore A. Roth  <troth@verinet.com>
8020
8021         * Makefile.in: Add support for AVR target.
8022         * configure.tgt: Add support for AVR target.
8023         * avr-tdep.c: New file
8024         * config/avr/avr.mt: New file.
8025
8026 2002-04-25  Theodore A. Roth  <troth@verinet.com>
8027
8028         * MAINTAINERS: Add myself to write-after-approval.
8029
8030 2002-04-24  Pierre Muller  <ics.u-strasbg.fr>
8031
8032         * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
8033         with fprintf_unfiltered (gdb_stderr,....
8034
8035 2002-04-25  Pierre Muller  <muller@ics.u-strasbg.fr>
8036
8037         Fix PR gdb/508.
8038         * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
8039
8040 2002-04-25  Pierre Muller  <muller@ics.u-strasbg.fr>
8041
8042         * p-exp.y: Also use new prev_lexptr variable
8043         to improve error reporting. Based on Michael Snyder
8044         2002-04-24 dated patch to c-exp.y.
8045
8046 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
8047
8048         * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
8049         (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
8050         alpha_breakpoint_from_pc.  Set gdbarch_function_start_offset
8051         to 0.
8052         * config/alpha/tm-alpha.h: Remove forward decls of struct type
8053         and struct value.
8054         (FUNCTION_START_OFFSET): Remove.
8055         (BREAKPOINT): Ditto.
8056
8057 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
8058
8059         * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
8060         * NEWS: Ditto.
8061
8062 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
8063
8064         * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
8065         (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
8066         alpha_linux_pc_in_sigtramp.
8067         * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
8068         (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
8069         alpha_osf1_pc_in_sigtramp.
8070         * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
8071         * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
8072         (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8073         alphafbsd_pc_in_sigtramp.
8074         * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
8075         (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8076         alphanbsd_pc_in_sigtramp.
8077         * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
8078         * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
8079
8080 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
8081
8082         * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
8083
8084 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
8085
8086         * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
8087         alphanbsd-tdep.c.
8088         (alphanbsd-nat.o): New dependency list.
8089         (alphanbsd-tdep.o): Ditto.
8090         * NEWS: Note new native NetBSD/alpha configuration.
8091         * alphanbsd-nat.c: New file.
8092         * alphanbsd-tdep.c: Ditto.
8093         * configure.host (alpha*-*-netbsd*): New host.
8094         * configure.tgt (alpha*-*-netbsd*): New target.
8095         * config/alpha/nbsd.mh: New file.
8096         * config/alpha/nbsd.mt: Ditto.
8097         * config/alpha/nm-nbsd.h: Ditto.
8098         * config/alpha/tm-nbsd.h: Ditto.
8099
8100 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
8101
8102         * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
8103         (alpha-osf1-tdep.o): New dependency list.
8104         * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
8105         and skip_sigtramp_frame members.
8106         * alpha-linux-tdep.c: Include gdbcore.h.
8107         (alpha_linux_sigtramp_offset): Change return type to LONGEST.
8108         (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
8109         * alpha-osf1-tdep.c: New file.
8110         * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
8111         alpha-osf1-dep.c.
8112         (alpha_frame_past_sigtramp_frame): New function.
8113         (alpha_dynamic_sigtramp_offset): Ditto.
8114         (alpha_proc_desc_is_dyn_sigtramp): Ditto.
8115         (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
8116         (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
8117         (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
8118         (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
8119         (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
8120         (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
8121         (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
8122         (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
8123         (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
8124         and tdep->skip_sigtramp_frame.  Set gdbarch_skip_trampoline_code
8125         to find_solib_trampoline_target.
8126         * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
8127         * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
8128         (SKIP_TRAMPOLINE_CODE): Remove.
8129         (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8130         (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8131         (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8132         (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8133         * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
8134         (PROC_SIGTRAMP_MAGIC): Ditto.
8135         (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8136         (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8137         (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8138         (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8139         (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8140
8141 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
8142
8143         * NEWS: Note that Alpha targets are now multi-arch.
8144
8145 2002-04-24  Michael Snyder  <msnyder@redhat.com>
8146
8147         * parser-defs.h (prev_lexptr): New external variable.
8148         * parse.c (parse_exp_1): Set prev_lexptr to null before
8149         calling the language-specific parser.
8150         * c-exp.y (yylex): Set prev_lexptr to start of current token.
8151         (yyerror): Use prev_lexptr in error reporting.
8152
8153 2002-04-24  Daniel Jacobowitz  <drow@mvista.com>
8154
8155         * config/i386/tm-linux.h: Define FILL_FPXREGSET.
8156         * gregset.h: If FILL_FPXREGSET is defined, provide
8157         gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
8158         * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
8159         is defined, call fill_fpxregset.
8160
8161 2002-04-24  Roland McGrath  <roland@frob.com>
8162
8163         * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
8164         * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
8165         (supply_gregset, supply_fpregset): New functions.
8166
8167         * gnu-nat.c (gnu_find_memory_regions): New function.
8168         (init_gnu_ops): Set `to_find_memory_regions' hook to that.
8169         (gnu_xfer_memory): Add a cast.
8170
8171 2002-04-24  Michael Snyder  <msnyder@redhat.com>
8172
8173         * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
8174         loop.  Add handling for "str lr, [sp, #-4]!" and for saves
8175         of argument regs ("str r(0123), [r11, #-nn"]).
8176         (arm_skip_prologue): Better handling for frameless functions.
8177         Treat "mov ip, sp" as optional.  Recognize "str lr, [sp, #-4]".
8178         (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
8179
8180 Wed Apr 24 14:22:21 2002  Andrew Cagney  <cagney@redhat.com>
8181
8182         * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
8183         NUM_PSEUDO_REGS can be used.
8184
8185 2002-04-24  Andrew Cagney  <ac131313@redhat.com>
8186
8187         * arch-utils.h: Update copyright.
8188
8189         * gdbarch.sh (PC_IN_SIGTRAMP): Add.
8190         * gdbarch.h, gdbarch.c: Re-generate.
8191
8192         * inferior.h (IN_SIGTRAMP): Delete definition.
8193         * arch-utils.c (legacy_pc_in_sigtramp): New function.
8194         * arch-utils.h (legacy_pc_in_sigtramp): Declare.
8195
8196         * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
8197         (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
8198         * hppa-tdep.c (pc_in_interrupt_handler):  Use PC_IN_SIGTRAMP.
8199         (find_proc_framesize): Ditto.
8200         * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
8201         (alpha_init_extra_frame_info): Ditto.
8202         * infrun.c (handle_inferior_event): Ditto.
8203         (handle_inferior_event): Ditto.
8204         (check_sigtramp2): Ditto.
8205         * blockframe.c (create_new_frame): Ditto.
8206         (get_prev_frame): Ditto.
8207         * ppc-linux-tdep.c: Update comments.
8208         * i386-linux-tdep.c: Update comments.
8209         * breakpoint.c (bpstat_what): Update comment.
8210
8211 2002-04-24  David S. Miller  <davem@redhat.com>
8212
8213         * i960-tdep.c (register_in_window_p): New function.
8214         (i960_find_saved_register): Use it instead of
8215         REGISTER_IN_WINDOW_P.
8216         * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
8217
8218         * symtab.h (find_stab_function_addr): Kill extern.
8219         * minsyms.c (find_stab_function_addr): Remove from here...
8220         * dbxread.c: ... to here, and mark it static.
8221
8222 2002-04-20  David S. Miller  <davem@redhat.com>
8223
8224         * sparc-tdep.c (sparc_pop_frame): Only need to allocate
8225         SPARC_INTREG_SIZE * 16 bytes for reg_temp.
8226
8227 2002-04-21  David S. Miller  <davem@redhat.com>
8228
8229         * remote-vxsparc.c (vx_read_register): Fix typo, we want
8230         REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
8231         (vx_write_register): Likewise.
8232
8233 2002-04-23  J. Brobecker  <brobecker@gnat.com>
8234
8235         * source.c (is_regular_file): New function.
8236         (openp): Check wether file to open is a regular file
8237         to avoid opening directories.
8238
8239 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
8240
8241         * findvar.c (extract_signed_integer): Cast printf argument
8242         to suppress format warning.
8243         (extract_unsigned_integer): Likewise.
8244         * infcmd.c (registers_info): Likewise.
8245         * top.c (get_prompt_1): Likewise.
8246         * valops.c (value_assign): Likewise.
8247         * valprint.c (print_decimal): Likewise.
8248
8249 2002-04-22  H.J. Lu  (hjl@gnu.org)
8250
8251         * c-exp.y (typebase): Support
8252
8253         [long|long long|short] [signed|unsigned] [int|]
8254
8255         and
8256
8257         signed [long|long long|short] int
8258
8259 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
8260
8261         * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
8262         and vax-tdep.h.
8263         * vax-tdep.h: New file.
8264         * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
8265         Make several routines static.
8266         (vax_get_saved_register): New function.
8267         (vax_gdbarch_init): New function.
8268         (_initialize_vax_tdep): Register vax_gdbarch_init.
8269         * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
8270         Remove macros now under the control of gdbarch.
8271
8272 2002-04-22  Michael Snyder  <msnyder@redhat.com>
8273
8274         * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
8275         Some whitespace and coding standards tweaks.
8276
8277 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
8278
8279         * vax-tdep.c: Include regcache.h.
8280         (vax_call_dummy_words): New.
8281         (sizeof_vax_call_dummy_words): New.
8282         (vax_fix_call_dummy): New function.
8283         (vax_saved_pc_after_call): Ditto.
8284         * config/vax/tm-vax.h: Don't include regcache.h.
8285         (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
8286         (CALL_DUMMY): Remove.
8287         (CALL_DUMMY_WORDS): Define.
8288         (SIZEOF_CALL_DUMMY_WORDS): Define.
8289         (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
8290
8291 2002-04-18  Michael Snyder  <msnyder@redhat.com>
8292
8293         * arm-tdep.h: Change regnum defines to enums for ease of debugging.
8294
8295 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
8296
8297         * vax-tdep.c (vax_frame_chain): New function.
8298         (vax_push_dummy_frame): Ditto.
8299         (vax_pop_frame): Ditto.
8300         * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
8301         (FRAMELESS_FUNCTION_INVOCATION): Use
8302         generic_frameless_function_invocation_not.
8303         (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
8304         (POP_FRAME): Use vax_pop_frame.
8305
8306 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
8307
8308         * vax-tdep.c (vax_store_struct_return): New function.
8309         (vax_extract_return_value): Ditto.
8310         (vax_store_return_value): Ditto.
8311         (vax_extract_struct_value_address): Ditto.
8312         * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
8313         vax_store_struct_return.
8314         (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
8315         (STORE_RETURN_VALUE): Use vax_store_return_value.
8316         (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
8317
8318 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
8319
8320         * vax-tdep.c (vax_frame_saved_pc): New function.
8321         (vax_frame_args_address_correct): Ditto.
8322         (vax_frame_args_address): Ditto.
8323         (vax_frame_locals_address): Ditto.
8324         (vax_frame_num_args): Move code to be in proximity to
8325         other frame-related functions.
8326         * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
8327         (FRAME_SAVED_PC): Use vax_frame_saved_pc.
8328         (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
8329         (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
8330         (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
8331
8332 2002-04-22  H.J. Lu  (hjl@gnu.org)
8333
8334         * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
8335         includedir.
8336
8337 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
8338
8339         * vax-tdep.c (vax_frame_init_saved_regs): New function.
8340         * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
8341         (FRAME_INIT_SAVED_REGS): New macro.
8342
8343 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
8344
8345         * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
8346
8347 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
8348
8349         * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
8350         where needed.
8351         (fetch_osf_core_registers): Likewise.
8352         (supply_gregset): Likewise.
8353
8354 2002-04-22  J. Brobecker  <brobecker@gnat.com>
8355
8356         * symfile.h (get_section_index): Define.
8357         * symfile.c (get_section_index): New function.
8358         * mdebugread.c (SC_IS_SBSS): New macro.
8359         (SC_IS_BSS): Return true for the scBss storage class only, as
8360         the scSBss storage class refers to the .sbss section.
8361         (parse_partial_symbols): Discard the symbols which associated
8362         section does not exist.
8363         Make sure to use the .sbss section index for symbols which
8364         storage class is scBss, rather than using the .bss section index.
8365
8366 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
8367
8368         * vax-tdep.c: Update copyright years.
8369         (vax_register_name): New function.
8370         (vax_register_byte): Ditto.
8371         (vax_register_raw_size): Ditto.
8372         (vax_register_virtual_size): Ditto.
8373         (vax_register_virtual_type): Ditto.
8374         * config/vax/tm-vax.h: Update copyright years.
8375         (REGISTER_NAMES): Remove.
8376         (REGISTER_NAME): Define.
8377         (REGISTER_BYTE): Use vax_register_byte.
8378         (REGISTER_RAW_SIZE): Use vax_register_raw_size.
8379         (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
8380         (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
8381
8382 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
8383
8384         * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
8385         declaration
8386         * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
8387
8388 2002-04-21  David S. Miller  <davem@redhat.com>
8389
8390         * arch-utils.c (generic_prologue_frameless_p): Kill
8391         SKIP_PROLOGUE_FRAMELESS_P code.
8392         * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8393         references.
8394         (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
8395         * arc-tdep.c (arc_prologue_frameless_p): Implement.
8396         * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8397         references.
8398         (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
8399         * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
8400         (sparc_gdbarch_init): Pass it to
8401         set_gdbarch_prologue_frameless_p.
8402
8403 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
8404
8405         * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
8406         (alphabsd-nat.o): New dependency list.
8407
8408 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
8409
8410         * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
8411         alphafbsd-tdep.c.
8412         (alpha-linux-tdep.o): New dependency list.
8413         (alphafbsd-tdep.o): Likewise.
8414
8415 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
8416
8417         * alpha-linux-tdep.c: New file.  Move alpha_linux_sigtramp_offset
8418         to here...
8419         * alpha-tdep.c: ...from here.
8420         * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
8421
8422 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
8423
8424         * config/alpha/tm-alpha.h: Move alpha_software_single_step
8425         prototype from here...
8426         * alpha-tdep.h: ...to here.
8427
8428 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
8429
8430         * frame.h (selected_frame_level): Document as deprecated.
8431         (frame_relative_level): Declare.
8432         * stack.c (frame_relative_level): New function.
8433         (selected_frame_level): Document as deprecated.
8434         (select_frame): Do not set the selected_frame_level.
8435
8436         * stack.c (frame_info, record_selected_frame): Update.
8437         (frame_command, current_frame_command): Update.
8438         (up_silently_base, up_command, down_silently_base): Update.
8439         (down_command): Update.
8440         * inflow.c (kill_command): Update.
8441         * tracepoint.c (finish_tfind_command): Update.
8442         * corelow.c (core_open): Update.
8443         * thread.c (info_threads_command): Update.
8444         (do_captured_thread_select): Update.
8445         * infcmd.c (finish_command): Update.
8446         * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
8447
8448 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
8449
8450         * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
8451
8452 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
8453
8454         * arm-tdep.c (arm_breakpoint_from_pc): Make static.  Make return
8455         type const.
8456
8457 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
8458
8459         * alphafbsd-tdep.c: Update copyright years.  Include
8460         alpha-tdep.h.
8461         (alphafbsd_use_struct_convention): Make static.
8462         (alphafbsd_init_abi): New function.
8463         (_initialize_alphafbsd_tdep): New function.
8464         * config/alpha/tm-fbsd.h: Update copyright years.
8465         (USE_STRUCT_CONVENTION): Remove.
8466
8467 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
8468
8469         * alpha-tdep.c (alpha_abi_handler): New structure to describe
8470         an Alpha ABI variant.
8471         (alpha_abi_handler_list): Declare.
8472         (alpha_gdbarch_register_os_abi): New function.
8473         (alpha_gdbarch_init): Give registered ABI variant handlers a
8474         chance to tweak the gdbarch once we have set up defaults.
8475         * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
8476
8477 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
8478
8479         * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
8480         to standard_coerce_float_to_double.
8481         * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
8482
8483 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
8484
8485         * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
8486         * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
8487         from gdbarch_tdep rather than a constant.
8488         (alpha_gdbarch_init): Initialize tdep->vm_min_address to
8489         the default text address for all Alpha Unix ABIs.
8490         (alpha_dump_tdep): Report the value of tdep->vm_min_address.
8491         * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
8492
8493 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
8494
8495         * alpha-tdep.h: New file.  Includes several Alpha target constants
8496         taken from...
8497         * config/alpha/tm-alpha.h: ...here.  Remove macros that we now
8498         let gdbarch deal with.
8499         (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
8500         * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
8501         to dependency list.
8502         * alpha-nat.c: Include alpha-tdep.h.  Update for adjusted
8503         Alpha target register names.
8504         * alphabsd-nat.c: Likewise.
8505         * alpha-tdep.c: Include alpha-tdep.h.  Update for adjusted
8506         Alpha target register names.  Make serveral routines static.
8507         (alpha_get_saved_register): New function.
8508         (alpha_abi_names): New.
8509         (process_note_abi_tag_sections): New function.
8510         (get_elfosabi): New function.
8511         (alpha_gdbarch_init): New function.
8512         (alpha_dump_tdep): New function.
8513         (_initialize_alpha_tdep): Register alpha_gdbarch_init.
8514
8515 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
8516
8517         * frame.c (find_saved_register): Delete #ifdef
8518         HAVE_REGISTER_WINDOWS code.
8519         * config/sparc/tm-sparc.h: Update comments.
8520         * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
8521
8522 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
8523
8524         * i960-tdep.c (i960_find_saved_register): New function.
8525         (i960_get_saved_register): New function.
8526         * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
8527         (i960_get_saved_register): Declare.
8528         * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
8529
8530 2002-04-20  David S. Miller  <davem@redhat.com>
8531
8532         * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
8533
8534 2002-04-20  Andrew Cagney  <ac131313@redhat.com>
8535
8536         * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
8537         instead of NUM_PSEUDO_REGS.
8538
8539 2002-04-20  David S. Miller  <davem@redhat.com>
8540
8541         * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
8542         GDB_MULTI_ARCH_PARTIAL
8543         * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
8544         define, let tm-sp64.h do it.
8545
8546 2002-04-20  Jason Thorpe  <thorpej@wasabisystems.com>
8547
8548         * frame.c (find_saved_register): Avoid a NULL pointer
8549         dereference and actually walk the frame list.
8550
8551 2002-04-20  Andrew Cagney  <ac131313@redhat.com>
8552
8553         * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
8554         sorted in most most-recent-used order.  Document.
8555         * gdbarch.h, gdbarch.c: Regenerate.
8556
8557 2002-04-19  Andrew Cagney  <ac131313@redhat.com>
8558
8559         * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
8560         instead of ->prev.
8561         * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
8562         * s390-tdep.c (s390_frame_chain): Do not use ->prev.
8563         * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
8564         instead of ->prev.
8565
8566 2002-04-19  Elena Zannoni  <ezannoni@redhat.com>
8567
8568         Fix PR gdb/471.
8569         * gdbtypes.c (init_simd_type): Rewrite using new functions.
8570         (build_builtin_type_vec128): Ditto.
8571         (append_composite_type_field): Fix calculation of type length in
8572         union case.
8573
8574 2002-04-19  Eli Zaretskii  <eliz@is.elta.co.il>
8575
8576         * config/djgpp/README: Update.
8577
8578         * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
8579         compiler warnings.
8580
8581 2002-04-19  Jason Thorpe  <thorpej@wasabisystems.com>
8582
8583         * alpha-tdep.c (setup_arbitrary_frame): Rename...
8584         (alpha_setup_arbitrary_frame): ...to this.
8585         * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
8586         for alpha_setup_arbitrary_frame.
8587
8588 2002-04-18  Andrew Cagney  <cagney@redhat.com>
8589
8590         * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
8591         * gdbarch.h, gdbarch.c: Regenerate.
8592
8593         * defs.h (breakpoint_from_pc_fn): Delete type definition.
8594         * target.h (memory_breakpoint_from_pc): Update declaration.
8595         * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
8596
8597         * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
8598         * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
8599         * mem-break.c (memory_breakpoint_from_pc): Ditto.
8600         * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
8601         * s390-tdep.c (s390_breakpoint_from_pc): Ditto
8602         * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
8603         * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
8604         * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
8605         * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
8606         * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
8607         * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
8608         * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
8609
8610         * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
8611         const pointer.
8612         * monitor.c (monitor_insert_breakpoint): Ditto.
8613         * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
8614
8615         * config/mcore/tm-mcore.h: Update copyright.
8616         * mem-break.c: Ditto.
8617         * xstormy16-tdep.c: Ditto.
8618
8619 2002-04-18  Pierre Muller  <muller@ics.u-strasbg.fr>
8620
8621         * p-exp.y: Add precedence rule for '^' token.
8622         This removes the shift/reduce conflicts.
8623         Remove the comment concerning these shift/reduce conflicts.
8624
8625 2002-04-18  Elena Zannoni  <ezannoni@redhat.com>
8626
8627         * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
8628         (registers_powerpc_nofp): New register set for processors
8629         without floating point unit.
8630
8631 2002-04-18  David S. Miller  <davem@redhat.com>
8632
8633         * MAINTAINERS: Add myself to write-after-approval.
8634
8635 2002-04-17  Michael Snyder  <msnyder@redhat.com>
8636
8637         * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
8638
8639 2002-04-17  Andrew Cagney  <ac131313@redhat.com>
8640
8641         * rs6000-tdep.c (frame_initial_stack_address): Use
8642         frame_register_read to read the alloca_reg.
8643
8644 2002-04-17  Andrew Cagney  <ac131313@redhat.com>
8645
8646         * frame.c (find_saved_register): Find saved registers in the next
8647         not prev frame.
8648         Fix PR gdb/365.
8649
8650 2002-04-17  Andrew Cagney  <ac131313@redhat.com>
8651
8652         * gdbarch.sh (LANG): Set to ``c''.
8653
8654 2002-04-15  Andrew Cagney  <ac131313@redhat.com>
8655
8656         * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
8657
8658 2002-04-15  Andrew Cagney  <ac131313@redhat.com>
8659
8660         * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
8661         Update copyright.
8662
8663         * hpread.c (hpread_get_lntt): Add declaration.
8664         Also fix PR gdb/391.
8665
8666 2002-04-14  Andrew Cagney  <ac131313@redhat.com>
8667
8668         * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
8669         * aclocal.m4, configure: Re-generate.
8670         Fix PR gdb/391.
8671
8672 2002-04-14  Elena Zannoni  <ezannoni@redhat.com>
8673
8674         * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
8675         instead of tm_print_insn.
8676
8677 2002-04-14  Elena Zannoni  <ezannoni@redhat.com>
8678
8679         * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
8680
8681 2002-04-14  Andrew Cagney  <ac131313@redhat.com>
8682
8683         * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
8684         * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
8685         (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
8686
8687 2002-04-12  Don Howard  <dhoward@redhat.com>
8688
8689         * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
8690         max_user_call_depth.
8691         (init_cmd_lists): Initialize the new value;
8692         * cli/cli-script.c (execute_user_command): Limit the call depth of
8693         user defined commands.  This avoids a core-dump when user commands
8694         are infinitly recursive.
8695
8696 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
8697
8698         * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
8699         * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
8700         from tdep struct instead of DEFAULT_LR_SAVE.
8701         (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
8702         * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
8703         * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
8704
8705 2002-04-12  Michael Snyder  <msnyder@redhat.com>
8706
8707         * Remote.c: Spelling fix.
8708         * gcore.c (default_derive_heap_segment): Use bfd_section_name.
8709         If no symbol found for "sbrk", try "_sbrk".
8710         (make_output_phdrs): Use bfd_section_name.
8711         (gcore_copy_callback): Use bfd_section_name.
8712         * eval.c: Indentation fix-ups.
8713         * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
8714         in case it gets applied to an address that is already
8715         in the instruction space.
8716         * cli/cli-decode.c (help_list): Allow long lines to wrap.
8717         * symfile.c: Fix indentation, long lines.
8718         * source.c: White space fix-up.
8719
8720 2002-04-12  Andrew Cagney  <cagney@redhat.com>
8721
8722         * defs.h (read_relative_register_raw_bytes): Delete declaration.
8723         * frame.c (frame_register_read): New function.  Return non-zero on
8724         success.
8725         (read_relative_register_raw_bytes_for_frame): Delete.
8726         (read_relative_register_raw_bytes): Delete.
8727         * frame.h (frame_register_read): Declare.
8728         * d30v-tdep.c: Update Copyright.  Use frame_register_read.
8729         * sh-tdep.c: Ditto.
8730         * infcmd.c (do_registers_info): Ditto.
8731         * hppa-tdep.c: Ditto.
8732         * rs6000-tdep.c: Ditto.
8733         * h8500-tdep.c: Ditto.
8734         * mips-tdep.c: Ditto.
8735         * h8300-tdep.c: Ditto.
8736         * z8k-tdep.c: Ditto.
8737
8738 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
8739
8740         From Jimi X <jimix@watson.ibm.com>:
8741         * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
8742         64-bit SysV ABI.
8743
8744 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
8745
8746         From Jimi X <jimix@watson.ibm.com>:
8747         * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
8748         bfd info.
8749
8750 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
8751
8752         From Jimi X <jimix@watson.ibm.com>:
8753         * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
8754         register sets for these processor variants.
8755
8756 2002-04-11  Daniel Jacobowitz  <drow@mvista.com>
8757
8758         * regformats/reg-ppc.dat: Support FPSCR.
8759
8760 2002-04-11  Kevin Buettner  <kevinb@redhat.com>
8761
8762         * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
8763         * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
8764         Add fpscr as an invalid/unfetchable register.
8765         * ppc-linux-nat.c (ppc_register_u_addr, store_register)
8766         (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
8767         (fill_fpregset): Add support for register fpscr.
8768         (fetch_ppc_registers, store_ppc_registers, supply_gregset)
8769         (fill_gregset): Account for the fact that register ``mq'' might
8770         not exist.
8771         * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
8772         (registers_power): Add fpscr to register set at slot 71.
8773         (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
8774         exist on most PPC architectures.  Initialize ppc_fpscr_regnum.
8775
8776 2002-04-11  Michael Snyder  <msnyder@redhat.com>
8777
8778         * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
8779         * configure: Regenerate.
8780         * config.in: Regenerate.
8781         * acconfig.h: Add define for _SYSCALL32.
8782         * core-sol2.c: Remove #define _SYSCALL32.
8783         * solib-legacy.c: Remove #define _SYSCALL32.
8784
8785 2002-04-10  Andrew Cagney  <ac131313@redhat.com>
8786
8787         * stack.c (select_frame): Cleanup internal error message, do not
8788         use %p.
8789
8790 2002-04-10  Andrew Cagney  <ac131313@redhat.com>
8791
8792         * stack.c (select_frame): Check that selected_frame and the
8793         specified level are as expected.
8794         * blockframe.c (get_prev_frame): Set the `level' from next_frame.
8795         Update copyright.
8796         * frame.h (struct frame_info): Add field `level'.  Update
8797         copyright.
8798         Work-in-progress PR gdb/464.
8799
8800 2002-04-10  Andrew Cagney  <ac131313@redhat.com>
8801
8802         * maint.c (maint_print_section_info): Rename print_section_info.
8803         (print_bfd_section_info, print_objfile_section_info): Update.
8804         * inferior.h (struct gdbarch): Add opaque declaration.
8805         * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
8806         * gdbarch.h: Regenerate.
8807
8808 2002-04-10  Michal Ludvig  <mludvig@suse.cz>
8809
8810         * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
8811         (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
8812         (kernel_u_size): Added.
8813         * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
8814         (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
8815
8816 2002-04-04  Jim Ingham  <jingham@apple.com>
8817
8818        * valarith.c (find_size_for_pointer_math): New function, either returns
8819        the size for a pointer's target, returns 1 for void *, or errors for
8820        incomplete types.
8821        (value_add, value_sub): use find_size_for_pointer_math.
8822
8823 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
8824
8825         * linux-low.c (linux_look_up_symbols): New hook.
8826         (linux_target_ops): Add linux_look_up_symbols.
8827         * remote-utils.c (decode_address): New function.
8828         (look_up_one_symbol): New function.
8829         * server.c (handle_query): Call target look_up_symbols hook.
8830         * server.h (look_up_one_symbol): Add prototype.
8831         * target.h (struct target_ops): Add look_up_symbols hook.
8832
8833 2002-04-09  Andrew Cagney  <ac131313@redhat.com>
8834
8835         * frame.c (read_relative_register_raw_bytes_for_frame): Do not
8836         override FP_REGNUM with frame->fp.  Update copyright.
8837         * parse.c (num_std_regs, std_regs): Delete.
8838         (target_map_name_to_register): Do not search std_regs.  Update
8839         function description.
8840         * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
8841         declarations.  Update copyright.
8842         Fix PR gdb/251.
8843
8844 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
8845
8846         * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
8847         after the last symbol in a block.
8848
8849 2002-04-09  Pierre Muller  <muller@ics.u-strasbg.fr>
8850
8851         * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
8852         is non zero as a found symbol.
8853
8854 2002-04-08  Andrew Cagney  <ac131313@redhat.com>
8855
8856         * findvar.c: Include "builtin-regs.h".
8857         (value_of_register): Call value_of_builtin_reg when applicable.
8858         * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
8859         (target_map_name_to_register): Call
8860         builtin_reg_map_name_to_regnum.
8861         * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
8862         (COMMON_OBS): Add builtin-regs.o and std-regs.o.
8863         (builtin_regs_h): Define.
8864         (builtin-regs.o): New target.
8865         (findvar.o): Add $(builtin_regs_h).
8866         * builtin-regs.c, builtin-regs.h: New files.
8867         * std-regs.c: New file.
8868         Partial fix for PR gdb/251.
8869
8870 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
8871
8872         * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
8873         it's no longer required.
8874
8875 2002-04-08  Andrew Cagney  <ac131313@redhat.com>
8876
8877         * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
8878
8879 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
8880
8881         From Jimi X <jimix@watson.ibm.com>:
8882         * rs6000-tdep.c (rs6000_software_single_step): Use
8883         rs6000_breakpoint_from_pc() to fetch breakpoint instruction
8884         and size.  Use target_insert_breakpoint() and
8885         target_remove_breakpoint() to insert and remove breakpoints
8886         instead of explicit memory reads and writes.
8887
8888 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
8889
8890         * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
8891         * rs6000-tdep.c (rs6000_push_arguments): Eliminate
8892         ELF_OBJECT_FORMAT ifdef.
8893
8894 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
8895
8896         From Jimi X <jimix@watson.ibm.com>:
8897         * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
8898
8899 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
8900
8901         From Jimi X <jimix@watson.ibm.com>:
8902         * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
8903         definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
8904
8905 2002-04-07  Mark Kettenis  <kettenis@gnu.org>
8906
8907         * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
8908         s/asprintf/xasprintf/.
8909         (fbsd_make_corefile_notes): s/strdup/xstrdup/.
8910
8911 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
8912
8913         I believe Jeff Law denies responsability for this one:
8914         * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
8915         * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
8916         * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
8917         Work-around for PR gdb/366.
8918
8919 2002-04-07  Elena Zannoni  <ezannoni@redhat.com>
8920
8921         * remote-e7000.c (write_small, e7000_read_inferior_memory,
8922         e7000_read_inferior_memory_large, e7000_insert_breakpoint,
8923         e7000_remove_breakpoint): Use paddr_nz() to print addresses.
8924
8925 2002-04-07  Elena Zannoni  <ezannoni@redhat.com>
8926
8927         * sh-tdep.c (sh_fp_frame_init_saved_regs,
8928         sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
8929         information.
8930
8931 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
8932
8933         * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
8934         maintainer.
8935
8936 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
8937
8938         * README (Reporting Bugs in GDB): Document the bug web page as the
8939         prefered way of submitting bugs.
8940         Fix PR gdb/402.
8941
8942 2002-04-06  Andrew Cagney  <ac131313@redhat.com>
8943
8944         * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
8945         -1.  Update comment.
8946         * gdbarch.h, gdbarch.c: Re-generate.
8947
8948 2002-04-07  Andreas Schwab  <schwab@suse.de>
8949
8950         * m68klinux-nat.c (fill_fpregset): Properly pass address of
8951         buffer to regcache_collect.
8952
8953 2002-04-06  Andrew Cagney  <ac131313@redhat.com>
8954
8955         * gdbarch.sh (PS_REGNUM): Add.  Document.  Default to -1.
8956         * gdbarch.c, gdbarch.h: Re-generate.
8957
8958 2002-04-06  Andrew Cagney  <ac131313@redhat.com>
8959
8960         * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
8961         declaration.  Fix -Werror.
8962
8963 2002-04-05  Daniel Jacobowitz  <drow@mvista.com>
8964
8965         * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
8966         * gdbarch.c: Regenerate.
8967
8968 2002-04-05  Michael Snyder  <msnyder@redhat.com>
8969
8970         * breakpoint.c (clear_command): Rewrite middle section to
8971         combine two loops with identical control conditions.
8972         Add a cleanup to eliminate a memory leak.
8973         * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
8974
8975 2002-04-05  H.J. Lu  (hjl@gnu.org)
8976
8977         * solib-svr4.c (bkpt_names): Add "__start".
8978
8979 2002-04-04  Andrew Cagney  <ac131313@redhat.com>
8980
8981         * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
8982         as test for 64 bit target.
8983
8984 2002-04-05  Andrew Cagney  <ac131313@redhat.com>
8985
8986         * h8500-tdep.c (h8500_write_fp): Delete function.
8987         * dwarf2cfi.c (cfi_write_fp): Document as not used.
8988         * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
8989         * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
8990         * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
8991         * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
8992         * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
8993         (s390_write_fp):
8994         * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
8995         * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
8996         * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
8997         (d10v_write_fp): Delete function.
8998         * inferior.h (write_fp, generic_target_write_fp): Delete
8999         declarations.
9000         * regcache.c (generic_target_write_fp): Delete function.
9001         (write_fp): Delete function.
9002         * gdbarch.sh (TARGET_WRITE_FP): Delete.
9003         * gdbarch.h, gdbarch.c: Regenerate.
9004         * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
9005         * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
9006         (sparc64_write_fp): Delete declaration.
9007         * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
9008         (h8500_write_fp): Delete declaration.
9009
9010 2002-04-04  Andrew Cagney  <ac131313@redhat.com>
9011
9012         * sparc-tdep.c (sparc64_write_fp): Delete.
9013         (sparc_push_dummy_frame): Replace write_fp call with code to store
9014         the FP directly.
9015         (sparc_gdbarch_init): Do not initialize write_fp.
9016
9017 2002-04-05  Kevin Buettner  <kevinb@redhat.com>
9018
9019         * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
9020         clause.
9021
9022 2002-03-29  Jim Blandy  <jimb@redhat.com>
9023
9024         * stack.c (get_selected_block): Add new argument `addr_in_block',
9025         used to return the exact code address we used to select the block,
9026         not just the block.
9027         * blockframe.c (get_frame_block, get_current_block): Same.
9028         * frame.h (get_frame_block, get_current_block,
9029         get_selected_block): Update declarations.
9030         * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
9031         linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
9032
9033 2002-04-05  Michael Snyder  <msnyder@redhat.com>
9034
9035         * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
9036         warning message.
9037
9038 2002-04-05  J. Brobecker  <brobecker@gnat.com>
9039
9040         * utils.c (xfullpath): New function.
9041         * defs.h (xfullpath): Add declaration.
9042         * source.c (openp): Use xfullpath in place of gdb_realpath to
9043         avoid resolving the basename part of filenames when the
9044         associated file is a symbolic link. This fixes a potential
9045         inconsistency between the filenames known to GDB and the
9046         filenames it prints in the annotations.
9047         * symtab.c (lookup_symtab): Use the new xfullpath function, in order
9048         to be able to match a filename with either the real filename, or
9049         the name of any symbolic link to this file.
9050         (lookup_partial_symtab): Ditto.
9051
9052 2002-04-04  Michael Snyder  <msnyder@redhat.com>
9053
9054         * breakpoint.c: Add support for hardware breakpoints in overlays.
9055         (overlay_events_enabled): New state variable.
9056         (insert_breakpoints): Use overlay_events_enabled to decide
9057         whether to attempt to set a breakpoint at the overlay load addr.
9058         Handle bp_hardware_breakpoint as well as bp_breakpoint.
9059         (remove_breakpoint): Use overlay_events_enabled to decide
9060         whether breakpoints need to be removed from overlay load addr.
9061         Handle bp_hardware_breakpoint as well as bp_breakpoint.
9062         (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
9063         (create_overlay_event_breakpoint, enable_overlay_breakpoints,
9064         disable_overlay_breakpoints): Update overlay_events_enabled.
9065
9066 2002-04-04  Daniel Jacobowitz  <drow@mvista.com>
9067
9068         * dwarf2read.c (struct function_range): New.
9069         (cu_first_fn, cu_last_fn, cu_cached_fn): New.
9070         (check_cu_functions): New.
9071         (read_file_scope): Initialize global function lists.
9072         Call dwarf_decode_line after processing children.
9073         (read_func_scope): Add to global function list.
9074         (dwarf_decode_lines): Call check_cu_functions everywhere
9075         record_line is called.  Call record_line with a linenumber
9076         of 0 to mark sequence ends.
9077
9078 2002-04-04  Michal Ludvig  <mludvig@suse.cz>
9079
9080         * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
9081         change sync with glibc.
9082
9083 2002-04-03  Jim Blandy  <jimb@redhat.com>
9084
9085         * configure.in: Call AC_C_INLINE.
9086         * configure: Regenerated.
9087
9088 2002-04-01  Daniel Jacobowitz  <drow@mvista.com>
9089
9090         * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
9091         and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
9092
9093 2002-03-31  Mark Kettenis  <kettenis@gnu.org>
9094
9095         * NEWS: Mention gcore support on FreeBSD/i386.
9096
9097         * fbsd-proc.c: New file.
9098         * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
9099         * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
9100
9101         * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
9102         while statement.
9103
9104 2002-03-29  Jim Blandy  <jimb@redhat.com>
9105
9106         * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
9107         unescaped newlines in string literals, but newer ones don't.  So
9108         escape them.
9109
9110 2002-03-26  Michael Snyder  <msnyder@redhat.com>
9111             Andrew Cagney <cagney@redhat.com>
9112
9113         * cli/cli-dump.c: New file.  Dump memory to file,
9114         restore file to memory.
9115         * cli/cli-dump.h: New file.
9116         * Makefile.in: Add rules, dependencies for cli-dump.o.
9117         * NEWS: Mention new commands.
9118
9119 2002-03-28  Michael Snyder  <msnyder@redhat.com>
9120
9121         * symfile.c (symbol_file_add): Move test for null symbols to later.
9122
9123 2002-03-27  Andrew Cagney  <ac131313@redhat.com>
9124
9125         From veksler at il.ibm.com:
9126         * utils.c (gdb_realpath): If canonicalize_file_name fails, return
9127         the xstrduped original path.
9128         Fix PR gdb/417.
9129
9130 2002-03-27  Michael Snyder  <msnyder@redhat.com>
9131
9132         * breakpoint.c (_initialize_breakpoint): Clean up help string.
9133         * infcmd.c (_initialize_infcmd): Ditto.
9134         * language.c (_initialize_language): Ditto.
9135         * symfile.c (_initialize_symfile): Ditto.
9136         * top.c (_init_main): Ditto.
9137         * cli/cli-cmds.c (init_cli_cmds): Ditto.
9138
9139 2002-03-27  Elena Zannoni  <ezannoni@redhat.com>
9140
9141         * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
9142         vector registers handling.
9143         (skip_prologue): Handle new AltiVec instructions.  Fill in new
9144         fields of frame data.
9145         (frame_get_saved_regs): Fill in information for AltiVec registers.
9146
9147 2002-03-27  Jim Blandy  <jimb@redhat.com>
9148
9149         * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
9150         a function; leave this macro here to invoke that function.
9151         (symbol_init_mangled_name): Declaration for that function.
9152         * symtab.c (symbol_init_mangled_name): New function.
9153
9154 2002-03-27  Andrew Cagney  <ac131313@redhat.com>
9155
9156         * valarith.c: Replace strerror with safe_strerror.
9157         * tracepoint.c: Ditto.
9158         * lin-lwp.c: Ditto.
9159         * go32-nat.c: Ditto.
9160         * inflow.c: Ditto.
9161         * gnu-nat.c: Ditto.
9162
9163 2002-03-27  Andreas Schwab  <schwab@suse.de>
9164
9165         * event-top.c (command_line_handler): Remove useless if.
9166
9167 2002-03-27  Andreas Jaeger  <aj@suse.de>
9168
9169         * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
9170         comment.
9171
9172 2002-03-27  Michal Ludvig  <mludvig@suse.cz>
9173
9174         * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
9175         (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
9176         * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
9177         (x86_64_linux_dr_get_status, supply_gregset),
9178         (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
9179         * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
9180         (x86_64_register_info_table): Add.
9181         (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
9182         (x86_64_register_raw_size, x86_64_register_virtual_type),
9183         (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
9184         general x86_64_register_info_table.
9185         (i386_gdbarch_init): gdbarch_register_bytes is now set
9186         dynamicaly during initialization.
9187         * regformats/reg-x86-64.dat: Synced with changes to registers above.
9188         * gdbserver/linux-x86-64-low.c: Ditto.
9189
9190 2002-03-27  Daniel Jacobowitz  <drow@mvista.com>
9191
9192         * gdbserver/server.c (main): Call target_signal_to_host_p
9193         and target_signal_to_host on signals received from the remote.
9194         * gdbserver/remote-utils.c (prepare_resume_reply): Call
9195         target_signal_from_host on signals sent to the remote.
9196         * gdbserver/server.h: Add prototypes.  Include "gdb/signals.h".
9197         * gdbserver/Makefile.in: Add signals.o.  Add -I${INCLUDE_DIR}.
9198
9199 2002-03-27  Daniel Jacobowitz  <drow@mvista.com>
9200
9201         * signals/signals.c: Include "server.h" in gdbserver build.
9202         (target_signal_from_name): Don't use STREQ.
9203         (_initialize_signals): Likewise.  Don't include function in
9204         gdbserver build.
9205
9206 2002-03-27  Daniel Jacobowitz  <drow@mvista.com>
9207
9208         * signals.c: Moved to...
9209         * signals/signals.c: Here.
9210         * Makefile (signals.o): Update.
9211
9212 2002-03-26  Jeff Law (law@redhat.com)
9213
9214         * somread.c (som_symtab_read): Remove some commented out code and
9215         updated related comments.  Do not set the minimal symbol table to
9216         mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
9217         in a dynamic executable.
9218         * hppa-tdep.c (find_proc_framesize): Sanely handle the case
9219         where we are unable to find the minimal symbol for the given
9220         PC value.
9221
9222 2002-03-25  Jeff Law (law@redhat.com)
9223
9224         * linux-proc.c (read_mapping): Scan up to end of line for filename.
9225
9226 2002-03-25  Michal Ludvig  <mludvig@suse.cz>
9227
9228         * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
9229
9230 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
9231
9232         * command.h: Update copyright.
9233         (struct cmd_list_element): Replace definition with opaque
9234         declaration.
9235         (enum cmd_types): Document that it will eventually be moved to
9236         cli/cli-decode.h
9237         (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
9238         (MALLOCED_REPLACEMENT): Delete macro.
9239         * Makefile.in (cli_decode_h): Add $(command_h).
9240         (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
9241         * top.c: Include "cli/cli-decode.h".
9242         * completer.c: Include "cli/cli-decode.h".
9243         * maint.c: Include "cli/cli-decode.h".
9244         * cli/cli-decode.h: Include "command.h".
9245         (enum command_class): Delete.
9246         (enum cmd_types): Comment out.
9247         (enum cmd_auto_boolean): Delete.
9248         (enum var_types): Delete.
9249
9250 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
9251
9252         * cli/cli-decode.c: Include "gdb_assert.h".
9253         (add_set_or_show_cmd): New static function.
9254         (add_set_cmd): Rewrite.  Use add_set_or_show_cmd.
9255         (add_show_from_set): Rewrite. Use add_set_or_show_cmd.  Don't copy
9256         all fields, such as func, from the set command.
9257
9258 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
9259
9260         * MAINTAINERS (sh-elf): Change warning flag to -w.
9261
9262 2002-03-23  Andrew Cagney  <cagney@redhat.com>
9263
9264         * defs.h (error): Add printf format attribute.
9265         * thread-db.c (thread_from_lwp): Fix error format string.
9266         * stack.c (parse_frame_specification): Ditto.
9267         * cli/cli-decode.c (undef_cmd_error): Ditto.
9268         * scm-lang.c (scm_lookup_name): Ditto.
9269         * tracepoint.c (trace_error): Ditto.
9270         * remote-utils.c (usage): Ditto.
9271         * remote.c (compare_sections_command): Ditto.
9272         Fix PR gdb/328.
9273
9274 2002-03-22  Andrew Cagney  <ac131313@redhat.com>
9275
9276         * gdbtypes.c (append_composite_type_field): New function.
9277         (init_composite_type): New function.
9278         * gdbtypes.h (append_composite_type_field): Declare.
9279         (init_composite_type): Ditto.
9280
9281 2002-03-22  Elena Zannoni  <ezannoni@redhat.com>
9282
9283         * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
9284         function.
9285         * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
9286         * rs6000-tdep.c (rs6000_gdbarch_init): Use different
9287         structure returning convention for SYSV ABI case, but not
9288         for GNU/Linux, FreeBSD, or NetBSD.
9289
9290 2002-03-22  Daniel Jacobowitz  <drow@mvista.com>
9291
9292         * symtab.h (lookup_block_symbol): Add mangled_name argument
9293         to prototype.
9294
9295         * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
9296         with new mangled_name argument.
9297         * linespec.c (decode_line_1): Likewise.
9298         * valops (value_of_this): Likewise.
9299         * symtab.c (lookup_transparent_type): Likewise.
9300         (lookup_symbol_aux): Likewise.  Accept new mangled_name argument.
9301         (lookup_symbol): If we are given a mangled name, pass it down
9302         to lookup_symbol_aux.
9303         (lookup_block_symbol): If we are given a mangled name to check
9304         against, only return symbols which match it.
9305
9306 2002-03-22  Christopher Faylor  <cgf@redhat.com>
9307
9308         * win32-nat.c (child_create_inferior): Check for proper shell to use
9309         here, in case the user changes it on the fly.
9310         (_initialize_inftarg): Remove shell path considerations.
9311
9312 2002-03-21  Elena Zannoni  <ezannoni@redhat.com>
9313
9314         * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
9315         for gdbarch_max_register_raw_size and max_register_virtual_size.
9316         Adjust copyright year.
9317
9318 2002-03-21  Daniel Jacobowitz  <drow@mvista.com>
9319
9320          * dbxread.c (process_one_symbol): Extend the first N_SLINE
9321          in a function to cover the entire beginning of the function
9322          as well if it does not already.
9323
9324 2002-03-21  Tom Rix  <trix@redhat.com>
9325
9326         * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
9327         (rs6000_ptrace64): Renamed from ptrace64.
9328
9329 2002-03-20  Martin M. Hunt  <hunt@redhat.com>
9330
9331         * gdbserver/remote-utils.c (remote_open): Don't call
9332         getprotobyname, we're all using TCP here so just use
9333         IPPROTO_TCP.
9334         * gdbserver/gdbreplay.c (remote_open): Ditto.
9335
9336 2002-03-20  Martin M. Hunt  <hunt@redhat.com>
9337
9338         * regcache.c (_initialize_regcache): No need to call
9339         build_regcache() at this time; it gets called whenever
9340         the gdbarch changes.
9341
9342 2002-03-20  David O'Brien  <obrien@FreeBSD.org>
9343
9344         * sparc-nat.c:  Include sys/param.h where possible.
9345
9346 2002-03-20  Daniel Jacobowitz  <drow@mvista.com>
9347
9348         Fix PR gdb/422.
9349         * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
9350         FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
9351         * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
9352         complex types.
9353         * stabsread.c (rs6000_builtin_type): Likewise.
9354         (read_sun_floating_type): Likewise.
9355
9356 2002-03-19  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
9357
9358         * stabsread.c (read_member_functions): Remove skip code for duplicate
9359         constructor/destructor methods.  Use standard parsing for these
9360         methods and just do not chain them to the list of methods after
9361         parsing.
9362
9363 2002-03-19  Alexandre Oliva  <aoliva@redhat.com>
9364
9365         * coffread.c: Remove redundant static declarations.  Replace
9366         occurrences of `PTR' with `void *'.
9367         * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
9368         * top.h (quit_cover): Likewise.
9369         * defs.h (catch_errors): Likewise.
9370
9371 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
9372
9373         * defs.h (XMALLOC): Define.
9374         * gdb-events.sh (XMALLOC): Delete macro.
9375         * gdb-events.c, gdb-events.h: Regenerate.
9376         * gdbarch.sh (XMALLOC): Delete macro.
9377         * gdbarch.c: Regenerate.
9378         * serial.c (XMALLOC): Delete macro.
9379         * ui-file.c (XMALLOC): Ditto.
9380         * ser-unix.h (XMALLOC): Ditto.
9381         * sh-tdep.c (XMALLOC): Ditto.
9382         * ui-out.c (XMALLOC): Ditto.
9383         * utils.c (XMALLOC): Ditto.
9384         * i386-tdep.c (XMALLOC): Ditto.
9385         * gdb-events.c (XMALLOC): Ditto.
9386         * d10v-tdep.c (XMALLOC): Ditto.
9387         * cli-out.c (XMALLOC): Ditto.
9388
9389         * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
9390         * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
9391         * ui-file.c, ui-out.c: Ditto.
9392
9393 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
9394
9395         * command.h (struct cmd_list_element): Add field context.
9396         (set_cmd_context, get_cmd_context): Declare.
9397         * cli/cli-decode.h: Ditto.
9398         * cli/cli-decode.c (get_cmd_context): New function.
9399         (set_cmd_context): New function.
9400         (add_cmd): Initialize context.
9401         Part of fixing PR gdb/145 and PR gdb/146.
9402
9403 2002-03-17  Andrew Cagney  <ac131313@redhat.com>
9404
9405         * cli/cli-decode.c (cmd_type): New function.
9406         * command.h (cmd_type): Declare.
9407         * infrun.c (set_schedlock_func): Call function cmd_type.
9408         * kod.c (kod_set_os): Call cmd_type.
9409         * cris-tdep.c (cris_version_update): Use function cmd_type.
9410         (cris_mode_update, cris_abi_update): Ditto.
9411
9412         * command.h: (execute_cmd_post_hook): Declare.
9413         (execute_cmd_pre_hook): Declare.
9414         * cli/cli-script.c (clear_hook_in_cleanup): New function.
9415         (execute_cmd_post_hook, execute_cmd_pre_hook): New
9416         functions. Execute pre/post hook while ensuring that afterwords
9417         hook_in is cleared.
9418         * top.c (execute_command): Use execute_cmd_post_hook, and
9419         execute_cmd_pre_hook to execute pre/post commands.
9420         * infrun.c (normal_stop): Pass stop_command and not pre_hook to
9421         hook_stop_stub.
9422         (hook_stop_stub): Call execute_cmd_pre_hook.
9423
9424 2002-03-17  Andrew Cagney  <ac131313@redhat.com>
9425
9426         * kod.c (kod_set_os): Revert previous change.  Is called by ``info
9427         set'' and this leads to a core dump.  Move xstrdup of
9428         operating_system to after check that it is not NULL.
9429
9430 2002-03-17  Andrew Cagney  <ac131313@redhat.com>
9431
9432         * kod.c (kod_set_os): Remove unnecessary check that
9433         ``command->type'' is set_cmd.
9434
9435         * valprint.c (set_input_radix): Use input_radix.
9436         (set_output_radix): Use output_radix.
9437         (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
9438         isn't reverted.
9439
9440 2002-03-16  Andrew Cagney  <ac131313@redhat.com>
9441
9442         * value.h (struct value): Delete field ``substring_addr''.  Change
9443         aligner fields to force_doublest_align, force_longest_align,
9444         force_core_addr_align and force_pointer_aligh.
9445
9446         * value.h (struct value): Fix typo in above change.
9447
9448 2002-03-16  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
9449
9450         * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
9451         to fix internal_error from ``maintenance print architecture''.
9452
9453 2002-03-16  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
9454
9455         * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
9456         for gcc versions after gcc-2.8.1.
9457
9458 2002-03-16  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
9459
9460         * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
9461         for method resolution.  Restore adjustment of ``this'' pointer after
9462         calling value_struct_elt, which was accidentally removed during the
9463         HP merge.
9464
9465 2002-03-15  Andrew Cagney  <ac131313@redhat.com>
9466
9467         * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
9468         value_of_register.
9469         * findvar.c (value_of_register): Add ``frame'' parameter.  Pass to
9470         get_saved_register.
9471         * value.h (value_of_register): Update.
9472
9473 2002-03-14  Richard Henderson  <rth@redhat.com>
9474
9475         * configure.in: Detect declaration for canonicalize_file_name.
9476         * utils.c (canonicalize_file_name): Declare, if needed.
9477         (gdb_realpath): Prefer realpath if available and usable.
9478         * config.in, configure: Rebuild.
9479
9480 2002-03-14  Richard Henderson  <rth@redhat.com>
9481
9482         * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
9483         a constant array bound.
9484
9485         * MAINTAINERS: Add myself to write-after-approval.
9486
9487 2002-03-14  Michael Snyder  <msnyder@redhat.com>
9488
9489         * symfile.c (syms_from_objfile): Return immediately if no syms.
9490         (symbol_file_add): Return immediately if no syms.
9491         (find_sym_fns): Return immediately if no syms.
9492
9493 2002-03-13  Michal Ludvig  <mludvig@suse.cz>
9494
9495         * gdbserver/remote-util.c (remote_open): Print remote-side's
9496         IP address when remote debugging over the network.
9497
9498 2002-03-12  David O'Brien  <obrien@FreeBSD.org>
9499
9500         * config/sparc/fbsd.mh: Fix copyright.
9501         * config/sparc/fbsd.mt: Likewise.
9502
9503 2002-03-11  Richard Earnshaw  <rearnsha@arm.com>
9504
9505         * MAINTAINERS: Fix typo in name of gdb warnings option.
9506         (x86-64): Fix formating so that this can be parsed by awk.
9507
9508 2002-03-10  Daniel Jacobowitz  <drow@mvista.com>
9509
9510         * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
9511         * defs.h: Include "gdb/signals.h".
9512         (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
9513
9514 2002-03-10  Michal Ludvig  <mludvig@suse.cz>
9515
9516         * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
9517         * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
9518         from x86-64-tdep.h
9519
9520 2002-03-10  Daniel Jacobowitz  <drow@mvista.com>
9521             Don Howard <dhoward@redhat.com>
9522
9523         * mips-tdep.c (ST0_FR): Define.
9524         (mips2_fp_compat): New function, temporarily disabled.
9525         (mips_read_fp_register_single): New function.
9526         (mips_read_fp_register_double): New function.
9527         (mips_print_register): Use them.
9528         (do_fp_register_row): Likewise.
9529
9530 2002-03-09  Andrew Cagney  <ac131313@redhat.com>
9531
9532         * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
9533         approval''.
9534
9535 2002-03-08  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
9536
9537         * stabsread.c (read_member_functions): Fix is_stub test for
9538         static member functions, improve comment.
9539
9540 2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
9541
9542         * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
9543         (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
9544         (_initialize_remote_rdi): Use add_set_boolean_cmd to register
9545         commands that set boolean values.
9546         (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
9547         (arm_rdi_resume): Always initialize PC.
9548         (arm_rdi_open): Don't use rslt as a boolean.
9549         (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
9550         (arm_rdi_fetch_registers, arm_rdi_store_registers)
9551         (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
9552         (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
9553
9554 2002-03-06  Alexandre Oliva  <aoliva@redhat.com>
9555
9556         * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
9557         * configure: Rebuilt.
9558
9559 2002-03-06  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9560
9561         * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
9562         (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
9563
9564 2002-03-06  Andrew Cagney  <ac131313@redhat.com>
9565
9566         * cli/cli-decode.c (set_cmd_completer): New function.
9567         * command.h (set_cmd_completer): Declare.
9568         * cli/cli-decode.h (set_cmd_completer): Ditto.
9569
9570         * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
9571         * cli/cli-cmds.c (init_cli_cmds): Ditto.
9572         * win32-nat.c (_initialize_inftarg): Ditto.
9573         * remote-rdi.c (_initialize_remote_rdi): Ditto.
9574         * proc-api.c (_initialize_proc_api): Ditto.
9575         * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
9576         * source.c (_initialize_source): Ditto.
9577         * exec.c (_initialize_exec): Ditto.
9578         * solib.c (_initialize_solib): Ditto.
9579         * top.c (init_main): Ditto.
9580         * tracepoint.c (_initialize_tracepoint): Ditto.
9581         * symfile.c (_initialize_symfile): Ditto.
9582         * printcmd.c (_initialize_printcmd): Ditto.
9583         * infcmd.c (_initialize_infcmd): Ditto.
9584         * corefile.c (_initialize_core): Ditto.
9585
9586 2002-03-05  Andrew Cagney  <ac131313@redhat.com>
9587
9588         * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
9589
9590 2002-03-05  Andrew Cagney  <ac131313@redhat.com>
9591
9592         * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
9593
9594 2002-03-05  Andrew Cagney  <ac131313@redhat.com>
9595
9596         * NEWS: Update headings, 5.2 has branched.
9597
9598 2002-03-04  Daniel Jacobowitz  <drow@mvista.com>
9599
9600         * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
9601         (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
9602         (register_addr, REGISTER_RAW_SIZE): Likewise.
9603         (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
9604         * gdbserver/linux-x86-64-low.c: Remove extra #endif.
9605
9606 2002-03-03  Michal Ludvig <mludvig@suse.cz>
9607
9608         * MAINTAINERS (x86-64): Add myself.
9609         * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
9610         changed value_ptr -> struct value *
9611
9612 2002-03-01  David O'Brien  <obrien@FreeBSD.org>
9613
9614         * configure.host (sparc64-*-freebsd): Add.
9615         * configure.tgt: Likewise.
9616         * config/sparc/fbsd.mh: New file.
9617         * config/sparc/fbsd.mt: Likewise.
9618         * config/sparc/nm-fbsd.h: Likewise.
9619         * config/sparc/tm-fbsd.h: Likewise.
9620
9621 2002-03-01  Daniel Jacobowitz  <drow@mvista.com>
9622
9623         * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
9624         regformats/reg-s390x.dat.
9625
9626 2002-03-01  Andrew Cagney  <ac131313@redhat.com>
9627
9628         * utils.c: Add FIXME explaining true/false problem.
9629
9630 2002-02-28  Andrew Cagney  <ac131313@redhat.com>
9631
9632         * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
9633
9634 2002-02-28  Michael Chastain  <mec@shout.net>
9635
9636         * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
9637
9638 2002-02-28  Daniel Jacobowitz  <drow@mvista.com>
9639
9640         * gdbserver/linux-s390-low.c: New file.
9641         * regformats/reg-s390.dat: New file.
9642         * regformats/reg-s390x.dat: New file.
9643         * gdbserver/configure.srv: Add S/390.
9644         * gdbserver/Makefile.in: Add S/390.
9645         * configure.tgt: Enable gdbserver for S/390.
9646
9647 2002-02-28  Eli Zaretskii  <eliz@is.elta.co.il>
9648
9649         * go32-nat.c (_initialize_go32_nat): Don't use periods in the
9650         first line of the doc string for "info dos", except at the end of
9651         the sentence, since the short help stops at the first period.
9652
9653 2002-02-28  Jason Merrill  <jason@redhat.com>
9654
9655         * dwarf2read.c (dwarf_cfi_name): Add new codes.
9656
9657 2002-02-27  Fred Fish  <fnf@redhat.com>
9658
9659         * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
9660         comment (dumy -> dummy).
9661
9662 2002-02-27  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
9663
9664         * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
9665
9666 2002-02-27  Rodney Brown  <rbrown64@csc.com.au>
9667
9668       * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
9669
9670 2002-02-27  Daniel Jacobowitz  <drow@mvista.com>
9671
9672         * gdbserver/acconfig.h: New file.
9673         * gdbserver/i387-fp.c: New file.
9674         * gdbserver/i387-fp.h: New file.
9675         * gdbserver/linux-x86-64.c: New file.
9676         * regformats/reg-x86-64.dat: New file.
9677         * configure.tgt: Add x86_64-*-linux* gdbserver support.
9678         * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
9679         * gdbserver/configure.in: Add support for regsets.
9680         * gdbserver/config.in: Regenerate.
9681         * gdbserver/configure: Regenerate.
9682         * gdbserver/Makefile.in: Likewise.  Add $(linux_low_h).
9683         * gdbserver/linux-low.h: New file.
9684         * gdbserver/linux-low.c: Include "linux-low.h".  Add support
9685         for regsets.
9686         * gdbserver/linux-arm-low.c: Include "linux-low.h".
9687         * gdbserver/linux-ia64-low.c: Include "linux-low.h".
9688         * gdbserver/linux-m68k-low.c: Include "linux-low.h".
9689         * gdbserver/linux-mips-low.c: Include "linux-low.h".
9690         * gdbserver/linux-ppc-low.c: Include "linux-low.h".
9691         * gdbserver/linux-sh-low.c: Include "linux-low.h".
9692         * gdbserver/linux-i386-low.c: Include "linux-low.h".  Include
9693         "i387-fp.h".  Add PTRACE_GETREGS and friends.
9694         * gdbserver/regcache.c (supply_register): New function.
9695         (supply_register_by_name): New function.
9696         (collect_register): New function.
9697         (collect_register_by_name): New function.
9698
9699 2002-02-27  Daniel Jacobowitz  <drow@mvista.com>
9700
9701         * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
9702         (config.status): Add configure.srv dependency.
9703         (server_h): Add config.h dependency.
9704
9705 2002-02-27  Daniel Jacobowitz  <drow@mvista.com>
9706
9707         * regformats/reg-i386-linux.dat: New file, with $orig_eax.
9708         * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
9709         * gdbserver/configure.srv: Change i386-*-linux* to use
9710         reg-i386-linux.o.
9711
9712 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
9713
9714         * x86-64-tdep.c: Re-indent.  Update copyright date.
9715
9716 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
9717
9718         From Michal Ludvig <mludvig@suse.cz>:
9719         * x86-64-tdep.c (value.h): Delete.
9720         (gdb_assert.h): Include.
9721         (x86_64_register_convert_to_virtual,
9722         x86_64_register_convert_to_raw ): Add check which lets only
9723         floating-point values to be converted.
9724         (value_push): Delete.
9725         (x86_64_push_arguments): Order of arguments pushed on stack fixed.
9726         (i386_gdbarch_init): Number of register_bytes fixed.
9727
9728 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
9729
9730         * MAINTAINERS: Add x86-64 target.
9731
9732 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
9733
9734         * memattr.c (mem_command): Eliminate ``true'' and ``false''.
9735         * osfsolib.c (solib_map_sections): Ditto.
9736         * irix5-nat.c (solib_map_sections): Ditto.
9737         * corelow.c (gdb_check_format): Ditto.
9738         * symfile.c (symfile_bfd_open): Ditto.
9739         * solib.c (solib_map_sections): Ditto.
9740         Fix PR gdb/354.
9741
9742 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
9743
9744         * remote.c (_initialize_remote): By default, disable ``e'' and
9745         ``E'' step out-of-range packets.
9746
9747 2002-02-26  Andreas Schwab  <schwab@suse.de>
9748
9749         * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
9750         m68k_linux_frame_saved_pc.
9751         (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
9752         in_sigtramp.
9753         (SIGCONTEXT_PC_OFFSET): Remove.
9754         * m68klinux-nat.c (m68k_linux_frame_saved_pc,
9755         m68k_linux_sigtramp_saved_pc): New functions.
9756         (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
9757         (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
9758         (UCONTEXT_PC_OFFSET): Define.
9759         (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
9760         non-RT and RT signal trampolines.
9761
9762 2002-02-26  Richard Earnshaw  <rearnsha@arm.com>
9763
9764         * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
9765         (TARGET_NBPG, STACK_END_ADDR): Delete
9766         (VARIABLES_INSIDE_BLOCK): Delete.
9767
9768 2002-02-25  Andrew Cagney  <ac131313@redhat.com>
9769
9770         * utils.c (perror_with_name): Make string parameter constant.
9771         (print_sys_errmsg): Ditto.
9772         (query): Ditto.
9773         * defs.h (perror_with_name): Update.
9774         (print_sys_errmsg): Update.
9775         (query): Update.
9776
9777 2002-02-25  Daniel Jacobowitz  <drow@mvista.com>
9778
9779         From Eliot Dresselhaus <eliot@ayrnetworks.com>:
9780         * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
9781
9782 2002-02-25  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
9783
9784         * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
9785         if it already matches the current architecture from the exec file.
9786         Include arch-utils.h for gdbarch_info_init prototype.
9787         * Makefile.in (rs6000-nat.o): Update dependencies.
9788
9789 2002-02-25  Eli Zaretskii  <eliz@is.elta.co.il>
9790
9791         * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
9792          list of exported variables.
9793
9794 2002-02-24  Daniel Jacobowitz  <drow@mvista.com>
9795
9796         * gdbserver/configure.srv: New file.
9797         * gdbserver/configure.in: Use configure.srv instead
9798         of the host/target makefile fragments.  Set GDBSERVER_DEPFILES
9799         from it.
9800         * gdbserver/configure: Regenerated.
9801         * gdbserver/terminal.h: New file.
9802         * gdbserver/Makefile.in: Update for configure changes.  Remove
9803         more unneeded include paths.
9804
9805 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
9806
9807         From wiz at danbala:
9808         * config/sparc/tm-sp64.h: Fix grammar and typos.
9809         Fix PR gdb/287.
9810
9811 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
9812
9813         * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
9814         with either ``GNU/Linux'' or ``Linux kernel''.  Update copyright.
9815         * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
9816         * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
9817         * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
9818         * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
9819         * s390-tdep.c: Ditto.
9820         * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
9821         * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
9822         * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
9823         * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
9824         * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
9825         * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
9826         * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
9827         * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
9828         * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
9829         * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
9830         Fix PR gdb/378.
9831
9832 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
9833
9834         * lin-thread.c: Delete file.
9835         * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
9836         to gdb_proc_service.h.
9837         * configure: Re-generate.
9838
9839         * ocd.c (ocd_open): Do not try to open the "ocd" device.
9840         * serial.c (serial_open): Delete check for "ocd".
9841         Fix PR gdb/349.
9842
9843         * Makefile.in (linux-thread.o): Delete target.
9844         * linux-thread.c: Delete file.
9845
9846         * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c.  Tweak other
9847         renamed SH files to be consistent.
9848
9849         * symtab.c (sort_search_symbols): Use xfree.
9850
9851 2002-02-23  Richard Earnshaw  <rearnsha@arm.com>
9852
9853         * arm-linux-tdep.c (arm_linux_init_abi): Register
9854         IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
9855         * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
9856         definition with undef, since we don't want the sysvr4 definition.
9857         (SKIP_TRAMPOLINE_CODE): Likewise.
9858
9859 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
9860
9861         From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
9862
9863         * configure.in: (AC_CHECK_FUNCS) Added test for
9864         canonicalize_file_name Regenerated.
9865         * config.in, configure: Regenerated.
9866         * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
9867         defined use canonicalize_file_name.
9868
9869 2002-02-23  Michael Chastain  <mec@shout.net>
9870
9871         * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
9872
9873 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
9874
9875         * README: Remove references to cygnus.com.
9876         * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
9877         dot com'' form.  Remove references to cygnus.com and sourceware.
9878
9879 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
9880
9881         From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
9882         * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
9883         1003.1-2001 no longer allows "head -1".
9884         * gdb/Makefile.in (version.c): Likewise.
9885         * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
9886         * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
9887         equivalent.  POSIX 1003.1-2001 no longer allows "diff -c3".
9888
9889 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
9890
9891         * cli/cli-decode.c (cmd_cfunc_eq): New function.
9892         * command.h (cmd_cfunc_eq): Declare.
9893         * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
9894
9895         * cli/cli-cmds.h (is_complete_command): Change parameter to a
9896         ``struct cmd_list_element *''.
9897         * cli/cli-cmds.c (is_complete_command): Update.  Use
9898         cmd_cfunc_eq.
9899         * top.c (execute_command): Pass the command to
9900         is_complete_command.
9901         * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
9902
9903 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
9904
9905         From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
9906         * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
9907         architecture defines.
9908         * s390-tdep.c (s390_gdbarch_init): Likewise.
9909
9910 2002-02-23  Richard Earnshaw  <rearnsha@arm.com>
9911
9912         * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
9913         (arm_linux_push_arguments): Likewise.
9914         (arm_linux_init_abi): Register them.  Also register linux-specific
9915         call_dummy_words.
9916         (find_minsym_and_objfile): Use strcmp, not STREQ.
9917         * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
9918         (arm_linux_call_dummy_words): Delete declaration.
9919         (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
9920         (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
9921         declarations.
9922         (LOWEST_PC): Delete.
9923
9924 2002-02-23  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
9925
9926         * maint.c (print_section_info): Do not prepend `0x' to filepos
9927         output, it will be handled by local_hex_string_custom.
9928
9929 2002-02-23  Richard Earnshaw  <rearnsha@arm.com>
9930
9931         * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
9932         (store_newfpe_double, store_newfpe_extended, store_fpregister)
9933         (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
9934
9935 2002-02-22  Jim Blandy  <jimb@redhat.com>
9936
9937         Indicate that the bcache functions don't change the strings
9938         they're passed.
9939         * bcache.h (bcache, hash): Add `const' keywords to declarations.
9940         * bcache.c (bcache, hash): Add `const' keywords to definitions.
9941
9942 2002-02-22  Pierre Muller  <muller@ics.u-strasbg.fr>
9943
9944         * win32-nat.c (child_create_inferior): Fix create flags setting bug.
9945
9946 2002-02-21  Christopher Faylor  <cgf@redhat.com>
9947
9948         * win32-nat.c (register_loaded_dll): Just use raw name when we can't
9949         find the complete path to a loaded DLL.
9950
9951 2002-02-21  Fred Fish  <fnf@redhat.com>
9952
9953         * dbxread.c (process_one_symbol): When finding an N_FUN symbol
9954         that marks the end of the range of a function, enter a line number
9955         entry that has a line number of zero and a PC offset that matches
9956         the end of the function.  This starts a range of PC's for which no
9957         line number information is known.
9958         * symtab.c (find_pc_sect_line): If our best fit is in a range of
9959         PC's for which no line number info is found (line number is zero)
9960         then we didn't find any valid line information.
9961         * symtab.h: Document use of zero line number entry.
9962
9963 2002-02-21  Elena Zannoni  <ezannoni@redhat.com>
9964
9965         * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
9966         (have_ptrace_getvrregs): Define for run time checks.
9967         (gdb_vrregset_t): New type for Altivec register handling.
9968         (fetch_register, store_register): Fetch/store altivec register
9969         when needed.
9970         (fetch_altivec_register, store_altivec_register): New functions.
9971         (supply_vrregset, fill_vrregset): New functions.
9972         (fetch_altivec_registers, store_altivec_registers): New functions.
9973         (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
9974         registers as well.
9975
9976 2002-02-21  Jiri Smid  <smid@suse.cz>
9977
9978         * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
9979
9980 2002-02-21  Richard Earnshaw  <rearnsha@arm.com>
9981
9982         * Makefile.in (armnbsd-nat.o): Update dependencies.
9983         * armnbsd-nat.c (supply_gregset): New function.  Common code to
9984         supply the integer register set.
9985         (supply_fparegset): New function.  Similar for FPA registers.
9986         (fetch_regs, fetch_fp_regs): Use them.
9987         (fetch_core_registers): Likewise.
9988         (fetch_elfcore_registers): New function.
9989         (arm_netbsd_elfcore_fns): New core-file type specification.
9990         (_initialize_arm_netbsd_nat): Register it.
9991
9992 2002-02-21  Richard Earnshaw  <rearnsha@arm.com>
9993
9994         * armnbsd-nat.c: Include gdbcore.h.
9995         (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
9996         (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
9997         'void' to declaration, to shut up ARI.
9998         (fetch_core_registers): Make static.  Rewrite using supply_register.
9999         (arm_netbsd_core_fns): New core-file type specification.
10000         (_initialize_arm_netbsd_nat): New function.
10001
10002 2002-02-21  Christopher Faylor  <cgf@redhat.com>
10003
10004         * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
10005         value.
10006
10007 2002-02-20  Christopher Faylor  <cgf@redhat.com>
10008
10009         * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
10010         fails.
10011
10012 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
10013
10014         * jv-exp.y (parse_number): Change type of implicit longs
10015         to builtin_type_uint64.
10016
10017 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
10018
10019         * gdbserver/linux-low.c (mywait): Change argument to waitpid
10020         to be an integer instead of a `union wait'.
10021
10022 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
10023
10024         * mips-linux-nat.c: Call the operating system GNU/Linux.
10025         * mips-linux-tdep.c: Likewise.
10026         * mips-tdep.c: Likewise.
10027
10028 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
10029
10030         Fix PR gdb/265.
10031         * jv-exp.y (parse_number): Handle 64-bit integers.
10032
10033 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
10034
10035         * gdbserver/configure.in: Remove AM_PROC_CC_STDC.  Change
10036         AC_STDC_HEADERS to AC_HEADER_STDC.
10037         * gdbserver/configure: Regenerated.
10038
10039 2002-02-20  Richard Earnshaw  <rearnsha@arm.com>
10040
10041         * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
10042         is defined.
10043         * sparc-tdep.c (get_longjmp_target): Likewise.
10044
10045 2002-02-20  Richard Earnshaw  <rearnsha@arm.com>
10046
10047         * News: Add news about ARM and Multi-arch.  Mention the new target
10048         arm*-*-netbsd*.
10049
10050 2002-02-19  Jim Blandy  <jimb@redhat.com>
10051
10052         * stabsread.c (error_type_complaint): Improve error message.
10053
10054 2002-02-19  Daniel Jacobowitz  <drow@mvista.com>
10055
10056         * gdbserver/README: Update documentation.
10057         * gdbserver/configure.in: Update configury to match documentation.
10058         * gdbserver/Makefile.in: Likewise.
10059         * gdbserver/configure: Regenerated.
10060         * gdbserver/aclocal.m4: New file, generated by aclocal.
10061         * gdbserver/config.in: New file, generated by autoheader.
10062
10063 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
10064
10065         * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
10066         armnbsd-nat.c.
10067
10068 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
10069
10070         * arm-tdep.h (enum arm_float_model): New enum.
10071         (struct gdbarch_tdep): Add fp_model.
10072         * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep.  Defer setting
10073         up floating-point conversions until we know the floating-point model
10074         in use by the inferior.  Don't complain about being unable to
10075         determine the ABI of the inferior when we don't have one.
10076         (arm_extract_return_value): Support different floating-point models.
10077         (arm_store_return_value): Likewise.
10078         * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
10079         ARM_FLOAT_SOFT.
10080         (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
10081
10082 2002-02-19  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
10083
10084         * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
10085         of ``current_gdbarch''.
10086
10087 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
10088
10089         * armnbsd-nat.c : ANSIfy all function declarations.
10090         (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
10091         (fetch_inferior_registers): Re-implement in terms of above.
10092         (store_register, store_regs, store_fp_register, store_fp_regs): New.
10093         (store_inferior_registers): Re-implement in terms of above.
10094
10095 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
10096
10097         * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
10098         kernel.
10099         * arm-linux-tdep.c: Likewise.
10100         * config/arm/tm-linux.h: Likewise.
10101
10102 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
10103
10104         * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
10105         * config/arm/nbsd.mt (TM_FILE): Delete.
10106         * config/arm/tm-nbsd.h: Delete.
10107
10108 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
10109
10110         * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
10111         Initialize CALL_DUMMY_LENGTH.
10112
10113 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
10114
10115         * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
10116         function.
10117         (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
10118         * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
10119         defines one thing and that is incorrect for this port.
10120         (IN_SOLIB_CALL_TRAMPOLINE): Delete.
10121
10122 2002-02-18  Pierre Muller  <muller@ics.u-strasbg.fr>
10123
10124         * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
10125
10126 2002-02-18  Pierre Muller  <muller@ics.u-strasbg.fr>
10127
10128         * win32-nat.c (display_selector): New function. Displays information
10129         about the information returned by GetThreadSelectorEntry API function.
10130         (display_selectors): New function. Displays the infomation of
10131         the selector given as argument, or of CS, DS ans FS selectors
10132         if no argument is given.
10133         ( _initialize_inftarg): Add "w32" as info prefix command.
10134         Add "info w32 selector" as command calling display_selectors.
10135
10136 2002-02-19  Pierre Muller  <muller@ics.u-strasbg.fr>
10137
10138         * i386-tdep.c (get_longjmp_target): Fix compilation failure
10139         by setting dummy values to JB_PC and JB_ELEMENT_SIZE
10140         if not defined.
10141
10142 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
10143
10144         * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
10145
10146 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
10147
10148         * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
10149         (arm_fix_call_dummy): Call it.
10150         (arm_call_dummy_breakpoint_offset): Delete.
10151         (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
10152         * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
10153
10154 2002-02-18  Andrew Cagney  <ac131313@redhat.com>
10155
10156         * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
10157         Default to func_frame_chain_valid.
10158         * gdbarch.h, gdbarch.c: Re-generate.
10159         * frame.h (FRAME_CHAIN_VALID): Delete definition.
10160
10161 2002-02-18  Elena Zannoni  <ezannoni@redhat.com>
10162
10163         * ppc-linux-nat.c: Update copyright.
10164         (fetch_register, store_register): Add tid parameter, don't compute
10165         tid here.
10166         (fetch_ppc_registers, store_ppc_registers): Add tid
10167         parameter. Pass it along to callees.
10168         (fetch_inferior_registers, store_inferior_registers): Compute tid
10169         here, and pass it to calleed functions.
10170         (fill_gregset, supply_fpregset): Clean up formatting.
10171
10172 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
10173
10174         * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
10175         * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
10176
10177 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
10178
10179         * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
10180         * gdbarch.c gdbarch.h: Regenerate.
10181         * breakpoint.c (create_longjmp_breakpoint): Always compile this
10182         function.
10183         (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
10184         * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
10185         (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
10186
10187         * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
10188         * arm-tdep.c (arm_get_longjmp_target): New function.
10189         (arm_gdbarch_init): Initialize jb_pc to -1.  If ABI handler changes
10190         this to a positive value register arm_get_longjmp_target as the
10191         longjmp handler.
10192         * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
10193         (arm_linux_init_abi): Set up longjmp description in tdep.
10194         * armnbsd-nat.c (get_longjmp_target): Delete.
10195         * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
10196         description in tdep.
10197         * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
10198         (get_longjmp_target): Delete declaration.
10199         (GET_LONGJMP_TARGET): Delete.
10200         * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
10201         (GET_LONGJMP_TARGET): Delete.
10202
10203 2002-02-17  Kevin Buettner  <kevinb@redhat.com>
10204
10205         From Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>:
10206         * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
10207         of ``current_gdbarch''.
10208
10209 2002-02-17  Tom Tromey  <tromey@redhat.com>
10210
10211         * cli/cli-cmds.c (compare_strings): New function.
10212         (complete_command): Only print each unique item once.
10213         * completer.h (complete_line): Declare.
10214         * completer.c (complete_line): New function.
10215         (line_completion_function): Use it.
10216
10217 2002-02-16  Andrew Cagney  <ac131313@redhat.com>
10218
10219         * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
10220         * gdbarch.h, gdbarch.c: Re-generate.
10221
10222 2002-02-16  Daniel Jacobowitz  <drow@mvista.com>
10223
10224         * valarith.c (value_x_unop): Fix decrement; support post-decrement.
10225
10226 2002-02-16  Daniel Jacobowitz  <drow@mvista.com>
10227
10228         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
10229         * valops.c (value_arg_coerce): Don't take the address of a reference
10230         to convert an argument to a reference.
10231
10232 2002-02-15  Christopher Faylor  <cgf@redhat.com>
10233
10234         * win32-nat.c (get_image_name): New function.
10235         (handle_load_dll): Use get_image_name function.
10236         (get_child_debug_event): Avoid registering debug events until possibly
10237         execed process is started.
10238         (child_create_inferior): Allow invocation via shell so that command
10239         line redirection, etc.  works ok.
10240         (_initialize_inftarg): Add new command: "set shell" to control whether
10241         a shell is used to start a process.
10242
10243 2002-02-15  Daniel Jacobowitz  <drow@mvista.com>
10244
10245         * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
10246         instead of find_register_by_number.
10247         (cannot_store_register): Likewise.
10248
10249 2002-02-14  Pierre Muller  <muller@ics.u-strasbg.fr>
10250
10251         * dwarf2read.c: Replace fprintf (stderr, ...) by
10252         fprintf_unfiltered (gdb_stderr, ...).
10253
10254 2002-02-15  Daniel Jacobowitz  <drow@mvista.com>
10255
10256         * gdbserver/gdbserver.1: Document --attach.
10257
10258 2002-02-15  Richard Earnshaw  <rearnsha@arm.com>
10259
10260         * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
10261         descriptions.
10262         * arm-tdep.c (arm_default_arm_le_breakpoint)
10263         (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
10264         (arm_default_thumb_be_breakpoint): New.  Initialize them from
10265         traditional breakpoint defines.
10266         (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
10267         (arm_gdbarch_init): Initialize new breakpoint variables.
10268         * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
10269         (arm_linux_init_abi): Initialize linux-specific breakpoint.
10270         * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
10271         (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
10272         code out to ...
10273         (arm_netbsd_init_abi_common): ... here; new function.
10274         * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
10275         (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
10276         * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
10277         * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
10278
10279 2002-02-15  Richard Earnshaw  <rearnsha@arm.com>
10280
10281         * arm-tdep.h (enum arm_abi): New enum.
10282         (struct gdbarch_tdep): New structure.
10283         (LOWEST_PC): Provide a default.
10284         (arm_gdbarch_register_os_abi): Declare new function.
10285         * arm-tdep.c (arm_abi_names): New array.
10286         (process_note_abi_tag_sections): New function.
10287         (get_elfosabi): New function.
10288         (arm_gdbarch_register_os_abi): New function.
10289         (arm_gdbarch_init): Try to determine the ABI of the inferior.  If
10290         support for that ABI has been built in, then call the appropriate
10291         configuration routine.  Use gdbarch_num_regs() to get the number
10292         of registers.
10293         (arm_dump_tdep): New function.
10294         (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
10295         place-holder functions.
10296         (_initialize_arm_tdep): Register them.
10297         * config/arm/tm-arm.h (LOWEST_PC): Delete.
10298
10299         * armnbsd-tdep.c: New file.
10300         * Makefile.in (armnbsd-tdep.o): Add dependencies.
10301         * config/arm/nbsd.mt (TDEPFILES): Add it.
10302         * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
10303
10304         * armnbsd-nat.c: Include regcache.h.
10305         * Makefile.in (armnbsd-nat.o): Update dependency list.
10306
10307         * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
10308
10309 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
10310
10311         * gdbserver/Makefile.in: Fix typos in target rules.
10312
10313 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
10314
10315         Fix part of PR gdb/267.
10316         * linespec.c (find_methods): Handle constructors specially for now.
10317
10318 2002-02-14  Corinna Vinschen  <vinschen@redhat.com>
10319
10320         * arm-tdep.c (arm_push_arguments): Eliminate special float type
10321         handling.
10322         * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
10323         standard_coerce_float_to_double().
10324
10325 2002-02-14  Christopher Faylor  <cgf@redhat.com>
10326
10327         * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
10328         GDBINIT_FILENAME.
10329
10330 2002-02-14  Elena Zannoni  <ezannoni@redhat.com>
10331
10332         * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
10333         find_variant_by_name, because it confuses the multiarch
10334         framework. Return NULL if there isn't an architecture with the
10335         user supplied name, instead of forcing a different one without
10336         recording the change with the multiarch machinery.
10337         (find_variant_by_name): Delete.
10338
10339 2002-02-14  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
10340
10341         * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
10342         i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
10343
10344 2002-02-13  Martin M. Hunt  <hunt@redhat.com>
10345
10346         * stack.c (print_frame_info_base): When calling
10347         print_frame_info_listing_hook, set current_source_symtab.
10348
10349 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
10350
10351         * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
10352         and remove unused $(INCLUDE_DIR).
10353         Add regcache.c to OBS.
10354         Add generated register protocol files to clean target.
10355         Update dependencies for new objects, obsolete old target code.
10356
10357         * gdbserver/linux-low.c: Remove all platform-specific code to
10358         new files.  Remove various dead code.  Update to use regcache
10359         functionality.
10360         * gdbserver/remote-utils.c (fromhex): Add return statement
10361         to quiet warning.
10362         (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
10363         constant.
10364         (input_interrupt): Add integer parameter to match prototype
10365         of a signal handler.
10366         (outreg): Use register_data ().
10367         (prepare_resume_reply): Use gdbserver_expedite_regs.
10368         * gdbserver/server.c (main): Dynamically allocate own_buf because
10369         PBUFSIZ is no longer constant.  Use registers_to_string () and
10370         registers_from_string ().
10371         * gdbserver/server.h: No longer include "defs.h".  Add prototypes
10372         for error (), fatal (), and warning ().  Update definition of
10373         PBUFSIZ to use regcache functionality.  Add include guard.
10374         * gdbserver/utils.c (fatal): Add missing ``const''.
10375         (warning): New function.
10376
10377         * regformats/regdat.sh: Include "regcache.h" in generated files.
10378         Provide init_registers () function.
10379         * regformats/regdef.h: Add prototype for set_register_cache ().
10380         Add include guard.
10381
10382         * gdbserver/linux-arm-low.c: New file.
10383         * gdbserver/linux-i386-low.c: New file.
10384         * gdbserver/linux-ia64-low.c: New file.
10385         * gdbserver/linux-m68k-low.c: New file.
10386         * gdbserver/linux-mips-low.c: New file.
10387         * gdbserver/linux-ppc-low.c: New file.
10388         * gdbserver/linux-sh-low.c: New file.
10389
10390         * gdbserver/regcache.c: New file.
10391         * gdbserver/regcache.h: New file.
10392
10393         * gdbserver/low-linux.c: Removed obsolete file.
10394
10395 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
10396
10397         * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
10398         * config/i386/linux.mt: Likewise.
10399         * config/ia64/linux.mt: Likewise.
10400         * config/m68k/linux.mh: Likewise.
10401         * config/powerpc/linux.mh: Likewise.
10402         * config/mips/linux.mt: Likewise.
10403
10404         * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
10405
10406         * config/i386/i386lynx.mh: Mark gdbserver variables
10407         as (currently) obsolete for this target.
10408         * config/i386/nbsd.mt: Likewise.
10409         * config/i386/nbsdelf.mt: Likewise.
10410         * config/m32r/m32r.mt: Likewise.
10411         * config/m68k/m68klynx.mh: Likewise.
10412         * config/m68k/nbsd.mt: Likewise.
10413         * config/m68k/sun3os4.mh: Likewise.
10414         * config/mips/vr5000.mt: Likewise.
10415         * config/ns32k/nbsd.mt: Likewise.
10416         * config/pa/hppabsd.mh: Likewise.
10417         * config/pa/hppaosf.mh: Likewise.
10418         * config/powerpc/nbsd.mt: Likewise.
10419         * config/rs6000/rs6000lynx.mh: Likewise.
10420         * config/s390/s390.mt: Likewise.
10421         * config/s390/s390x.mt: Likewise.
10422         * config/sparc/sparclynx.mh: Likewise.
10423         * config/sparc/sun4os4.mh: Likewise.
10424         * config/i386/x86-64linux.mt: Likewise.
10425         * config/sparc/linux.mh: Likewise.
10426
10427 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
10428
10429         * configure.tgt: Configure gdbserver only for known working
10430         targets.  Set ${build_gdbserver} instead of modifying ${configdirs}.
10431         * configure.in: Check ${build_gdbserver}.  Put gdbserver/ into
10432         SUBDIRS if it is configured.  Update comment for ${nativefile}.
10433         * configure: Regenerated.
10434
10435 2002-02-13  Michael Snyder  <msnyder@redhat.com>
10436
10437         * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
10438
10439         * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
10440         (default_gcore_mach): Just return 0, work around a problem in bfd.
10441         (default_gcore_target): OK to return NULL if exec_bfd is null.
10442         (make_mem_sec): Use a cast, avoid a warning.
10443
10444         * procfs.c (find_memory_regions_callback): Use a cast instead of
10445         calling host_pointer_to_address (which complains if
10446         sizeof (host pointer) != sizeof (target pointer)).
10447         (procfs_make_note_section): Avoid overflow in psargs string.
10448
10449         * procfs.c (procfs_make_note_section): Make the default
10450         implementation return an error.
10451
10452 2002-02-13  Rodney Brown  <rbrown64@csc.com.au>
10453
10454         * procfs.c (procfs_make_note_section): Provide a default definition
10455         (for alpha-dec-osf4.0f). Fix typos.
10456
10457 2002-02-13  Elena Zannoni  <ezannoni@redhat.com>
10458
10459         * linux-proc.c: Add include of regcache.h.
10460         * Makefile.in (linux-proc.o): Add dependency on regcache.h.
10461
10462 2002-02-13  Andrew Cagney  <ac131313@redhat.com>
10463
10464         From 2002-01-18 Greg McGary <greg@mcgary.org>:
10465         * memattr.c (create_mem_region): Disallow useless empty region.
10466         Regions are half-open intervals, so allow [A..B) [B..C) as
10467         non-overlapping.
10468
10469 2002-02-13  Michael Chastain <mec@shout.net>
10470
10471         * defs.h: Kill CONST_PTR.
10472         * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
10473         * c-lang.c (c_builtin_types): Likewise.
10474         * ch-lang.c (ch_builtin_types): Likewise.
10475         * f-lang.c (f_builtin_types): Likewise.
10476         * language.c (unknown_builtin_types): Likewise.
10477         * m2-lang.c (m2_builtin_types): Likewise.
10478         * p-lang.c (pascal_builtin_types): Likewise.
10479         * scm-lang.c (c_builtin_types): Likewise.
10480
10481 2002-02-13  Keith Seitz  <keiths@redhat.com>
10482
10483         * arm-tdep.h (arm_get_next_pc): Add declaration.
10484
10485 2002-02-13  Richard Earnshaw  <rearnsha@arm.com>
10486
10487         * arm-tdep.c (arm_use_struct_convention): Make static.  Move to be
10488         with other related struct-returning functions.
10489         (arm_extract_struct_value_address): New function.
10490         (arm_gdbarch_init): Initialize the above in multi-arch vector.  Also
10491         initialize float_format, double_format and long_double_format as
10492         appropriate to the endianness of the target.
10493         * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
10494         (arm_use_struct_convention): Delete declaration.
10495         (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
10496
10497 2002-02-13  Keith Seitz  <keiths@redhat.com>
10498
10499         * defs.h (core_addr_to_string_nz): New function.
10500
10501 2002-02-13  Mark Kettenis  <kettenis@gnu.org>
10502
10503         Apply missing bits of 2002-01-15 patch.
10504         * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
10505         (fill_fpregset): Use i387_fill_fsave.
10506
10507 2002-02-12  Keith Seitz  <keiths@redhat.com>
10508
10509         * utils.c (core_addr_to_string): Use phex instead of phex_nz.
10510         (core_addr_to_string_nz): New function.
10511
10512 2002-02-11  Richard Earnshaw  <rearnsha@arm.com>
10513
10514         * arm-linux-nat.c: Really include arm-tdep.h.
10515         * config/arm/tm-linux.h (struct type, struct value): Declare.
10516
10517 2002-02-11  Michael Snyder  <msnyder@redhat.com>
10518
10519         * procfs.c: Include elf-bfd.h (for elfcore_write functions).
10520         (gcore section): Ifdef for Solaris and Unixware only.
10521         (procfs_do_thread_registers): Unixware needs one lwpstatus
10522         per thread (not one prstatus or pstatus).
10523         (procfs_make_note_section): Iterate only over kernel threads (lwps),
10524         not over all gdb threads.  For unixware, call elfcore_write_pstatus
10525         once before iterating over threads.
10526
10527 2002-02-11  Richard Earnshaw  <rearnsha@arm.com>
10528
10529         * arm-tdep.h: New file.
10530         * arm-tdep.c: Include arm-tdep.h.
10531         (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
10532         (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
10533         (arm_print_float_info, arm_register_type, convert_to_extended)
10534         (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
10535         (arm_extract_return_value, arm_register_name): Make static.
10536         (arm_software_single_step): Similarly.  Fix types in declaration.
10537         (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
10538         (arm_store_return_value, arm_store_struct_return): New functions.
10539         (arm_gdbarch_init): Register the above functions.  Also register
10540         call_dummy_start_offset, sizeof_call_dummy_words,
10541         function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
10542         sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
10543         max_register_virtual_size, register_size.  Set up
10544         prologue_cache.saved_regs here, rather than ...
10545         (_initialize_arm_tdep): ... here.
10546         * config/arm/tm-arm.h (struct type, struct value): Delete forward
10547         declarations.
10548         (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
10549         (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
10550         (arm_print_float_info, arm_register_type, convert_to_extended)
10551         (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
10552         (arm_extract_return_value, arm_register_name): Delete declarations.
10553         (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
10554         (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
10555         (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
10556         (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
10557         (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
10558         (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
10559         (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
10560         (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
10561         (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
10562         (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
10563         (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
10564         (arm_get_next_pc): No-longer static -- these are needed by the RDI
10565         interface.
10566         * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
10567         * remote-rdi.c remote-rdp.c: Likewise.
10568         * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
10569         (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
10570         * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
10571         definition.
10572
10573         * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
10574         (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
10575         (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
10576         from non-ARM_ prefixed definitions.
10577         * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
10578         all uses of above.
10579         * remote-rdi.c remote-rdp.c: Likewise.
10580         * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
10581
10582 2002-02-11  Richard Earnshaw  <rearnsha@arm.com>
10583
10584         * arm-tdep.c (arm_frameless_function_invocation)
10585         (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
10586         (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
10587         (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
10588         (arm_pop_frame, arm_get_next_pc): Make static.
10589         (arm_gdbarch_init): Register above in gdbarch structure.
10590         (arm_read_fp): Renamed from arm_target_read_fp.
10591         (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
10592         * config/arm/tm-arm.h (arm_frameless_function_invocation)
10593         (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
10594         (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
10595         (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
10596         (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
10597         (arm_pc_is_thumb_dummy): Delete declarations.
10598         (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
10599         (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
10600         (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
10601         (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
10602
10603 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
10604
10605         * symtab.c (compare_search_syms): New function.
10606         (sort_search_symbols): New function.
10607         (search_symbols): Sort symbols after searching rather than
10608         before.
10609
10610 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
10611
10612         * NEWS: Linux -> GNU/Linux.
10613
10614 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
10615
10616         * gdbarch.sh: For for level one methods, disallow a definition
10617         when partially multi-arched.  Add comments explaining rationale.
10618         * gdbarch.h: Re-generate.
10619
10620 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
10621
10622         * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
10623         multi-arch partial.
10624
10625 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
10626
10627         * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL.  Exit on bad
10628         field.  Use diff -u.
10629         * gdbarch.c: Re-generate.
10630
10631 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
10632
10633         * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
10634         * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
10635         partial.
10636
10637 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
10638
10639         * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
10640         multi-arch partial.
10641         (PUSH_ARGUMENTS): Switch to using predefault.
10642         * gdbarch.c: Regenerate.
10643
10644 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
10645
10646         * valops.c (PUSH_ARGUMENTS): Delete definition.
10647         * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
10648         partial.  Default to default_push_arguments.
10649         * gdbarch.h, gdbarch.c: Regenerate.
10650
10651 2002-02-09  Andrew Cagney  <ac131313@redhat.com>
10652
10653         * defs.h (throw_exception): Rename return_to_top_level.  Update
10654         comments.
10655         * utils.c (error_stream, internal_verror, quit): Ditto.
10656         * top.c (throw_exception, catcher): Ditto.
10657         * sparclet-rom.c (sparclet_load): Ditto.
10658         * remote.c (interrupt_query, minitelnet): Ditto.
10659         * remote-sds.c (interrupt_query): Ditto.
10660         * remote-mips.c (mips_error, mips_kill): Ditto.
10661         * ocd.c (interrupt_query): Ditto.
10662         * monitor.c (monitor_interrupt_query): Ditto.
10663         * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
10664         * target.h: Update comment.
10665
10666         * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
10667
10668 2002-02-09  Andrew Cagney  <ac131313@redhat.com>
10669
10670         * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
10671         default_double_format.
10672         * gdbarch.h, gdbarch.c: Re-generate.
10673         * findvar.c (floatformat_unknown): Delete variable definition.
10674         * doublest.h (floatformat_unknown): Delete variable declaration.
10675
10676 2002-02-09  Jim Blandy  <jimb@redhat.com>
10677
10678         * stabsread.c (read_type): Add code to parse Sun's syntax for
10679         prototyped function types.
10680
10681 2002-02-09  Andrew Cagney  <ac131313@redhat.com>
10682
10683         * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
10684         (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
10685
10686 2002-02-09  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
10687
10688         * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
10689         _initialize_solib.  Fixes name clash with solib.c:_initialize_solib,
10690         now _initialize_xcoffsolib gets called again and overrides the
10691         commands from solib.c in a native configuration.
10692
10693 2002-02-09  Mark Kettenis  <kettenis@gnu.org>
10694
10695         * doublest.c (store_typed_floating): Don't try to return a value.
10696         Fixes PR gdb/290.
10697
10698 2002-02-08  Jim Blandy  <jimb@redhat.com>
10699
10700         * c-typeprint.c (c_type_print_varspec_suffix): If a function type
10701         is prototyped and has no arguments, print its argument list as
10702         `(void)'.
10703
10704 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
10705
10706         * MAINTAINERS (write-after-approval): Add myself.
10707         (paper-trail): I've escaped!
10708
10709 2002-02-08  Christopher Faylor  <cgf@redhat.com>
10710
10711         * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
10712         changes.
10713         (_initialize_check_for_gdb_ini): Ditto.
10714
10715 2002-02-08  Martin M. Hunt  <hunt@redhat.com>
10716
10717         * win32-nat.c (cygwin_pid_to_str): Fix typo.
10718         xaprintf -> xasprintf.
10719
10720 2002-02-08  Pierre Muller  <muller@ics.u-strasbg.fr>
10721
10722         * win32-nat.c: Remove use of printf and sprintf functions.
10723
10724 2002-02-08  Richard Earnshaw  <rearnsha@arm.com>
10725
10726         * arm-tdep.c (arm_frame_chain_valid): Make static.
10727         (arm_push_arguments): Likewise.
10728         (arm_gdbarch_init): New function.
10729         (_initialize_arm_tdep): Call it.
10730         * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
10731         (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
10732         (FRAME_CHAIN_VALID): Delete.
10733         (arm_frame_chain_valid): Delete declaration.
10734         (PUSH_ARGUMENTS): Delete.
10735         (arm_push_arguments): Delete declaration.
10736         (CALL_DUMMY_P): Delete.
10737
10738 2002-02-08  Andrew Cagney  <ac131313@redhat.com>
10739             Corinna Vinschen  <vinschen@redhat.com>
10740
10741         * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
10742         on builtin float types.
10743
10744 2002-02-08  Daniel Jacobowitz  <drow@mvista.com>
10745
10746         * utils.c: Include <curses.h> before "bfd.h".
10747         * tui/tui-hooks.c: Likewise.
10748         * tui/tui.c: Likewise.
10749         * tui/tuiCommand.c: Likewise.
10750         * tui/tuiData.c: Likewise.
10751         * tui/tuiDataWin.c: Likewise.
10752         * tui/tuiDisassem.c: Likewise.
10753         * tui/tuiGeneralWin.c: Likewise.
10754         * tui/tuiIO.c: Likewise.
10755         * tui/tuiLayout.c: Likewise.
10756         * tui/tuiRegs.c: Likewise.
10757         * tui/tuiSource.c: Likewise.
10758         * tui/tuiSourceWin.c: Likewise.
10759         * tui/tuiStack.c: Likewise.
10760         * tui/tuiWin.c: Likewise.
10761
10762 2002-02-07  Elena Zannoni  <ezannoni@redhat.com>
10763
10764         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
10765         to include space for pseudoregs as well. Update loops accordingly.
10766         (sh_fp_frame_init_saved_regs): Ditto.
10767         (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
10768
10769 2002-02-07  Andrew Cagney  <ac131313@redhat.com>
10770
10771         * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
10772         Add Richard Earnshaw to Arm maintainers.
10773
10774 2002-02-07  Andrew Cagney  <ac131313@redhat.com>
10775
10776         * defs.h (warning_begin): Delete declaration.
10777
10778         * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
10779         Delete macro.
10780
10781 2002-02-07  Michael Snyder  <msnyder@redhat.com>
10782
10783         * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
10784         Logic bug, remove misplaced else.
10785
10786 2002-02-07  Klee Dienes  <klee@apple.com>
10787
10788         * fork-inferior.c (fork_inferior): Add '!' to the list of
10789         characters that need to be quoted when building a string for the
10790         shell.  Quote '!' specifically with a backslash, since CSH chokes
10791         when trying to evaluate "str!str".
10792
10793 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
10794
10795         * rdi-share/host.h: Only provide a typedef for bool if it is not
10796         defined.
10797
10798 2002-02-04  Michael Snyder  <msnyder@redhat.com>
10799
10800         * breakpoint.h (enum bptype): Add new overlay event bp type.
10801         (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
10802
10803         * breakpoint.c (create_internal_breakpoint): New function.
10804         (internal_breakpoint_number): Moved into create_internal_breakpoint.
10805         (create_longjmp_breakpoint): Use create_internal_breakpoint.
10806         (create_thread_event_breakpoint): Ditto.
10807         (create_solib_event_breakpoint): Ditto.
10808         (create_overlay_event_breakpoint): New function.
10809         (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
10810         (update_breakpoints_after_exec): Delete and re-initialize
10811         overlay event breakpoints after an exec.  Add FIXME comment
10812         about longjmp breakpoint.
10813         (print_it_typical): Ignore overlay event breakpoints.
10814         (print_one_breakpoint): Ditto.
10815         (mention): Ditto.
10816         (bpstat_what): Do not stop for overlay event breakpoints.
10817         (delete_breakpoint): Don't delete overlay event breakpoints.
10818         (breakpoint_re_set_one): Delete the overlay event breakpoint.
10819         (breakpoint_re_set): Re-create overlay event breakpoint.
10820
10821         * symfile.c (overlay_auto_command): Enable overlay breakpoints.
10822         (overlay_manual_command): Disable overlay breakpoints.
10823         (overlay_off_command): Disable overlay breakpoints.
10824
10825 2002-02-06  Richard Earnshaw  <rearnsha@arm.com>
10826
10827         * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
10828         (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
10829         to here from config/tm-arm.h.
10830         (coff_sym_is_thumb): Make static.
10831         (arm_elf_make_msymbol_special): New function.
10832         (arm_coff_make_msymbol_special): New function.
10833         * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
10834         (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
10835         (coff_sym_is_thumb): Delete declaration.
10836         (arm_elf_make_msymbol_special): Declare.
10837         (arm_coff_make_msymbol_special): Declare.
10838         (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
10839         (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
10840
10841 2002-02-06  Richard Earnshaw  <rearnsha@arm.com>
10842
10843         * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
10844
10845 2002-02-06  Richard Earnshaw  <rearnsha@arm.com>
10846
10847         * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
10848         * gdbarch.c gdbarch.h: Regenerate.
10849         * arch-utils.c (default_print_float_info): New function.
10850         * arch-utils.h (default_print_float_info): Prototype it.
10851         * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
10852         * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
10853         (PRINT_FLOAT_INFO): Document it.
10854
10855         * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
10856         * config/arm/tm-arm.h (FLOAT_INFO): Delete.
10857         (PRINT_FLOAT_INFO): Define.
10858
10859 2002-02-06  Pierre Muller  <muller@ics.u-strasbg.fr>
10860
10861         * win32-nat.c (_initialize_check_for_gdb_ini):
10862         Add typecast to sprintf argument to suppress a warning.
10863
10864 2002-02-05  Pierre Muller  <muller@ics.u-strasbg.fr>
10865
10866         * win32-nat.c (last_sig): Changed type of variable to target_signal,
10867         to allow easier handling of pass state.
10868         (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
10869         that gives exception name and address.
10870         (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
10871         and set last_sig value to ourstatus->value.sig. Some missing
10872         exceptions added.
10873         (child_continue): Correctly report continue_status.
10874         (get_child_debug_event,do_initial_child_stuff): Set last_sig to
10875         TARGET_SIGNAL_0 (new default value).
10876         (child_resume): consider sig argument passed to decide if
10877         the exception should be passed to debuggee or not.
10878
10879 2002-02-05  Michael Snyder  <msnyder@redhat.com>
10880
10881         * regcache.c (fetch_register): Call target_fetch_register
10882         only if we don't call FETCH_PSEUDO_REGISTER.
10883         (store_register): Call target_store_register only if we
10884         don't call STORE_PSEUDO_REGISTER.
10885
10886 2002-02-05  Elena Zannoni  <ezannoni@redhat.com>
10887
10888         * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
10889         ELF_MAKE_MSYMBOL_SPECIAL.
10890         * gdbarch.c, gdbarch.h: Regenerate.
10891         * arch-utils.c (default_make_msymbol_special): New function.
10892         * arch-utils.h (default_make_msymbol_special): Export.
10893         * elfread.c (elf_symtab_read): Compile use of
10894         ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
10895         multiarched.
10896         * coffread.c (coff_symtab_read): Ditto, for
10897         COFF_MAKE_MSYMBOL_SPECIAL.
10898
10899 2002-02-05  Jim Blandy  <jimb@redhat.com>
10900
10901         * solib-svr4.c (svr4_truncate_ptr): New function.
10902         (svr4_relocate_section_addresses): Do the address arithmetic with
10903         the appropriate truncation for target addresses, even when
10904         CORE_ADDR is larger than a target address.
10905
10906 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
10907
10908         * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
10909         to (int *).
10910
10911 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
10912
10913         * gdbserver/linux-low.c (kill_inferior): Remove commented out
10914         code.
10915
10916 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
10917
10918         * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
10919
10920 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
10921
10922         * gdbserver/linux-low.c: Remove unused include files.
10923
10924 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
10925
10926         * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
10927         (read_inferior_memory): Use it.
10928         (write_inferior_memory): Likewise.
10929
10930 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
10931
10932         * gdbserver/linux-low.c (create_inferior): Call strerror instead of
10933         grubbing through sys_errlist.
10934
10935 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
10936
10937         * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
10938
10939 2002-02-04  Pierre Muller  <muller@ics.u-strasbg.fr>
10940         * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
10941
10942 2002-02-04  Andrew Cagney  <ac131313@redhat.com>
10943
10944         * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
10945         (do_sfunc, set_cmd_sfunc): New functions.
10946
10947         * command.h (struct cmd_list_element): Add field func.
10948         * cli/cli-decode.h (struct cmd_list_element): Ditto.
10949         * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
10950         * cli/cli-decode.h: Ditto.
10951
10952         * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
10953         (help_all, help_cmd_list): Ditto.
10954         (find_cmd, complete_on_cmdlist): Ditto.
10955         * top.c (execute_command): Ditto.
10956
10957         * cli/cli-setshow.c (do_setshow_command): Call func instead of
10958         function.sfunc.
10959
10960         * infcmd.c (notice_args_read): Fix function signature.
10961
10962         * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
10963         * cli/cli-decode.c (add_set_cmd): Ditto.
10964         * utils.c (initialize_utils): Ditto.
10965         * maint.c (_initialize_maint_cmds): Ditto.
10966         * infrun.c (_initialize_infrun): Ditto.
10967         * demangle.c (_initialize_demangler): Ditto.
10968         * remote.c (add_packet_config_cmd): Ditto.
10969         * mips-tdep.c (_initialize_mips_tdep): Ditto.
10970         * cris-tdep.c (_initialize_cris_tdep): Ditto.
10971         * proc-api.c (_initialize_proc_api): Ditto.
10972         * kod.c (_initialize_kod): Ditto.
10973         * valprint.c (_initialize_valprint): Ditto.
10974         * top.c (init_main): Ditto.
10975         * infcmd.c (_initialize_infcmd): Ditto.
10976         * corefile.c (_initialize_core): Ditto.
10977         * arm-tdep.c (_initialize_arm_tdep): Ditto.
10978         * arch-utils.c (initialize_current_architecture): Ditto.
10979         (_initialize_gdbarch_utils): Ditto.
10980         * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
10981
10982         * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
10983         * wince.c (_initialize_inftarg): Ditto.
10984         * symfile.c (_initialize_symfile): Ditto.
10985         * mips-tdep.c (_initialize_mips_tdep): Ditto.
10986         * language.c (_initialize_language): Ditto.
10987         * arc-tdep.c (_initialize_arc_tdep): Ditto.
10988
10989 2002-02-04  Michael Snyder  <msnyder@redhat.com>
10990
10991         * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
10992
10993 2002-02-04  Daniel Jacobowitz  <drow@mvista.com>
10994
10995         * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
10996         Add rules for building the register data files.
10997
10998 2002-02-04  Daniel Jacobowitz  <drow@mvista.com>
10999
11000         * regformats/regdat.sh: Add braces to the definition of
11001         expedite_regs_${arch}.
11002
11003 2002-02-04  Daniel Jacobowitz  <drow@mvista.com>
11004
11005         * regformats/regdef.h (struct reg): Add comment describing the
11006         requirements for offset and size fields.
11007
11008 2002-02-04  Andreas Schwab  <schwab@suse.de>
11009
11010         * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
11011         * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
11012
11013 2002-02-04  Richard Earnshaw  <rearnsha@arm.com>
11014
11015         * gdbarch.sh (copyright): Update years in generated header.
11016         (SMASH_TEXT_ADDRESS): Add rule.
11017         * gdbarch.h, gdbarch.c: Re-generate.
11018         * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
11019         * dbxread.c: Likewise.
11020         * dwarfread.c: Likewise.
11021         * elfread.c: Likewise.
11022         * somread.c: Likewise.
11023
11024         * arm-tdep.c (arm_smash_text_address): New function.
11025         * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
11026
11027 2002-02-04  Pierre Muller  <muller@ics.u-strasbg.fr>
11028
11029         Add support for hardware watchpoints on win32 native.
11030         * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
11031         CONTEXT_DEBUG_REGISTERS.
11032         (dr variable): New variable. Static array containing a local copy
11033         of debug registers.
11034         (debug_registers_changed): New variable.  Reflects when debug registers
11035         are changed and need to be written to inferior.
11036         (debug_registers_used): New variable. Reflects when any debug register
11037         was set, used when new threads are created.
11038         (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
11039         i386-nat code.
11040         (thread_rec): Set dr array if id is the thread of current_event .
11041         (child_continue, child_resume): Change the debug registers for all
11042         threads if debug_registers_changed.
11043         (child_add_thread): Change the debug registers if debug_registers_used.
11044         * config/i386/cygwin.mh: Add use of i386-nat.o file.
11045         Link nm.h to new nm-cygwin.h file.
11046         + config/i386/nm-cygwin.h: New file. Contains the macros used for use
11047         of hardware registers.
11048
11049 2002-02-03  Andrew Cagney  <ac131313@redhat.com>
11050
11051         * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
11052         Restore behavour broken by 2002-01-20 Andrew Cagney
11053         <ac131313@redhat.com> IEEE_FLOAT removal.
11054
11055 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
11056
11057         * c-valprint.c (c_val_print): Pass a proper valaddr to
11058         cp_print_class_method.
11059         * valops.c (search_struct_method): If there is only one method
11060         and args is NULL, return that method.
11061
11062 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
11063
11064         * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
11065         accessing tag_name directly.
11066
11067 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
11068
11069         * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
11070         of accessing tag_name directly.
11071
11072 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
11073
11074         PR gdb/280
11075         * gdbtypes.c (replace_type): New function.
11076         * gdbtypes.h (replace_type): Add prototype.
11077         * stabsread.c (read_type): Use replace_type.
11078
11079 2002-02-03  Richard Earnshaw  <rearnsha@arm.com>
11080
11081         * Makefile.in (memattr.o): Add missing dependencies rule.
11082
11083 2002-02-03  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
11084
11085         * breakpoint.c (break_at_finish_command): Really export.
11086         (break_at_finish_at_depth_command): Ditto.
11087         (tbreak_at_finish_command): Ditto.
11088         * hppa-tdep.c: Include completer.h.
11089         * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
11090         (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
11091
11092 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
11093
11094         * utils.c (do_write): New function.
11095         (error_stream): Rewrite combining the code from error_begin and
11096         verror.
11097         (verror): Rewrite using error_stream.
11098         (error_begin): Delete function.
11099
11100 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
11101
11102         * utils.c (error_begin): Make static.
11103         * defs.h (error_begin): Delete declaration.
11104
11105         * linespec.c (cplusplus_error): Replace cplusplus_hint.
11106         (decode_line_1): Use cplusplus_error instead of error_begin,
11107         cplusplus_hint and return_to_top_level.
11108         * coffread.c (coff_symfile_read): Use error instead of error_begin
11109         and return_to_top_level.
11110         * infrun.c (default_skip_permanent_breakpoint): Ditto.
11111
11112 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
11113
11114         * language.h (type_error, range_error): Make string parameter
11115         constant.
11116         * language.c (warning_pre_print): Delete extern declaration.
11117         * dwarfread.c (warning_pre_print): Ditto.
11118         * language.c (type_error, range_error): Rewrite to use verror and
11119         vwarning instead of warning_begin.
11120
11121 2002-02-01  Michael Snyder  <msnyder@redhat.com>
11122
11123         * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
11124         (set_ignore_count): Move misplaced comment back where it belongs.
11125
11126 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
11127
11128         * command.h (NO_FUNCTION): Delete macro.
11129         * cli/cli-decode.h (NO_FUNCTION): Ditto.
11130         * top.c (execute_command): Replace NO_FUNCTION with NULL.
11131         * tracepoint.c (_initialize_tracepoint): Ditto.
11132         * cli/cli-decode.c (add_set_cmd): Ditto.
11133         * cli/cli-cmds.c (init_cli_cmds): Ditto.
11134
11135 2002-02-01  Daniel Jacobowitz  <drow@mvista.com>
11136
11137         * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
11138         Update ``this'' pointer when calling virtual functions.
11139
11140 2002-02-01  Michael Snyder  <msnyder@redhat.com>
11141
11142         * breakpoint.c (create_temp_exception_breakpoint): Delete.
11143         * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
11144
11145 2002-02-01  Daniel Jacobowitz  <drow@mvista.com>
11146
11147         * regformats/reg-arm.dat: New file.
11148         * regformats/reg-i386.dat: New file.
11149         * regformats/reg-ia64.dat: New file.
11150         * regformats/reg-m68k.dat: New file.
11151         * regformats/reg-mips.dat: New file.
11152         * regformats/reg-ppc.dat: New file.
11153         * regformats/reg-sh.dat: New file.
11154         * regformats/regdef.h: New file.
11155         * regformats/regdat.sh: New file.
11156
11157 2002-02-01  Richard Earnshaw  <reanrsha@arm.com>
11158
11159         * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
11160         (arm_frame_args_address, arm_frame_locals_address): New functions.
11161         (arm_frame_num_args): New function.
11162         * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
11163         (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
11164         (FRMA_NUM_ARGS): Call arm_frame_num_args.
11165
11166 2002-01-31  Michael Snyder  <msnyder@redhat.com>
11167
11168         * breakpoint.c (break_at_finish_command): Export.
11169         (break_at_finish_at_depth_command): Export.
11170         (tbreak_at_finish_command): Export.
11171         (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
11172         * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
11173         "txbreak" commands, which are HPPA specific.
11174
11175         * printcmd.c (disassemble_command): Remove an ancient
11176         artifact of an old merge.
11177
11178         * symfile.h (enum overlay_debugging_state):
11179         Define enum constant values for overlay mode.
11180         * symfile.c (overlay_debugging): Use enums instead of literals.
11181         (overlay_is_mapped, overlay_auto_command,
11182         overlay_manual_command): Ditto.
11183
11184         * breakpoint.c (insert_breakpoints, remove_breakpoint,
11185         breakpoint_here_p, breakpoint_inserted_here_p,
11186         breakpoint_thread_match, bpstat_stop_status,
11187         describe_other_breakpoints, check_duplicates, clear_command):
11188         Coding standard fixes.
11189
11190         * target.c (target_xfer_memory): Add spaces, coding standard.
11191         (do_xfer_memory): Add missing line to trust-readonly
11192         code: check bfd SEC_READONLY flag for section.
11193
11194 2002-01-31  Andrew Cagney  <ac131313@redhat.com>
11195
11196         * PROBLEMS: Fix typo, 5.1->5.1.1.
11197
11198 2002-01-30  Daniel Jacobowitz  <drow@mvista.com>
11199
11200         * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
11201         data symbols, since we search based on textlow and texthigh.
11202         (find_pc_sect_symtab): Likewise.
11203
11204 2002-01-30  Andrew Cagney  <ac131313@redhat.com>
11205
11206         * defs.h (vwarning): Declare.
11207         * utils.c (vwarning): New function.
11208         (warning): Call vwarning.
11209         (warning_begin): Delete function.
11210
11211         * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
11212         the warning message.
11213         * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
11214         warning_begin.
11215
11216 2002-01-30  Michael Snyder  <msnyder@redhat.com>
11217
11218         * NEWS: Mention "set trust-readonly-sections" command.
11219         Mention generate-core-file command.
11220
11221 2002-01-15  Michael Snyder  <msnyder@redhat.com>
11222
11223         * target.c: New command, "set trust-readonly-sections on".
11224         (do_xfer_memory): Honor the suggestion to trust readonly sections
11225         by reading them from the object file instead of from the target.
11226         (initialize_targets): Register command "set trust-readonly-sections".
11227
11228 2002-01-29  Andrew Cagney  <ac131313@redhat.com>
11229
11230         * parse.c (target_map_name_to_register): Simplify, search regs and
11231         pseudo-regs using a single loop.
11232
11233 2002-01-30  Andrew Cagney  <ac131313@redhat.com>
11234
11235         * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
11236
11237 2002-01-15  Rodney Brown  <rbrown64@csc.com.au>
11238
11239         * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
11240         * config/i386/i386v42mp.mh: Add i387-nat.o .
11241         * i386v4-nat.c: Include i387-nat.h.
11242         (supply_fpregset): Use i387_supply_fsave.
11243         (fill_fpregset): Use i387_fill_fsave.
11244
11245 2002-01-30  Richard Earnshaw  <rearnsha@arm.com>
11246
11247         * arm-tdep.c (arm_call_dummy_words): Define.
11248         * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
11249         * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
11250         (CALL_DUMMY_WORDS): Define.
11251         (arm_call_dummy_words): Declare.
11252         * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
11253         (arm_linux_call_dummy_words): Declare.
11254
11255 2002-01-30  Andreas Schwab  <schwab@suse.de>
11256
11257         * m68klinux-nat.c: Fix last change to use regcache_collect
11258         instead of referencing registers[] directly.
11259
11260 2002-01-29  Andrew Cagney  <ac131313@redhat.com>
11261
11262         * parse.c (target_map_name_to_register): Delete code wrapped in
11263         #ifdef REGISTER_NAME_ALIAS_HOOK.
11264
11265 2002-01-28  Michael Snyder  <msnyder@redhat.com>
11266
11267         * regcache.c (legacy_read_register_gen): Need to be able to
11268         read pseudo-register as well as real register.
11269         (legacy_write_register_gen): Ditto.
11270
11271 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
11272
11273         * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11274         * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
11275         * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
11276         * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
11277         * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
11278         * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
11279         * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
11280         * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
11281         * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
11282         * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11283         * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
11284         * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
11285         * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
11286         * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
11287         * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
11288         * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
11289         * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
11290         * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
11291         * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
11292         * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
11293
11294 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
11295
11296         * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
11297         (target_byte_order): Initialize to BFD_ENDIAN_BIG.
11298         (initialize_current_architecture): Update target_byte_order using
11299         information from BFD.
11300         * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
11301         * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
11302
11303 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
11304
11305         * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
11306         * vax-tdep.c (INVALID_FLOAT): To here.  Document why it is broken.
11307
11308         * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
11309         #ifdef INVALID_FLOAT.
11310         * infcmd.c (do_registers_info): Ditto.
11311         * values.c (unpack_double): Ditto.  Add comment.
11312
11313         * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
11314         already commented out.
11315
11316 2002-01-26  Andreas Schwab  <schwab@suse.de>
11317
11318         * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
11319         * m68klinux-nat.c: Update ptrace interface for fetching/storing
11320         registers and add support for PTRACE_GETREGS.
11321
11322 2002-01-24  Andrew Cagney  <ac131313@redhat.com>
11323
11324         GDB 5.1.1 released from 5.1 branch.
11325         * NEWS: Add 5.1.1 news.
11326         * README: Sync with 5.1 branch.
11327
11328 2002-01-23  Fred Fish  <fnf@redhat.com>
11329
11330         * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
11331         stabstring on initial malloc.  Reallocing will copy it for us,
11332         if necessary.
11333
11334 2002-01-23  Elena Zannoni  <ezannoni@redhat.com>
11335
11336         * Makefile.in (hpread_h): Delete.
11337         (HFILES_NO_SRCDIR): Remove hpread.h.
11338         (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
11339         (hpread.o): Update dependencies.
11340         (hp-psymtab-read.o, hp-symtab-read.o): Remove.
11341
11342         * hp-psymtab-read.c: Remove file.
11343         * hp-symtab-read.c: Remove file.
11344         * hpread.h: Remove file.
11345
11346         * hpread.c: Merge all contents of hp-psymtab-read.c,
11347         hp-symtab-read.c and hpread.h into this file, as it was prior to
11348         January 1999.
11349
11350         * config/pa/hpux11w.mh, config/pa/hpux11.mh,
11351         config/pa/hpux1020.mh, config/pa/hppaosf.mh,
11352         config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
11353         Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
11354
11355 2002-01-23  Elena Zannoni  <ezannoni@redhat.com>
11356
11357         * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
11358         fill_gregset): Call gdbarch_tdep() just once, assign result to
11359         variable and use that, instead of calling the function several
11360         times.
11361
11362 2002-01-24  Alexandre Oliva  <aoliva@redhat.com>
11363
11364         * configure.host: Accept sparcv9 as alias for sparc64.
11365         * configure.tgt: Likewise.
11366
11367 2002-01-22  Kevin Buettner  <kevinb@redhat.com>
11368
11369         * solib-aix5.c (build_so_list_from_mapfile)
11370         (aix5_relocate_main_executable): Fix xcalloc() calls so order of
11371         arguments is not reversed.
11372         * solib-sunos.c (sunos_relocate_main_executable): Likewise.
11373         * solib-svr4.c (svr4_relocate_main_executable): Likewise.
11374
11375 2002-01-22  Elena Zannoni  <ezannoni@redhat.com>
11376
11377         * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
11378         modified version of obsolete sh_fetch_pseudo_register.
11379         (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
11380         (sh4_register_read): New function.
11381         (sh_pseudo_register_write): New function. Renamed and modified
11382         version of obsolete sh_store_pseudo_register.
11383         (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
11384         (sh4_register_write): New function.
11385         (sh_gdbarch_init): Remove setting of gdbarch function
11386         fetch_pseudo_register and store_pseudo_register. Remove setting of
11387         register_convert_to_raw, register_convert_to_virtual,
11388         register_convertible.
11389         (sh_sh4_register_convertible): Delete. No longer needed. All is
11390         taken care by architecture specific functions
11391         register_read/register_write.
11392         (sh_sh4_register_convert_to_virtual): Make static.
11393         (sh_sh4_register_convert_to_raw): Ditto.
11394
11395 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
11396
11397         * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
11398         (floatformat_is_nan, floatformat_mantissa): Ditto.
11399
11400         * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
11401         for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
11402         builtin_type_ieee_double_little,
11403         builtin_type_ieee_double_littlebyte_bigword,
11404         builtin_type_m68881_ext, builtin_type_i960_ext,
11405         builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
11406         builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
11407         builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
11408         builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
11409
11410 2002-01-22  Corinna Vinschen  <vinschen@redhat.com>
11411
11412         * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
11413         parameter.  Set frameless flag if it exists and depended of
11414         whether the scanned function is frameless or not.
11415         (xstormy16_skip_prologue): If function is frameless, return
11416         result of xstormy16_scan_prologue().
11417         (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
11418         call.
11419
11420 2002-01-21  Elena Zannoni  <ezannoni@redhat.com>
11421
11422         * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
11423         sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
11424         sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
11425         sh_sh4_register_byte, sh_sh4_register_raw_size,
11426         sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
11427         sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
11428         sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
11429         sh_store_pseudo_register, sh_do_pseudo_register): Call
11430         gdbarch_tdep() just once, assign result to variable and use that,
11431         instead of calling the function several times.
11432
11433 2002-01-20  Mark Kettenis  <kettenis@gnu.org>
11434
11435         * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
11436         macros instead of LAST_FPU_CTRL_REGNUM.
11437         (store_register): Likewise.
11438
11439 2002-01-21  Jim Blandy  <jimb@redhat.com>
11440
11441         * infcmd.c (run_command): Check that the `exec' target layer's BFD
11442         is up-to-date before running the program, not just when a program
11443         exits.
11444
11445 2002-01-21  Fred Fish  <fnf@redhat.com>
11446
11447         * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
11448         when we have found all instructions we are looking for.
11449
11450 2002-01-21  Richard Earnshaw  <rearnsha@arm.com>
11451
11452         * arm-tdep.c (arm_register_name): New function.
11453         (arm_registers_names): Make static.
11454         * config/arm/tm-arm.h (arm_register_names): Delete declaration.
11455         (arm_register_name): Declare.
11456         (REGISTER_NAME): Use it.
11457
11458 2002-01-21  Richard Earnshaw  <rearnsha@arm.com>
11459             Kevin Buettner  <kevinb@redhat.com>
11460
11461         Convert arm targets to new FRAME interface.
11462         * arm-tdep.c (struct frame_extra_info): Remove fsr.
11463         (arm_frame_find_save_regs): Delete.
11464         (arm_frame_init_saved_regs): New.
11465         (arm_init_extra_frame_info): Alloacte saved_regs as required.
11466         Allocate extra_info as required.  Convert all uses of fsr.regs
11467         to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
11468         to use extra_info.
11469         (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
11470         (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
11471         (check_prologue_cache, save_prologue_cache): Likewise.
11472         (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
11473         * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
11474         (FRAME_FIND_SAVED_REGS): Delete.
11475         (arm_frame_find_saved_regs): Delete prototype.
11476         (arm_frame_init_saved_regs): New prototype.
11477         (FRAME_INIT_SAVED_REGS): Define.
11478
11479 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
11480
11481         * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
11482
11483 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
11484
11485         From Jeff Law <law@redhat.com>:
11486         * infttrace.c: Include <sys/pstat.h>.
11487         (child_pid_to_exec_file): Revamp.  Use pstat call to get the
11488         exec file if the ttrace equivalent fails.
11489
11490 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
11491
11492         * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
11493         (closeLogFile): Ditto.
11494
11495 2002-01-20  Michael Chastain  <mec@shout.net>
11496
11497         * top.c (print_gdb_version): Bump copyright year to 2002.
11498
11499 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
11500
11501         * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
11502         Zannoni and Eli Zaretskii.
11503
11504 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
11505
11506         * buildsym.c: Update copyright years.
11507         * c-typeprint.c: Likewise.
11508         * dwarf2read.c: Likewise.
11509         * f-typeprint.c: Likewise.
11510         * gdbtypes.c: Likewise.
11511         * gdbtypes.h: Likewise.
11512         * hp-symtab-read.c: Likewise.
11513         * hpread.c: Likewise.
11514         * mdebugread.c: Likewise.
11515         * p-typeprint.c: Likewise.
11516
11517 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
11518
11519         * remote-sim.c (gdbsim_open): Simplify code testing the macro
11520         TARGET_BYTE_ORDER_SELECTABLE_P.  Assume the target is always
11521         byte-order selectable.
11522         * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
11523         * arch-utils.c: Ditto.
11524         (set_endian): Ditto.
11525         (set_endian_from_file): Ditto.
11526         * gdbserver/low-sim.c (create_inferior): Ditto.
11527         * gdbarch.sh: Ditto.
11528         * gdbarch.h: Re-generate.
11529         * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11530         * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
11531         * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
11532         * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11533         * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11534         * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11535         * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
11536         * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
11537         macro definition.
11538         * config/mips/tm-wince.h: Remove #undef of macro
11539         TARGET_BYTE_ORDER_SELECTABLE.
11540         * config/sh/tm-wince.h: Ditto.
11541
11542 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
11543
11544         * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
11545         member function fields.  Add accessor macro
11546         TYPE_FN_FIELD_ARTIFICIAL.
11547         * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
11548         * c-typeprint.c (c_type_print_base): Skip artificial member
11549         functions.
11550
11551 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
11552
11553         * f-typeprint.c: Delete unused function f_type_print_args.
11554         * p-typeprint.c: Delete unused function pascal_type_print_args.
11555
11556 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
11557
11558         * gdbtypes.h (struct type): Fix whitespace.  Remove obsolete
11559         comment.  Add ``artificial'' to ``union field_location''.
11560
11561         * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
11562
11563         * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
11564         * mdebugread.c (parse_symbol): Likewise.
11565         * stabsread.c (define_symbol): Likewise.
11566         * hp-symtab-read.c (hpread_function_type): Likewise, instead of
11567         initializing TYPE_FIELD_BITPOS to n (obsolete).
11568         (hpread_doc_function_type): Likewise.
11569         * hpread.c (hpread_function_type): Likewise.
11570
11571 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
11572
11573         * configure.in (host_makefile_frag): Only require a host makefile
11574         fragment when a native build.
11575         * configure: Re-generate.
11576
11577 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
11578
11579         * doublest.h (floatformat_from_type): Declare.
11580         * doublest.c (floatformat_from_type): New function.
11581         (convert_typed_floating): Use.
11582
11583         * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
11584         call to function floatformat_from_type.
11585
11586         * gdbarch.sh (IEEE_FLOAT): Delete.
11587         * gdbarch.h, gdbarch.c: Re-generate.
11588         * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
11589         * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
11590         * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
11591         * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
11592         * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
11593         * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
11594         * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
11595         * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
11596         * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
11597         * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
11598         * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
11599         * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
11600
11601         * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
11602         * x86-64-tdep.c (i386_gdbarch_init): Ditto.
11603         * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11604         * sh-tdep.c (sh_gdbarch_init): Ditto.
11605         * mips-tdep.c (mips_gdbarch_init): Ditto.
11606         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11607         * cris-tdep.c (cris_gdbarch_init): Ditto.
11608
11609 2002-01-20  Jiri Smid  <smid@suse.cz>
11610
11611         * configure.host, configure.tgt: Support x86-64.
11612         * NEWS: Note new target x86-64.
11613
11614         * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
11615         * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
11616         * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
11617         * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
11618         x86-64-linux-nat.o): Fix dependencies.
11619
11620 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
11621
11622         * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
11623         * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
11624         * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
11625         * config/sparc/xm-sun4os4.h: Delete file.
11626         * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
11627
11628 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
11629
11630         * config/sparc/sparclynx.mh (XM_FILE): Delete.
11631         * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
11632         * config/m68k/m68klynx.mh (XM_FILE): Delete.
11633         * config/i386/i386lynx.mh (XM_FILE): Delete.
11634         * config/rs6000/xm-rs6000ly.h: Delete file.
11635         * config/sparc/xm-sparclynx.h: Delete file.
11636         * config/m68k/xm-m68klynx.h: Delete file.
11637         * config/i386/xm-i386lynx.h: Delete file.
11638         * config/xm-lynx.h: Delete file.
11639         * config/djgpp/fnchange.lst: Update.
11640
11641 2002-01-19  Jason Thorpe  <thorpej@wasabisystems.com>
11642
11643         * alpha-tdep.c (alpha_register_byte): New function.
11644         (alpha_register_raw_size): Ditto.
11645         (alpha_register_virtual_size): Ditto.
11646         (alpha_skip_prologue_internal): Renamed from
11647         alpha_skip_prologue.
11648         (alpha_skip_prologue): New version that calls
11649         alpha_skip_prologue_internal.
11650         (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
11651         * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
11652         second argument from alpha_skip_prologue.
11653         (REGISTER_BYTE): Use alpha_register_byte.
11654         (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
11655         (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
11656         (FRAMELESS_FUNCTION_INVOCATION): Use
11657         generic_frameless_function_invocation_not.
11658         (FRAME_NUM_ARGS): Use frame_num_args_unknown.
11659         (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
11660
11661 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
11662
11663         * config/mips/xm-news-mips.h: Delete file.
11664         * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
11665
11666         * config/m88k/xm-m88k.h: Delete file.
11667         * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
11668         * config/m88k/xm-delta88v4.h: Ditto.
11669         * config/m88k/xm-delta88.h: Ditto.
11670
11671         * config/alpha/xm-fbsd.h: Delete file.
11672         * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
11673
11674         * config/sparc/xm-sparc.h: Delete file.
11675         * Makefile.in (xm-sun4os4.h): Delete dependency.
11676         * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
11677         * config/sparc/xm-sun4os4.h: Ditto.
11678         * config/sparc/xm-linux.h: Ditto.
11679
11680         * config/i386/xm-windows.h: Delete file.
11681
11682 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
11683
11684         * utils.c: Include <sys/param.h> for MAXPATHLEN.
11685         (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
11686
11687 2002-01-19  Jason Thorpe  <thorpej@wasabisystems.com>
11688
11689         * alpha-tdep.c (alpha_call_dummy_words): New.
11690         * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
11691         (CALL_DUMMY_P): Define.
11692         (CALL_DUMMY_WORDS): Define.
11693         (SIZEOF_CALL_DUMMY_WORDS): Define.
11694
11695 2002-01-19  Per Bothner  <per@bothner.com>
11696
11697         * gnu-v3-abi.c (gnuv3_rtti_type):  Guard that vtable_symbol_name
11698         isn't NULL, which can happen with some gcj-3.x-produced code.
11699
11700 2002-01-19  Jason Thorpe  <thorpej@wasabisystems.com>
11701
11702         * alpha-tdep.c (alpha_register_virtual_type): New function.
11703         (alpha_init_frame_pc_first): Ditto.
11704         (alpha_fix_call_dummy): Ditto.
11705         (alpha_store_struct_return): Ditto.
11706         (alpha_extract_struct_value_address): Ditto.
11707         * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
11708         alpha_register_virtual_type.
11709         (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
11710         (EXTRACT_STRUCT_VALUE_ADDRESS): Use
11711         alpha_extract_struct_value_address.
11712         (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
11713         (INIT_FRAME_PC): Use init_frame_pc_noop.
11714         (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
11715
11716 2002-01-19  Mark Kettenis  <kettenis@gnu.org>
11717
11718         * i386gnu-nat.c: Include "i386-tdep.h".
11719         (fetch_fpregs): Simplify code dealing with uninitialized floating
11720         point states such that it doesn't require FP7_REGNUM.
11721
11722 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
11723
11724         * alpha-tdep.c (frame_extra_info): New.
11725         (alpha_find_saved_regs): Make static.  Use
11726         frame->extra_info.
11727         (alpha_frame_init_saved_regs): New function.
11728         (alpha_frame_saved_pc): Use frame->extra_info.
11729         (temp_saved_regs): Don't declare as struct frame_saved_regs.
11730         (heuristic_proc_desc): Adjust for temp_saved_regs changes.
11731         (init_extra_frame_info): Rename to...
11732         (alpha_init_extra_frame_info): ...this.  Use frame->extra_info.
11733         (alpha_print_extra_frame_info): New function.
11734         (alpha_frame_locals_address): Ditto.
11735         (alpha_frame_args_address): Ditto.
11736         (alpha_pop_frame): Use frame->extra_info.
11737         * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
11738         alpha_frame_args_address.
11739         (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
11740         (alpha_find_saved_regs): Remove prototype.
11741         (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
11742         (EXTRA_FRAME_INFO): Remove.
11743         (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
11744         (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
11745
11746 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
11747
11748         * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
11749         (alpha_cannot_fetch_register): Ditto.
11750         (alpha_cannot_store_register): Ditto.
11751         (alpha_register_convertible): Ditto.
11752         (alpha_use_struct_convention): Ditto.
11753         * config/alpha/tm-alpha.h: Update copyright years.
11754         (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
11755         (INNER_THAN): Use core_addr_lessthan.
11756         (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
11757         (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
11758         (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
11759         (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
11760         (FRAME_CHAIN): Remove unnecessary cast.
11761
11762 2002-01-18  Andrew Cagney  <ac131313@redhat.com>
11763
11764         * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
11765         obsolete.
11766
11767 2002-01-18  Andrew Cagney  <ac131313@redhat.com>
11768
11769         * infptrace.c: Remove ATTRIBUTE_UNUSED.  Update copyright.
11770         * monitor.c, remote-array.c, remote-bug.c: Ditto.
11771         * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
11772         * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
11773         * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
11774         * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
11775         * x86-64-linux-nat.c: Ditto.
11776
11777 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
11778
11779         * alpha-tdep.c (alpha_register_name): New function.
11780         * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
11781         (REGISTER_NAME): Define.
11782
11783 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
11784
11785         * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
11786
11787 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
11788
11789         * alpha-tdep.c: Update copyright years.
11790         (alpha_next_pc): New function.
11791         (alpha_software_single_step): Ditto.
11792         * config/alpha/tm-alpha.h: Add prototype for
11793         alpha_software_single_step.
11794
11795 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
11796
11797         * alphabsd-nat.c: Update copyright years.
11798         (fill_gregset): Use regcache_collect.
11799         (fill_fpregset): Likewise.
11800         (fetch_inferior_registers): Only fetch integer registers
11801         if requested to do so.
11802         (store_inferior_registers): Only store integer registers
11803         if requested to do so.
11804
11805 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
11806
11807         * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
11808         * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
11809         * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
11810         * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
11811         * config/alpha/fbsd.mh (XDEPFILES): Delete.
11812         * config/arm/linux.mh (XDEPFILES): Delete.
11813         * config/arm/nbsd.mh (XDEPFILES): Delete.
11814         * config/i386/i386dgux.mh (XDEPFILES): Delete.
11815         * config/i386/i386sol2.mh (XDEPFILES): Delete.
11816         * config/i386/i386m3.mh (XDEPFILES): Delete.
11817         (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
11818         * config/i386/i386gnu.mh (XDEPFILES): Delete.
11819         * config/i386/fbsd.mh (XDEPFILES): Delete.
11820         * config/i386/i386bsd.mh (XDEPFILES): Delete.
11821         * config/i386/i386sco5.mh (XDEPFILES): Delete.
11822         * config/i386/i386v4.mh (XDEPFILES): Delete.
11823         * config/i386/i386v42mp.mh (XDEPFILES): Delete.
11824         * config/i386/i386sco4.mh (XDEPFILES): Delete.
11825         * config/i386/i386aix.mh (XDEPFILES): Delete.
11826         * config/i386/go32.mh (XDEPFILES): Delete.
11827         * config/i386/cygwin.mh (XDEPFILES): Delete.
11828         * config/i386/i386lynx.mh (XDEPFILES): Delete.
11829         * config/i386/i386mach.mh (XDEPFILES): Delete.
11830         * config/i386/i386v32.mh (XDEPFILES): Delete.
11831         * config/i386/linux.mh (XDEPFILES): Delete.
11832         * config/i386/nbsdelf.mh (XDEPFILES): Delete.
11833         * config/i386/ncr3000.mh (XDEPFILES): Delete.
11834         * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
11835         * config/i386/i386sco.mh (XDEPFILES): Delete.
11836         * config/i386/i386v.mh (XDEPFILES): Delete.
11837         * config/i386/nbsd.mh (XDEPFILES): Delete.
11838         * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
11839         * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
11840         * config/i386/symmetry.mh (XDEPFILES): Delete.
11841         * config/i386/obsd.mh (XDEPFILES): Delete.
11842         * config/i386/x86-64linux.mh (XDEPFILES): Delete.
11843         * config/ia64/linux.mh (XDEPFILES): Delete.
11844         * config/ia64/aix.mh (XDEPFILES): Delete.
11845         * config/m68k/apollo68b.mh (XDEPFILES): Delete.
11846         * config/m68k/dpx2.mh (XDEPFILES): Delete.
11847         * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
11848         * config/m68k/apollo68v.mh (XDEPFILES): Delete.
11849         * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
11850         * config/m68k/linux.mh (XDEPFILES): Delete.
11851         * config/m68k/m68klynx.mh (XDEPFILES): Delete.
11852         * config/m68k/m68kv4.mh (XDEPFILES): Delete.
11853         * config/m68k/nbsd.mh (XDEPFILES): Delete.
11854         * config/m68k/sun2os3.mh (XDEPFILES): Delete.
11855         * config/m68k/sun2os4.mh (XDEPFILES): Delete.
11856         * config/m68k/sun3os3.mh (XDEPFILES): Delete.
11857         * config/m68k/sun3os4.mh (XDEPFILES): Delete.
11858         * config/m88k/delta88.mh (XDEPFILES): Delete.
11859         * config/m88k/delta88v4.mh (XDEPFILES): Delete.
11860         * config/m88k/m88k.mh (XDEPFILES): Delete.
11861         * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
11862         * config/mips/linux.mh (XDEPFILES): Delete.
11863         * config/mips/irix6.mh (XDEPFILES): Delete.
11864         * config/mips/irix5.mh (XDEPFILES): Delete.
11865         * config/mips/irix4.mh (XDEPFILES): Delete.
11866         * config/mips/irix3.mh (XDEPFILES): Delete.
11867         * config/mips/decstation.mh (XDEPFILES): Delete.
11868         * config/mips/mipsm3.mh (XDEPFILES): Delete.
11869         (NATDEPFILES): Move core-aout.o to here.
11870         * config/ns32k/nbsd.mh (XDEPFILES): Delete.
11871         * config/pa/hpux1020.mh (XDEPFILES): Delete.
11872         * config/pa/hppabsd.mh (XDEPFILES): Delete.
11873         * config/pa/hppahpux.mh (XDEPFILES): Delete.
11874         * config/pa/hpux11w.mh (XDEPFILES): Delete.
11875         * config/pa/hppaosf.mh (XDEPFILES): Delete.
11876         * config/pa/hpux11.mh (XDEPFILES): Delete.
11877         * config/powerpc/aix.mh (XDEPFILES): Delete.
11878         * config/powerpc/nbsd.mh (XDEPFILES): Delete.
11879         * config/powerpc/linux.mh (XDEPFILES): Delete.
11880         * config/romp/rtbsd.mh: Rename XDEPFILES.
11881         * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
11882         * config/rs6000/aix4.mh (XDEPFILES): Delete.
11883         * config/rs6000/rs6000.mh (XDEPFILES): Delete.
11884         * config/s390/s390.mh (XDEPFILES): Delete.
11885         * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
11886         * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
11887         * config/sparc/sun4os4.mh (XDEPFILES): Delete.
11888         * config/sparc/sparclynx.mh (XDEPFILES): Delete.
11889         * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
11890         * config/sparc/nbsd.mh (XDEPFILES): Delete.
11891         * config/sparc/linux.mh (XDEPFILES): Delete.
11892         * config/vax/vaxult.mh (XDEPFILES): Delete.
11893         * config/vax/vaxult2.mh (XDEPFILES): Delete.
11894         * Makefile.in (DEPFILES): Remove XDEPFILES.
11895
11896 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
11897
11898         * utils.c (internal_verror): Fix comments, default is yes not no.
11899         Update queries to match.  Default to quit and dump core.
11900
11901 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
11902
11903         * breakpoint.c: Update assuming #if UI_OUT is always true.  Update
11904         copyright.
11905         * defs.h, event-top.c, gdbcmd.h: Ditto.
11906         * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
11907         * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
11908         * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
11909         * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
11910         * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
11911         * mi/mi-main.c:Ditto.
11912
11913         * stack.c, symfile.c: Update copyright.
11914
11915 2002-01-17  Daniel Jacobowitz  <drow@mvista.com>
11916
11917         * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
11918         gdbserver/low-nbsd.c, gdbserver/low-sim.c,
11919         gdbserver/low-sparc.c, gdbserver/low-sun3.c,
11920         gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
11921
11922 2002-01-17  Daniel Jacobowitz  <drow@mvista.com>
11923
11924         * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
11925         * gdbserver/low-lynx.c (myattach): Likewise.
11926         * gdbserver/low-nbsd.c (myattach): Likewise.
11927         * gdbserver/low-sim.c (myattach): Likewise.
11928         * gdbserver/low-sparc.c (myattach): Likewise.
11929         * gdbserver/low-sun3.c (myattach): Likewise.
11930
11931         * gdbserver/low-linux.c (myattach): New function.
11932
11933         * gdbserver/server.c (attach_inferior): New function.
11934         (main): Handle "--attach".
11935
11936 2002-01-16  Andrew Cagney  <ac131313@redhat.com>
11937
11938         * MAINTAINERS (language support): Daniel Jacobwitz is C++
11939         maintainer.
11940
11941 2002-01-15  Daniel Jacobowitz  <drow@mvista.com>
11942
11943         * c-typeprint.c (is_type_conversion_operator): Add additional
11944         check for non-conversion operators.
11945
11946 2002-01-15  Michael Snyder  <msnyder@redhat.com>
11947
11948         * linux-proc.c: Add "info proc" command, a la procfs.c.
11949         (read_mapping): New function, abstract and re-use code.
11950         (linux_find_memory_regions): Use new func read_mapping.
11951         (linux_info_proc_cmd): New function, implement "info proc".
11952         (_initialize_linux_proc): Add new command "info proc".
11953
11954 2002-01-15  Michael Snyder  <msnyder@redhat.com>
11955
11956         * symfile.c (generic_load): Use bfd_map_over_sections method
11957         instead of manipulating bfd structure members directly.
11958         (add_section_size_callback): New function, bfd sections callback
11959         used by generic_load.
11960         (load_sections_callback): New function, bfd sections callback
11961         used by generic_load.
11962
11963 2002-01-15  Elena Zannoni  <ezannoni@redhat.com>
11964
11965         [Based on work by Jim Blandy]
11966         * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
11967         (builtin_type_vec128): Export.
11968         * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
11969         types.
11970         (builtin_type_vec128): New builtin type for 128 bit vector
11971         registers.
11972         (build_gdbtypes): Initialize builtin_type_v16qi and
11973         builtin_type_v8hi. Create the vec128 register builtin type
11974         structure.
11975         (build_builtin_type_vec128): New function.
11976         (_initialize_gdbtypes): Register builtin_type_v16qi and
11977         builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
11978         * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
11979         AltiVec register to new builtin type.
11980
11981 2001-01-15  Daniel Jacobowitz  <drow@mvista.com>
11982
11983         * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
11984         to make_cv_type.
11985
11986 2002-01-14  Andrew Cagney  <ac131313@redhat.com>
11987
11988         * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
11989         CLEAN_UP_REGISTER_VALUE.
11990         * regcache.c (supply_register): Update only call.
11991
11992 2002-01-14  Andrew Cagney  <ac131313@redhat.com>
11993
11994         * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
11995         a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
11996         a29k-*-vxworks* targets as obsolete.
11997
11998 2002-01-14  Michael Snyder  <msnyder@redhat.com>
11999
12000         * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
12001         until we can resolve portability issues.
12002         * gregset.h: Remove references to fpxregs.
12003         * gcore.c (gcore_command): Initialize note_sec to NULL.
12004
12005 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
12006
12007         * signals.c (target_signal_to_name): Rewrite.  Only use
12008         signals[].name when in bounds and non-NULL.
12009
12010 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
12011
12012         From Petr Ledvina <ledvinap@kae.zcu.cz>:
12013         * signals.c (target_signal_to_name): Verify that SIG is within the
12014         bounds of the signals array.
12015
12016 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
12017
12018         * MAINTAINERS: Remove arm-coff and arm-pe from target list.
12019
12020 2002-01-13  Keith Seitz  <keiths@redhat.com>
12021
12022         * stack.c (print_frame_info_base): Print the frame's pc
12023         only if when print_frame_info_listing_hook is not defined.
12024
12025 2002-01-13  Keith Seitz  <keiths@redhat.com>
12026
12027         * varobj.c (varobj_set_value): Make sure that there were no
12028         errors evaluating the object before attempting to set its
12029         value.
12030         value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
12031         so this offset adjustment is no longer necessary.
12032         (create_child): Don't set the error flag if the child is
12033         a CPLUS_FAKE_CHILD.
12034         (value_of_child): If value_fetch_lazy fails, return NULL
12035         so that callers will be notified that an error occurred.
12036         (c_value_of_variable): Delay check of variable's validity
12037         until later. We actually want all structs and unions to have
12038         the value "{...}".
12039         Do not return "???" for variables which could not be evaluated.
12040         This error condition must be returned to the caller so that it
12041         can get the error condition from gdb.
12042         (cplus_name_of_child): Adjust index for vptr before figuring
12043         out the name of the child.
12044         (cplus_value_of_child): If a child's (real) parent is not valid,
12045         don't even bother trying to give a value for it. Just return
12046         an error. Change all instances in this function.
12047         (cplus_type_of_child): If our parent is one of the "fake"
12048         parents, we need to get at the type of the real parent, and
12049         derive the child's true type using this information.
12050
12051 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
12052
12053         From 2002-01-09 John Marshall <johnm@falch.net>:
12054         * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
12055         sources.redhat.com, and tweak some related URLs which had
12056         suffered from linkrot.
12057
12058 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
12059
12060         From Jeff law:
12061         * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
12062         structures passed in registers.
12063
12064 2002-01-13  Eli Zaretskii  <eliz@is.elta.co.il>
12065
12066         * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
12067         white space which prevented compilation.  Reported by DSK
12068         <dsk@student.unsw.edu.au>.
12069
12070 2002-01-11  Michael Snyder  <msnyder@redhat.com>
12071
12072         * symfile.c (build_section_addr_info_from_section_tab):
12073         Use bfd access method instead of manipulating bfd directly.
12074         (syms_from_objfile): Ditto.
12075         (simple_overlay_update_1): Ditto.
12076         (simple_overlay_update): Ditto.
12077         (generic_load): Ditto.
12078         (overlay_unmapped_address): FIXME comment, bfd access methods.
12079         (sections_overlap): FIXME comment, bfd access methods.
12080         (pc_in_mapped_range): FIXME comment, bfd access methods.
12081         (pc_in_unmapped_range): FIXME comment, bfd access methods.
12082         (section_is_mapped): FIXME comment, bfd access methods.
12083         (section_is_overlay): FIXME comment, bfd access methods.
12084
12085         * symfile.c (generic_load): Whitespace and long line cleanups.
12086         Remove duplicate variable, change several local variables to
12087         more appropriate data types.
12088         (print_transfer_performance): Use %lu instead of %ld for ulongs.
12089
12090 2002-01-12  Andrew Cagney  <ac131313@redhat.com>
12091
12092         From Peter Schauer:
12093         * language.c (longest_local_hex_string_custom): Use phex_nz to
12094         convert NUM to a hex string.
12095
12096 2002-01-12  Elena Zannoni  <ezannoni@redhat.com>
12097
12098         * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
12099         the function.
12100         Update Copyright year.
12101
12102 2002-01-12  Andrew Cagney  <ac131313@redhat.com>
12103
12104         * language.c (longest_raw_hex_string): Delete unused function.
12105
12106 2002-01-11  Petr Sorfa  <petrs@caldera.com>
12107
12108         * MAINTAINERS (write-after-approval): Add myself.
12109         * dwarf2read.c (read_tag_string_type): Handling of
12110         DW_AT_byte_size.
12111         (read_tag_string_type): FORTRAN fix to prevent propagation of
12112         first string size.
12113         (set_cu_language): Handling of DW_LANG_Fortran95
12114
12115 2002-01-11  Richard Earnshaw  <rearnsha@arm.com>
12116
12117         * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
12118         GETPID(inferior_ptid).
12119         (store_inferior_registers): Likewise.
12120
12121 2002-01-10  Jason Merrill  <jason@redhat.com>
12122
12123         * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
12124         Fix DW_OP_minus.
12125
12126 2002-01-10  Andrew Cagney  <ac131313@redhat.com>
12127
12128         * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
12129         and bfd/elf32-sh-nbsd.c.
12130
12131 2002-01-10  Michael Snyder  <msnyder@redhat.com>
12132
12133         * NEWS: Mention --pid and corefile/proc-id behavior change.
12134
12135         * Makefile.in: Add rules for gcore.o and linux-proc.o.
12136         * gcore.c: Include cli/cli-decode.h instead of command.h.
12137
12138         * main.c (captured_main): Add new command line option "--pid".
12139         If the second command line argument (following the symbol-file)
12140         begins with a digit, try to attach to it before trying to open
12141         it as a corefile.
12142         (print_gdb_help): Document the "--pid" argument.
12143
12144 2002-01-10  Eli Zaretskii  <eliz@is.elta.co.il>
12145
12146         * completer.c (command_completer): New function.
12147
12148         * completer.h <command_completer>: Add prototype.
12149
12150         * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
12151         completer for the "help" command.
12152
12153 2002-01-09  Jason Merrill  <jason@redhat.com>
12154
12155         * c-typeprint.c (is_type_conversion_operator): Fix thinko.
12156
12157 2002-01-09  Michael Snyder  <msnyder@redhat.com>
12158
12159         * i386-linux-nat.c (fill_fpxregset): Make global.
12160         (store_fpxregset): Ditto.
12161
12162         * gregset.h (gdb_fpxregset_t): Define.
12163         (supply_fpxregset): Prototype.
12164         (fill_fpxregset): Prototype.
12165
12166         * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
12167
12168 2002-01-09  Richard Earnshaw  <rearnsha@arm.com>
12169
12170         * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
12171         * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
12172         * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
12173
12174 2002-01-09  Andrew Cagney  <ac131313@redhat.com>
12175
12176         * MAINTAINERS: Update target maintainer rules so that any
12177         Maintainer can approve a tested patch for a maintenance-only
12178         target.
12179
12180 2002-01-09  Richard Earnshaw  <rearnsha@arm.com>
12181
12182         * MAINTAINERS (write-after-approval): Add myself.
12183
12184         * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
12185         IN_SIGTRAMP.
12186
12187 2002-01-08  Michael Snyder  <msnyder@redhat.com>
12188
12189         * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
12190         real name of the executable, rather than the /proc name.
12191
12192 2002-01-03  Michael Snyder  <msnyder@redhat.com>
12193
12194         Implement a "generate-core-file" command in gdb, save target state.
12195         * gcore.c: New file.  Implement new command 'generate-core-file'.
12196         Save a corefile image of the current state of the inferior.
12197         * linux-proc.c: Add linux-specific code for saving corefiles.
12198         * target.h (struct target_ops): Add new target vectors for saving
12199         corefiles; to_find_memory_regions and to_make_corefile_notes.
12200         (target_find_memory_regions): New macro.
12201         (target_make_corefile_notes): New macro.
12202         * target.c (update_current_target): Inherit new target methods.
12203         (dummy_find_memory_regions): New place-holder method.
12204         (dummy_make_corefile_notes): New place-holder method.
12205         (init_dummy_target): Initialize new dummy target vectors.
12206         * exec.c (exec_set_find_memory_regions): New function.
12207         Allow the exec_ops vector for memory regions to be taken over.
12208         (exec_make_note_section): New function, target vector method.
12209         * defs.h (exec_set_find_memory_regions): Export prototype.
12210         * procfs.c (proc_find_memory_regions): New function, corefile method.
12211         (procfs_make_note_section): New function, corefile method.
12212         (init_procfs_ops): Set new target vector pointers.
12213         (find_memory_regions_callback): New function.
12214         (procfs_do_thread_registers): New function.
12215         (procfs_corefile_thread_callback): New function.
12216         * sol-thread.c (sol_find_memory_regions): New function.
12217         (sol_make_note_section): New function.
12218         (init_sol_thread_ops): Initialize new target vectors.
12219         * inftarg.c (inftarg_set_find_memory_regions): New function.
12220         Allow to_find_memory_regions vector to be taken over.
12221         (inftarg_set_make_corefile_notes): New function.
12222         Allow to_make_corefile_notes vector to be taken over.
12223         * thread-db.c (thread_db_new_objfile): Don't activate thread-db
12224         interface layer if not target_has_execution (may be a corefile).
12225         * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
12226         * config/sparc/sun4sol2.mh: Ditto.
12227         * config/alpha/alpha-linux.mh: Ditto.
12228         * config/arm/linux.mh: Ditto.
12229         * config/i386/x86-64linux.mh: Ditto.
12230         * config/ia64/linux.mh: Ditto.
12231         * config/m68k/linux.mh: Ditto.
12232         * config/mips/linux.mh: Ditto.
12233         * config/powerpc/linux.mh: Ditto.
12234         * config/sparc/linux.mh: Ditto.
12235
12236 2002-01-07  Michael Snyder  <msnyder@redhat.com>
12237
12238         * arm-linux-nat.c: Remove references to regcache.c internal data
12239         (registers[] and register_valid[]).
12240
12241 2002-01-07  Michael Snyder  <msnyder@redhat.com>
12242
12243         * linux-proc.c: New file.  Implement child_pid_to_exec_file,
12244         so that attaching to a pid will automatically read the process's
12245         symbol file and shlibs.
12246         * Makefile.in: Add rule for linux-proc.o.
12247         * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
12248         * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
12249         * config/arm/linux.mh: Ditto.
12250         * config/i386/linux.mh: Ditto.
12251         * config/i386/x86-64linux.mh: Ditto.
12252         * config/ia64/linux.mh: Ditto.
12253         * config/m68k/linux.mh: Ditto.
12254         * config/mips/linux.mh: Ditto.
12255         * config/powerpc/linux.mh: Ditto.
12256         * config/sparc/linux.mh: Ditto.
12257
12258 2002-01-06  Pierre Muller  <muller@ics.u-strasbg.fr>
12259
12260         * win32-nat.c: Add i386-tdep.h dependency.
12261
12262 2002-01-07  Michael Snyder  <msnyder@redhat.com>
12263
12264         * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
12265         instead of bfd_get_arch_size.  Don't bail out just because
12266         there's no exec_bfd.
12267
12268         * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
12269         * p-valprint.c (pascal_object_print_value): Ditto.
12270         * somread.c (som_symtab_read): Ditto.
12271         * symfile.c (simple_free_overlay_region_table): Ditto.
12272         * valops.c (value_assign): Ditto.
12273
12274         * tracepoint.c (tracepoint_save_command): From Klee Dienes --
12275         use tilde_expand and strerror for opening save-tracepoints file.
12276
12277         * thread-db.c (thread_db_new_objfile): Indendation fix.
12278
12279         * infptrace.c (GDB_MAX_ALLOCA): New define.
12280         (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
12281         size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
12282         can be overridden with whatever value is appropriate to the host).
12283         * infttrace.c (child_xfer_memory): Add FIXME warning about use of
12284         alloca to allocate potentially large buffer.
12285         * rs6000-nat.c (child_xfer_memory): Ditto.
12286         * symm-nat.c (child_xfer_memory): Ditto.
12287         * x86-64-linux-nat.c (child_xfer_memory): Ditto.
12288
12289 2002-01-07  Jackie Smith Cashion  <jsmith@redhat.com>
12290
12291         From Nick Clifton  <nickc@redhat.com>
12292         * d10v-tdep.c: Set STACK_START to 0x200bffe.
12293
12294 2002-01-07  Michael Snyder  <msnyder@redhat.com>
12295
12296         * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
12297         Don't use exec_bfd if it's NULL.
12298
12299 2002-01-06  Mark Kettenis  <kettenis@gnu.org>
12300
12301         * valops.c (value_arg_coerce): Fix formatting.
12302
12303 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
12304
12305         * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
12306         * gnu-nat.c: Ditto.
12307
12308 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
12309
12310         * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
12311         arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
12312         i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
12313         ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
12314         z8k-coff have not been multi-arched.  Update z8k-coff build
12315         status.
12316
12317 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
12318
12319         * MAINTAINERS: Mark a29k target as obsolete.
12320         * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
12321         (remote-mm.o, remote-udi.o): Obsolete.  Remove references in
12322         comments.
12323         * NEWS: Note that a29k targets are obsolete.
12324         * a29k-tdep.c: Mark as obsolete.
12325         * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12326         a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12327         a29k-*-vxworks* targets as obsolete.
12328         * remote-adapt.c: Obsolete.
12329         * remote-eb.c: Obsolete.
12330         * remote-mm.c: Obsolete.
12331         * remote-udi.c: Obsolete.
12332         * config/a29k/a29k-udi.mt: Obsolete.
12333         * config/a29k/a29k.mt: Obsolete.
12334         * config/a29k/tm-a29k.h: Obsolete.
12335         * config/a29k/tm-vx29k.h: Obsolete.
12336         * config/a29k/vx29k.mt: Obsolete.
12337
12338 2002-01-05  Andrew Cagney  <ac131313@redhat.com>
12339
12340         * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
12341         with BFD_ENDIAN_BIG.
12342
12343 2002-01-05  Andrew Cagney  <ac131313@redhat.com>
12344
12345         * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
12346         * configure, config.in: Re-generate.
12347         * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
12348         * defs.h: Do not include <endian.h>.
12349
12350 2002-01-05  Jason Thorpe  <thorpej@wasabisystems.com>
12351
12352         * acconfig.h (HAVE_PT_GETXMMREGS): New.
12353         * config.in: Regenerate.
12354         * configure.in: Update copyright years.
12355         Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
12356         * configure: Regenerate.
12357         * i386bsd-nat.c: Update copyright years.
12358         (fill_gregset): Use regcache_collect.
12359         (fetch_inferior_registers): Only fetch integer registers
12360         if requested to do so.  Add support for XMM registers
12361         using PT_GETXMMREGS.
12362         (store_inferior_registers): Only store integer registers
12363         if requested to do so.  Add support for XMM registers
12364         using PT_SETXMMREGS.
12365         * i386nbsd-nat.c (fetch_inferior_registers): Remove.
12366         (store_inferior_registers): Remove.
12367         (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
12368         (fetch_elfcore_registers): New function.
12369         (i386nbsd_elfcore_fns): New.
12370         (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
12371         * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
12372         i386bsd-nat.o.
12373         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
12374         * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
12375         * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
12376         * config/i386/tm-nbsd.h: Update copyright years.
12377         (HAVE_SSE_REGS): Define.
12378         (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
12379         (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
12380         (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
12381         (SIGCONTEXT_PC_OFFSET): Remove.
12382         (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
12383
12384 2002-01-05  Andrew Cagney  <ac131313@redhat.com>
12385
12386         * configure.tgt: Remove powerpc-*-macos* target.
12387         * config/m68k/xm-mpw.h: Delete file.
12388         * config/xm-mpw.h: Delete file.
12389         * ser-mac.c: Delete file.
12390         * mpw-make.sed: Delete file.
12391         * mpw-config.in: Delete file.
12392         * mac-xdep.c: Delete file.
12393         * mac-gdb.r: Delete file.
12394         * mac-defs.h: Delete file.
12395         * mac-nat.c: Delete file.
12396         * config/powerpc/macos.mh: Delete file.
12397         * config/powerpc/macos.mt: Delete file.
12398         * config/powerpc/nm-macos.h: Delete file.
12399         * config/powerpc/tm-macos.h: Delete file.
12400         * source.c (openp, open_source_file): Remove obsolete code.
12401         * top.c (gdb_readline): Ditto.
12402         * utils.c (query): Ditto.
12403         * event-top.c (display_gdb_prompt): Ditto.
12404         * Makefile.in (ser-mac.o): Delete obsolete target.
12405         * NEWS: Update.
12406
12407 2002-01-04  Andrew Cagney  <ac131313@redhat.com>
12408
12409         * defs.h (BIG_ENDIAN): Delete macro definition.
12410         * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
12411         coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
12412         findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
12413         printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
12414         remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
12415         stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
12416         config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
12417         config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
12418         config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
12419         config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
12420         config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
12421         config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
12422         mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12423         * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12424         * gdbarch.c: Re-generate.
12425
12426 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
12427
12428         * thread-db.c (thread_db_new_objfile): Do not enable thread_db
12429         for core files.
12430
12431 2002-01-04  Jason Thorpe  <thorpej@wasabisystems.com>
12432
12433         * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
12434
12435 2002-01-04  Andrew Cagney  <ac131313@redhat.com>
12436
12437         * value.h (value_ptr): Delete typedef.
12438
12439 2002-01-04  Jason Thorpe  <thorpej@wasabisystems.com>
12440
12441         * i386nbsd-nat.c: Update copyright years.
12442         Include i386-tdep.h.
12443
12444 2002-01-04  Elena Zannoni  <ezannoni@redhat.com>
12445
12446         * stabsread.c: Update copyright years.
12447
12448         From Debashis Mahata <debashis.mahata@wipro.com>:
12449         (read_struct_fields): Deal with Sun C compiler erroneous stab
12450         output for structs and unions.
12451         Fix PR gdb/269.
12452
12453 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
12454
12455         * p-valprint.c: Include "cp-abi.h" for baseclass_offset
12456         prototype.
12457
12458 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
12459
12460         * cp-abi.c: Fix whitespace.
12461         (baseclass_offset): New wrapper function.
12462         * cp-abi.h (baseclass_offset): Add prototype.
12463         (struct cp_abi_ops): Add baseclass_offset pointer.
12464
12465         * valops.c (vb_match): Move to...
12466         * gnu-v2-abi.c (vb_match): here.
12467         * valops.c (baseclass_offset): Move to...
12468         * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
12469
12470         * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
12471
12472         * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
12473         * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
12474         * hpacc-abi.c (init_hpacc_ops): Likewise.
12475
12476 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
12477
12478         * valops.c (find_overload_match): Accept obj as a
12479         reference parameter.  Update it before returning.
12480         * value.h (find_overload_match): Update prototype.
12481         * eval.c (evaluate_subexp_standard): Pass object to
12482         find_overload_match by reference.
12483
12484 2002-01-03  Andrew Cagney  <ac131313@redhat.com>
12485
12486         * valarith.c: Replace value_ptr with struct value pointer.  Remove
12487         register attribute from value declarations.
12488         * valops.c: Ditto.
12489         * value.h: Ditto.
12490         * scm-lang.c (scm_lookup_name): Ditto.
12491
12492 2002-01-03  Michael Snyder  <msnyder@redhat.com>
12493
12494         Abstract the functionality of iterating over mapped memory
12495         regions into a general purpose iterator function.
12496         * procfs.c (iterate_over_mappings): New function, general purpose
12497         iterator for memory sections.
12498         (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
12499         (solib_mappings_callback): New function, callback for above.
12500         (info_proc_mappings): Reimpliment using iterate_over_mappings.
12501         (info_mappings_callback): New function, callback for above.
12502
12503         * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
12504
12505 2002-01-01  Mark Kettenis  <kettenis@gnu.org>
12506
12507         * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
12508         * i386-tdep.c: Include "elf-bfd.h".
12509         (process_note_abi_tag_sections): New function.
12510         (i386_gdbarch_init): Add code to recognize various OS/ABI
12511         combinations.
12512
12513         * maint.c (_initialize_maint_cmds): Add missing \ in
12514         string-literal.
12515
12516 For older changes see ChangeLog-2001
12517 \f
12518 Local Variables:
12519 mode: change-log
12520 left-margin: 8
12521 fill-column: 74
12522 version-control: never
12523 End: