Teach the Dwarf 2 reader to read macro information.
[platform/upstream/binutils.git] / gdb / ChangeLog
1 2002-05-16  Jim Blandy  <jimb@redhat.com>
2
3         Teach the Dwarf 2 reader to read macro information.
4         * dwarf2read.c: #include "macrotab.h".
5         (dwarf_macinfo_buffer): New variable.
6         (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
7         dwarf_macinfo_size.
8         (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
9         (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
10         dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
11         dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
12         dwarf2_macro_spaces_in_definition): New complaints.
13         (dwarf2_has_info): Initialize dwarf_macinfo_offset.
14         (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
15         (dwarf2_build_psymtabs_hard): Record the buffer and its size in
16         the partial symbol table.
17         (psymtab_to_symtab_1): Set the macinfo buffer and size globals
18         from what's recorded in the partial symbol table.
19         (read_file_scope): If the compilation unit has a
20         `DW_AT_macro_info' attribute, read its macro information.
21         * Makefile.in (dwarf2read.o): Depend on macrotab.h.
22
23 2002-05-16  Daniel Jacobowitz  <drow@mvista.com>
24
25         Fix PR gdb/546
26         * ser-tcp.c: Don't include <netinet/udp.h>.
27
28 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
29
30         * MAINTAINERS: Update my email address.
31
32 2002-05-16  Richard Earnshaw  <rearnsha@arm.com>
33
34         * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
35         include file of the same name.
36
37 2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
38
39         * configure.tgt: Mark v850 as multi-arched.
40         * config/v850/tm-v850.h: Remove file.
41         * config/v850/v850.mt: Eliminate TM_FILE.
42
43 2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
44
45         * v850-tdep.c: Full multi-arch.
46         * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
47         Define GDB_MULTI_ARCH to 2.
48
49 2002-05-16  Pierre Muller  <muller@ics.u-strasbg.fr>
50
51         * p-exp.y (current_type): New static variable.
52         Carries the type of the expression at the position that is parsed.
53         (push_current_type, pop_current_type): Two new functions. Used
54         to store/restore current_type in expression on specific tokens.
55         (search_field): New static variable. Set to one after parsing a point
56         as at that point only a FIELDNAME token should be searched.
57         (FIELDNAME): New token. After a point only a token belonging to 
58         current_type type definition is allowed.
59         (all over token rules): reset and change current_type according
60         to rules.
61         (exp '[' rule): insert implicit array index field if
62         exp is a pascal string type.
63
64 2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
65
66         * v850-tdep.c: Fix comment for v850_scan_prologue.  Remove extra
67         frame info.  Use frame_info's saved_regs instead of matching member
68         in extra_frame_info throughout.
69         (v850_frame_init_saved_regs): New function.
70         (v850_init_extra_frame_info): Move most functionality into
71         v850_frame_init_saved_regs().
72         * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
73         (v850_frame_find_saved_regs): Remove declaration.
74         (FRAME_FIND_SAVED_REGS): Remove definition.
75         (v850_frame_init_saved_regs): Add declaration.
76         (FRAME_INIT_SAVED_REGS): Add definition.
77
78 2002-05-16  Corinna Vinschen  <vinschen@redhat.com>
79
80         * v850-tdep.c: Begin multi-arch'ing v850.
81         (v850_target_architecture_hook): Remove function.
82         (v850_gdbarch_init): New function.  Add code previously in
83         v850_target_architecture_hook().
84         (_initialize_v850_tdep): Don't  set target_architecture_hook.
85         Call register_gdbarch_init() instead.
86
87 2002-05-16 Daniel Jacobowitz  <drow@mvista.com>
88
89         * gdbtypes.h (struct cplus_struct_type): Remove args field.
90         * hpread.c (hpread_read_struct_type): Remove assignments to args.
91         (fixup_class_method_type): Likewise.
92
93 2002-05-15  Daniel Jacobowitz  <drow@mvista.com>
94
95         From Martin Pool <mbp@samba.org>:
96         * gdbserver/server.c (gdbserver_usage): New function.
97         (main): Call it.
98
99 2002-05-15  Jim Blandy  <jimb@redhat.com>
100
101         Add macro structures to GDB's symbol tables.  Nobody puts anything
102         in them yet.
103         * symtab.h (struct symtab): New member: `macro_table'.
104         * buildsym.h (pending_macros): New global variable.
105         * buildsym.c: #include "macrotab.h".
106         (buildsym_init): Initialize `pending_macros'.
107         (end_symtab): If we found macro information while reading a CU's
108         debugging info, do build a symtab structure for it.  Make the
109         symtab point to the macro information, and clear the
110         `pending_macros' pointer which held it while we were reading the
111         debug info.
112         (really_free_pendings): Free any pending macro table.
113         * objfiles.h (struct objfile): New member: `macro_cache'.
114         * objfiles.c (allocate_objfile): Set allocate and free functions
115         for the macro cache's objstack.
116         (free_objfile): Empty the macro cache's obstack.
117         * symfile.c (reread_symbols): Empty the macro cache's obstack, and
118         set new allocate and free functions for it.
119         * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
120         free functions for the macro cache's objstack.  (Why is this
121         function building its own objfile?)
122         * symmisc.c (print_objfile_statistics): Print statistics on the
123         macro bcache.
124         * Makefile.in: Note that buildsym.o depends on macrotab.h.
125
126 2002-05-15  Richard Earnshaw  <rearnsha@arm.com>
127
128         * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
129         (REGISTER_U_ADDR): Delete definition.
130         (arm_register_u_addr): Delete declaration.
131
132 2002-05-15  Richard Earnshaw  <rearnsha@arm.com>
133
134         * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
135         (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
136
137 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
138
139         * gdbserver/mem-break.c (reinsert_breakpoint_by_bp): Correct typo
140         stop_at -> stop_pc.
141
142 2002-05-14  Andrew Cagney  <ac131313@redhat.com>
143
144         * regcache.c (register_valid): Revise comments refering to "Not
145         available" and "unavailable".
146         * frame.c (frame_register_read): Ditto.
147         * findvar.c (value_of_register): Ditto.
148
149 2002-05-15  Andrew Cagney  <cagney@redhat.com>
150
151         * Makefile.in (remote_sim_h): Replace remote-sim_h.
152         (remote-sim.o): Update dependencies.
153         (d10v-tdep.o): Specify dependencies.
154         (sim_d10v_h): Define.
155
156 2002-05-14  Jim Blandy  <jimb@redhat.com>
157
158         * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
159         * macrotab.c (macro_lookup_inclusion, find_definition,
160         new_macro_table): Same.
161         
162         * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
163         not `! strcmp ()'.  This is a dubious improvement.
164         * macrotab.c (macro_lookup_inclusion, find_definition): Same.
165
166         * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
167         although it's not necessary, to avoid a warning.
168
169 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
170
171         * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
172         (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
173         TYPE_INSTANCE_FLAGS.
174         (struct main_type): New.
175         (struct type): Move most members to struct main_type.  Change
176         cv_type and as_type to new type_chain member.  Add instance_flags.
177         (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
178         (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
179         (finish_cv_type): Remove prototype.
180         * gdbtypes.c (alloc_type): Update comment.  Allocate TYPE_MAIN_TYPE.
181         Set TYPE_CHAIN.
182         (alloc_type_instance): New function.
183         (smash_type): New function.
184         (make_pointer_type, make_reference_type, make_function_type)
185         (smash_to_member_type, smash_to_method_type): Call smash_type.
186         (make_qualified_type): New function.
187         (make_type_with_address_space): Call make_qualified_type.
188         (make_cv_type): Likewise.
189         (finish_cv_type): Remove unnecessary function.
190         (replace_type): Update comment.  Copy TYPE_MAIN_TYPE.
191         (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
192         remove TYPE_CV_TYPE and TYPE_AS_TYPE.
193         * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
194         * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
195         * hpread.c (hpread_read_struct_type): Likewise.
196         * stabsread.c (read_struct_type): Likewise.
197
198 2002-05-14  Elena Zannoni  <ezannoni@redhat.com>
199
200         * configure.tgt: Add a catch all sh* target, for cases like
201         sh[2,3,4]-elf and sh-hms.
202
203 2002-05-14  Keith Seitz  <keiths@redhat.com>
204
205         * event-loop.c (create_file_handler): Don't do anything but
206         update data when we are given a fd which we are already
207         monitoring.
208
209 2002-05-14  Michal Ludvig  <mludvig@suse.cz>
210
211         * dwarf2cfi.c (context_cpy): Copy registers correctly.
212         (update_context): Use __func__ in warnings.
213         
214 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
215
216         * ser-tcp.c: Include <netinet/udp.h>.  Rename tcp_open
217         and tcp_close to net_open and net_close.
218         (net_open): Accept "udp:" and "tcp:" specifications.  Connect
219         using UDP if requested.  Don't try to disable Nagle on UDP
220         sockets.
221         * remote.c (remote_serial_open): New function.  Warn about UDP.
222         (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
223
224 2002-05-13  Elena Zannoni  <ezannoni@redhat.com>
225
226         * MAINTAINERS: List sh-elf as buildable with ,-Werror.
227
228 2002-05-13  Elena Zannoni  <ezannoni@redhat.com>
229
230         * configure.tgt: Remove sh-hms target.
231         * MAINTAINERS: Don't list sh-hms as a separate target.
232
233 2002-05-13  Jim Blandy  <jimb@redhat.com>
234
235         Add first preprocessor macro-expansion files.
236         * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
237         * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
238         (splay_tree_h, macroexp_h, macrotab_h): New variable.
239         (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
240         (COMMON_OBS): Add macrotab.o, macroexp.o.
241         (macroexp.o, macrotab.o): New rules.
242
243 2002-05-13  Andrew Cagney  <ac131313@redhat.com>
244
245         * config/m88k/tm-m88k.h: Update copyright.
246         (m88k_target_write_pc): Declare
247         (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
248         (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
249         (SHIFT_INST_REGS): Update definition.
250         * m88k-tdep.c (m88k_target_write_pc): New function.  Implement
251         using old definition of TARGET_WRITE_PC.
252         * regcache.c (generic_target_write_pc): Delete code handling
253         NNPC_REGNUM.
254         * gdbarch.sh (NNPC_REGNUM): Delete.
255         * gdbarch.h, gdbarch.c: Regenerate.
256
257 2002-05-13  Richard Earnshaw  <rearnsha@arm.com>
258
259         * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
260         builtin reg number.
261
262 2002-05-13  Daniel Jacobowitz  <drow@mvista.com>
263
264         * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
265         (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
266         (gen_address_of, gen_struct_ref, gen_repeat): Use type
267         access macros.
268         * c-typeprint.c (cp_type_print_method_args): Likewise.
269         (c_type_print_args): Likewise.
270         * d10v-tdep.c (d10v_push_arguments): Likewise.
271         (d10v_extract_return_value): Likewise.
272         * expprint.c (print_subexp): Likewise.
273         * gdbtypes.c (lookup_primitive_typename): Likewise.
274         (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
275         * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
276         (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
277         (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
278         (TYPE_VECTOR): Likewise.
279         * hpread.c (hpread_read_struct_type)
280         (fix_static_member_physnames, fixup_class_method_type)
281         (hpread_type_lookup): Likewise.
282         * mdebugread.c (parse_symbol, parse_type): Likewise.
283         * p-lang.c (is_pascal_string_type): Likewise.
284         * valops.c (hand_function_call): Likewise.
285         * x86-64-tdep.c (classify_argument): Likewise.
286
287         * hpread.c (hpread_read_function_type)
288         (hpread_read_doc_function_type): Call replace_type.
289         * dstread.c (create_new_type): Delete.
290         (decode_dst_structure, process_dst_function): Call alloc_type.
291         Use type access macros.
292
293 2002-05-12  Mark Kettenis  <kettenis@gnu.org>
294
295         * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
296         the're not supported by the current architecture.
297         (i387_fill_fxsave): Likewise.
298
299 2002-05-12  Fred Fish  <fnf@redhat.com>
300
301         * symfile.c (default_symfile_offsets): Arrange for uninitialized
302         sect_index_xxx members to index the first slot in section_offsets
303         if all of the section_offsets are zero.
304
305 2002-05-12  Mark Kettenis  <kettenis@gnu.org>
306
307         * configure.tgt (sparc-*openbsd): Remove entry accidentially
308         checked in with last change.
309
310 2002-05-12  Mark Kettenis  <kettenis@gnu.org>
311
312         * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
313         Remove targets.  These are canonicalized to i386-*-sysv4.2uw by
314         config.sub.
315
316 2002-05-12  Daniel Jacobowitz  <drow@mvista.com>
317
318         * Makefile.in: Update dependencies.
319
320 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
321
322         * language.c (local_hex_string_custom): Simplify.  Do not depend
323         on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
324
325         * memattr.c (mem_info_command): Replace calls to
326         longest_local_hex_string and longest_local_hex_string_custom.
327         * buildsym.c (make_blockvector): Ditto.
328         * solib.c (info_sharedlibrary_command): Ditto.
329         * tracepoint.c (tracepoints_info): Ditto.
330         * symtab.c (print_msymbol_info): Ditto.
331
332         * language.c (local_hex_string): Delete.
333         (local_hex_string_custom): Delete.
334         (longest_local_hex_string): Rename to local_hex_string.
335         (longest_local_hex_string_custom): Rename to
336         local_hex_string_custom.
337         * language.h (local_hex_string): Change parameter type to LONGEST.
338         (local_hex_string_custom): Ditto.
339         (longest_local_hex_string): Delete declaration.
340         (longest_local_hex_string_custom): Ditto.
341
342         * solib.c: Update copyright.
343         * memattr.c: Update copyright.
344         
345 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
346
347         * arch-utils.h (legacy_register_to_value): Declare.
348         (legacy_value_to_register): Declare.
349         (legacy_convert_register_p): Declare.
350         * arch-utils.c (legacy_register_to_value): New function.
351         (legacy_value_to_register): New function.
352         (legacy_convert_register_p): New function.
353
354         * gdbarch.sh (REGISTER_TO_VALUE): Define.
355         (VALUE_TO_REGISTER): Define.
356         (CONVERT_REGISTER_P): Define.
357         * gdbarch.h, gdbarch.c: Regenerate.
358
359         * valops.c (value_assign): Use CONVERT_REGISTER_P and
360         VALUE_TO_REGISTER.
361         * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
362         CONVERT_REGISTER_P.
363
364 2005-05-11  Daniel Jacobowitz  <drow@mvista.com>
365             Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
366
367         * Makefile.in: Update dependencies for valops.c.
368         * valops.c: Include "gdb_assert.h".
369         (typecmp): Skip THIS parameter to methods.
370         (find_method_list): Remove static_memfuncp argument,
371         update callers.  Check for stub methods.
372         (find_value_oload_method_list): Don't set *static_memfuncp.
373         (find_overload_match): Don't check for stub methods.  Assert
374         that methods are not stubbed.  Handle static methods.
375         (value_find_oload_method_list): Remove static_memfuncp argument.
376         * gdbtypes.c (check_stub_method): Do not add THIS pointer
377         to the argument list for static stub methods.
378         * value.h (value_find_oload_method_list): Update prototype.
379
380 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
381
382         * arch-utils.h (generic_register_size): Declare.
383         (generic_register_raw_size, generic_register_virtual_size): Delete
384         declarations.
385         * arch-utils.c (generic_register_raw_size): Delete.
386         (generic_register_size): New function.
387         (generic_register_virtual_size): Delete.
388
389         * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
390         default generic_register_size.
391         * gdbarch.h, gdbarch.c: Re-generate.
392         
393         * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
394         register_virtual_size.
395         * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
396         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
397
398 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
399
400         * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
401         * gdbarch.h, gdbarch.c: Regenerate.
402         * gnu-v3-abi.c: Update copyright.
403         (vtable_address_point_offset): Update.
404         (gnuv3_rtti_type): Update.
405         (gnuv3_baseclass_offset): Update.
406         * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
407         (init_fetch_link_map_offsets): Update.
408         * remote.c (get_remote_state): Update.
409         
410 2002-05-11  Daniel Jacobowitz  <drow@mvista.com>
411
412         * TODO: Remove value_headof/value_from_vtable_info comment.
413         * printcmd.c (print_command_1): Don't call value_from_vtable_info.
414         * values.c (value_headof, value_from_vtable_info): Delete.
415         * value.h (value_from_vtable_info): Delete prototype.
416
417 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
418
419         * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
420         gdb_string.h with $(gdb_string_h) and gdb_regex.h with
421         $(gdb_regex_h).
422         (gdb_assert_h): Define.
423         (gdb_wait_h): Define.
424         (gdb_regex_h): Define.
425
426 2002-05-11 Daniel Jacobowitz  <drow@mvista.com>
427
428         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
429         * linespec.c (find_methods): Handle GCC 3.x template constructors.
430
431 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
432
433         * nbsd-tdep.c: Fix comment.
434
435 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
436
437         * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
438         (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
439         (nbsd-tdep.o): New dependency list.
440         * alphanbsd-tdep.c: Don't include solib-svr4.h.  Include
441         nbsd-tdep.h.
442         (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
443         (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
444         * nbsd-tdep.c: New file.
445         * nbsd-tdep.h: New file.
446         * shnbsd-tdep.c: Don't include solib-svr4.h.  Include
447         nbsd-tdep.h.
448         (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
449         (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
450         * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
451         * config/sh/nbsd.mt (TDEPFILES): Ditto.
452
453 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
454
455         * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
456         * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
457         * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
458         * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
459         * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
460         * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
461
462 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
463
464         * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
465         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
466         * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
467         * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
468         * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
469         * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
470         * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
471
472 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
473
474         * i386nbsd-nat.c: Delete file.  Move fetch_core_registers and
475         fetch_elfcore_registers to...
476         * i386nbsd-tdep.c: ...here.
477         (i386nbsd_use_struct_convention): Rename to...
478         (i386nbsd_aout_use_struct_convention): ...this.
479         (i386nbsd_supply_reg): New function.
480         (i386nbsd_fill_reg): New function.
481         (fetch_core_registers): Use i386nbsd_supply_reg.
482         (fetch_elfcore_registers): Likewise.
483         (_initialize_i386nbsd_tdep): New function.
484         * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
485         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
486         * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
487         * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
488         (i386nbsd_aout_use_struct_convention): ...this.
489
490 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
491
492         * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
493         (store_inferior_registers): Use shnbsd_fill_reg.
494         * shnbsd-tdep.c (sh_nbsd_supply_registers, 
495         sh_nbsd_supply_register): Collapse into...
496         (shnbsd_supply_reg): ...this.
497         (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
498         (shnbsd_fill_reg): ...this.
499         (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
500         (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
501         (fetch_core_registers): Use shnbsd_supply_reg.
502         (fetch_elfcore_registers): Use shnbsd_supply_reg.
503         (sh_nbsd_core_fns): Rename to...
504         (shnbsd_core_fns): ...this.
505         (sh_nbsd_elfcore_fns): Rename to...
506         (shnbsd_elfcore_fns): ...this.
507         (sh_nbsd_init_abi): Rename to...
508         (shnbsd_init_abi): ...this.
509         (_initialize_sh_nbsd_tdep): Rename to...
510         (_initialize_shnbsd_tdep): ...this.
511         * shnbsd-tdep.h (sh_nbsd_supply_registers,
512         sh_nbsd_supply_register, sh_nbsd_fill_registers,
513         sh_nbsd_fill_register): Remove prototypes.
514         (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
515
516 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
517
518         * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
519         (i387-nat.o): Delete dependency list.
520         (go32-nat.o): Change i387-nat.h to i387-tdep.h.
521         (x86-64-linux-nat.o): Likewise.
522         * i387-nat.c: Delete file, moving contents to...
523         * i387-tdep.c: ...here.
524         * i387-nat.h: Rename...
525         * i387-tdep.h: ...to this.
526         * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
527         * i386-linux-nat.c: Likewise.
528         * i386bsd-nat.c: Likewise.
529         * i386gnu-nat.c: Likewise.
530         * i386nbsd-nat.c: Likewise.
531         * i386v4-nat.c: Likewise.
532         * x86-64-linux-nat.c: Likewise.
533         * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
534         * config/i386/go32.mh (NATDEPFILES): Likewise.
535         * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
536         * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
537         * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
538         * config/i386/linux.mh (NATDEPFILES): Likewise.
539         * config/i386/nbsd.mh (NATDEPFILES): Likewise.
540         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
541         * config/i386/obsd.mh (NATDEPFILES): Likewise.
542         * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
543
544 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
545
546         * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
547         (alphanbsd-nat.o): Remove dependency list.
548         (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
549         * alphanbsd-nat.c: Delete.  Contents moved to...
550         * alphanbsd-tdep.c: ...here.
551         (_initialize_alphanbsd_tdep): Register core functions.
552         * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
553
554 2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
555
556         * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
557         (alphabsd-nat.o): Depend on alphabsd-tdep.h.
558         (alphanbsd-nat.o): Likewise.
559         (alphabsd-tdep.o): New dependency list.
560         * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
561         (fill_gregset): Use alphabsd_fill_reg.
562         (supply_fpregset): Use alphabsd_supply_fpreg.
563         (fill_fpregset): Use alphabsd_fill_fpreg.
564         (fetch_inferior_registers): Use struct reg and struct fpreg
565         rather than gregset_t and fpregset_t.  Use alphabsd_supply_reg
566         and alphabsd_supply_fpreg.
567         (store_inferior_registers): Use struct reg and struct fpreg
568         rather than gregset_t and fpregset_t.  Use alphabsd_fill_reg
569         and alphabsd_fill_fpreg.
570         * alphabsd-tdep.c: New file.
571         * alphabsd-tdep.h: New file.
572         * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
573         (fetch_elfcore_registers): Use alphabsd_supply_reg and
574         alphabsd_supply_fpreg.
575         * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
576         * config/alpha/nbsd.mt (TDEPFILES): Likewise.
577
578 2002-05-11  Eric Christopher  <echristo@redhat.com>
579
580         * mips-tdep.c (mips_double_register_type): Fix thinko.
581         (mips_single_register_type): Ditto.
582         * MAINTAINERS: Add self.
583
584 2002-05-11  Mark Kettenis  <kettenis@gnu.org>
585
586         * i387-nat.c (i387_supply_register, i387_fill_fsave,
587         i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
588         right thing on architectures with different endianness and/or
589         integer sizes.
590
591 2002-05-10  Jason Thorpe  <thorpej@wasabisystems.com>
592
593         From Christian Limpach <chris@Pin.LU>
594         * configure.in: Change sed expression which comments out
595         NATDEPFILES to also comment out continuation lines.
596         * configure: Regenerate.
597
598 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
599
600         * sh-tdep.c: Clean up code erroneously reintroduced by previous
601         big patch.
602
603 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
604
605         * sh-tdep.c: Include correct file.
606
607 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
608
609         New support for sh64-elf (sh5) target.
610
611         * configure.tgt: For sh64-elf target, default to sh-elf.
612
613         * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
614         (struct gdbarch_tdep): Add new fields for new registers and ABI
615         info.
616
617         * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
618         (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
619         MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
620         UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
621         IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
622         IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
623         IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
624         IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
625         IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
626         IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
627         IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
628         (sh_sh64_register_name, sh64_elf_make_msymbol_special,
629         pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
630         sh64_skip_prologue_hard_way, sh64_use_struct_convention,
631         gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
632         sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
633         sh64_get_gdb_regnum, sh64_media_reg_base_num,
634         sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
635         sign_extend, sh64_nofp_frame_init_saved_regs,
636         sh64_init_extra_frame_info, sh64_get_saved_register,
637         sh64_extract_struct_value_address, sh64_pop_frame,
638         sh64_push_arguments, sh64_extract_return_value,
639         sh64_store_return_value, sh64_show_media_regs,
640         sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
641         sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
642         sh_sh64_register_virtual_type,
643         sh_sh64_register_convert_to_virtual,
644         sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
645         sh64_register_read, sh64_pseudo_register_write,
646         sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
647         do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
648         sh64_do_pseudo_register, sh_compact_do_registers_info,
649         sh64_do_registers_info, sh_gdbarch_init): New functions.
650
651 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
652
653         * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
654
655 2002-05-10 Daniel Jacobowitz  <drow@mvista.com>
656
657         * linespec.c (decode_line_1): Check for a double quote after
658         a filename correctly.
659
660 2002-05-10  Jim Blandy  <jimb@redhat.com>
661
662         Properly track the size of the current objfile's .debug_line section.
663         * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
664         (DWARF_LINE_SIZE): New macro.
665         (dwarf2_build_psymtabs_hard): Record the line section's size in
666         the partial symbol table.
667         (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
668         symbol table.
669
670 2002-05-10  Petr Sorfa  <petrs@caldera.com>
671
672         * ia64-tdep.c: Handle breakpoints on L instruction type
673         in MLX instruction bundle by moving the breakpoint to
674         the third slot (X instruction type) as L holds only data.
675
676 2002-05-10  Kevin Buettner  <kevinb@redhat.com>
677
678         * dbxread.c (discarding_local_symbols_complaint): New complaint.
679         (process_one_symbol): Complain about discarding local symbols
680         due to a misplaced N_LBRAC entry.
681
682 2002-05-09  Elena Zannoni  <ezannoni@redhat.com>
683
684         From Daniel Berlin <dan@cgsoftware.com>
685         * linespec.c (find_toplevel_char): '<' and '>' also increase and
686         decrease the depth we are at, in the case of templates.
687
688 2002-05-09  Daniel Jacobowitz  <drow@mvista.com>
689
690         * mips-tdep.c (mips_float_register_type): New function.
691         (mips_double_register_type): New function.
692         (mips_print_register): Use them.
693         (do_fp_register_row): Likewise.
694
695 2002-05-09  Daniel Jacobowitz  <drow@mvista.com>
696
697         * signals/signals.c (signals): Remove conditional compilation around
698         Mach-specific signals.  Move them to after TARGET_SIGNAL_DEFAULT.
699         (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
700
701 2002-05-09  Michael Snyder  <msnyder@redhat.com>
702
703         * remote-rdp.c (remote_rdp_can_run): Remove.
704
705 2002-05-09  Tom Tromey  <tromey@redhat.com>
706
707         * jv-valprint.c (java_val_print): Handle `char' as a special case
708         of TYPE_CODE_INT.
709
710 2002-05-09  Michael Snyder  <msnyder@redhat.com>
711
712         * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
713         strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
714         strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
715         str r(0123),[sp,#nn].
716         (arm_skip_prologue): Ditto.  Also make disassembly
717         order-independent by placing it in a loop.
718
719 2002-05-06  Michael Snyder  <msnyder@redhat.com>
720
721         * stabsread.c (read_type): Add recognition for new attribute:
722         "@V;" means that an array type is actually a vector.
723         This is analogous to the vector flag that's been added to dwarf2.
724
725 2002-05-09  Mark Kettenis  <kettenis@gnu.org>
726
727         * i386-tdep.h (i386_abi): New enum.
728         (struct gdbarch_tdep): Replace os_ident member with abi.
729         (i386_gdbarch_register_os_abi): New prototype.
730         * i386-tdep.c (i386_abi_names): New array.
731         (process_note_abi_tag_sections): Removed.
732         (process_note_sections): New function.
733         (i386_elf_abi_from_note, i386_elf_abi): New functions.
734         (struct i386_abi_handler): New struct.
735         (i386_abi_handler_list): New variable.
736         (i386_gdbarch_register_os_abi): New function.
737         (i386_gdbarch_init): Adapt for the changes given above.
738
739 2002-05-08  Daniel Jacobowitz  <drow@mvista.com>
740
741         * gregset.h: Say "GNU/Linux".
742
743 2002-05-08  Elena Zannoni  <ezannoni@redhat.com>
744
745         * gdbtypes.c : Add new builtin type for 64 bit vectors.
746         (build_gdbtypes): Build builtin_type_v2_float.
747         (_initialize_gdbtypes): Register new builtin type.
748
749 2002-05-08  Andrew Cagney  <ac131313@redhat.com>
750
751         * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
752         (clear_gdbarch_swap): New function.
753         (initialize_non_multiarch): Call.
754         (gdbarch_update_p): Before calling init(), swap out and clear the
755         existing architecture.
756         * gdbarch.c: Regenerate.
757
758 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
759
760         * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
761         alphanbsd-tdep.c.
762
763 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
764
765         * sh-nbsd-nat.c: Rename to...
766         * shnbsd-nat.c: ...this.
767         * sh-nbsd-tdep.c: Rename to...
768         * shnbsd-tdep.c: ...this.
769         * sh-nbsd-tdep.h: Rename to...
770         * shnbsd-tdep.h: ...this.
771         * config/sh/nbsd.mh: Use shnbsd-nat.o.
772         * config/sh/nbsd.mt: Use shnbsd-tdep.o.
773
774 2002-05-08  Richard Earnshaw  <rearnsha@arm.com>
775
776         * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
777         concatenation for command help messages.
778
779 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
780
781         * NEWS: Note new sh*-*-netbsdelf* configuration.
782         * configure.host: Set gdb_host_cpu to sh for all sh*.
783         (sh*-*-netbsdelf*): New host.
784         * configure.tgt: Set gdb_target_cpu to sh for all sh*.
785         (sh*-*-netbsdelf*): New target.
786         * sh-nbsd-nat.c: New file.
787         * sh-nbsd-tdep.c: New file.
788         * sh-nbsd-tdep.h: New file.
789         * config/sh/nbsd.mh: New file.
790         * config/sh/nbsd.mt: New file.
791         * config/sh/nm-nbsd.h: New file.
792         * config/sh/tm-nbsd.h: New file.
793
794 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
795
796         * sh-tdep.c (sh_osabi_names): Declare.
797         (process_note_abi_tag_sections): New function.
798         (get_elfosabi): Ditto.
799         (sh_gdbarch_register_os_abi): Ditto.
800         (sh_dump_tdep): Ditto.
801         _initialize_sh_tdep): Use gdbarch_register to register
802         sh_gdbarch_init and sh_dump_tdep.
803         * config/sh/tm-sh.h (sh_osabi): Declare.
804         (gdbarch_tdep): Add sh_osabi and osabi_name members.
805
806 2002-05-07  Andrew Cagney  <ac131313@redhat.com>
807
808         * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
809         (thumb_scan_prologue): Ditto.
810         (arm_find_callers_reg): Ditto.
811         (arm_frame_chain): Ditto.
812         (arm_init_extra_frame_info): Ditto.
813         (arm_frame_saved_pc): Ditto.
814         (arm_pop_frame): Ditto.
815         (arm_push_return_address): New function.
816         (arm_gdbarch_init): Initialize use_generic_dummy_frames,
817         call_dummy_location, call_dummy_breakpoint_offset_p,
818         call_dummy_breakpoint_offset, call_dummy_p,
819         call_dummy_stack_adjust_p, call_dummy_words,
820         sizeof_call_dummy_words, call_dummy_start_offset,
821         call_dummy_length, fix_call_dummy, pc_in_call_dummy,
822         call_dummy_address, push_return_address and push_dummy_frame for
823         generic dummy frames.
824
825 2002-05-07  Jason Thorpe  <thorpej@wasabisystems.com>
826
827         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
828         size computation for alloca.
829         (sh_fp_frame_init_saved_regs): Likewise.
830
831 2002-05-07  Richard Earnshaw  <rearnsha@arm.com>
832
833         * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
834         (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
835         * arm-tdep.c (arm_store_return_value): Use them.
836         Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
837         * remote-rdp.c (remote_rdp_fetch_register): Use
838         ARM_MAX_REGISTER_RAW_SIZE.
839         (remote_rdp_store_register): Likewise.
840
841 2002-05-07  Michal Ludvig  <mludvig@suse.cz>
842
843         * dwarf2cfi.c: Code cleanup, removed unused variables,
844         added default labels to switch {} statements.
845         * x86-64-tdep.c: Ditto.
846         * x86-64-linux-nat.c: Ditto.
847
848 2002-05-07  Jason Thorpe  <thorpej@wasabisystems.com>
849
850         * solib.h: Protect against multiple inclusion.
851
852 2002-05-06  Jim Blandy  <jimb@redhat.com>
853
854         Add first preprocessor macro-expansion files.
855         * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
856         * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
857         (splay_tree_h, macroexp_h, macrotab_h): New variable.
858         (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
859         (COMMON_OBS): Add macrotab.o, macroexp.o.
860         (macroexp.o, macrotab.o): New rules.
861
862         Separate the job of reading the line number info statement program
863         header (...expialidocious) out into its own function.
864         * dwarf2read.c (struct line_head, struct filenames, struct
865         directories): Replace with...
866         (struct line_header): New structure, containing the full
867         contents of the statement program header, including the
868         include directory and file name tables.
869         (read_file_scope): If we have line number info, instead of just
870         calling dwarf_decode_lines to do all the work, call
871         dwarf_decode_line_header first to get a `struct line_header'
872         containing the data in the statement program header, and then
873         pass that to dwarf_decode_lines, which will pick up where that
874         left off.  Be sure to clean up the `struct line_header' object.
875         (dwarf_decode_line_header, free_line_header, add_include_dir,
876         add_file_name): New functions.
877         (dwarf_decode_lines): Move all the code to read the statement
878         program header into dwarf_decode_line_header.  Take the line
879         header it built as the first argument, instead of the offset to
880         the compilation unit's line number info.  Use the new `struct
881         line_header' type instead of the old structures.  No need to do
882         cleanups here now, since we don't allocate anything.
883         (dwarf2_statement_list_fits_in_line_number_section,
884         dwarf2_line_header_too_long): New complaints.
885
886 2002-05-06  Elena Zannoni  <ezannoni@redhat.com>
887
888         * gdbtypes.c (init_vector_type): New function.
889         (build_builtin_type_vec128): Simplify the representation of SIMD
890         registers.
891         (build_gdbtypes): Initialize new builtin vector types.
892         (_initialize_gdbtypes): Register new vector types with gdbarch.
893         (builtin_type_v4_float, builtin_type_v4_int32,
894         builtin_type_v8_int16, builtin_type_v16_int8,
895         builtin_type_v2_int32, builtin_type_v4_int16,
896         builtin_type_v8_int8): New (renamed) SIMD types.
897
898 2002-05-06  Mark Kettenis  <kettenis@gnu.org>
899
900         * i387-nat.c (i387_fill_fsave): Use regcache_collect.
901         (i387_fill_fxsave): Likewise.
902
903 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
904
905         * alpha-tdep.c (alpha_extract_return_value): Don't use
906         non-constant array size in prototype.
907
908 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
909
910         From Brian Taylor <briant at model dot com>:
911         * ui-out.c (ui_out_field_core_addr): Use the function
912         longest_local_hex_string_custom'to format addresses > 32 bits
913         wide.
914
915         * ui-out.c (ui_out_field_core_addr): Update comment.
916
917 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
918
919         * stack.c (select_and_print_frame): Make static.  Delete the
920         parameter `level'.
921         (func_command): Update call.
922         (select_frame_command): Delete code computing the frame level.
923         * frame.h (select_and_print_frame): Delete declaration.
924
925 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
926
927         * sparc-tdep.c (sparc_get_saved_register): Comment why
928         get_prev_frame call is safe.
929
930 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
931
932         * frame.h (select_frame): Delete level parameter.
933         * stack.c (select_frame): Update.  Use frame_relative_level to
934         obtain the frame's level.
935         (select_and_print_frame): Update call.
936         (select_frame_command): Ditto.
937         (up_silently_base): Ditto.
938         (down_silently_base): Ditto.
939         * ocd.c (ocd_start_remote): Ditto.
940         * remote-rdp.c (remote_rdp_open): Ditto.
941         * remote-mips.c (mips_initialize): Ditto.
942         (common_open): Ditto.
943         * remote-e7000.c (e7000_start_remote): Ditto.
944         * m3-nat.c (select_thread): Ditto.
945         * hppa-tdep.c (child_get_current_exception_event): Ditto.
946         (child_get_current_exception_event): Ditto.
947         * varobj.c (varobj_create): Ditto.
948         (varobj_update): Ditto.
949         (c_value_of_root): Ditto.
950         * tracepoint.c (finish_tfind_command): Ditto.
951         * corelow.c (core_open): Ditto.
952         * arch-utils.c (generic_prepare_to_proceed): Ditto.
953         * thread.c (info_threads_command): Ditto.
954         (switch_to_thread): Ditto.
955         * infrun.c (normal_stop): Ditto.
956         (restore_selected_frame): Ditto.
957         (restore_inferior_status): Ditto.
958         * breakpoint.c (insert_breakpoints): Ditto.
959         (watchpoint_check): Ditto.
960         (bpstat_stop_status): Ditto.
961         (do_enable_breakpoint): Ditto.
962         * blockframe.c (flush_cached_frames): Ditto.
963         (reinit_frame_cache): Ditto.
964
965 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
966
967         * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
968         maintainer.
969
970 2002-05-04  Jim Blandy  <jimb@redhat.com>
971
972         * gdbtypes.c (replace_type): Doc fix.
973
974 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
975
976         * valprint.c (strcat_longest): Delete commented out function.
977         Update copyright.
978
979 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
980
981         * MAINTAINERS: Mark a29k as deleted.
982         * NEWS: Mention that a29k was removed.  Add OBSOLETE section.
983         Move new configurations to the top.
984         * configure.tgt: Remove a29k.
985         * config/a29k/tm-vx29k.h: Delete.
986         * config/a29k/vx29k.mt: Delete.
987         * config/a29k/tm-a29k.h: Delete.
988         * config/a29k/a29k-udi.mt: Delete.
989         * config/a29k/a29k.mt: Delete.
990         * a29k-tdep.c: Delete.
991         * remote-udi.c: Delete.
992         * remote-mm.c: Delete.
993         * remote-eb.c: Delete.
994         * remote-adapt.c: Delete.
995         * Makefile.in: Remove obsolete code.
996         * gdbserver/Makefile.in: Ditto.
997         * config/s390/s390x.mt: Ditto.
998         * config/s390/s390.mt: Ditto.
999         * config/sparc/sparclynx.mh: Ditto.
1000         * config/sparc/linux.mh: Ditto.
1001         * config/pa/hppaosf.mh: Ditto.
1002         * config/pa/hppabsd.mh: Ditto.
1003         * config/ns32k/nbsd.mt: Ditto.
1004         * config/mips/vr5000.mt: Ditto.
1005         * config/m68k/sun3os4.mh: Ditto.
1006         * config/m68k/nbsd.mt: Ditto.
1007         * config/m68k/m68klynx.mh: Ditto.
1008         * config/m32r/m32r.mt: Ditto.
1009         * config/i386/x86-64linux.mt: Ditto.
1010         * config/i386/nbsdelf.mt: Ditto.
1011         * config/i386/nbsd.mt: Ditto.
1012         * config/i386/i386lynx.mh: Ditto.
1013
1014 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
1015
1016         * target.c (debug_print_register): New function.  Handle oversize
1017         registers.
1018         (debug_to_fetch_registers): Call.
1019         (debug_to_store_registers): Call.
1020
1021 2002-05-03  Jim Blandy  <jimb@redhat.com>
1022
1023         * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
1024         (read_type): Doc fix.
1025         * gdbtypes.c (replace_type): Doc fix.
1026
1027         * stabsread.c (multiply_defined_struct): New complaint.
1028         (read_struct_type): If the type we were passed isn't empty, or
1029         incomplete, don't read the new struct type into it; complain,
1030         and return the original type unchanged.  Take a new `type_code'
1031         argument, which is the type code for the new type.
1032         (read_type): Rather than storing the type's type code here, pass
1033         it as an argument to read_struct_type, and let that take care of
1034         storing it.  That way, we don't overwrite the original type code,
1035         so read_struct_type can use it to decide whether we're overwriting
1036         something we shouldn't.
1037         (complain_about_struct_wipeout): New function.
1038
1039 2002-05-03  Andrew Cagney  <ac131313@redhat.com>
1040
1041         * gdbarch.sh: Assert that gdbarch is non-NULL.
1042         * gdbarch.c: Regenerate.
1043
1044 2002-05-03  Jason Merrill  <jason@redhat.com>
1045
1046         * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
1047         and return NULL.
1048
1049 2002-05-03  Michal Ludvig  <mludvig@suse.cz>
1050
1051         * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
1052         (x86_64_dwarf2gdb_regno_map_length),
1053         (x86_64_dwarf2_reg_to_regnum): Added.
1054         (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
1055         (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
1056         (_initialize_x86_64_tdep): Synced with the change above.
1057         (x86_64_skip_prologue): Reformulated message.
1058
1059 2002-05-03  Pierre Muller  <muller@ics.u-strasbg.fr>
1060
1061         * f-exp.y: Also use new prev_lexptr variable
1062         to improve error reporting. Based on Michael Snyder
1063         2002-04-24 dated patch to c-exp.y.
1064         * jv-exp.y: Likewise.
1065         * m2-exp.y: Likewise.
1066
1067 2002-05-02  Elena Zannoni  <ezannoni@redhat.com>
1068
1069         * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
1070         we are dealing with vectors.
1071
1072 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
1073
1074         * config/m68k/tm-nbsd.h: Obvious fix,
1075         correct machine name.
1076
1077 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
1078
1079         * p-typeprint.c (pascal_type_print_base): Add support
1080         for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
1081
1082 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
1083
1084         * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
1085         for fondamental pascal 'char' type.
1086
1087 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
1088
1089         * p-lang.h (is_pascal_string_type): Declaration changed,
1090         new sixth argument of type char ** added.
1091         * p-lang.c (is_pascal_string_type): Implementation
1092         changed. Args length_pos, length_size, string_pos, char_size
1093         can now be NULL. New argument arrayname set to the field
1094         name of the char array. Return value set to char array
1095         field index plus one.
1096         * p-valprint.c (pascal_val_print): Adapt to new declaration of
1097         is_pascal_string_type function.
1098
1099 2002-05-02  Andrew Cagney  <cagney@redhat.com>
1100
1101         * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
1102         <cagney@redhat.com> change.
1103         * gdbarch.c: Regenerate.
1104
1105 2002-05-02  Andrew Cagney  <cagney@redhat.com>
1106
1107         * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
1108         before probing for a new one.  Detect errorenous gdbarch_init
1109         functions.
1110         * gdbarch.c: Regenerate.
1111
1112 2002-05-01  Andrew Cagney  <cagney@redhat.com>
1113
1114         * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
1115         * config/mcore/tm-mcore.h: Ditto.  Update copyright.
1116         * config/v850/tm-v850.h: Ditto.  Update copyright.
1117
1118 2002-04-30  Andrew Cagney  <ac131313@redhat.com>
1119
1120         * cris-tdep.c (cris_gdbarch_init): Use arches instead of
1121         current_gdbarch.
1122
1123 2002-04-30  Michael Snyder  <msnyder@redhat.com>
1124
1125         * arm-tdep.c: Whitespace clean-ups.
1126         (arm_skip_prologue): Fix thinko; two lines
1127         should have been removed as part of 4/24 change.
1128
1129 2002-04-30  Kevin Buettner  <kevinb@redhat.com>
1130
1131         * rs6000-tdep.c: Added comment describing how fpscr register
1132         numbers were chosen.
1133
1134 2002-04-30  Michael Snyder  <msnyder@redhat.com>
1135
1136         * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
1137
1138 2002-04-29  Elena Zannoni  <ezannoni@redhat.com>
1139
1140         * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
1141         (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
1142         (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
1143
1144 2002-04-29  Kevin Buettner  <kevinb@redhat.com>
1145
1146         From Louis Hamilton <hamilton@redhat.com>:
1147         * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
1148         * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
1149         * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
1150         not bfd-private xcoff data, to determine wordsize.
1151         * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
1152
1153 2002-04-29  Andrew Cagney  <ac131313@redhat.com>
1154
1155         GDB 5.2 released from 5.2 branch.
1156
1157 2002-04-29  Michal Ludvig  <mludvig@suse.cz>
1158
1159         * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
1160         * x86-64-tdep.c (i386_gdbarch_init): Ditto.
1161         (x86_64_register_info_table): Added comments with register numbers.
1162
1163 2002-04-29  Elena Zannoni  <ezannoni@redhat.com>
1164
1165         * rs6000-tdep.c (rs6000_extract_return_value,
1166         rs6000_store_return_value): Handle returning vectors.
1167         (rs6000_gdbarch_init): Use
1168         ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
1169         * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
1170         New function.
1171         (ppc_sysv_abi_use_struct_convention): Deal with functions returning
1172         vectors.
1173         (ppc_sysv_abi_push_arguments): Handle vector parameters.
1174         * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
1175
1176 2002-04-24  Pierre Muller  <ics.u-strasbg.fr>
1177
1178         * hpread.c (hpread_psymtab_to_symtab_1,
1179         hpread_psymtab_to_symtab): Replace fprintf (stderr,...)
1180         with fprintf_unfiltered (gdb_stderr,...).
1181
1182 2002-04-24  Pierre Muller  <ics.u-strasbg.fr>
1183
1184         * remote-array.c (printf_monitor, write_monitor,
1185         array_insert_breakpoint, array_remove_breakpoint ):
1186         Replace fprintf (stderr,...
1187         with fprintf_unfiltered (gdb_stderr,....
1188         * remote-es.c: Likewise.
1189         * remote-os9k.c: Likewise.
1190         * remote-st.c: Likewise.
1191
1192 2002-04-28  Andreas Schwab  <schwab@suse.de>
1193
1194         * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
1195         linux-proc.o and gcore.o.
1196
1197 2002-04-26  Michal Ludvig  <mludvig@suse.cz>
1198
1199         * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
1200         code without frame pointers.
1201
1202 2002-04-26  Andrew Cagney  <ac131313@redhat.com>
1203
1204         * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
1205         ON_STACK is needed.
1206
1207 2002-04-26  Ben Elliston  <bje@redhat.com>
1208
1209         * target.c (do_xfer_memory): Correct reference to the new option
1210         "trust-readonly-sections".
1211
1212 2002-04-26  Elena Zannoni  <ezannoni@redhat.com>
1213
1214         * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
1215         * gdbtypes.c (recursive_dump_type): Output the vector flag.
1216         * dwarf2read.c (dwarf_attr_name): Handle new attribute for
1217         vectors.
1218         (read_array_type): Record the fact that this array type is really a
1219         vector (i.e. are passed in by value).
1220
1221 2002-04-26  Jason Thorpe  <thorpej@wasabisystems.com>
1222
1223         * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
1224         * alpha-tdep.c (alpha_sigcontext_addr): New function.
1225         (alpha_find_saved_regs): Use alpha_sigcontext_addr.
1226         (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
1227         * alpha-linux-tdep.c: Include frame.h.
1228         (alpha_linux_sigcontext_addr): New function.
1229         (alpha_linux_init_abi): Set tdep->sigcontext_addr to
1230         alpha_linux_sigcontext_addr.
1231         * alpha-osf1-tdep.c: Include gdbcore.h.
1232         (alpha_osf1_sigcontext_addr): New function.
1233         (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
1234         alpha_osf1_sigcontext_addr.
1235         * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
1236         * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
1237
1238 2002-04-26  Andrew Cagney  <ac131313@redhat.com>
1239
1240         * stack.c (selected_frame_level):
1241         (select_frame): Do not set selected_frame_level.
1242         * frame.h (selected_frame_level): Delete declaration.
1243
1244 2002-04-26  Andrew Cagney  <ac131313@redhat.com>
1245
1246         * rs6000-tdep.c (rs6000_gdbarch_init): Only set
1247         convert_from_func_ptr-addr when AIX / PowerOpen.
1248
1249 2002-04-25  Andrew Cagney  <ac131313@redhat.com>
1250
1251         * valops.c (hand_function_call): Call
1252         generic_save_call_dummy_addr.
1253         * frame.h (generic_save_call_dummy_addr): Declare.
1254         * blockframe.c (struct dummy_frame): Add fields call_lo and
1255         call_hi.
1256         (generic_find_dummy_frame): Check for PC in range call_lo to
1257         call_hi instead of entry_point_address.
1258         (generic_pc_in_call_dummy): Search the dummy frames for a PC in
1259         the call_lo to call_hi range.  Allow for DECR_PC_AFTER_BREAK.
1260         (generic_save_call_dummy_addr): New function.
1261
1262 2002-04-24  David S. Miller  <davem@redhat.com>
1263
1264         * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
1265         sparc_skip_prologue.
1266         (sparc_skip_prologue): Kill frameless_p arg, and use line number
1267         information to find prologue when possible.
1268         (sparc_prologue_frameless_p): Call examine_prologue directly.
1269         (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
1270         * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
1271         second argument.
1272         (SKIP_PROLOGUE): Likewise.
1273
1274 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
1275
1276         * alpha-tdep.c (alpha_skip_prologue_internal): Remove
1277         GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
1278         indicate that the condition it was testing is always true.
1279         * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
1280         * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
1281         * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
1282
1283 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
1284
1285         * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
1286         * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
1287         tdep->jb_pc and tdep->jb_elt_size.
1288         * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
1289         * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
1290         * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
1291         * alpha-nat.c (get_longjmp_target): Remove.
1292         (JB_ELEMENT_SIZE): Ditto.
1293         (JB_PC): Ditto.
1294         * alpha-tdep.c (alpha_get_longjmp_target): New function.
1295         (alpha_gdbarch_init): Default tdep->jb_pc to -1.  If the
1296         OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
1297         to alpha_get_longjmp_target.
1298         (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
1299         * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
1300         * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
1301
1302 2002-04-25  Andrew Cagney  <ac131313@redhat.com>
1303
1304         * README: Update to GDB 5.2.
1305
1306 2002-04-25  Andrew Cagney  <ac131313@redhat.com>
1307
1308         * gdbarch.sh (LC_ALL): Set to `c'.
1309
1310 2002-04-25  Theodore A. Roth  <troth@verinet.com>
1311
1312         * avr-tdep.c: Ran through gdb_indent.sh.
1313
1314 2002-04-25  Theodore A. Roth  <troth@verinet.com>
1315
1316         * MAINTAINERS: Add myself as AVR maintainer.
1317         * NEWS: Note new target avr.
1318
1319 2002-04-25  Theodore A. Roth  <troth@verinet.com>
1320
1321         * Makefile.in: Add support for AVR target.
1322         * configure.tgt: Add support for AVR target.
1323         * avr-tdep.c: New file
1324         * config/avr/avr.mt: New file.
1325
1326 2002-04-25  Theodore A. Roth  <troth@verinet.com>
1327
1328         * MAINTAINERS: Add myself to write-after-approval.
1329
1330 2002-04-24  Pierre Muller  <ics.u-strasbg.fr>
1331
1332         * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
1333         with fprintf_unfiltered (gdb_stderr,....
1334
1335 2002-04-25  Pierre Muller  <muller@ics.u-strasbg.fr>
1336
1337         Fix PR gdb/508.
1338         * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
1339
1340 2002-04-25  Pierre Muller  <muller@ics.u-strasbg.fr>
1341
1342         * p-exp.y: Also use new prev_lexptr variable
1343         to improve error reporting. Based on Michael Snyder
1344         2002-04-24 dated patch to c-exp.y.
1345
1346 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
1347
1348         * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
1349         (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
1350         alpha_breakpoint_from_pc.  Set gdbarch_function_start_offset
1351         to 0.
1352         * config/alpha/tm-alpha.h: Remove forward decls of struct type
1353         and struct value.
1354         (FUNCTION_START_OFFSET): Remove.
1355         (BREAKPOINT): Ditto.
1356
1357 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
1358
1359         * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
1360         * NEWS: Ditto.
1361
1362 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
1363
1364         * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
1365         (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
1366         alpha_linux_pc_in_sigtramp.
1367         * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
1368         (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
1369         alpha_osf1_pc_in_sigtramp.
1370         * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
1371         * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
1372         (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1373         alphafbsd_pc_in_sigtramp.
1374         * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
1375         (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1376         alphanbsd_pc_in_sigtramp.
1377         * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
1378         * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
1379
1380 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
1381
1382         * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
1383
1384 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
1385
1386         * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
1387         alphanbsd-tdep.c.
1388         (alphanbsd-nat.o): New dependency list.
1389         (alphanbsd-tdep.o): Ditto.
1390         * NEWS: Note new native NetBSD/alpha configuration.
1391         * alphanbsd-nat.c: New file.
1392         * alphanbsd-tdep.c: Ditto.
1393         * configure.host (alpha*-*-netbsd*): New host.
1394         * configure.tgt (alpha*-*-netbsd*): New target.
1395         * config/alpha/nbsd.mh: New file.
1396         * config/alpha/nbsd.mt: Ditto.
1397         * config/alpha/nm-nbsd.h: Ditto.
1398         * config/alpha/tm-nbsd.h: Ditto.
1399
1400 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
1401
1402         * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
1403         (alpha-osf1-tdep.o): New dependency list.
1404         * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
1405         and skip_sigtramp_frame members.
1406         * alpha-linux-tdep.c: Include gdbcore.h.
1407         (alpha_linux_sigtramp_offset): Change return type to LONGEST.
1408         (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
1409         * alpha-osf1-tdep.c: New file.
1410         * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
1411         alpha-osf1-dep.c.
1412         (alpha_frame_past_sigtramp_frame): New function.
1413         (alpha_dynamic_sigtramp_offset): Ditto.
1414         (alpha_proc_desc_is_dyn_sigtramp): Ditto.
1415         (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
1416         (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
1417         (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
1418         (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
1419         (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
1420         (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
1421         (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
1422         (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
1423         (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
1424         and tdep->skip_sigtramp_frame.  Set gdbarch_skip_trampoline_code
1425         to find_solib_trampoline_target.
1426         * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
1427         * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
1428         (SKIP_TRAMPOLINE_CODE): Remove.
1429         (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
1430         (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
1431         (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
1432         (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
1433         * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
1434         (PROC_SIGTRAMP_MAGIC): Ditto.
1435         (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
1436         (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
1437         (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
1438         (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
1439         (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
1440
1441 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
1442
1443         * NEWS: Note that Alpha targets are now multi-arch.
1444
1445 2002-04-24  Michael Snyder  <msnyder@redhat.com>
1446
1447         * parser-defs.h (prev_lexptr): New external variable.
1448         * parse.c (parse_exp_1): Set prev_lexptr to null before
1449         calling the language-specific parser.
1450         * c-exp.y (yylex): Set prev_lexptr to start of current token.
1451         (yyerror): Use prev_lexptr in error reporting.
1452
1453 2002-04-24  Daniel Jacobowitz  <drow@mvista.com>
1454
1455         * config/i386/tm-linux.h: Define FILL_FPXREGSET.
1456         * gregset.h: If FILL_FPXREGSET is defined, provide
1457         gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
1458         * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
1459         is defined, call fill_fpxregset.
1460
1461 2002-04-24  Roland McGrath  <roland@frob.com>
1462
1463         * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
1464         * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
1465         (supply_gregset, supply_fpregset): New functions.
1466
1467         * gnu-nat.c (gnu_find_memory_regions): New function.
1468         (init_gnu_ops): Set `to_find_memory_regions' hook to that.
1469         (gnu_xfer_memory): Add a cast.
1470
1471 2002-04-24  Michael Snyder  <msnyder@redhat.com>
1472
1473         * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
1474         loop.  Add handling for "str lr, [sp, #-4]!" and for saves
1475         of argument regs ("str r(0123), [r11, #-nn"]).
1476         (arm_skip_prologue): Better handling for frameless functions.
1477         Treat "mov ip, sp" as optional.  Recognize "str lr, [sp, #-4]".
1478         (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
1479
1480 Wed Apr 24 14:22:21 2002  Andrew Cagney  <cagney@redhat.com>
1481
1482         * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
1483         NUM_PSEUDO_REGS can be used.
1484
1485 2002-04-24  Andrew Cagney  <ac131313@redhat.com>
1486
1487         * arch-utils.h: Update copyright.
1488
1489         * gdbarch.sh (PC_IN_SIGTRAMP): Add.
1490         * gdbarch.h, gdbarch.c: Re-generate.
1491
1492         * inferior.h (IN_SIGTRAMP): Delete definition.
1493         * arch-utils.c (legacy_pc_in_sigtramp): New function.
1494         * arch-utils.h (legacy_pc_in_sigtramp): Declare.
1495
1496         * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
1497         (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
1498         * hppa-tdep.c (pc_in_interrupt_handler):  Use PC_IN_SIGTRAMP.
1499         (find_proc_framesize): Ditto.
1500         * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
1501         (alpha_init_extra_frame_info): Ditto.
1502         * infrun.c (handle_inferior_event): Ditto.
1503         (handle_inferior_event): Ditto.
1504         (check_sigtramp2): Ditto.
1505         * blockframe.c (create_new_frame): Ditto.
1506         (get_prev_frame): Ditto.
1507         * ppc-linux-tdep.c: Update comments.
1508         * i386-linux-tdep.c: Update comments.
1509         * breakpoint.c (bpstat_what): Update comment.
1510
1511 2002-04-24  Michal Ludvig  <mludvig@suse.cz>
1512
1513         * gdbserver/linux-low.c (regsets_fetch_inferior_registers),
1514         (regsets_store_inferior_registers): Removed cast to int from
1515         ptrace() calls.
1516         * gdbserver/regcache.h: Added declaration of struct inferior_info.
1517
1518 2002-04-24  David S. Miller  <davem@redhat.com>
1519
1520         * i960-tdep.c (register_in_window_p): New function.
1521         (i960_find_saved_register): Use it instead of
1522         REGISTER_IN_WINDOW_P.
1523         * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
1524
1525         * symtab.h (find_stab_function_addr): Kill extern.
1526         * minsyms.c (find_stab_function_addr): Remove from here...
1527         * dbxread.c: ... to here, and mark it static.
1528
1529 2002-04-20  David S. Miller  <davem@redhat.com>
1530
1531         * sparc-tdep.c (sparc_pop_frame): Only need to allocate
1532         SPARC_INTREG_SIZE * 16 bytes for reg_temp.
1533
1534 2002-04-21  David S. Miller  <davem@redhat.com>
1535
1536         * remote-vxsparc.c (vx_read_register): Fix typo, we want
1537         REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
1538         (vx_write_register): Likewise.
1539
1540 2002-04-23  J. Brobecker  <brobecker@gnat.com>
1541
1542         * source.c (is_regular_file): New function.
1543         (openp): Check wether file to open is a regular file
1544         to avoid opening directories.
1545
1546 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
1547
1548         * findvar.c (extract_signed_integer): Cast printf argument
1549         to suppress format warning.
1550         (extract_unsigned_integer): Likewise.
1551         * infcmd.c (registers_info): Likewise.
1552         * top.c (get_prompt_1): Likewise.
1553         * valops.c (value_assign): Likewise.
1554         * valprint.c (print_decimal): Likewise.
1555
1556 2002-04-22  H.J. Lu  (hjl@gnu.org)
1557
1558         * c-exp.y (typebase): Support
1559
1560         [long|long long|short] [signed|unsigned] [int|]
1561
1562         and
1563
1564         signed [long|long long|short] int
1565
1566 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
1567
1568         * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
1569         and vax-tdep.h.
1570         * vax-tdep.h: New file.
1571         * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
1572         Make several routines static.
1573         (vax_get_saved_register): New function.
1574         (vax_gdbarch_init): New function.
1575         (_initialize_vax_tdep): Register vax_gdbarch_init.
1576         * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
1577         Remove macros now under the control of gdbarch.
1578
1579 2002-04-22  Michael Snyder  <msnyder@redhat.com>
1580
1581         * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
1582         Some whitespace and coding standards tweaks.
1583
1584 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
1585
1586         * vax-tdep.c: Include regcache.h.
1587         (vax_call_dummy_words): New.
1588         (sizeof_vax_call_dummy_words): New.
1589         (vax_fix_call_dummy): New function.
1590         (vax_saved_pc_after_call): Ditto.
1591         * config/vax/tm-vax.h: Don't include regcache.h.
1592         (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
1593         (CALL_DUMMY): Remove.
1594         (CALL_DUMMY_WORDS): Define.
1595         (SIZEOF_CALL_DUMMY_WORDS): Define.
1596         (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
1597
1598 2002-04-18  Michael Snyder  <msnyder@redhat.com>
1599
1600         * arm-tdep.h: Change regnum defines to enums for ease of debugging.
1601
1602 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
1603
1604         * vax-tdep.c (vax_frame_chain): New function.
1605         (vax_push_dummy_frame): Ditto.
1606         (vax_pop_frame): Ditto.
1607         * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
1608         (FRAMELESS_FUNCTION_INVOCATION): Use
1609         generic_frameless_function_invocation_not.
1610         (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
1611         (POP_FRAME): Use vax_pop_frame.
1612
1613 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
1614
1615         * vax-tdep.c (vax_store_struct_return): New function.
1616         (vax_extract_return_value): Ditto.
1617         (vax_store_return_value): Ditto.
1618         (vax_extract_struct_value_address): Ditto.
1619         * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
1620         vax_store_struct_return.
1621         (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
1622         (STORE_RETURN_VALUE): Use vax_store_return_value.
1623         (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
1624
1625 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
1626
1627         * vax-tdep.c (vax_frame_saved_pc): New function.
1628         (vax_frame_args_address_correct): Ditto.
1629         (vax_frame_args_address): Ditto.
1630         (vax_frame_locals_address): Ditto.
1631         (vax_frame_num_args): Move code to be in proximity to
1632         other frame-related functions.
1633         * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
1634         (FRAME_SAVED_PC): Use vax_frame_saved_pc.
1635         (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
1636         (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
1637         (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
1638
1639 2002-04-22  H.J. Lu  (hjl@gnu.org)
1640
1641         * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
1642         includedir.
1643
1644 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
1645
1646         * vax-tdep.c (vax_frame_init_saved_regs): New function.
1647         * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
1648         (FRAME_INIT_SAVED_REGS): New macro.
1649
1650 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
1651
1652         * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
1653
1654 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
1655
1656         * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
1657         where needed.
1658         (fetch_osf_core_registers): Likewise.
1659         (supply_gregset): Likewise.
1660
1661 2002-04-22  J. Brobecker  <brobecker@gnat.com>
1662
1663         * symfile.h (get_section_index): Define.
1664         * symfile.c (get_section_index): New function.
1665         * mdebugread.c (SC_IS_SBSS): New macro.
1666         (SC_IS_BSS): Return true for the scBss storage class only, as
1667         the scSBss storage class refers to the .sbss section.
1668         (parse_partial_symbols): Discard the symbols which associated
1669         section does not exist.
1670         Make sure to use the .sbss section index for symbols which
1671         storage class is scBss, rather than using the .bss section index.
1672
1673 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
1674
1675         * vax-tdep.c: Update copyright years.
1676         (vax_register_name): New function.
1677         (vax_register_byte): Ditto.
1678         (vax_register_raw_size): Ditto.
1679         (vax_register_virtual_size): Ditto.
1680         (vax_register_virtual_type): Ditto.
1681         * config/vax/tm-vax.h: Update copyright years.
1682         (REGISTER_NAMES): Remove.
1683         (REGISTER_NAME): Define.
1684         (REGISTER_BYTE): Use vax_register_byte.
1685         (REGISTER_RAW_SIZE): Use vax_register_raw_size.
1686         (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
1687         (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
1688
1689 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
1690
1691         * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
1692         declaration
1693         * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
1694
1695 2002-04-21  David S. Miller  <davem@redhat.com>
1696
1697         * arch-utils.c (generic_prologue_frameless_p): Kill
1698         SKIP_PROLOGUE_FRAMELESS_P code.
1699         * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
1700         references.
1701         (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
1702         * arc-tdep.c (arc_prologue_frameless_p): Implement.
1703         * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
1704         references.
1705         (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
1706         * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
1707         (sparc_gdbarch_init): Pass it to
1708         set_gdbarch_prologue_frameless_p.
1709
1710 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
1711
1712         * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
1713         (alphabsd-nat.o): New dependency list.
1714
1715 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
1716
1717         * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
1718         alphafbsd-tdep.c.
1719         (alpha-linux-tdep.o): New dependency list.
1720         (alphafbsd-tdep.o): Likewise.
1721
1722 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
1723
1724         * alpha-linux-tdep.c: New file.  Move alpha_linux_sigtramp_offset
1725         to here...
1726         * alpha-tdep.c: ...from here.
1727         * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
1728
1729 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
1730
1731         * config/alpha/tm-alpha.h: Move alpha_software_single_step
1732         prototype from here...
1733         * alpha-tdep.h: ...to here.
1734
1735 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
1736
1737         * frame.h (selected_frame_level): Document as deprecated.
1738         (frame_relative_level): Declare.
1739         * stack.c (frame_relative_level): New function.
1740         (selected_frame_level): Document as deprecated.
1741         (select_frame): Do not set the selected_frame_level.
1742
1743         * stack.c (frame_info, record_selected_frame): Update.
1744         (frame_command, current_frame_command): Update.
1745         (up_silently_base, up_command, down_silently_base): Update.
1746         (down_command): Update.
1747         * inflow.c (kill_command): Update.
1748         * tracepoint.c (finish_tfind_command): Update.
1749         * corelow.c (core_open): Update.
1750         * thread.c (info_threads_command): Update.
1751         (do_captured_thread_select): Update.
1752         * infcmd.c (finish_command): Update.
1753         * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
1754
1755 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
1756
1757         * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
1758
1759 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
1760
1761         * arm-tdep.c (arm_breakpoint_from_pc): Make static.  Make return
1762         type const.
1763
1764 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
1765
1766         * alphafbsd-tdep.c: Update copyright years.  Include
1767         alpha-tdep.h.
1768         (alphafbsd_use_struct_convention): Make static.
1769         (alphafbsd_init_abi): New function.
1770         (_initialize_alphafbsd_tdep): New function.
1771         * config/alpha/tm-fbsd.h: Update copyright years.
1772         (USE_STRUCT_CONVENTION): Remove.
1773
1774 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
1775
1776         * alpha-tdep.c (alpha_abi_handler): New structure to describe
1777         an Alpha ABI variant.
1778         (alpha_abi_handler_list): Declare.
1779         (alpha_gdbarch_register_os_abi): New function.
1780         (alpha_gdbarch_init): Give registered ABI variant handlers a
1781         chance to tweak the gdbarch once we have set up defaults.
1782         * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
1783
1784 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
1785
1786         * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
1787         to standard_coerce_float_to_double.
1788         * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
1789
1790 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
1791
1792         * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
1793         * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
1794         from gdbarch_tdep rather than a constant.
1795         (alpha_gdbarch_init): Initialize tdep->vm_min_address to
1796         the default text address for all Alpha Unix ABIs.
1797         (alpha_dump_tdep): Report the value of tdep->vm_min_address.
1798         * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
1799
1800 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
1801
1802         * alpha-tdep.h: New file.  Includes several Alpha target constants
1803         taken from...
1804         * config/alpha/tm-alpha.h: ...here.  Remove macros that we now
1805         let gdbarch deal with.
1806         (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
1807         * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
1808         to dependency list.
1809         * alpha-nat.c: Include alpha-tdep.h.  Update for adjusted
1810         Alpha target register names.
1811         * alphabsd-nat.c: Likewise.
1812         * alpha-tdep.c: Include alpha-tdep.h.  Update for adjusted
1813         Alpha target register names.  Make serveral routines static.
1814         (alpha_get_saved_register): New function.
1815         (alpha_abi_names): New.
1816         (process_note_abi_tag_sections): New function.
1817         (get_elfosabi): New function.
1818         (alpha_gdbarch_init): New function.
1819         (alpha_dump_tdep): New function.
1820         (_initialize_alpha_tdep): Register alpha_gdbarch_init.
1821
1822 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
1823
1824         * frame.c (find_saved_register): Delete #ifdef
1825         HAVE_REGISTER_WINDOWS code.
1826         * config/sparc/tm-sparc.h: Update comments.
1827         * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
1828
1829 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
1830
1831         * i960-tdep.c (i960_find_saved_register): New function.
1832         (i960_get_saved_register): New function.
1833         * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
1834         (i960_get_saved_register): Declare.
1835         * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
1836
1837 2002-04-20  David S. Miller  <davem@redhat.com>
1838
1839         * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
1840
1841 2002-04-20  Andrew Cagney  <ac131313@redhat.com>
1842
1843         * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
1844         instead of NUM_PSEUDO_REGS.
1845
1846 2002-04-20  David S. Miller  <davem@redhat.com>
1847
1848         * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
1849         GDB_MULTI_ARCH_PARTIAL
1850         * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
1851         define, let tm-sp64.h do it.
1852
1853 2002-04-20  Jason Thorpe  <thorpej@wasabisystems.com>
1854
1855         * frame.c (find_saved_register): Avoid a NULL pointer
1856         dereference and actually walk the frame list.
1857
1858 2002-04-20  Andrew Cagney  <ac131313@redhat.com>
1859
1860         * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
1861         sorted in most most-recent-used order.  Document.
1862         * gdbarch.h, gdbarch.c: Regenerate.
1863
1864 2002-04-20  Daniel Jacobowitz  <drow@mvista.com>
1865
1866         * gdbserver/inferiors.c (struct inferior_info): Add regcache_data.
1867         (add_inferior): Call create_register_cache.
1868         (clear_inferiors): Call free_register_cache.
1869         (inferior_regcache_data, set_inferior_regcache_data): New functions.
1870         * gdbserver/regcache.c (struct inferior_regcache_data): New.
1871         (registers): Remove.
1872         (get_regcache): New function.
1873         (create_register_cache, free_register_cache): New functions.
1874         (set_register_cache): Don't initialize the register cache here.
1875         (registers_to_string, registers_from_string, register_data): Call
1876         get_regcache.
1877         * gdbserver/regcache.h: Add prototypes.
1878         * gdbserver/server.h: Likewise.
1879
1880 2002-04-20  Daniel Jacobowitz  <drow@mvista.com>
1881
1882         * gdbserver/mem-break.c: New file.
1883         * gdbserver/mem-break.h: New file.
1884         * gdbserver/Makefile.in: Add mem-break.o rule; update server.h
1885         dependencies.
1886         * gdbserver/inferiors.c (struct inferior_info): Add target_data
1887         member.
1888         (clear_inferiors): Free target_data member if set.
1889         (inferior_target_data, set_inferior_target_data): New functions.
1890         * gdbserver/linux-i386-low.c (i386_breakpoint, i386_breakpoint_len)
1891         (i386_stop_pc, i386_set_pc): New.  Add to the_low_target.
1892         * gdbserver/linux-low.c (linux_bp_reinsert): New variable.
1893         (struct inferior_linux_data): New.
1894         (linux_create_inferior): Use set_inferior_target_data.
1895         (linux_attach): Likewise.  Call add_inferior.
1896         (linux_wait_for_one_inferior): New function.
1897         (linux_wait): Call it.
1898         (linux_write_memory): Add const.
1899         (initialize_low): Call set_breakpoint_data.
1900         * gdbserver/linux-low.h (struct linux_target_ops): Add breakpoint
1901         handling members.
1902         * gdbserver/server.c (attach_inferior): Remove extra add_inferior
1903         call.
1904         * gdbserver/server.h: Include mem-break.h.  Update inferior.c
1905         prototypes.
1906         * gdbserver/target.c (read_inferior_memory)
1907         (write_inferior_memory): New functions.
1908         * gdbserver/target.h (read_inferior_memory)
1909         (write_inferior_memory): Change macros to prototypes.
1910         (struct target_ops): Update comments.  Add const to write_memory
1911         definition.
1912
1913 2002-04-19  Andrew Cagney  <ac131313@redhat.com>
1914
1915         * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
1916         instead of ->prev.
1917         * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
1918         * s390-tdep.c (s390_frame_chain): Do not use ->prev.
1919         * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
1920         instead of ->prev.
1921
1922 2002-04-19  Elena Zannoni  <ezannoni@redhat.com>
1923
1924         Fix PR gdb/471.
1925         * gdbtypes.c (init_simd_type): Rewrite using new functions.
1926         (build_builtin_type_vec128): Ditto.
1927         (append_composite_type_field): Fix calculation of type length in
1928         union case.
1929
1930 2002-04-19  Eli Zaretskii  <eliz@is.elta.co.il>
1931
1932         * config/djgpp/README: Update.
1933
1934         * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
1935         compiler warnings.
1936
1937 2002-04-19  Jason Thorpe  <thorpej@wasabisystems.com>
1938
1939         * alpha-tdep.c (setup_arbitrary_frame): Rename...
1940         (alpha_setup_arbitrary_frame): ...to this.
1941         * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
1942         for alpha_setup_arbitrary_frame.
1943
1944 2002-04-18  Andrew Cagney  <cagney@redhat.com>
1945
1946         * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
1947         * gdbarch.h, gdbarch.c: Regenerate.
1948
1949         * defs.h (breakpoint_from_pc_fn): Delete type definition.
1950         * target.h (memory_breakpoint_from_pc): Update declaration.
1951         * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
1952
1953         * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
1954         * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
1955         * mem-break.c (memory_breakpoint_from_pc): Ditto.
1956         * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
1957         * s390-tdep.c (s390_breakpoint_from_pc): Ditto
1958         * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
1959         * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
1960         * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
1961         * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
1962         * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
1963         * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
1964         * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
1965
1966         * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
1967         const pointer.
1968         * monitor.c (monitor_insert_breakpoint): Ditto.
1969         * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
1970
1971         * config/mcore/tm-mcore.h: Update copyright.
1972         * mem-break.c: Ditto.
1973         * xstormy16-tdep.c: Ditto.
1974
1975 2002-04-18  Pierre Muller  <muller@ics.u-strasbg.fr>
1976
1977         * p-exp.y: Add precedence rule for '^' token.
1978         This removes the shift/reduce conflicts.
1979         Remove the comment concerning these shift/reduce conflicts.
1980
1981 2002-04-18  Elena Zannoni  <ezannoni@redhat.com>
1982
1983         * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
1984         (registers_powerpc_nofp): New register set for processors
1985         without floating point unit.
1986
1987 2002-04-18  David S. Miller  <davem@redhat.com>
1988
1989         * MAINTAINERS: Add myself to write-after-approval.
1990
1991 2002-04-17  Michael Snyder  <msnyder@redhat.com>
1992
1993         * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
1994
1995 2002-04-17  Andrew Cagney  <ac131313@redhat.com>
1996
1997         * rs6000-tdep.c (frame_initial_stack_address): Use
1998         frame_register_read to read the alloca_reg.
1999
2000 2002-04-17  Andrew Cagney  <ac131313@redhat.com>
2001
2002         * frame.c (find_saved_register): Find saved registers in the next
2003         not prev frame.
2004         Fix PR gdb/365.
2005
2006 2002-04-17  Andrew Cagney  <ac131313@redhat.com>
2007
2008         * gdbarch.sh (LANG): Set to ``c''.
2009
2010 2002-04-15  Andrew Cagney  <ac131313@redhat.com>
2011
2012         * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
2013
2014 2002-04-15  Andrew Cagney  <ac131313@redhat.com>
2015
2016         * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
2017         Update copyright.
2018
2019         * hpread.c (hpread_get_lntt): Add declaration.
2020         Also fix PR gdb/391.
2021
2022 2002-04-14  Andrew Cagney  <ac131313@redhat.com>
2023
2024         * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
2025         * aclocal.m4, configure: Re-generate.
2026         Fix PR gdb/391.
2027
2028 2002-04-14  Elena Zannoni  <ezannoni@redhat.com>
2029
2030         * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
2031         instead of tm_print_insn.
2032
2033 2002-04-14  Elena Zannoni  <ezannoni@redhat.com>
2034
2035         * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
2036
2037 2002-04-14  Andrew Cagney  <ac131313@redhat.com>
2038
2039         * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
2040         * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
2041         (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
2042
2043 2002-04-12  Don Howard  <dhoward@redhat.com>
2044
2045         * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
2046         max_user_call_depth.
2047         (init_cmd_lists): Initialize the new value;
2048         * cli/cli-script.c (execute_user_command): Limit the call depth of
2049         user defined commands.  This avoids a core-dump when user commands
2050         are infinitly recursive.
2051
2052 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
2053
2054         * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
2055         * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
2056         from tdep struct instead of DEFAULT_LR_SAVE.
2057         (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
2058         * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
2059         * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
2060
2061 2002-04-12  Michael Snyder  <msnyder@redhat.com>
2062
2063         * Remote.c: Spelling fix.
2064         * gcore.c (default_derive_heap_segment): Use bfd_section_name.
2065         If no symbol found for "sbrk", try "_sbrk".
2066         (make_output_phdrs): Use bfd_section_name.
2067         (gcore_copy_callback): Use bfd_section_name.
2068         * eval.c: Indentation fix-ups.
2069         * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
2070         in case it gets applied to an address that is already
2071         in the instruction space.
2072         * cli/cli-decode.c (help_list): Allow long lines to wrap.
2073         * symfile.c: Fix indentation, long lines.
2074         * source.c: White space fix-up.
2075
2076 2002-04-12  Andrew Cagney  <cagney@redhat.com>
2077
2078         * defs.h (read_relative_register_raw_bytes): Delete declaration.
2079         * frame.c (frame_register_read): New function.  Return non-zero on
2080         success.
2081         (read_relative_register_raw_bytes_for_frame): Delete.
2082         (read_relative_register_raw_bytes): Delete.
2083         * frame.h (frame_register_read): Declare.
2084         * d30v-tdep.c: Update Copyright.  Use frame_register_read.
2085         * sh-tdep.c: Ditto.
2086         * infcmd.c (do_registers_info): Ditto.
2087         * hppa-tdep.c: Ditto.
2088         * rs6000-tdep.c: Ditto.
2089         * h8500-tdep.c: Ditto.
2090         * mips-tdep.c: Ditto.
2091         * h8300-tdep.c: Ditto.
2092         * z8k-tdep.c: Ditto.
2093
2094 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
2095
2096         From Jimi X <jimix@watson.ibm.com>:
2097         * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
2098         64-bit SysV ABI.
2099
2100 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
2101
2102         From Jimi X <jimix@watson.ibm.com>:
2103         * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
2104         bfd info.
2105
2106 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
2107
2108         From Jimi X <jimix@watson.ibm.com>:
2109         * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
2110         register sets for these processor variants.
2111
2112 2002-04-11  Daniel Jacobowitz  <drow@mvista.com>
2113
2114         * gdbserver/linux-low.c (usr_store_inferior_registers): Support
2115         registers which are allowed to fail to store.
2116         * gdbserver/linux-low.h (linux_target_ops): Likewise.
2117         * gdbserver/linux-ppc-low.c (ppc_regmap): Support FPSCR.
2118         (ppc_cannot_store_register): FPSCR may not be storable.
2119         * regformats/reg-ppc.dat: Support FPSCR.
2120
2121 2002-04-11  Kevin Buettner  <kevinb@redhat.com>
2122
2123         * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
2124         * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
2125         Add fpscr as an invalid/unfetchable register.
2126         * ppc-linux-nat.c (ppc_register_u_addr, store_register)
2127         (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
2128         (fill_fpregset): Add support for register fpscr.
2129         (fetch_ppc_registers, store_ppc_registers, supply_gregset)
2130         (fill_gregset): Account for the fact that register ``mq'' might
2131         not exist.
2132         * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
2133         (registers_power): Add fpscr to register set at slot 71.
2134         (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
2135         exist on most PPC architectures.  Initialize ppc_fpscr_regnum.
2136
2137 2002-04-11  Michael Snyder  <msnyder@redhat.com>
2138
2139         * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
2140         * configure: Regenerate.
2141         * config.in: Regenerate.
2142         * acconfig.h: Add define for _SYSCALL32.
2143         * core-sol2.c: Remove #define _SYSCALL32.
2144         * solib-legacy.c: Remove #define _SYSCALL32.
2145
2146 2002-04-10  Andrew Cagney  <ac131313@redhat.com>
2147
2148         * stack.c (select_frame): Cleanup internal error message, do not
2149         use %p.
2150
2151 2002-04-10  Andrew Cagney  <ac131313@redhat.com>
2152
2153         * stack.c (select_frame): Check that selected_frame and the
2154         specified level are as expected.
2155         * blockframe.c (get_prev_frame): Set the `level' from next_frame.
2156         Update copyright.
2157         * frame.h (struct frame_info): Add field `level'.  Update
2158         copyright.
2159         Work-in-progress PR gdb/464.
2160
2161 2002-04-10  Andrew Cagney  <ac131313@redhat.com>
2162
2163         * maint.c (maint_print_section_info): Rename print_section_info.
2164         (print_bfd_section_info, print_objfile_section_info): Update.
2165         * inferior.h (struct gdbarch): Add opaque declaration.
2166         * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
2167         * gdbarch.h: Regenerate.
2168
2169 2002-04-10  Michal Ludvig  <mludvig@suse.cz>
2170
2171         * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
2172         (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
2173         (kernel_u_size): Added.
2174         * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
2175         (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
2176
2177 2002-04-04  Jim Ingham  <jingham@apple.com>
2178
2179        * valarith.c (find_size_for_pointer_math): New function, either returns
2180        the size for a pointer's target, returns 1 for void *, or errors for
2181        incomplete types.
2182        (value_add, value_sub): use find_size_for_pointer_math.
2183
2184 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
2185
2186         * linux-low.c (linux_look_up_symbols): New hook.
2187         (linux_target_ops): Add linux_look_up_symbols.
2188         * remote-utils.c (decode_address): New function.
2189         (look_up_one_symbol): New function.
2190         * server.c (handle_query): Call target look_up_symbols hook.
2191         * server.h (look_up_one_symbol): Add prototype.
2192         * target.h (struct target_ops): Add look_up_symbols hook.
2193
2194 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
2195
2196         * gdbserver/server.h: Include <string.h> if HAVE_STRING_H.
2197         * ChangeLog: Correct paths in last ChangeLog entry.
2198
2199 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
2200
2201         * gdbserver/linux-low.h: Remove obsolete prototypes.
2202         (struct linux_target_ops): New.
2203         (extern the_low_target): New.
2204         * gdbserver/linux-low.c (num_regs, regmap): Remove declarations.
2205         (register_addr): Use the_low_target explicitly.
2206         (fetch_register): Likewise.
2207         (usr_fetch_inferior_registers): Likewise.
2208         (usr_store_inferior_registers): Likewise.
2209         * gdbserver/linux-arm-low.c (num_regs): Remove.
2210         (arm_num_regs): Define.
2211         (arm_regmap): Renamed from regmap, made static.
2212         (arm_cannot_fetch_register): Renamed from cannot_fetch_register,
2213         made static.
2214         (arm_cannot_store_register): Renamed from cannot_store_register,
2215         made static.
2216         (the_low_target): New.
2217         * gdbserver/linux-i386-low.c (num_regs): Remove.
2218         (i386_num_regs): Define.
2219         (i386_regmap): Renamed from regmap, made static.
2220         (i386_cannot_fetch_register): Renamed from cannot_fetch_register,
2221         made static.
2222         (i386_cannot_store_register): Renamed from cannot_store_register,
2223         made static.
2224         (the_low_target): New.
2225         * gdbserver/linux-ia64-low.c (num_regs): Remove.
2226         (ia64_num_regs): Define.
2227         (ia64_regmap): Renamed from regmap, made static.
2228         (ia64_cannot_fetch_register): Renamed from cannot_fetch_register,
2229         made static.
2230         (ia64_cannot_store_register): Renamed from cannot_store_register,
2231         made static.
2232         (the_low_target): New.
2233         * gdbserver/linux-m68k-low.c (num_regs): Remove.
2234         (m68k_num_regs): Define.
2235         (m68k_regmap): Renamed from regmap, made static.
2236         (m68k_cannot_fetch_register): Renamed from cannot_fetch_register,
2237         made static.
2238         (m68k_cannot_store_register): Renamed from cannot_store_register,
2239         made static.
2240         (the_low_target): New.
2241         * gdbserver/linux-mips-low.c (num_regs): Remove.
2242         (mips_num_regs): Define.
2243         (mips_regmap): Renamed from regmap, made static.
2244         (mips_cannot_fetch_register): Renamed from cannot_fetch_register,
2245         made static.
2246         (mips_cannot_store_register): Renamed from cannot_store_register,
2247         made static.
2248         (the_low_target): New.
2249         * gdbserver/linux-ppc-low.c (num_regs): Remove.
2250         (ppc_num_regs): Define.
2251         (ppc_regmap): Renamed from regmap, made static.
2252         (ppc_cannot_fetch_register): Renamed from cannot_fetch_register,
2253         made static.
2254         (ppc_cannot_store_register): Renamed from cannot_store_register,
2255         made static.
2256         (the_low_target): New.
2257         * gdbserver/linux-s390-low.c (num_regs): Remove.
2258         (s390_num_regs): Define.
2259         (s390_regmap): Renamed from regmap, made static.
2260         (s390_cannot_fetch_register): Renamed from cannot_fetch_register,
2261         made static.
2262         (s390_cannot_store_register): Renamed from cannot_store_register,
2263         made static.
2264         (the_low_target): New.
2265         * gdbserver/linux-sh-low.c (num_regs): Remove.
2266         (sh_num_regs): Define.
2267         (sh_regmap): Renamed from regmap, made static.
2268         (sh_cannot_fetch_register): Renamed from cannot_fetch_register,
2269         made static.
2270         (sh_cannot_store_register): Renamed from cannot_store_register,
2271         made static.
2272         (the_low_target): New.
2273         * gdbserver/linux-x86-64-low.c (x86_64_regmap): Renamed from regmap.
2274         (the_low_target): New.
2275
2276 2002-04-09  Andrew Cagney  <ac131313@redhat.com>
2277
2278         * frame.c (read_relative_register_raw_bytes_for_frame): Do not
2279         override FP_REGNUM with frame->fp.  Update copyright.
2280         * parse.c (num_std_regs, std_regs): Delete.
2281         (target_map_name_to_register): Do not search std_regs.  Update
2282         function description.
2283         * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
2284         declarations.  Update copyright.
2285         Fix PR gdb/251.
2286
2287 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
2288
2289         * gdbserver/Makefile.in: Add stamp-h target.
2290         * gdbserver/configure.in: Create stamp-h.
2291         * gdbserver/configure: Regenerated.
2292
2293 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
2294
2295         * gdbserver/inferiors.c: New file.
2296         * gdbserver/target.c: New file.
2297         * gdbserver/target.h: New file.
2298         * gdbserver/Makefile.in:  Add target.o and inferiors.o.  Update
2299         dependencies.
2300         * gdbserver/linux-low.c (inferior_pid): New static variable,
2301         moved from server.c.
2302         (linux_create_inferior): Renamed from create_inferior.
2303         Call add_inferior.  Return 0 on success instead of a PID.
2304         (linux_attach): Renamed from myattach.
2305         (linux_kill): Renamed from kill_inferior.  Call clear_inferiors ().
2306         (linux_thread_alive): Renamed from mythread_alive.
2307         (linux_wait): Renamed from mywait.  Call clear_inferiors () if the
2308         child dies.
2309         (linux_resume): Renamed from myresume.  Add missing ``return 0''.
2310         (regsets_store_inferior_registers): Correct error message.
2311         Add missing ``return 0''.
2312         (linux_fetch_registers): Renamed from fetch_inferior_registers.
2313         (linux_store_registers): Renamed from store_inferior_registers.
2314         (linux_read_memory): Renamed from read_inferior_memory.
2315         (linux_write_memory): Renamed from write_inferior_memory.
2316         (linux_target_ops): New structure.
2317         (initialize_low): Call set_target_ops ().
2318         * gdbserver/remote-utils.c (unhexify): New function.
2319         (hexify): New function.
2320         (input_interrupt): Send signals to ``signal_pid''.
2321         * gdbserver/server.c (inferior_pid): Remove.
2322         (start_inferior): Update create_inferior call.
2323         (attach_inferior): Call add_inferior.
2324         (handle_query): New function.
2325         (main): Call handle_query for `q' packets.
2326         * gdbserver/server.h: Include "target.h".  Remove obsolete prototypes.
2327         Add prototypes for "inferiors.c", "target.c", hexify, and unhexify.
2328
2329 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
2330
2331         * gdbserver/Makefile.in: Add WARN_CFLAGS.  Update configury
2332         dependencies.
2333         * gdbserver/configure.in: Check for <string.h>
2334         * gdbserver/configure: Regenerate.
2335         * gdbserver/config.in: Regenerate.
2336         * gdbserver/gdbreplay.c: Include needed system headers.
2337         (remote_open): Remove strchr prototype.
2338         * gdbserver/linux-low.h: Correct #ifdef to HAVE_LINUX_USRREGS.
2339         * gdbserver/regcache.c (supply_register): Change buf argument to const void *.
2340         (supply_register_by_name): Likewise.
2341         (collect_register): Change buf argument to void *.
2342         (collect_register_by_name): Likewise.
2343         * gdbserver/regcache.h: Add missing prototypes.
2344         * gdbserver/remote-utils.c: Include <arpa/inet.h> for inet_ntoa.
2345         * gdbserver/server.c (handle_query): New function.
2346         (attached): New static variable, moved out of main.
2347         (main): Quiet longjmp clobber warnings.
2348         * gdbserver/server.h: Add ATTR_NORETURN and ATTR_FORMAT.  Update prototypes.
2349         * gdbserver/utils.c (error): Remove NORETURN.
2350         (fatal): Likewise.
2351
2352 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
2353
2354         * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
2355         after the last symbol in a block.
2356
2357 2002-04-09  Pierre Muller  <muller@ics.u-strasbg.fr>
2358
2359         * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
2360         is non zero as a found symbol.
2361
2362 2002-04-08  Andrew Cagney  <ac131313@redhat.com>
2363
2364         * findvar.c: Include "builtin-regs.h".
2365         (value_of_register): Call value_of_builtin_reg when applicable.
2366         * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
2367         (target_map_name_to_register): Call
2368         builtin_reg_map_name_to_regnum.
2369         * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
2370         (COMMON_OBS): Add builtin-regs.o and std-regs.o.
2371         (builtin_regs_h): Define.
2372         (builtin-regs.o): New target.
2373         (findvar.o): Add $(builtin_regs_h).
2374         * builtin-regs.c, builtin-regs.h: New files.
2375         * std-regs.c: New file.
2376         Partial fix for PR gdb/251.
2377
2378 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
2379
2380         * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
2381         it's no longer required.
2382
2383 2002-04-08  Andrew Cagney  <ac131313@redhat.com>
2384
2385         * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
2386
2387 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
2388
2389         From Jimi X <jimix@watson.ibm.com>:
2390         * rs6000-tdep.c (rs6000_software_single_step): Use
2391         rs6000_breakpoint_from_pc() to fetch breakpoint instruction
2392         and size.  Use target_insert_breakpoint() and
2393         target_remove_breakpoint() to insert and remove breakpoints
2394         instead of explicit memory reads and writes.
2395
2396 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
2397
2398         * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
2399         * rs6000-tdep.c (rs6000_push_arguments): Eliminate
2400         ELF_OBJECT_FORMAT ifdef.
2401
2402 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
2403
2404         From Jimi X <jimix@watson.ibm.com>:
2405         * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
2406
2407 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
2408
2409         From Jimi X <jimix@watson.ibm.com>:
2410         * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
2411         definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
2412
2413 2002-04-07  Mark Kettenis  <kettenis@gnu.org>
2414
2415         * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
2416         s/asprintf/xasprintf/.
2417         (fbsd_make_corefile_notes): s/strdup/xstrdup/.
2418
2419 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
2420
2421         I believe Jeff Law denies responsability for this one:
2422         * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
2423         * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
2424         * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
2425         Work-around for PR gdb/366.
2426
2427 2002-04-07  Elena Zannoni  <ezannoni@redhat.com>
2428
2429         * remote-e7000.c (write_small, e7000_read_inferior_memory,
2430         e7000_read_inferior_memory_large, e7000_insert_breakpoint,
2431         e7000_remove_breakpoint): Use paddr_nz() to print addresses.
2432
2433 2002-04-07  Elena Zannoni  <ezannoni@redhat.com>
2434
2435         * sh-tdep.c (sh_fp_frame_init_saved_regs,
2436         sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
2437         information.
2438
2439 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
2440
2441         * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
2442         maintainer.
2443
2444 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
2445
2446         * README (Reporting Bugs in GDB): Document the bug web page as the
2447         prefered way of submitting bugs.
2448         Fix PR gdb/402.
2449
2450 2002-04-06  Andrew Cagney  <ac131313@redhat.com>
2451
2452         * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
2453         -1.  Update comment.
2454         * gdbarch.h, gdbarch.c: Re-generate.
2455
2456 2002-04-07  Andreas Schwab  <schwab@suse.de>
2457
2458         * m68klinux-nat.c (fill_fpregset): Properly pass address of
2459         buffer to regcache_collect.
2460
2461 2002-04-06  Andrew Cagney  <ac131313@redhat.com>
2462
2463         * gdbarch.sh (PS_REGNUM): Add.  Document.  Default to -1.
2464         * gdbarch.c, gdbarch.h: Re-generate.
2465
2466 2002-04-06  Andrew Cagney  <ac131313@redhat.com>
2467
2468         * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
2469         declaration.  Fix -Werror.
2470
2471 2002-04-05  Daniel Jacobowitz  <drow@mvista.com>
2472
2473         * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
2474         * gdbarch.c: Regenerate.
2475
2476 2002-04-05  Michael Snyder  <msnyder@redhat.com>
2477
2478         * breakpoint.c (clear_command): Rewrite middle section to
2479         combine two loops with identical control conditions.
2480         Add a cleanup to eliminate a memory leak.
2481         * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
2482
2483 2002-04-05  H.J. Lu  (hjl@gnu.org)
2484
2485         * solib-svr4.c (bkpt_names): Add "__start".
2486
2487 2002-04-04  Andrew Cagney  <ac131313@redhat.com>
2488
2489         * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
2490         as test for 64 bit target.
2491
2492 2002-04-05  Andrew Cagney  <ac131313@redhat.com>
2493
2494         * h8500-tdep.c (h8500_write_fp): Delete function.
2495         * dwarf2cfi.c (cfi_write_fp): Document as not used.
2496         * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
2497         * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
2498         * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
2499         * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
2500         * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
2501         (s390_write_fp):
2502         * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
2503         * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
2504         * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
2505         (d10v_write_fp): Delete function.
2506         * inferior.h (write_fp, generic_target_write_fp): Delete
2507         declarations.
2508         * regcache.c (generic_target_write_fp): Delete function.
2509         (write_fp): Delete function.
2510         * gdbarch.sh (TARGET_WRITE_FP): Delete.
2511         * gdbarch.h, gdbarch.c: Regenerate.
2512         * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
2513         * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
2514         (sparc64_write_fp): Delete declaration.
2515         * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
2516         (h8500_write_fp): Delete declaration.
2517
2518 2002-04-04  Andrew Cagney  <ac131313@redhat.com>
2519
2520         * sparc-tdep.c (sparc64_write_fp): Delete.
2521         (sparc_push_dummy_frame): Replace write_fp call with code to store
2522         the FP directly.
2523         (sparc_gdbarch_init): Do not initialize write_fp.
2524
2525 2002-04-05  Kevin Buettner  <kevinb@redhat.com>
2526
2527         * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
2528         clause.
2529
2530 2002-03-29  Jim Blandy  <jimb@redhat.com>
2531
2532         * stack.c (get_selected_block): Add new argument `addr_in_block',
2533         used to return the exact code address we used to select the block,
2534         not just the block.
2535         * blockframe.c (get_frame_block, get_current_block): Same.
2536         * frame.h (get_frame_block, get_current_block,
2537         get_selected_block): Update declarations.
2538         * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
2539         linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
2540
2541 2002-04-05  Michael Snyder  <msnyder@redhat.com>
2542
2543         * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
2544         warning message.
2545
2546 2002-04-05  J. Brobecker  <brobecker@gnat.com>
2547
2548         * utils.c (xfullpath): New function.
2549         * defs.h (xfullpath): Add declaration.
2550         * source.c (openp): Use xfullpath in place of gdb_realpath to
2551         avoid resolving the basename part of filenames when the
2552         associated file is a symbolic link. This fixes a potential
2553         inconsistency between the filenames known to GDB and the
2554         filenames it prints in the annotations.
2555         * symtab.c (lookup_symtab): Use the new xfullpath function, in order
2556         to be able to match a filename with either the real filename, or
2557         the name of any symbolic link to this file.
2558         (lookup_partial_symtab): Ditto.
2559
2560 2002-04-04  Michael Snyder  <msnyder@redhat.com>
2561
2562         * breakpoint.c: Add support for hardware breakpoints in overlays.
2563         (overlay_events_enabled): New state variable.
2564         (insert_breakpoints): Use overlay_events_enabled to decide
2565         whether to attempt to set a breakpoint at the overlay load addr.
2566         Handle bp_hardware_breakpoint as well as bp_breakpoint.
2567         (remove_breakpoint): Use overlay_events_enabled to decide
2568         whether breakpoints need to be removed from overlay load addr.
2569         Handle bp_hardware_breakpoint as well as bp_breakpoint.
2570         (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
2571         (create_overlay_event_breakpoint, enable_overlay_breakpoints,
2572         disable_overlay_breakpoints): Update overlay_events_enabled.
2573
2574 2002-04-04  Daniel Jacobowitz  <drow@mvista.com>
2575
2576         * dwarf2read.c (struct function_range): New.
2577         (cu_first_fn, cu_last_fn, cu_cached_fn): New.
2578         (check_cu_functions): New.
2579         (read_file_scope): Initialize global function lists.
2580         Call dwarf_decode_line after processing children.
2581         (read_func_scope): Add to global function list.
2582         (dwarf_decode_lines): Call check_cu_functions everywhere
2583         record_line is called.  Call record_line with a linenumber
2584         of 0 to mark sequence ends.
2585
2586 2002-04-04  Michal Ludvig  <mludvig@suse.cz>
2587
2588         * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
2589         change sync with glibc.
2590
2591 2002-04-03  Jim Blandy  <jimb@redhat.com>
2592
2593         * configure.in: Call AC_C_INLINE.
2594         * configure: Regenerated.
2595
2596 2002-04-01  Daniel Jacobowitz  <drow@mvista.com>
2597
2598         * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
2599         and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
2600
2601 2002-03-31  Mark Kettenis  <kettenis@gnu.org>
2602
2603         * NEWS: Mention gcore support on FreeBSD/i386.
2604
2605         * fbsd-proc.c: New file.
2606         * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
2607         * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
2608
2609         * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
2610         while statement.
2611
2612 2002-03-29  Jim Blandy  <jimb@redhat.com>
2613
2614         * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
2615         unescaped newlines in string literals, but newer ones don't.  So
2616         escape them.
2617
2618 2002-03-26  Michael Snyder  <msnyder@redhat.com>
2619             Andrew Cagney <cagney@redhat.com>
2620
2621         * cli/cli-dump.c: New file.  Dump memory to file,
2622         restore file to memory.
2623         * cli/cli-dump.h: New file.
2624         * Makefile.in: Add rules, dependencies for cli-dump.o.
2625         * NEWS: Mention new commands.
2626
2627 2002-03-28  Michael Snyder  <msnyder@redhat.com>
2628
2629         * symfile.c (symbol_file_add): Move test for null symbols to later.
2630
2631 2002-03-27  Andrew Cagney  <ac131313@redhat.com>
2632
2633         From veksler at il.ibm.com:
2634         * utils.c (gdb_realpath): If canonicalize_file_name fails, return
2635         the xstrduped original path.
2636         Fix PR gdb/417.
2637
2638 2002-03-27  Michael Snyder  <msnyder@redhat.com>
2639
2640         * breakpoint.c (_initialize_breakpoint): Clean up help string.
2641         * infcmd.c (_initialize_infcmd): Ditto.
2642         * language.c (_initialize_language): Ditto.
2643         * symfile.c (_initialize_symfile): Ditto.
2644         * top.c (_init_main): Ditto.
2645         * cli/cli-cmds.c (init_cli_cmds): Ditto.
2646
2647 2002-03-27  Elena Zannoni  <ezannoni@redhat.com>
2648
2649         * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
2650         vector registers handling.
2651         (skip_prologue): Handle new AltiVec instructions.  Fill in new
2652         fields of frame data.
2653         (frame_get_saved_regs): Fill in information for AltiVec registers.
2654
2655 2002-03-27  Jim Blandy  <jimb@redhat.com>
2656
2657         * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
2658         a function; leave this macro here to invoke that function.
2659         (symbol_init_mangled_name): Declaration for that function.
2660         * symtab.c (symbol_init_mangled_name): New function.
2661
2662 2002-03-27  Andrew Cagney  <ac131313@redhat.com>
2663
2664         * valarith.c: Replace strerror with safe_strerror.
2665         * tracepoint.c: Ditto.
2666         * lin-lwp.c: Ditto.
2667         * go32-nat.c: Ditto.
2668         * inflow.c: Ditto.
2669         * gnu-nat.c: Ditto.
2670
2671 2002-03-27  Andreas Schwab  <schwab@suse.de>
2672
2673         * event-top.c (command_line_handler): Remove useless if.
2674
2675 2002-03-27  Andreas Jaeger  <aj@suse.de>
2676
2677         * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
2678         comment.
2679
2680 2002-03-27  Michal Ludvig  <mludvig@suse.cz>
2681
2682         * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
2683         (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
2684         * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
2685         (x86_64_linux_dr_get_status, supply_gregset),
2686         (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
2687         * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
2688         (x86_64_register_info_table): Add.
2689         (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
2690         (x86_64_register_raw_size, x86_64_register_virtual_type),
2691         (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
2692         general x86_64_register_info_table.
2693         (i386_gdbarch_init): gdbarch_register_bytes is now set
2694         dynamicaly during initialization.
2695         * regformats/reg-x86-64.dat: Synced with changes to registers above.
2696         * gdbserver/linux-x86-64-low.c: Ditto.
2697
2698 2002-03-27  Daniel Jacobowitz  <drow@mvista.com>
2699
2700         * gdbserver/server.c (main): Call target_signal_to_host_p
2701         and target_signal_to_host on signals received from the remote.
2702         * gdbserver/remote-utils.c (prepare_resume_reply): Call
2703         target_signal_from_host on signals sent to the remote.
2704         * gdbserver/server.h: Add prototypes.  Include "gdb/signals.h".
2705         * gdbserver/Makefile.in: Add signals.o.  Add -I${INCLUDE_DIR}.
2706
2707 2002-03-27  Daniel Jacobowitz  <drow@mvista.com>
2708
2709         * signals/signals.c: Include "server.h" in gdbserver build.
2710         (target_signal_from_name): Don't use STREQ.
2711         (_initialize_signals): Likewise.  Don't include function in
2712         gdbserver build.
2713
2714 2002-03-27  Daniel Jacobowitz  <drow@mvista.com>
2715
2716         * signals.c: Moved to...
2717         * signals/signals.c: Here.
2718         * Makefile (signals.o): Update.
2719
2720 2002-03-26  Jeff Law (law@redhat.com)
2721
2722         * somread.c (som_symtab_read): Remove some commented out code and
2723         updated related comments.  Do not set the minimal symbol table to
2724         mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
2725         in a dynamic executable.
2726         * hppa-tdep.c (find_proc_framesize): Sanely handle the case
2727         where we are unable to find the minimal symbol for the given
2728         PC value.
2729
2730 2002-03-25  Jeff Law (law@redhat.com)
2731
2732         * linux-proc.c (read_mapping): Scan up to end of line for filename.
2733
2734 2002-03-25  Michal Ludvig  <mludvig@suse.cz>
2735
2736         * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
2737
2738 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
2739
2740         * command.h: Update copyright.
2741         (struct cmd_list_element): Replace definition with opaque
2742         declaration.
2743         (enum cmd_types): Document that it will eventually be moved to
2744         cli/cli-decode.h
2745         (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
2746         (MALLOCED_REPLACEMENT): Delete macro.
2747         * Makefile.in (cli_decode_h): Add $(command_h).
2748         (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
2749         * top.c: Include "cli/cli-decode.h".
2750         * completer.c: Include "cli/cli-decode.h".
2751         * maint.c: Include "cli/cli-decode.h".
2752         * cli/cli-decode.h: Include "command.h".
2753         (enum command_class): Delete.
2754         (enum cmd_types): Comment out.
2755         (enum cmd_auto_boolean): Delete.
2756         (enum var_types): Delete.
2757
2758 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
2759
2760         * cli/cli-decode.c: Include "gdb_assert.h".
2761         (add_set_or_show_cmd): New static function.
2762         (add_set_cmd): Rewrite.  Use add_set_or_show_cmd.
2763         (add_show_from_set): Rewrite. Use add_set_or_show_cmd.  Don't copy
2764         all fields, such as func, from the set command.
2765
2766 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
2767
2768         * MAINTAINERS (sh-elf): Change warning flag to -w.
2769
2770 2002-03-23  Andrew Cagney  <cagney@redhat.com>
2771
2772         * defs.h (error): Add printf format attribute.
2773         * thread-db.c (thread_from_lwp): Fix error format string.
2774         * stack.c (parse_frame_specification): Ditto.
2775         * cli/cli-decode.c (undef_cmd_error): Ditto.
2776         * scm-lang.c (scm_lookup_name): Ditto.
2777         * tracepoint.c (trace_error): Ditto.
2778         * remote-utils.c (usage): Ditto.
2779         * remote.c (compare_sections_command): Ditto.
2780         Fix PR gdb/328.
2781
2782 2002-03-22  Andrew Cagney  <ac131313@redhat.com>
2783
2784         * gdbtypes.c (append_composite_type_field): New function.
2785         (init_composite_type): New function.
2786         * gdbtypes.h (append_composite_type_field): Declare.
2787         (init_composite_type): Ditto.
2788
2789 2002-03-22  Elena Zannoni  <ezannoni@redhat.com>
2790
2791         * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
2792         function.
2793         * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
2794         * rs6000-tdep.c (rs6000_gdbarch_init): Use different
2795         structure returning convention for SYSV ABI case, but not
2796         for GNU/Linux, FreeBSD, or NetBSD.
2797
2798 2002-03-22  Daniel Jacobowitz  <drow@mvista.com>
2799
2800         * symtab.h (lookup_block_symbol): Add mangled_name argument
2801         to prototype.
2802
2803         * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
2804         with new mangled_name argument.
2805         * linespec.c (decode_line_1): Likewise.
2806         * valops (value_of_this): Likewise.
2807         * symtab.c (lookup_transparent_type): Likewise.
2808         (lookup_symbol_aux): Likewise.  Accept new mangled_name argument.
2809         (lookup_symbol): If we are given a mangled name, pass it down
2810         to lookup_symbol_aux.
2811         (lookup_block_symbol): If we are given a mangled name to check
2812         against, only return symbols which match it.
2813
2814 2002-03-22  Christopher Faylor  <cgf@redhat.com>
2815
2816         * win32-nat.c (child_create_inferior): Check for proper shell to use
2817         here, in case the user changes it on the fly.
2818         (_initialize_inftarg): Remove shell path considerations.
2819
2820 2002-03-21  Elena Zannoni  <ezannoni@redhat.com>
2821
2822         * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
2823         for gdbarch_max_register_raw_size and max_register_virtual_size.
2824         Adjust copyright year.
2825
2826 2002-03-21  Daniel Jacobowitz  <drow@mvista.com>
2827
2828          * dbxread.c (process_one_symbol): Extend the first N_SLINE
2829          in a function to cover the entire beginning of the function
2830          as well if it does not already.
2831
2832 2002-03-21  Tom Rix  <trix@redhat.com>
2833
2834         * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
2835         (rs6000_ptrace64): Renamed from ptrace64.
2836
2837 2002-03-20  Martin M. Hunt  <hunt@redhat.com>
2838
2839         * gdbserver/remote-utils.c (remote_open): Don't call
2840         getprotobyname, we're all using TCP here so just use
2841         IPPROTO_TCP.
2842         * gdbserver/gdbreplay.c (remote_open): Ditto.
2843
2844 2002-03-20  Martin M. Hunt  <hunt@redhat.com>
2845
2846         * regcache.c (_initialize_regcache): No need to call
2847         build_regcache() at this time; it gets called whenever
2848         the gdbarch changes.
2849
2850 2002-03-20  David O'Brien  <obrien@FreeBSD.org>
2851
2852         * sparc-nat.c:  Include sys/param.h where possible.
2853
2854 2002-03-20  Daniel Jacobowitz  <drow@mvista.com>
2855
2856         Fix PR gdb/422.
2857         * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
2858         FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
2859         * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
2860         complex types.
2861         * stabsread.c (rs6000_builtin_type): Likewise.
2862         (read_sun_floating_type): Likewise.
2863
2864 2002-03-19  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
2865
2866         * stabsread.c (read_member_functions): Remove skip code for duplicate
2867         constructor/destructor methods.  Use standard parsing for these
2868         methods and just do not chain them to the list of methods after
2869         parsing.
2870
2871 2002-03-19  Alexandre Oliva  <aoliva@redhat.com>
2872
2873         * coffread.c: Remove redundant static declarations.  Replace
2874         occurrences of `PTR' with `void *'.
2875         * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
2876         * top.h (quit_cover): Likewise.
2877         * defs.h (catch_errors): Likewise.
2878
2879 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
2880
2881         * defs.h (XMALLOC): Define.
2882         * gdb-events.sh (XMALLOC): Delete macro.
2883         * gdb-events.c, gdb-events.h: Regenerate.
2884         * gdbarch.sh (XMALLOC): Delete macro.
2885         * gdbarch.c: Regenerate.
2886         * serial.c (XMALLOC): Delete macro.
2887         * ui-file.c (XMALLOC): Ditto.
2888         * ser-unix.h (XMALLOC): Ditto.
2889         * sh-tdep.c (XMALLOC): Ditto.
2890         * ui-out.c (XMALLOC): Ditto.
2891         * utils.c (XMALLOC): Ditto.
2892         * i386-tdep.c (XMALLOC): Ditto.
2893         * gdb-events.c (XMALLOC): Ditto.
2894         * d10v-tdep.c (XMALLOC): Ditto.
2895         * cli-out.c (XMALLOC): Ditto.
2896
2897         * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
2898         * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
2899         * ui-file.c, ui-out.c: Ditto.
2900
2901 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
2902
2903         * command.h (struct cmd_list_element): Add field context.
2904         (set_cmd_context, get_cmd_context): Declare.
2905         * cli/cli-decode.h: Ditto.
2906         * cli/cli-decode.c (get_cmd_context): New function.
2907         (set_cmd_context): New function.
2908         (add_cmd): Initialize context.
2909         Part of fixing PR gdb/145 and PR gdb/146.
2910
2911 2002-03-17  Andrew Cagney  <ac131313@redhat.com>
2912
2913         * cli/cli-decode.c (cmd_type): New function.
2914         * command.h (cmd_type): Declare.
2915         * infrun.c (set_schedlock_func): Call function cmd_type.
2916         * kod.c (kod_set_os): Call cmd_type.
2917         * cris-tdep.c (cris_version_update): Use function cmd_type.
2918         (cris_mode_update, cris_abi_update): Ditto.
2919
2920         * command.h: (execute_cmd_post_hook): Declare.
2921         (execute_cmd_pre_hook): Declare.
2922         * cli/cli-script.c (clear_hook_in_cleanup): New function.
2923         (execute_cmd_post_hook, execute_cmd_pre_hook): New
2924         functions. Execute pre/post hook while ensuring that afterwords
2925         hook_in is cleared.
2926         * top.c (execute_command): Use execute_cmd_post_hook, and
2927         execute_cmd_pre_hook to execute pre/post commands.
2928         * infrun.c (normal_stop): Pass stop_command and not pre_hook to
2929         hook_stop_stub.
2930         (hook_stop_stub): Call execute_cmd_pre_hook.
2931
2932 2002-03-17  Andrew Cagney  <ac131313@redhat.com>
2933
2934         * kod.c (kod_set_os): Revert previous change.  Is called by ``info
2935         set'' and this leads to a core dump.  Move xstrdup of
2936         operating_system to after check that it is not NULL.
2937
2938 2002-03-17  Andrew Cagney  <ac131313@redhat.com>
2939
2940         * kod.c (kod_set_os): Remove unnecessary check that
2941         ``command->type'' is set_cmd.
2942
2943         * valprint.c (set_input_radix): Use input_radix.
2944         (set_output_radix): Use output_radix.
2945         (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
2946         isn't reverted.
2947
2948 2002-03-16  Andrew Cagney  <ac131313@redhat.com>
2949
2950         * value.h (struct value): Delete field ``substring_addr''.  Change
2951         aligner fields to force_doublest_align, force_longest_align,
2952         force_core_addr_align and force_pointer_aligh.
2953
2954         * value.h (struct value): Fix typo in above change.
2955
2956 2002-03-16  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
2957
2958         * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
2959         to fix internal_error from ``maintenance print architecture''.
2960
2961 2002-03-16  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
2962
2963         * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
2964         for gcc versions after gcc-2.8.1.
2965
2966 2002-03-16  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
2967
2968         * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
2969         for method resolution.  Restore adjustment of ``this'' pointer after
2970         calling value_struct_elt, which was accidentally removed during the
2971         HP merge.
2972
2973 2002-03-15  Andrew Cagney  <ac131313@redhat.com>
2974
2975         * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
2976         value_of_register.
2977         * findvar.c (value_of_register): Add ``frame'' parameter.  Pass to
2978         get_saved_register.
2979         * value.h (value_of_register): Update.
2980
2981 2002-03-14  Richard Henderson  <rth@redhat.com>
2982
2983         * configure.in: Detect declaration for canonicalize_file_name.
2984         * utils.c (canonicalize_file_name): Declare, if needed.
2985         (gdb_realpath): Prefer realpath if available and usable.
2986         * config.in, configure: Rebuild.
2987
2988 2002-03-14  Richard Henderson  <rth@redhat.com>
2989
2990         * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
2991         a constant array bound.
2992
2993         * MAINTAINERS: Add myself to write-after-approval.
2994
2995 2002-03-14  Michael Snyder  <msnyder@redhat.com>
2996
2997         * symfile.c (syms_from_objfile): Return immediately if no syms.
2998         (symbol_file_add): Return immediately if no syms.
2999         (find_sym_fns): Return immediately if no syms.
3000
3001 2002-03-13  Michal Ludvig  <mludvig@suse.cz>
3002
3003         * gdbserver/remote-util.c (remote_open): Print remote-side's
3004         IP address when remote debugging over the network.
3005
3006 2002-03-12  David O'Brien  <obrien@FreeBSD.org>
3007
3008         * config/sparc/fbsd.mh: Fix copyright.
3009         * config/sparc/fbsd.mt: Likewise.
3010
3011 2002-03-11  Richard Earnshaw  <rearnsha@arm.com>
3012
3013         * MAINTAINERS: Fix typo in name of gdb warnings option.
3014         (x86-64): Fix formating so that this can be parsed by awk.
3015
3016 2002-03-10  Daniel Jacobowitz  <drow@mvista.com>
3017
3018         * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
3019         * defs.h: Include "gdb/signals.h".
3020         (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
3021
3022 2002-03-10  Michal Ludvig  <mludvig@suse.cz>
3023
3024         * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
3025         * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
3026         from x86-64-tdep.h
3027
3028 2002-03-10  Daniel Jacobowitz  <drow@mvista.com>
3029             Don Howard <dhoward@redhat.com>
3030
3031         * mips-tdep.c (ST0_FR): Define.
3032         (mips2_fp_compat): New function, temporarily disabled.
3033         (mips_read_fp_register_single): New function.
3034         (mips_read_fp_register_double): New function.
3035         (mips_print_register): Use them.
3036         (do_fp_register_row): Likewise.
3037
3038 2002-03-09  Andrew Cagney  <ac131313@redhat.com>
3039
3040         * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
3041         approval''.
3042
3043 2002-03-08  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
3044
3045         * stabsread.c (read_member_functions): Fix is_stub test for
3046         static member functions, improve comment.
3047
3048 2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
3049
3050         * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
3051         (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
3052         (_initialize_remote_rdi): Use add_set_boolean_cmd to register
3053         commands that set boolean values.
3054         (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
3055         (arm_rdi_resume): Always initialize PC.
3056         (arm_rdi_open): Don't use rslt as a boolean.
3057         (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
3058         (arm_rdi_fetch_registers, arm_rdi_store_registers)
3059         (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
3060         (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
3061
3062 2002-03-06  Alexandre Oliva  <aoliva@redhat.com>
3063
3064         * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
3065         * configure: Rebuilt.
3066
3067 2002-03-06  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
3068
3069         * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
3070         (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
3071
3072 2002-03-06  Andrew Cagney  <ac131313@redhat.com>
3073
3074         * cli/cli-decode.c (set_cmd_completer): New function.
3075         * command.h (set_cmd_completer): Declare.
3076         * cli/cli-decode.h (set_cmd_completer): Ditto.
3077
3078         * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
3079         * cli/cli-cmds.c (init_cli_cmds): Ditto.
3080         * win32-nat.c (_initialize_inftarg): Ditto.
3081         * remote-rdi.c (_initialize_remote_rdi): Ditto.
3082         * proc-api.c (_initialize_proc_api): Ditto.
3083         * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
3084         * source.c (_initialize_source): Ditto.
3085         * exec.c (_initialize_exec): Ditto.
3086         * solib.c (_initialize_solib): Ditto.
3087         * top.c (init_main): Ditto.
3088         * tracepoint.c (_initialize_tracepoint): Ditto.
3089         * symfile.c (_initialize_symfile): Ditto.
3090         * printcmd.c (_initialize_printcmd): Ditto.
3091         * infcmd.c (_initialize_infcmd): Ditto.
3092         * corefile.c (_initialize_core): Ditto.
3093
3094 2002-03-05  Andrew Cagney  <ac131313@redhat.com>
3095
3096         * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
3097
3098 2002-03-05  Andrew Cagney  <ac131313@redhat.com>
3099
3100         * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
3101
3102 2002-03-05  Andrew Cagney  <ac131313@redhat.com>
3103
3104         * NEWS: Update headings, 5.2 has branched.
3105
3106 2002-03-04  Daniel Jacobowitz  <drow@mvista.com>
3107
3108         * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
3109         (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
3110         (register_addr, REGISTER_RAW_SIZE): Likewise.
3111         (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
3112         * gdbserver/linux-x86-64-low.c: Remove extra #endif.
3113
3114 2002-03-03  Michal Ludvig <mludvig@suse.cz>
3115
3116         * MAINTAINERS (x86-64): Add myself.
3117         * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
3118         changed value_ptr -> struct value *
3119
3120 2002-03-01  David O'Brien  <obrien@FreeBSD.org>
3121
3122         * configure.host (sparc64-*-freebsd): Add.
3123         * configure.tgt: Likewise.
3124         * config/sparc/fbsd.mh: New file.
3125         * config/sparc/fbsd.mt: Likewise.
3126         * config/sparc/nm-fbsd.h: Likewise.
3127         * config/sparc/tm-fbsd.h: Likewise.
3128
3129 2002-03-01  Daniel Jacobowitz  <drow@mvista.com>
3130
3131         * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
3132         regformats/reg-s390x.dat.
3133
3134 2002-03-01  Andrew Cagney  <ac131313@redhat.com>
3135
3136         * utils.c: Add FIXME explaining true/false problem.
3137
3138 2002-02-28  Andrew Cagney  <ac131313@redhat.com>
3139
3140         * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
3141
3142 2002-02-28  Michael Chastain  <mec@shout.net>
3143
3144         * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
3145
3146 2002-02-28  Daniel Jacobowitz  <drow@mvista.com>
3147
3148         * gdbserver/linux-s390-low.c: New file.
3149         * regformats/reg-s390.dat: New file.
3150         * regformats/reg-s390x.dat: New file.
3151         * gdbserver/configure.srv: Add S/390.
3152         * gdbserver/Makefile.in: Add S/390.
3153         * configure.tgt: Enable gdbserver for S/390.
3154
3155 2002-02-28  Eli Zaretskii  <eliz@is.elta.co.il>
3156
3157         * go32-nat.c (_initialize_go32_nat): Don't use periods in the
3158         first line of the doc string for "info dos", except at the end of
3159         the sentence, since the short help stops at the first period.
3160
3161 2002-02-28  Jason Merrill  <jason@redhat.com>
3162
3163         * dwarf2read.c (dwarf_cfi_name): Add new codes.
3164
3165 2002-02-27  Fred Fish  <fnf@redhat.com>
3166
3167         * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
3168         comment (dumy -> dummy).
3169
3170 2002-02-27  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
3171
3172         * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
3173
3174 2002-02-27  Rodney Brown  <rbrown64@csc.com.au>
3175
3176       * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
3177
3178 2002-02-27  Daniel Jacobowitz  <drow@mvista.com>
3179
3180         * gdbserver/acconfig.h: New file.
3181         * gdbserver/i387-fp.c: New file.
3182         * gdbserver/i387-fp.h: New file.
3183         * gdbserver/linux-x86-64.c: New file.
3184         * regformats/reg-x86-64.dat: New file.
3185         * configure.tgt: Add x86_64-*-linux* gdbserver support.
3186         * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
3187         * gdbserver/configure.in: Add support for regsets.
3188         * gdbserver/config.in: Regenerate.
3189         * gdbserver/configure: Regenerate.
3190         * gdbserver/Makefile.in: Likewise.  Add $(linux_low_h).
3191         * gdbserver/linux-low.h: New file.
3192         * gdbserver/linux-low.c: Include "linux-low.h".  Add support
3193         for regsets.
3194         * gdbserver/linux-arm-low.c: Include "linux-low.h".
3195         * gdbserver/linux-ia64-low.c: Include "linux-low.h".
3196         * gdbserver/linux-m68k-low.c: Include "linux-low.h".
3197         * gdbserver/linux-mips-low.c: Include "linux-low.h".
3198         * gdbserver/linux-ppc-low.c: Include "linux-low.h".
3199         * gdbserver/linux-sh-low.c: Include "linux-low.h".
3200         * gdbserver/linux-i386-low.c: Include "linux-low.h".  Include
3201         "i387-fp.h".  Add PTRACE_GETREGS and friends.
3202         * gdbserver/regcache.c (supply_register): New function.
3203         (supply_register_by_name): New function.
3204         (collect_register): New function.
3205         (collect_register_by_name): New function.
3206
3207 2002-02-27  Daniel Jacobowitz  <drow@mvista.com>
3208
3209         * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
3210         (config.status): Add configure.srv dependency.
3211         (server_h): Add config.h dependency.
3212
3213 2002-02-27  Daniel Jacobowitz  <drow@mvista.com>
3214
3215         * regformats/reg-i386-linux.dat: New file, with $orig_eax.
3216         * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
3217         * gdbserver/configure.srv: Change i386-*-linux* to use
3218         reg-i386-linux.o.
3219
3220 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
3221
3222         * x86-64-tdep.c: Re-indent.  Update copyright date.
3223
3224 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
3225
3226         From Michal Ludvig <mludvig@suse.cz>:
3227         * x86-64-tdep.c (value.h): Delete.
3228         (gdb_assert.h): Include.
3229         (x86_64_register_convert_to_virtual,
3230         x86_64_register_convert_to_raw ): Add check which lets only
3231         floating-point values to be converted.
3232         (value_push): Delete.
3233         (x86_64_push_arguments): Order of arguments pushed on stack fixed.
3234         (i386_gdbarch_init): Number of register_bytes fixed.
3235
3236 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
3237
3238         * MAINTAINERS: Add x86-64 target.
3239
3240 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
3241
3242         * memattr.c (mem_command): Eliminate ``true'' and ``false''.
3243         * osfsolib.c (solib_map_sections): Ditto.
3244         * irix5-nat.c (solib_map_sections): Ditto.
3245         * corelow.c (gdb_check_format): Ditto.
3246         * symfile.c (symfile_bfd_open): Ditto.
3247         * solib.c (solib_map_sections): Ditto.
3248         Fix PR gdb/354.
3249
3250 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
3251
3252         * remote.c (_initialize_remote): By default, disable ``e'' and
3253         ``E'' step out-of-range packets.
3254
3255 2002-02-26  Andreas Schwab  <schwab@suse.de>
3256
3257         * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
3258         m68k_linux_frame_saved_pc.
3259         (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
3260         in_sigtramp.
3261         (SIGCONTEXT_PC_OFFSET): Remove.
3262         * m68klinux-nat.c (m68k_linux_frame_saved_pc,
3263         m68k_linux_sigtramp_saved_pc): New functions.
3264         (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
3265         (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
3266         (UCONTEXT_PC_OFFSET): Define.
3267         (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
3268         non-RT and RT signal trampolines.
3269
3270 2002-02-26  Richard Earnshaw  <rearnsha@arm.com>
3271
3272         * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
3273         (TARGET_NBPG, STACK_END_ADDR): Delete
3274         (VARIABLES_INSIDE_BLOCK): Delete.
3275
3276 2002-02-25  Andrew Cagney  <ac131313@redhat.com>
3277
3278         * utils.c (perror_with_name): Make string parameter constant.
3279         (print_sys_errmsg): Ditto.
3280         (query): Ditto.
3281         * defs.h (perror_with_name): Update.
3282         (print_sys_errmsg): Update.
3283         (query): Update.
3284
3285 2002-02-25  Daniel Jacobowitz  <drow@mvista.com>
3286
3287         From Eliot Dresselhaus <eliot@ayrnetworks.com>:
3288         * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
3289
3290 2002-02-25  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
3291
3292         * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
3293         if it already matches the current architecture from the exec file.
3294         Include arch-utils.h for gdbarch_info_init prototype.
3295         * Makefile.in (rs6000-nat.o): Update dependencies.
3296
3297 2002-02-25  Eli Zaretskii  <eliz@is.elta.co.il>
3298
3299         * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
3300          list of exported variables.
3301
3302 2002-02-24  Daniel Jacobowitz  <drow@mvista.com>
3303
3304         * gdbserver/configure.srv: New file.
3305         * gdbserver/configure.in: Use configure.srv instead
3306         of the host/target makefile fragments.  Set GDBSERVER_DEPFILES
3307         from it.
3308         * gdbserver/configure: Regenerated.
3309         * gdbserver/terminal.h: New file.
3310         * gdbserver/Makefile.in: Update for configure changes.  Remove
3311         more unneeded include paths.
3312
3313 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
3314
3315         From wiz at danbala:
3316         * config/sparc/tm-sp64.h: Fix grammar and typos.
3317         Fix PR gdb/287.
3318
3319 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
3320
3321         * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
3322         with either ``GNU/Linux'' or ``Linux kernel''.  Update copyright.
3323         * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
3324         * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
3325         * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
3326         * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
3327         * s390-tdep.c: Ditto.
3328         * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
3329         * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
3330         * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
3331         * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
3332         * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
3333         * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
3334         * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
3335         * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
3336         * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
3337         * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
3338         Fix PR gdb/378.
3339
3340 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
3341
3342         * lin-thread.c: Delete file.
3343         * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
3344         to gdb_proc_service.h.
3345         * configure: Re-generate.
3346
3347         * ocd.c (ocd_open): Do not try to open the "ocd" device.
3348         * serial.c (serial_open): Delete check for "ocd".
3349         Fix PR gdb/349.
3350
3351         * Makefile.in (linux-thread.o): Delete target.
3352         * linux-thread.c: Delete file.
3353
3354         * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c.  Tweak other
3355         renamed SH files to be consistent.
3356
3357         * symtab.c (sort_search_symbols): Use xfree.
3358
3359 2002-02-23  Richard Earnshaw  <rearnsha@arm.com>
3360
3361         * arm-linux-tdep.c (arm_linux_init_abi): Register
3362         IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
3363         * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
3364         definition with undef, since we don't want the sysvr4 definition.
3365         (SKIP_TRAMPOLINE_CODE): Likewise.
3366
3367 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
3368
3369         From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
3370
3371         * configure.in: (AC_CHECK_FUNCS) Added test for
3372         canonicalize_file_name Regenerated.
3373         * config.in, configure: Regenerated.
3374         * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
3375         defined use canonicalize_file_name.
3376
3377 2002-02-23  Michael Chastain  <mec@shout.net>
3378
3379         * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
3380
3381 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
3382
3383         * README: Remove references to cygnus.com.
3384         * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
3385         dot com'' form.  Remove references to cygnus.com and sourceware.
3386
3387 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
3388
3389         From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
3390         * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
3391         1003.1-2001 no longer allows "head -1".
3392         * gdb/Makefile.in (version.c): Likewise.
3393         * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
3394         * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
3395         equivalent.  POSIX 1003.1-2001 no longer allows "diff -c3".
3396
3397 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
3398
3399         * cli/cli-decode.c (cmd_cfunc_eq): New function.
3400         * command.h (cmd_cfunc_eq): Declare.
3401         * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
3402
3403         * cli/cli-cmds.h (is_complete_command): Change parameter to a
3404         ``struct cmd_list_element *''.
3405         * cli/cli-cmds.c (is_complete_command): Update.  Use
3406         cmd_cfunc_eq.
3407         * top.c (execute_command): Pass the command to
3408         is_complete_command.
3409         * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
3410
3411 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
3412
3413         From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
3414         * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
3415         architecture defines.
3416         * s390-tdep.c (s390_gdbarch_init): Likewise.
3417
3418 2002-02-23  Richard Earnshaw  <rearnsha@arm.com>
3419
3420         * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
3421         (arm_linux_push_arguments): Likewise.
3422         (arm_linux_init_abi): Register them.  Also register linux-specific
3423         call_dummy_words.
3424         (find_minsym_and_objfile): Use strcmp, not STREQ.
3425         * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
3426         (arm_linux_call_dummy_words): Delete declaration.
3427         (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
3428         (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
3429         declarations.
3430         (LOWEST_PC): Delete.
3431
3432 2002-02-23  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
3433
3434         * maint.c (print_section_info): Do not prepend `0x' to filepos
3435         output, it will be handled by local_hex_string_custom.
3436
3437 2002-02-23  Richard Earnshaw  <rearnsha@arm.com>
3438
3439         * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
3440         (store_newfpe_double, store_newfpe_extended, store_fpregister)
3441         (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
3442
3443 2002-02-22  Jim Blandy  <jimb@redhat.com>
3444
3445         Indicate that the bcache functions don't change the strings
3446         they're passed.
3447         * bcache.h (bcache, hash): Add `const' keywords to declarations.
3448         * bcache.c (bcache, hash): Add `const' keywords to definitions.
3449
3450 2002-02-22  Pierre Muller  <muller@ics.u-strasbg.fr>
3451
3452         * win32-nat.c (child_create_inferior): Fix create flags setting bug.
3453
3454 2002-02-21  Christopher Faylor  <cgf@redhat.com>
3455
3456         * win32-nat.c (register_loaded_dll): Just use raw name when we can't
3457         find the complete path to a loaded DLL.
3458
3459 2002-02-21  Fred Fish  <fnf@redhat.com>
3460
3461         * dbxread.c (process_one_symbol): When finding an N_FUN symbol
3462         that marks the end of the range of a function, enter a line number
3463         entry that has a line number of zero and a PC offset that matches
3464         the end of the function.  This starts a range of PC's for which no
3465         line number information is known.
3466         * symtab.c (find_pc_sect_line): If our best fit is in a range of
3467         PC's for which no line number info is found (line number is zero)
3468         then we didn't find any valid line information.
3469         * symtab.h: Document use of zero line number entry.
3470
3471 2002-02-21  Elena Zannoni  <ezannoni@redhat.com>
3472
3473         * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
3474         (have_ptrace_getvrregs): Define for run time checks.
3475         (gdb_vrregset_t): New type for Altivec register handling.
3476         (fetch_register, store_register): Fetch/store altivec register
3477         when needed.
3478         (fetch_altivec_register, store_altivec_register): New functions.
3479         (supply_vrregset, fill_vrregset): New functions.
3480         (fetch_altivec_registers, store_altivec_registers): New functions.
3481         (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
3482         registers as well.
3483
3484 2002-02-21  Jiri Smid  <smid@suse.cz>
3485
3486         * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
3487
3488 2002-02-21  Richard Earnshaw  <rearnsha@arm.com>
3489
3490         * Makefile.in (armnbsd-nat.o): Update dependencies.
3491         * armnbsd-nat.c (supply_gregset): New function.  Common code to
3492         supply the integer register set.
3493         (supply_fparegset): New function.  Similar for FPA registers.
3494         (fetch_regs, fetch_fp_regs): Use them.
3495         (fetch_core_registers): Likewise.
3496         (fetch_elfcore_registers): New function.
3497         (arm_netbsd_elfcore_fns): New core-file type specification.
3498         (_initialize_arm_netbsd_nat): Register it.
3499
3500 2002-02-21  Richard Earnshaw  <rearnsha@arm.com>
3501
3502         * armnbsd-nat.c: Include gdbcore.h.
3503         (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
3504         (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
3505         'void' to declaration, to shut up ARI.
3506         (fetch_core_registers): Make static.  Rewrite using supply_register.
3507         (arm_netbsd_core_fns): New core-file type specification.
3508         (_initialize_arm_netbsd_nat): New function.
3509
3510 2002-02-21  Christopher Faylor  <cgf@redhat.com>
3511
3512         * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
3513         value.
3514
3515 2002-02-20  Christopher Faylor  <cgf@redhat.com>
3516
3517         * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
3518         fails.
3519
3520 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
3521
3522         * jv-exp.y (parse_number): Change type of implicit longs
3523         to builtin_type_uint64.
3524
3525 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
3526
3527         * gdbserver/linux-low.c (mywait): Change argument to waitpid
3528         to be an integer instead of a `union wait'.
3529
3530 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
3531
3532         * mips-linux-nat.c: Call the operating system GNU/Linux.
3533         * mips-linux-tdep.c: Likewise.
3534         * mips-tdep.c: Likewise.
3535
3536 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
3537
3538         Fix PR gdb/265.
3539         * jv-exp.y (parse_number): Handle 64-bit integers.
3540
3541 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
3542
3543         * gdbserver/configure.in: Remove AM_PROC_CC_STDC.  Change
3544         AC_STDC_HEADERS to AC_HEADER_STDC.
3545         * gdbserver/configure: Regenerated.
3546
3547 2002-02-20  Richard Earnshaw  <rearnsha@arm.com>
3548
3549         * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
3550         is defined.
3551         * sparc-tdep.c (get_longjmp_target): Likewise.
3552
3553 2002-02-20  Richard Earnshaw  <rearnsha@arm.com>
3554
3555         * News: Add news about ARM and Multi-arch.  Mention the new target
3556         arm*-*-netbsd*.
3557
3558 2002-02-19  Jim Blandy  <jimb@redhat.com>
3559
3560         * stabsread.c (error_type_complaint): Improve error message.
3561
3562 2002-02-19  Daniel Jacobowitz  <drow@mvista.com>
3563
3564         * gdbserver/README: Update documentation.
3565         * gdbserver/configure.in: Update configury to match documentation.
3566         * gdbserver/Makefile.in: Likewise.
3567         * gdbserver/configure: Regenerated.
3568         * gdbserver/aclocal.m4: New file, generated by aclocal.
3569         * gdbserver/config.in: New file, generated by autoheader.
3570
3571 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
3572
3573         * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
3574         armnbsd-nat.c.
3575
3576 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
3577
3578         * arm-tdep.h (enum arm_float_model): New enum.
3579         (struct gdbarch_tdep): Add fp_model.
3580         * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep.  Defer setting
3581         up floating-point conversions until we know the floating-point model
3582         in use by the inferior.  Don't complain about being unable to
3583         determine the ABI of the inferior when we don't have one.
3584         (arm_extract_return_value): Support different floating-point models.
3585         (arm_store_return_value): Likewise.
3586         * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
3587         ARM_FLOAT_SOFT.
3588         (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
3589
3590 2002-02-19  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
3591
3592         * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
3593         of ``current_gdbarch''.
3594
3595 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
3596
3597         * armnbsd-nat.c : ANSIfy all function declarations.
3598         (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
3599         (fetch_inferior_registers): Re-implement in terms of above.
3600         (store_register, store_regs, store_fp_register, store_fp_regs): New.
3601         (store_inferior_registers): Re-implement in terms of above.
3602
3603 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
3604
3605         * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
3606         kernel.
3607         * arm-linux-tdep.c: Likewise.
3608         * config/arm/tm-linux.h: Likewise.
3609
3610 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
3611
3612         * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
3613         * config/arm/nbsd.mt (TM_FILE): Delete.
3614         * config/arm/tm-nbsd.h: Delete.
3615
3616 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
3617
3618         * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
3619         Initialize CALL_DUMMY_LENGTH.
3620
3621 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
3622
3623         * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
3624         function.
3625         (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
3626         * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
3627         defines one thing and that is incorrect for this port.
3628         (IN_SOLIB_CALL_TRAMPOLINE): Delete.
3629
3630 2002-02-18  Pierre Muller  <muller@ics.u-strasbg.fr>
3631
3632         * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
3633
3634 2002-02-18  Pierre Muller  <muller@ics.u-strasbg.fr>
3635
3636         * win32-nat.c (display_selector): New function. Displays information
3637         about the information returned by GetThreadSelectorEntry API function.
3638         (display_selectors): New function. Displays the infomation of
3639         the selector given as argument, or of CS, DS ans FS selectors
3640         if no argument is given.
3641         ( _initialize_inftarg): Add "w32" as info prefix command.
3642         Add "info w32 selector" as command calling display_selectors.
3643
3644 2002-02-19  Pierre Muller  <muller@ics.u-strasbg.fr>
3645
3646         * i386-tdep.c (get_longjmp_target): Fix compilation failure
3647         by setting dummy values to JB_PC and JB_ELEMENT_SIZE
3648         if not defined.
3649
3650 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
3651
3652         * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
3653
3654 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
3655
3656         * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
3657         (arm_fix_call_dummy): Call it.
3658         (arm_call_dummy_breakpoint_offset): Delete.
3659         (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
3660         * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
3661
3662 2002-02-18  Andrew Cagney  <ac131313@redhat.com>
3663
3664         * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
3665         Default to func_frame_chain_valid.
3666         * gdbarch.h, gdbarch.c: Re-generate.
3667         * frame.h (FRAME_CHAIN_VALID): Delete definition.
3668
3669 2002-02-18  Elena Zannoni  <ezannoni@redhat.com>
3670
3671         * ppc-linux-nat.c: Update copyright.
3672         (fetch_register, store_register): Add tid parameter, don't compute
3673         tid here.
3674         (fetch_ppc_registers, store_ppc_registers): Add tid
3675         parameter. Pass it along to callees.
3676         (fetch_inferior_registers, store_inferior_registers): Compute tid
3677         here, and pass it to calleed functions.
3678         (fill_gregset, supply_fpregset): Clean up formatting.
3679
3680 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
3681
3682         * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
3683         * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
3684
3685 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
3686
3687         * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
3688         * gdbarch.c gdbarch.h: Regenerate.
3689         * breakpoint.c (create_longjmp_breakpoint): Always compile this
3690         function.
3691         (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
3692         * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
3693         (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
3694
3695         * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
3696         * arm-tdep.c (arm_get_longjmp_target): New function.
3697         (arm_gdbarch_init): Initialize jb_pc to -1.  If ABI handler changes
3698         this to a positive value register arm_get_longjmp_target as the
3699         longjmp handler.
3700         * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
3701         (arm_linux_init_abi): Set up longjmp description in tdep.
3702         * armnbsd-nat.c (get_longjmp_target): Delete.
3703         * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
3704         description in tdep.
3705         * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
3706         (get_longjmp_target): Delete declaration.
3707         (GET_LONGJMP_TARGET): Delete.
3708         * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
3709         (GET_LONGJMP_TARGET): Delete.
3710
3711 2002-02-17  Kevin Buettner  <kevinb@redhat.com>
3712
3713         From Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>:
3714         * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
3715         of ``current_gdbarch''.
3716
3717 2002-02-17  Tom Tromey  <tromey@redhat.com>
3718
3719         * cli/cli-cmds.c (compare_strings): New function.
3720         (complete_command): Only print each unique item once.
3721         * completer.h (complete_line): Declare.
3722         * completer.c (complete_line): New function.
3723         (line_completion_function): Use it.
3724
3725 2002-02-16  Andrew Cagney  <ac131313@redhat.com>
3726
3727         * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
3728         * gdbarch.h, gdbarch.c: Re-generate.
3729
3730 2002-02-16  Daniel Jacobowitz  <drow@mvista.com>
3731
3732         * valarith.c (value_x_unop): Fix decrement; support post-decrement.
3733
3734 2002-02-16  Daniel Jacobowitz  <drow@mvista.com>
3735
3736         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
3737         * valops.c (value_arg_coerce): Don't take the address of a reference
3738         to convert an argument to a reference.
3739
3740 2002-02-15  Christopher Faylor  <cgf@redhat.com>
3741
3742         * win32-nat.c (get_image_name): New function.
3743         (handle_load_dll): Use get_image_name function.
3744         (get_child_debug_event): Avoid registering debug events until possibly
3745         execed process is started.
3746         (child_create_inferior): Allow invocation via shell so that command
3747         line redirection, etc.  works ok.
3748         (_initialize_inftarg): Add new command: "set shell" to control whether
3749         a shell is used to start a process.
3750
3751 2002-02-15  Daniel Jacobowitz  <drow@mvista.com>
3752
3753         * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
3754         instead of find_register_by_number.
3755         (cannot_store_register): Likewise.
3756
3757 2002-02-14  Pierre Muller  <muller@ics.u-strasbg.fr>
3758
3759         * dwarf2read.c: Replace fprintf (stderr, ...) by
3760         fprintf_unfiltered (gdb_stderr, ...).
3761
3762 2002-02-15  Daniel Jacobowitz  <drow@mvista.com>
3763
3764         * gdbserver/gdbserver.1: Document --attach.
3765
3766 2002-02-15  Richard Earnshaw  <rearnsha@arm.com>
3767
3768         * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
3769         descriptions.
3770         * arm-tdep.c (arm_default_arm_le_breakpoint)
3771         (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
3772         (arm_default_thumb_be_breakpoint): New.  Initialize them from
3773         traditional breakpoint defines.
3774         (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
3775         (arm_gdbarch_init): Initialize new breakpoint variables.
3776         * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
3777         (arm_linux_init_abi): Initialize linux-specific breakpoint.
3778         * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
3779         (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
3780         code out to ...
3781         (arm_netbsd_init_abi_common): ... here; new function.
3782         * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
3783         (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
3784         * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
3785         * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
3786
3787 2002-02-15  Richard Earnshaw  <rearnsha@arm.com>
3788
3789         * arm-tdep.h (enum arm_abi): New enum.
3790         (struct gdbarch_tdep): New structure.
3791         (LOWEST_PC): Provide a default.
3792         (arm_gdbarch_register_os_abi): Declare new function.
3793         * arm-tdep.c (arm_abi_names): New array.
3794         (process_note_abi_tag_sections): New function.
3795         (get_elfosabi): New function.
3796         (arm_gdbarch_register_os_abi): New function.
3797         (arm_gdbarch_init): Try to determine the ABI of the inferior.  If
3798         support for that ABI has been built in, then call the appropriate
3799         configuration routine.  Use gdbarch_num_regs() to get the number
3800         of registers.
3801         (arm_dump_tdep): New function.
3802         (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
3803         place-holder functions.
3804         (_initialize_arm_tdep): Register them.
3805         * config/arm/tm-arm.h (LOWEST_PC): Delete.
3806
3807         * armnbsd-tdep.c: New file.
3808         * Makefile.in (armnbsd-tdep.o): Add dependencies.
3809         * config/arm/nbsd.mt (TDEPFILES): Add it.
3810         * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
3811
3812         * armnbsd-nat.c: Include regcache.h.
3813         * Makefile.in (armnbsd-nat.o): Update dependency list.
3814
3815         * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
3816
3817 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
3818
3819         * gdbserver/Makefile.in: Fix typos in target rules.
3820
3821 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
3822
3823         Fix part of PR gdb/267.
3824         * linespec.c (find_methods): Handle constructors specially for now.
3825
3826 2002-02-14  Corinna Vinschen  <vinschen@redhat.com>
3827
3828         * arm-tdep.c (arm_push_arguments): Eliminate special float type
3829         handling.
3830         * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
3831         standard_coerce_float_to_double().
3832
3833 2002-02-14  Christopher Faylor  <cgf@redhat.com>
3834
3835         * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
3836         GDBINIT_FILENAME.
3837
3838 2002-02-14  Elena Zannoni  <ezannoni@redhat.com>
3839
3840         * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
3841         find_variant_by_name, because it confuses the multiarch
3842         framework. Return NULL if there isn't an architecture with the
3843         user supplied name, instead of forcing a different one without
3844         recording the change with the multiarch machinery.
3845         (find_variant_by_name): Delete.
3846
3847 2002-02-14  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
3848
3849         * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
3850         i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
3851
3852 2002-02-13  Martin M. Hunt  <hunt@redhat.com>
3853
3854         * stack.c (print_frame_info_base): When calling
3855         print_frame_info_listing_hook, set current_source_symtab.
3856
3857 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
3858
3859         * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
3860         and remove unused $(INCLUDE_DIR).
3861         Add regcache.c to OBS.
3862         Add generated register protocol files to clean target.
3863         Update dependencies for new objects, obsolete old target code.
3864
3865         * gdbserver/linux-low.c: Remove all platform-specific code to
3866         new files.  Remove various dead code.  Update to use regcache
3867         functionality.
3868         * gdbserver/remote-utils.c (fromhex): Add return statement
3869         to quiet warning.
3870         (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
3871         constant.
3872         (input_interrupt): Add integer parameter to match prototype
3873         of a signal handler.
3874         (outreg): Use register_data ().
3875         (prepare_resume_reply): Use gdbserver_expedite_regs.
3876         * gdbserver/server.c (main): Dynamically allocate own_buf because
3877         PBUFSIZ is no longer constant.  Use registers_to_string () and
3878         registers_from_string ().
3879         * gdbserver/server.h: No longer include "defs.h".  Add prototypes
3880         for error (), fatal (), and warning ().  Update definition of
3881         PBUFSIZ to use regcache functionality.  Add include guard.
3882         * gdbserver/utils.c (fatal): Add missing ``const''.
3883         (warning): New function.
3884
3885         * regformats/regdat.sh: Include "regcache.h" in generated files.
3886         Provide init_registers () function.
3887         * regformats/regdef.h: Add prototype for set_register_cache ().
3888         Add include guard.
3889
3890         * gdbserver/linux-arm-low.c: New file.
3891         * gdbserver/linux-i386-low.c: New file.
3892         * gdbserver/linux-ia64-low.c: New file.
3893         * gdbserver/linux-m68k-low.c: New file.
3894         * gdbserver/linux-mips-low.c: New file.
3895         * gdbserver/linux-ppc-low.c: New file.
3896         * gdbserver/linux-sh-low.c: New file.
3897
3898         * gdbserver/regcache.c: New file.
3899         * gdbserver/regcache.h: New file.
3900
3901         * gdbserver/low-linux.c: Removed obsolete file.
3902
3903 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
3904
3905         * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
3906         * config/i386/linux.mt: Likewise.
3907         * config/ia64/linux.mt: Likewise.
3908         * config/m68k/linux.mh: Likewise.
3909         * config/powerpc/linux.mh: Likewise.
3910         * config/mips/linux.mt: Likewise.
3911
3912         * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
3913
3914         * config/i386/i386lynx.mh: Mark gdbserver variables
3915         as (currently) obsolete for this target.
3916         * config/i386/nbsd.mt: Likewise.
3917         * config/i386/nbsdelf.mt: Likewise.
3918         * config/m32r/m32r.mt: Likewise.
3919         * config/m68k/m68klynx.mh: Likewise.
3920         * config/m68k/nbsd.mt: Likewise.
3921         * config/m68k/sun3os4.mh: Likewise.
3922         * config/mips/vr5000.mt: Likewise.
3923         * config/ns32k/nbsd.mt: Likewise.
3924         * config/pa/hppabsd.mh: Likewise.
3925         * config/pa/hppaosf.mh: Likewise.
3926         * config/powerpc/nbsd.mt: Likewise.
3927         * config/rs6000/rs6000lynx.mh: Likewise.
3928         * config/s390/s390.mt: Likewise.
3929         * config/s390/s390x.mt: Likewise.
3930         * config/sparc/sparclynx.mh: Likewise.
3931         * config/sparc/sun4os4.mh: Likewise.
3932         * config/i386/x86-64linux.mt: Likewise.
3933         * config/sparc/linux.mh: Likewise.
3934
3935 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
3936
3937         * configure.tgt: Configure gdbserver only for known working
3938         targets.  Set ${build_gdbserver} instead of modifying ${configdirs}.
3939         * configure.in: Check ${build_gdbserver}.  Put gdbserver/ into
3940         SUBDIRS if it is configured.  Update comment for ${nativefile}.
3941         * configure: Regenerated.
3942
3943 2002-02-13  Michael Snyder  <msnyder@redhat.com>
3944
3945         * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
3946
3947         * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
3948         (default_gcore_mach): Just return 0, work around a problem in bfd.
3949         (default_gcore_target): OK to return NULL if exec_bfd is null.
3950         (make_mem_sec): Use a cast, avoid a warning.
3951
3952         * procfs.c (find_memory_regions_callback): Use a cast instead of
3953         calling host_pointer_to_address (which complains if
3954         sizeof (host pointer) != sizeof (target pointer)).
3955         (procfs_make_note_section): Avoid overflow in psargs string.
3956
3957         * procfs.c (procfs_make_note_section): Make the default
3958         implementation return an error.
3959
3960 2002-02-13  Rodney Brown  <rbrown64@csc.com.au>
3961
3962         * procfs.c (procfs_make_note_section): Provide a default definition
3963         (for alpha-dec-osf4.0f). Fix typos.
3964
3965 2002-02-13  Elena Zannoni  <ezannoni@redhat.com>
3966
3967         * linux-proc.c: Add include of regcache.h.
3968         * Makefile.in (linux-proc.o): Add dependency on regcache.h.
3969
3970 2002-02-13  Andrew Cagney  <ac131313@redhat.com>
3971
3972         From 2002-01-18 Greg McGary <greg@mcgary.org>:
3973         * memattr.c (create_mem_region): Disallow useless empty region.
3974         Regions are half-open intervals, so allow [A..B) [B..C) as
3975         non-overlapping.
3976
3977 2002-02-13  Michael Chastain <mec@shout.net>
3978
3979         * defs.h: Kill CONST_PTR.
3980         * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
3981         * c-lang.c (c_builtin_types): Likewise.
3982         * ch-lang.c (ch_builtin_types): Likewise.
3983         * f-lang.c (f_builtin_types): Likewise.
3984         * language.c (unknown_builtin_types): Likewise.
3985         * m2-lang.c (m2_builtin_types): Likewise.
3986         * p-lang.c (pascal_builtin_types): Likewise.
3987         * scm-lang.c (c_builtin_types): Likewise.
3988
3989 2002-02-13  Keith Seitz  <keiths@redhat.com>
3990
3991         * arm-tdep.h (arm_get_next_pc): Add declaration.
3992
3993 2002-02-13  Richard Earnshaw  <rearnsha@arm.com>
3994
3995         * arm-tdep.c (arm_use_struct_convention): Make static.  Move to be
3996         with other related struct-returning functions.
3997         (arm_extract_struct_value_address): New function.
3998         (arm_gdbarch_init): Initialize the above in multi-arch vector.  Also
3999         initialize float_format, double_format and long_double_format as
4000         appropriate to the endianness of the target.
4001         * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
4002         (arm_use_struct_convention): Delete declaration.
4003         (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
4004
4005 2002-02-13  Keith Seitz  <keiths@redhat.com>
4006
4007         * defs.h (core_addr_to_string_nz): New function.
4008
4009 2002-02-13  Mark Kettenis  <kettenis@gnu.org>
4010
4011         Apply missing bits of 2002-01-15 patch.
4012         * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
4013         (fill_fpregset): Use i387_fill_fsave.
4014
4015 2002-02-12  Keith Seitz  <keiths@redhat.com>
4016
4017         * utils.c (core_addr_to_string): Use phex instead of phex_nz.
4018         (core_addr_to_string_nz): New function.
4019
4020 2002-02-11  Richard Earnshaw  <rearnsha@arm.com>
4021
4022         * arm-linux-nat.c: Really include arm-tdep.h.
4023         * config/arm/tm-linux.h (struct type, struct value): Declare.
4024
4025 2002-02-11  Michael Snyder  <msnyder@redhat.com>
4026
4027         * procfs.c: Include elf-bfd.h (for elfcore_write functions).
4028         (gcore section): Ifdef for Solaris and Unixware only.
4029         (procfs_do_thread_registers): Unixware needs one lwpstatus
4030         per thread (not one prstatus or pstatus).
4031         (procfs_make_note_section): Iterate only over kernel threads (lwps),
4032         not over all gdb threads.  For unixware, call elfcore_write_pstatus
4033         once before iterating over threads.
4034
4035 2002-02-11  Richard Earnshaw  <rearnsha@arm.com>
4036
4037         * arm-tdep.h: New file.
4038         * arm-tdep.c: Include arm-tdep.h.
4039         (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
4040         (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
4041         (arm_print_float_info, arm_register_type, convert_to_extended)
4042         (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
4043         (arm_extract_return_value, arm_register_name): Make static.
4044         (arm_software_single_step): Similarly.  Fix types in declaration.
4045         (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
4046         (arm_store_return_value, arm_store_struct_return): New functions.
4047         (arm_gdbarch_init): Register the above functions.  Also register
4048         call_dummy_start_offset, sizeof_call_dummy_words,
4049         function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
4050         sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
4051         max_register_virtual_size, register_size.  Set up
4052         prologue_cache.saved_regs here, rather than ...
4053         (_initialize_arm_tdep): ... here.
4054         * config/arm/tm-arm.h (struct type, struct value): Delete forward
4055         declarations.
4056         (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
4057         (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
4058         (arm_print_float_info, arm_register_type, convert_to_extended)
4059         (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
4060         (arm_extract_return_value, arm_register_name): Delete declarations.
4061         (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
4062         (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
4063         (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
4064         (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
4065         (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
4066         (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
4067         (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
4068         (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
4069         (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
4070         (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
4071         (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
4072         (arm_get_next_pc): No-longer static -- these are needed by the RDI
4073         interface.
4074         * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
4075         * remote-rdi.c remote-rdp.c: Likewise.
4076         * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
4077         (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
4078         * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
4079         definition.
4080
4081         * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
4082         (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
4083         (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
4084         from non-ARM_ prefixed definitions.
4085         * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
4086         all uses of above.
4087         * remote-rdi.c remote-rdp.c: Likewise.
4088         * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
4089
4090 2002-02-11  Richard Earnshaw  <rearnsha@arm.com>
4091
4092         * arm-tdep.c (arm_frameless_function_invocation)
4093         (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
4094         (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
4095         (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
4096         (arm_pop_frame, arm_get_next_pc): Make static.
4097         (arm_gdbarch_init): Register above in gdbarch structure.
4098         (arm_read_fp): Renamed from arm_target_read_fp.
4099         (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
4100         * config/arm/tm-arm.h (arm_frameless_function_invocation)
4101         (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
4102         (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
4103         (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
4104         (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
4105         (arm_pc_is_thumb_dummy): Delete declarations.
4106         (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
4107         (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
4108         (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
4109         (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
4110
4111 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
4112
4113         * symtab.c (compare_search_syms): New function.
4114         (sort_search_symbols): New function.
4115         (search_symbols): Sort symbols after searching rather than
4116         before.
4117
4118 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
4119
4120         * NEWS: Linux -> GNU/Linux.
4121
4122 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
4123
4124         * gdbarch.sh: For for level one methods, disallow a definition
4125         when partially multi-arched.  Add comments explaining rationale.
4126         * gdbarch.h: Re-generate.
4127
4128 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
4129
4130         * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
4131         multi-arch partial.
4132
4133 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
4134
4135         * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL.  Exit on bad
4136         field.  Use diff -u.
4137         * gdbarch.c: Re-generate.
4138
4139 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
4140
4141         * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
4142         * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
4143         partial.
4144
4145 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
4146
4147         * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
4148         multi-arch partial.
4149         (PUSH_ARGUMENTS): Switch to using predefault.
4150         * gdbarch.c: Regenerate.
4151
4152 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
4153
4154         * valops.c (PUSH_ARGUMENTS): Delete definition.
4155         * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
4156         partial.  Default to default_push_arguments.
4157         * gdbarch.h, gdbarch.c: Regenerate.
4158
4159 2002-02-09  Andrew Cagney  <ac131313@redhat.com>
4160
4161         * defs.h (throw_exception): Rename return_to_top_level.  Update
4162         comments.
4163         * utils.c (error_stream, internal_verror, quit): Ditto.
4164         * top.c (throw_exception, catcher): Ditto.
4165         * sparclet-rom.c (sparclet_load): Ditto.
4166         * remote.c (interrupt_query, minitelnet): Ditto.
4167         * remote-sds.c (interrupt_query): Ditto.
4168         * remote-mips.c (mips_error, mips_kill): Ditto.
4169         * ocd.c (interrupt_query): Ditto.
4170         * monitor.c (monitor_interrupt_query): Ditto.
4171         * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
4172         * target.h: Update comment.
4173
4174         * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
4175
4176 2002-02-09  Andrew Cagney  <ac131313@redhat.com>
4177
4178         * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
4179         default_double_format.
4180         * gdbarch.h, gdbarch.c: Re-generate.
4181         * findvar.c (floatformat_unknown): Delete variable definition.
4182         * doublest.h (floatformat_unknown): Delete variable declaration.
4183
4184 2002-02-09  Jim Blandy  <jimb@redhat.com>
4185
4186         * stabsread.c (read_type): Add code to parse Sun's syntax for
4187         prototyped function types.
4188
4189 2002-02-09  Andrew Cagney  <ac131313@redhat.com>
4190
4191         * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
4192         (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
4193
4194 2002-02-09  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
4195
4196         * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
4197         _initialize_solib.  Fixes name clash with solib.c:_initialize_solib,
4198         now _initialize_xcoffsolib gets called again and overrides the
4199         commands from solib.c in a native configuration.
4200
4201 2002-02-09  Mark Kettenis  <kettenis@gnu.org>
4202
4203         * doublest.c (store_typed_floating): Don't try to return a value.
4204         Fixes PR gdb/290.
4205
4206 2002-02-08  Jim Blandy  <jimb@redhat.com>
4207
4208         * c-typeprint.c (c_type_print_varspec_suffix): If a function type
4209         is prototyped and has no arguments, print its argument list as
4210         `(void)'.
4211
4212 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
4213
4214         * MAINTAINERS (write-after-approval): Add myself.
4215         (paper-trail): I've escaped!
4216
4217 2002-02-08  Christopher Faylor  <cgf@redhat.com>
4218
4219         * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
4220         changes.
4221         (_initialize_check_for_gdb_ini): Ditto.
4222
4223 2002-02-08  Martin M. Hunt  <hunt@redhat.com>
4224
4225         * win32-nat.c (cygwin_pid_to_str): Fix typo.
4226         xaprintf -> xasprintf.
4227
4228 2002-02-08  Pierre Muller  <muller@ics.u-strasbg.fr>
4229
4230         * win32-nat.c: Remove use of printf and sprintf functions.
4231
4232 2002-02-08  Richard Earnshaw  <rearnsha@arm.com>
4233
4234         * arm-tdep.c (arm_frame_chain_valid): Make static.
4235         (arm_push_arguments): Likewise.
4236         (arm_gdbarch_init): New function.
4237         (_initialize_arm_tdep): Call it.
4238         * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
4239         (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
4240         (FRAME_CHAIN_VALID): Delete.
4241         (arm_frame_chain_valid): Delete declaration.
4242         (PUSH_ARGUMENTS): Delete.
4243         (arm_push_arguments): Delete declaration.
4244         (CALL_DUMMY_P): Delete.
4245
4246 2002-02-08  Andrew Cagney  <ac131313@redhat.com>
4247             Corinna Vinschen  <vinschen@redhat.com>
4248
4249         * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
4250         on builtin float types.
4251
4252 2002-02-08  Daniel Jacobowitz  <drow@mvista.com>
4253
4254         * utils.c: Include <curses.h> before "bfd.h".
4255         * tui/tui-hooks.c: Likewise.
4256         * tui/tui.c: Likewise.
4257         * tui/tuiCommand.c: Likewise.
4258         * tui/tuiData.c: Likewise.
4259         * tui/tuiDataWin.c: Likewise.
4260         * tui/tuiDisassem.c: Likewise.
4261         * tui/tuiGeneralWin.c: Likewise.
4262         * tui/tuiIO.c: Likewise.
4263         * tui/tuiLayout.c: Likewise.
4264         * tui/tuiRegs.c: Likewise.
4265         * tui/tuiSource.c: Likewise.
4266         * tui/tuiSourceWin.c: Likewise.
4267         * tui/tuiStack.c: Likewise.
4268         * tui/tuiWin.c: Likewise.
4269
4270 2002-02-07  Elena Zannoni  <ezannoni@redhat.com>
4271
4272         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
4273         to include space for pseudoregs as well. Update loops accordingly.
4274         (sh_fp_frame_init_saved_regs): Ditto.
4275         (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
4276
4277 2002-02-07  Andrew Cagney  <ac131313@redhat.com>
4278
4279         * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
4280         Add Richard Earnshaw to Arm maintainers.
4281
4282 2002-02-07  Andrew Cagney  <ac131313@redhat.com>
4283
4284         * defs.h (warning_begin): Delete declaration.
4285
4286         * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
4287         Delete macro.
4288
4289 2002-02-07  Michael Snyder  <msnyder@redhat.com>
4290
4291         * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
4292         Logic bug, remove misplaced else.
4293
4294 2002-02-07  Klee Dienes  <klee@apple.com>
4295
4296         * fork-inferior.c (fork_inferior): Add '!' to the list of
4297         characters that need to be quoted when building a string for the
4298         shell.  Quote '!' specifically with a backslash, since CSH chokes
4299         when trying to evaluate "str!str".
4300
4301 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
4302
4303         * rdi-share/host.h: Only provide a typedef for bool if it is not
4304         defined.
4305
4306 2002-02-04  Michael Snyder  <msnyder@redhat.com>
4307
4308         * breakpoint.h (enum bptype): Add new overlay event bp type.
4309         (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
4310
4311         * breakpoint.c (create_internal_breakpoint): New function.
4312         (internal_breakpoint_number): Moved into create_internal_breakpoint.
4313         (create_longjmp_breakpoint): Use create_internal_breakpoint.
4314         (create_thread_event_breakpoint): Ditto.
4315         (create_solib_event_breakpoint): Ditto.
4316         (create_overlay_event_breakpoint): New function.
4317         (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
4318         (update_breakpoints_after_exec): Delete and re-initialize
4319         overlay event breakpoints after an exec.  Add FIXME comment
4320         about longjmp breakpoint.
4321         (print_it_typical): Ignore overlay event breakpoints.
4322         (print_one_breakpoint): Ditto.
4323         (mention): Ditto.
4324         (bpstat_what): Do not stop for overlay event breakpoints.
4325         (delete_breakpoint): Don't delete overlay event breakpoints.
4326         (breakpoint_re_set_one): Delete the overlay event breakpoint.
4327         (breakpoint_re_set): Re-create overlay event breakpoint.
4328
4329         * symfile.c (overlay_auto_command): Enable overlay breakpoints.
4330         (overlay_manual_command): Disable overlay breakpoints.
4331         (overlay_off_command): Disable overlay breakpoints.
4332
4333 2002-02-06  Richard Earnshaw  <rearnsha@arm.com>
4334
4335         * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
4336         (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
4337         to here from config/tm-arm.h.
4338         (coff_sym_is_thumb): Make static.
4339         (arm_elf_make_msymbol_special): New function.
4340         (arm_coff_make_msymbol_special): New function.
4341         * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
4342         (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
4343         (coff_sym_is_thumb): Delete declaration.
4344         (arm_elf_make_msymbol_special): Declare.
4345         (arm_coff_make_msymbol_special): Declare.
4346         (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
4347         (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
4348
4349 2002-02-06  Richard Earnshaw  <rearnsha@arm.com>
4350
4351         * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
4352
4353 2002-02-06  Richard Earnshaw  <rearnsha@arm.com>
4354
4355         * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
4356         * gdbarch.c gdbarch.h: Regenerate.
4357         * arch-utils.c (default_print_float_info): New function.
4358         * arch-utils.h (default_print_float_info): Prototype it.
4359         * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
4360         * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
4361         (PRINT_FLOAT_INFO): Document it.
4362
4363         * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
4364         * config/arm/tm-arm.h (FLOAT_INFO): Delete.
4365         (PRINT_FLOAT_INFO): Define.
4366
4367 2002-02-06  Pierre Muller  <muller@ics.u-strasbg.fr>
4368
4369         * win32-nat.c (_initialize_check_for_gdb_ini):
4370         Add typecast to sprintf argument to suppress a warning.
4371
4372 2002-02-05  Pierre Muller  <muller@ics.u-strasbg.fr>
4373
4374         * win32-nat.c (last_sig): Changed type of variable to target_signal,
4375         to allow easier handling of pass state.
4376         (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
4377         that gives exception name and address.
4378         (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
4379         and set last_sig value to ourstatus->value.sig. Some missing
4380         exceptions added.
4381         (child_continue): Correctly report continue_status.
4382         (get_child_debug_event,do_initial_child_stuff): Set last_sig to
4383         TARGET_SIGNAL_0 (new default value).
4384         (child_resume): consider sig argument passed to decide if
4385         the exception should be passed to debuggee or not.
4386
4387 2002-02-05  Michael Snyder  <msnyder@redhat.com>
4388
4389         * regcache.c (fetch_register): Call target_fetch_register
4390         only if we don't call FETCH_PSEUDO_REGISTER.
4391         (store_register): Call target_store_register only if we
4392         don't call STORE_PSEUDO_REGISTER.
4393
4394 2002-02-05  Elena Zannoni  <ezannoni@redhat.com>
4395
4396         * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
4397         ELF_MAKE_MSYMBOL_SPECIAL.
4398         * gdbarch.c, gdbarch.h: Regenerate.
4399         * arch-utils.c (default_make_msymbol_special): New function.
4400         * arch-utils.h (default_make_msymbol_special): Export.
4401         * elfread.c (elf_symtab_read): Compile use of
4402         ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
4403         multiarched.
4404         * coffread.c (coff_symtab_read): Ditto, for
4405         COFF_MAKE_MSYMBOL_SPECIAL.
4406
4407 2002-02-05  Jim Blandy  <jimb@redhat.com>
4408
4409         * solib-svr4.c (svr4_truncate_ptr): New function.
4410         (svr4_relocate_section_addresses): Do the address arithmetic with
4411         the appropriate truncation for target addresses, even when
4412         CORE_ADDR is larger than a target address.
4413
4414 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
4415
4416         * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
4417         to (int *).
4418
4419 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
4420
4421         * gdbserver/linux-low.c (kill_inferior): Remove commented out
4422         code.
4423
4424 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
4425
4426         * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
4427
4428 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
4429
4430         * gdbserver/linux-low.c: Remove unused include files.
4431
4432 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
4433
4434         * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
4435         (read_inferior_memory): Use it.
4436         (write_inferior_memory): Likewise.
4437
4438 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
4439
4440         * gdbserver/linux-low.c (create_inferior): Call strerror instead of
4441         grubbing through sys_errlist.
4442
4443 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
4444
4445         * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
4446
4447 2002-02-04  Pierre Muller  <muller@ics.u-strasbg.fr>
4448         * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
4449
4450 2002-02-04  Andrew Cagney  <ac131313@redhat.com>
4451
4452         * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
4453         (do_sfunc, set_cmd_sfunc): New functions.
4454
4455         * command.h (struct cmd_list_element): Add field func.
4456         * cli/cli-decode.h (struct cmd_list_element): Ditto.
4457         * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
4458         * cli/cli-decode.h: Ditto.
4459
4460         * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
4461         (help_all, help_cmd_list): Ditto.
4462         (find_cmd, complete_on_cmdlist): Ditto.
4463         * top.c (execute_command): Ditto.
4464
4465         * cli/cli-setshow.c (do_setshow_command): Call func instead of
4466         function.sfunc.
4467
4468         * infcmd.c (notice_args_read): Fix function signature.
4469
4470         * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
4471         * cli/cli-decode.c (add_set_cmd): Ditto.
4472         * utils.c (initialize_utils): Ditto.
4473         * maint.c (_initialize_maint_cmds): Ditto.
4474         * infrun.c (_initialize_infrun): Ditto.
4475         * demangle.c (_initialize_demangler): Ditto.
4476         * remote.c (add_packet_config_cmd): Ditto.
4477         * mips-tdep.c (_initialize_mips_tdep): Ditto.
4478         * cris-tdep.c (_initialize_cris_tdep): Ditto.
4479         * proc-api.c (_initialize_proc_api): Ditto.
4480         * kod.c (_initialize_kod): Ditto.
4481         * valprint.c (_initialize_valprint): Ditto.
4482         * top.c (init_main): Ditto.
4483         * infcmd.c (_initialize_infcmd): Ditto.
4484         * corefile.c (_initialize_core): Ditto.
4485         * arm-tdep.c (_initialize_arm_tdep): Ditto.
4486         * arch-utils.c (initialize_current_architecture): Ditto.
4487         (_initialize_gdbarch_utils): Ditto.
4488         * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
4489
4490         * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
4491         * wince.c (_initialize_inftarg): Ditto.
4492         * symfile.c (_initialize_symfile): Ditto.
4493         * mips-tdep.c (_initialize_mips_tdep): Ditto.
4494         * language.c (_initialize_language): Ditto.
4495         * arc-tdep.c (_initialize_arc_tdep): Ditto.
4496
4497 2002-02-04  Michael Snyder  <msnyder@redhat.com>
4498
4499         * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
4500
4501 2002-02-04  Daniel Jacobowitz  <drow@mvista.com>
4502
4503         * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
4504         Add rules for building the register data files.
4505
4506 2002-02-04  Daniel Jacobowitz  <drow@mvista.com>
4507
4508         * regformats/regdat.sh: Add braces to the definition of
4509         expedite_regs_${arch}.
4510
4511 2002-02-04  Daniel Jacobowitz  <drow@mvista.com>
4512
4513         * regformats/regdef.h (struct reg): Add comment describing the
4514         requirements for offset and size fields.
4515
4516 2002-02-04  Andreas Schwab  <schwab@suse.de>
4517
4518         * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
4519         * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
4520
4521 2002-02-04  Richard Earnshaw  <rearnsha@arm.com>
4522
4523         * gdbarch.sh (copyright): Update years in generated header.
4524         (SMASH_TEXT_ADDRESS): Add rule.
4525         * gdbarch.h, gdbarch.c: Re-generate.
4526         * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
4527         * dbxread.c: Likewise.
4528         * dwarfread.c: Likewise.
4529         * elfread.c: Likewise.
4530         * somread.c: Likewise.
4531
4532         * arm-tdep.c (arm_smash_text_address): New function.
4533         * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
4534
4535 2002-02-04  Pierre Muller  <muller@ics.u-strasbg.fr>
4536
4537         Add support for hardware watchpoints on win32 native.
4538         * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
4539         CONTEXT_DEBUG_REGISTERS.
4540         (dr variable): New variable. Static array containing a local copy
4541         of debug registers.
4542         (debug_registers_changed): New variable.  Reflects when debug registers
4543         are changed and need to be written to inferior.
4544         (debug_registers_used): New variable. Reflects when any debug register
4545         was set, used when new threads are created.
4546         (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
4547         i386-nat code.
4548         (thread_rec): Set dr array if id is the thread of current_event .
4549         (child_continue, child_resume): Change the debug registers for all
4550         threads if debug_registers_changed.
4551         (child_add_thread): Change the debug registers if debug_registers_used.
4552         * config/i386/cygwin.mh: Add use of i386-nat.o file.
4553         Link nm.h to new nm-cygwin.h file.
4554         + config/i386/nm-cygwin.h: New file. Contains the macros used for use
4555         of hardware registers.
4556
4557 2002-02-03  Andrew Cagney  <ac131313@redhat.com>
4558
4559         * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
4560         Restore behavour broken by 2002-01-20 Andrew Cagney
4561         <ac131313@redhat.com> IEEE_FLOAT removal.
4562
4563 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
4564
4565         * c-valprint.c (c_val_print): Pass a proper valaddr to
4566         cp_print_class_method.
4567         * valops.c (search_struct_method): If there is only one method
4568         and args is NULL, return that method.
4569
4570 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
4571
4572         * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
4573         accessing tag_name directly.
4574
4575 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
4576
4577         * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
4578         of accessing tag_name directly.
4579
4580 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
4581
4582         PR gdb/280
4583         * gdbtypes.c (replace_type): New function.
4584         * gdbtypes.h (replace_type): Add prototype.
4585         * stabsread.c (read_type): Use replace_type.
4586
4587 2002-02-03  Richard Earnshaw  <rearnsha@arm.com>
4588
4589         * Makefile.in (memattr.o): Add missing dependencies rule.
4590
4591 2002-02-03  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
4592
4593         * breakpoint.c (break_at_finish_command): Really export.
4594         (break_at_finish_at_depth_command): Ditto.
4595         (tbreak_at_finish_command): Ditto.
4596         * hppa-tdep.c: Include completer.h.
4597         * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
4598         (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
4599
4600 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
4601
4602         * utils.c (do_write): New function.
4603         (error_stream): Rewrite combining the code from error_begin and
4604         verror.
4605         (verror): Rewrite using error_stream.
4606         (error_begin): Delete function.
4607
4608 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
4609
4610         * utils.c (error_begin): Make static.
4611         * defs.h (error_begin): Delete declaration.
4612
4613         * linespec.c (cplusplus_error): Replace cplusplus_hint.
4614         (decode_line_1): Use cplusplus_error instead of error_begin,
4615         cplusplus_hint and return_to_top_level.
4616         * coffread.c (coff_symfile_read): Use error instead of error_begin
4617         and return_to_top_level.
4618         * infrun.c (default_skip_permanent_breakpoint): Ditto.
4619
4620 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
4621
4622         * language.h (type_error, range_error): Make string parameter
4623         constant.
4624         * language.c (warning_pre_print): Delete extern declaration.
4625         * dwarfread.c (warning_pre_print): Ditto.
4626         * language.c (type_error, range_error): Rewrite to use verror and
4627         vwarning instead of warning_begin.
4628
4629 2002-02-01  Michael Snyder  <msnyder@redhat.com>
4630
4631         * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
4632         (set_ignore_count): Move misplaced comment back where it belongs.
4633
4634 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
4635
4636         * command.h (NO_FUNCTION): Delete macro.
4637         * cli/cli-decode.h (NO_FUNCTION): Ditto.
4638         * top.c (execute_command): Replace NO_FUNCTION with NULL.
4639         * tracepoint.c (_initialize_tracepoint): Ditto.
4640         * cli/cli-decode.c (add_set_cmd): Ditto.
4641         * cli/cli-cmds.c (init_cli_cmds): Ditto.
4642
4643 2002-02-01  Daniel Jacobowitz  <drow@mvista.com>
4644
4645         * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
4646         Update ``this'' pointer when calling virtual functions.
4647
4648 2002-02-01  Michael Snyder  <msnyder@redhat.com>
4649
4650         * breakpoint.c (create_temp_exception_breakpoint): Delete.
4651         * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
4652
4653 2002-02-01  Daniel Jacobowitz  <drow@mvista.com>
4654
4655         * regformats/reg-arm.dat: New file.
4656         * regformats/reg-i386.dat: New file.
4657         * regformats/reg-ia64.dat: New file.
4658         * regformats/reg-m68k.dat: New file.
4659         * regformats/reg-mips.dat: New file.
4660         * regformats/reg-ppc.dat: New file.
4661         * regformats/reg-sh.dat: New file.
4662         * regformats/regdef.h: New file.
4663         * regformats/regdat.sh: New file.
4664
4665 2002-02-01  Richard Earnshaw  <reanrsha@arm.com>
4666
4667         * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
4668         (arm_frame_args_address, arm_frame_locals_address): New functions.
4669         (arm_frame_num_args): New function.
4670         * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
4671         (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
4672         (FRMA_NUM_ARGS): Call arm_frame_num_args.
4673
4674 2002-01-31  Michael Snyder  <msnyder@redhat.com>
4675
4676         * breakpoint.c (break_at_finish_command): Export.
4677         (break_at_finish_at_depth_command): Export.
4678         (tbreak_at_finish_command): Export.
4679         (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
4680         * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
4681         "tbreak" commands, which are HPPA specific.
4682
4683         * printcmd.c (disassemble_command): Remove an ancient
4684         artifact of an old merge.
4685
4686         * symfile.h (enum overlay_debugging_state):
4687         Define enum constant values for overlay mode.
4688         * symfile.c (overlay_debugging): Use enums instead of literals.
4689         (overlay_is_mapped, overlay_auto_command,
4690         overlay_manual_command): Ditto.
4691
4692         * breakpoint.c (insert_breakpoints, remove_breakpoint,
4693         breakpoint_here_p, breakpoint_inserted_here_p,
4694         breakpoint_thread_match, bpstat_stop_status,
4695         describe_other_breakpoints, check_duplicates, clear_command):
4696         Coding standard fixes.
4697
4698         * target.c (target_xfer_memory): Add spaces, coding standard.
4699         (do_xfer_memory): Add missing line to trust-readonly
4700         code: check bfd SEC_READONLY flag for section.
4701
4702 2002-01-31  Andrew Cagney  <ac131313@redhat.com>
4703
4704         * PROBLEMS: Fix typo, 5.1->5.1.1.
4705
4706 2002-01-30  Daniel Jacobowitz  <drow@mvista.com>
4707
4708         * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
4709         data symbols, since we search based on textlow and texthigh.
4710         (find_pc_sect_symtab): Likewise.
4711
4712 2002-01-30  Andrew Cagney  <ac131313@redhat.com>
4713
4714         * defs.h (vwarning): Declare.
4715         * utils.c (vwarning): New function.
4716         (warning): Call vwarning.
4717         (warning_begin): Delete function.
4718
4719         * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
4720         the warning message.
4721         * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
4722         warning_begin.
4723
4724 2002-01-30  Michael Snyder  <msnyder@redhat.com>
4725
4726         * NEWS: Mention "set trust-readonly-sections" command.
4727         Mention generate-core-file command.
4728
4729 2002-01-15  Michael Snyder  <msnyder@redhat.com>
4730
4731         * target.c: New command, "set trust-readonly-sections on".
4732         (do_xfer_memory): Honor the suggestion to trust readonly sections
4733         by reading them from the object file instead of from the target.
4734         (initialize_targets): Register command "set trust-readonly-sections".
4735
4736 2002-01-29  Andrew Cagney  <ac131313@redhat.com>
4737
4738         * parse.c (target_map_name_to_register): Simplify, search regs and
4739         pseudo-regs using a single loop.
4740
4741 2002-01-30  Andrew Cagney  <ac131313@redhat.com>
4742
4743         * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
4744
4745 2002-01-15  Rodney Brown  <rbrown64@csc.com.au>
4746
4747         * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
4748         * config/i386/i386v42mp.mh: Add i387-nat.o .
4749         * i386v4-nat.c: Include i387-nat.h.
4750         (supply_fpregset): Use i387_supply_fsave.
4751         (fill_fpregset): Use i387_fill_fsave.
4752
4753 2002-01-30  Richard Earnshaw  <rearnsha@arm.com>
4754
4755         * arm-tdep.c (arm_call_dummy_words): Define.
4756         * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
4757         * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
4758         (CALL_DUMMY_WORDS): Define.
4759         (arm_call_dummy_words): Declare.
4760         * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
4761         (arm_linux_call_dummy_words): Declare.
4762
4763 2002-01-30  Andreas Schwab  <schwab@suse.de>
4764
4765         * m68klinux-nat.c: Fix last change to use regcache_collect
4766         instead of referencing registers[] directly.
4767
4768 2002-01-29  Andrew Cagney  <ac131313@redhat.com>
4769
4770         * parse.c (target_map_name_to_register): Delete code wrapped in
4771         #ifdef REGISTER_NAME_ALIAS_HOOK.
4772
4773 2002-01-28  Michael Snyder  <msnyder@redhat.com>
4774
4775         * regcache.c (legacy_read_register_gen): Need to be able to
4776         read pseudo-register as well as real register.
4777         (legacy_write_register_gen): Ditto.
4778
4779 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
4780
4781         * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
4782         * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
4783         * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
4784         * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
4785         * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
4786         * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
4787         * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
4788         * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
4789         * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
4790         * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
4791         * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
4792         * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
4793         * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
4794         * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
4795         * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
4796         * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
4797         * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
4798         * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
4799         * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
4800         * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
4801
4802 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
4803
4804         * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
4805         (target_byte_order): Initialize to BFD_ENDIAN_BIG.
4806         (initialize_current_architecture): Update target_byte_order using
4807         information from BFD.
4808         * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
4809         * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
4810
4811 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
4812
4813         * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
4814         * vax-tdep.c (INVALID_FLOAT): To here.  Document why it is broken.
4815
4816         * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
4817         #ifdef INVALID_FLOAT.
4818         * infcmd.c (do_registers_info): Ditto.
4819         * values.c (unpack_double): Ditto.  Add comment.
4820
4821         * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
4822         already commented out.
4823
4824 2002-01-26  Andreas Schwab  <schwab@suse.de>
4825
4826         * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
4827         * m68klinux-nat.c: Update ptrace interface for fetching/storing
4828         registers and add support for PTRACE_GETREGS.
4829
4830 2002-01-24  Andrew Cagney  <ac131313@redhat.com>
4831
4832         GDB 5.1.1 released from 5.1 branch.
4833         * NEWS: Add 5.1.1 news.
4834         * README: Sync with 5.1 branch.
4835
4836 2002-01-23  Fred Fish  <fnf@redhat.com>
4837
4838         * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
4839         stabstring on initial malloc.  Reallocing will copy it for us,
4840         if necessary.
4841
4842 2002-01-23  Elena Zannoni  <ezannoni@redhat.com>
4843
4844         * Makefile.in (hpread_h): Delete.
4845         (HFILES_NO_SRCDIR): Remove hpread.h.
4846         (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
4847         (hpread.o): Update dependencies.
4848         (hp-psymtab-read.o, hp-symtab-read.o): Remove.
4849
4850         * hp-psymtab-read.c: Remove file.
4851         * hp-symtab-read.c: Remove file.
4852         * hpread.h: Remove file.
4853
4854         * hpread.c: Merge all contents of hp-psymtab-read.c,
4855         hp-symtab-read.c and hpread.h into this file, as it was prior to
4856         January 1999.
4857
4858         * config/pa/hpux11w.mh, config/pa/hpux11.mh,
4859         config/pa/hpux1020.mh, config/pa/hppaosf.mh,
4860         config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
4861         Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
4862
4863 2002-01-23  Elena Zannoni  <ezannoni@redhat.com>
4864
4865         * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
4866         fill_gregset): Call gdbarch_tdep() just once, assign result to
4867         variable and use that, instead of calling the function several
4868         times.
4869
4870 2002-01-24  Alexandre Oliva  <aoliva@redhat.com>
4871
4872         * configure.host: Accept sparcv9 as alias for sparc64.
4873         * configure.tgt: Likewise.
4874
4875 2002-01-22  Kevin Buettner  <kevinb@redhat.com>
4876
4877         * solib-aix5.c (build_so_list_from_mapfile)
4878         (aix5_relocate_main_executable): Fix xcalloc() calls so order of
4879         arguments is not reversed.
4880         * solib-sunos.c (sunos_relocate_main_executable): Likewise.
4881         * solib-svr4.c (svr4_relocate_main_executable): Likewise.
4882
4883 2002-01-22  Elena Zannoni  <ezannoni@redhat.com>
4884
4885         * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
4886         modified version of obsolete sh_fetch_pseudo_register.
4887         (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
4888         (sh4_register_read): New function.
4889         (sh_pseudo_register_write): New function. Renamed and modified
4890         version of obsolete sh_store_pseudo_register.
4891         (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
4892         (sh4_register_write): New function.
4893         (sh_gdbarch_init): Remove setting of gdbarch function
4894         fetch_pseudo_register and store_pseudo_register. Remove setting of
4895         register_convert_to_raw, register_convert_to_virtual,
4896         register_convertible.
4897         (sh_sh4_register_convertible): Delete. No longer needed. All is
4898         taken care by architecture specific functions
4899         register_read/register_write.
4900         (sh_sh4_register_convert_to_virtual): Make static.
4901         (sh_sh4_register_convert_to_raw): Ditto.
4902
4903 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
4904
4905         * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
4906         (floatformat_is_nan, floatformat_mantissa): Ditto.
4907
4908         * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
4909         for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
4910         builtin_type_ieee_double_little,
4911         builtin_type_ieee_double_littlebyte_bigword,
4912         builtin_type_m68881_ext, builtin_type_i960_ext,
4913         builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
4914         builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
4915         builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
4916         builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
4917
4918 2002-01-22  Corinna Vinschen  <vinschen@redhat.com>
4919
4920         * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
4921         parameter.  Set frameless flag if it exists and depended of
4922         whether the scanned function is frameless or not.
4923         (xstormy16_skip_prologue): If function is frameless, return
4924         result of xstormy16_scan_prologue().
4925         (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
4926         call.
4927
4928 2002-01-21  Elena Zannoni  <ezannoni@redhat.com>
4929
4930         * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
4931         sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
4932         sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
4933         sh_sh4_register_byte, sh_sh4_register_raw_size,
4934         sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
4935         sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
4936         sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
4937         sh_store_pseudo_register, sh_do_pseudo_register): Call
4938         gdbarch_tdep() just once, assign result to variable and use that,
4939         instead of calling the function several times.
4940
4941 2002-01-20  Mark Kettenis  <kettenis@gnu.org>
4942
4943         * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
4944         macros instead of LAST_FPU_CTRL_REGNUM.
4945         (store_register): Likewise.
4946
4947 2002-01-21  Jim Blandy  <jimb@redhat.com>
4948
4949         * infcmd.c (run_command): Check that the `exec' target layer's BFD
4950         is up-to-date before running the program, not just when a program
4951         exits.
4952
4953 2002-01-21  Fred Fish  <fnf@redhat.com>
4954
4955         * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
4956         when we have found all instructions we are looking for.
4957
4958 2002-01-21  Richard Earnshaw  <rearnsha@arm.com>
4959
4960         * arm-tdep.c (arm_register_name): New function.
4961         (arm_registers_names): Make static.
4962         * config/arm/tm-arm.h (arm_register_names): Delete declaration.
4963         (arm_register_name): Declare.
4964         (REGISTER_NAME): Use it.
4965
4966 2002-01-21  Richard Earnshaw  <rearnsha@arm.com>
4967             Kevin Buettner  <kevinb@redhat.com>
4968
4969         Convert arm targets to new FRAME interface.
4970         * arm-tdep.c (struct frame_extra_info): Remove fsr.
4971         (arm_frame_find_save_regs): Delete.
4972         (arm_frame_init_saved_regs): New.
4973         (arm_init_extra_frame_info): Alloacte saved_regs as required.
4974         Allocate extra_info as required.  Convert all uses of fsr.regs
4975         to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
4976         to use extra_info.
4977         (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
4978         (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
4979         (check_prologue_cache, save_prologue_cache): Likewise.
4980         (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
4981         * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
4982         (FRAME_FIND_SAVED_REGS): Delete.
4983         (arm_frame_find_saved_regs): Delete prototype.
4984         (arm_frame_init_saved_regs): New prototype.
4985         (FRAME_INIT_SAVED_REGS): Define.
4986
4987 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
4988
4989         * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
4990
4991 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
4992
4993         From Jeff Law <law@redhat.com>:
4994         * infttrace.c: Include <sys/pstat.h>.
4995         (child_pid_to_exec_file): Revamp.  Use pstat call to get the
4996         exec file if the ttrace equivalent fails.
4997
4998 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
4999
5000         * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
5001         (closeLogFile): Ditto.
5002
5003 2002-01-20  Michael Chastain  <mec@shout.net>
5004
5005         * top.c (print_gdb_version): Bump copyright year to 2002.
5006
5007 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
5008
5009         * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
5010         Zannoni and Eli Zaretskii.
5011
5012 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
5013
5014         * buildsym.c: Update copyright years.
5015         * c-typeprint.c: Likewise.
5016         * dwarf2read.c: Likewise.
5017         * f-typeprint.c: Likewise.
5018         * gdbtypes.c: Likewise.
5019         * gdbtypes.h: Likewise.
5020         * hp-symtab-read.c: Likewise.
5021         * hpread.c: Likewise.
5022         * mdebugread.c: Likewise.
5023         * p-typeprint.c: Likewise.
5024
5025 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
5026
5027         * remote-sim.c (gdbsim_open): Simplify code testing the macro
5028         TARGET_BYTE_ORDER_SELECTABLE_P.  Assume the target is always
5029         byte-order selectable.
5030         * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
5031         * arch-utils.c: Ditto.
5032         (set_endian): Ditto.
5033         (set_endian_from_file): Ditto.
5034         * gdbserver/low-sim.c (create_inferior): Ditto.
5035         * gdbarch.sh: Ditto.
5036         * gdbarch.h: Re-generate.
5037         * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
5038         * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
5039         * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
5040         * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
5041         * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
5042         * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
5043         * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
5044         * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
5045         macro definition.
5046         * config/mips/tm-wince.h: Remove #undef of macro
5047         TARGET_BYTE_ORDER_SELECTABLE.
5048         * config/sh/tm-wince.h: Ditto.
5049
5050 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
5051
5052         * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
5053         member function fields.  Add accessor macro
5054         TYPE_FN_FIELD_ARTIFICIAL.
5055         * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
5056         * c-typeprint.c (c_type_print_base): Skip artificial member
5057         functions.
5058
5059 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
5060
5061         * f-typeprint.c: Delete unused function f_type_print_args.
5062         * p-typeprint.c: Delete unused function pascal_type_print_args.
5063
5064 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
5065
5066         * gdbtypes.h (struct type): Fix whitespace.  Remove obsolete
5067         comment.  Add ``artificial'' to ``union field_location''.
5068
5069         * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
5070
5071         * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
5072         * mdebugread.c (parse_symbol): Likewise.
5073         * stabsread.c (define_symbol): Likewise.
5074         * hp-symtab-read.c (hpread_function_type): Likewise, instead of
5075         initializing TYPE_FIELD_BITPOS to n (obsolete).
5076         (hpread_doc_function_type): Likewise.
5077         * hpread.c (hpread_function_type): Likewise.
5078
5079 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
5080
5081         * configure.in (host_makefile_frag): Only require a host makefile
5082         fragment when a native build.
5083         * configure: Re-generate.
5084
5085 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
5086
5087         * doublest.h (floatformat_from_type): Declare.
5088         * doublest.c (floatformat_from_type): New function.
5089         (convert_typed_floating): Use.
5090
5091         * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
5092         call to function floatformat_from_type.
5093
5094         * gdbarch.sh (IEEE_FLOAT): Delete.
5095         * gdbarch.h, gdbarch.c: Re-generate.
5096         * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
5097         * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
5098         * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
5099         * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
5100         * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
5101         * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
5102         * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
5103         * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
5104         * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
5105         * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
5106         * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
5107         * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
5108
5109         * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
5110         * x86-64-tdep.c (i386_gdbarch_init): Ditto.
5111         * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5112         * sh-tdep.c (sh_gdbarch_init): Ditto.
5113         * mips-tdep.c (mips_gdbarch_init): Ditto.
5114         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5115         * cris-tdep.c (cris_gdbarch_init): Ditto.
5116
5117 2002-01-20  Jiri Smid  <smid@suse.cz>
5118
5119         * configure.host, configure.tgt: Support x86-64.
5120         * NEWS: Note new target x86-64.
5121
5122         * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
5123         * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
5124         * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
5125         * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
5126         x86-64-linux-nat.o): Fix dependencies.
5127
5128 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
5129
5130         * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
5131         * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
5132         * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
5133         * config/sparc/xm-sun4os4.h: Delete file.
5134         * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
5135
5136 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
5137
5138         * config/sparc/sparclynx.mh (XM_FILE): Delete.
5139         * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
5140         * config/m68k/m68klynx.mh (XM_FILE): Delete.
5141         * config/i386/i386lynx.mh (XM_FILE): Delete.
5142         * config/rs6000/xm-rs6000ly.h: Delete file.
5143         * config/sparc/xm-sparclynx.h: Delete file.
5144         * config/m68k/xm-m68klynx.h: Delete file.
5145         * config/i386/xm-i386lynx.h: Delete file.
5146         * config/xm-lynx.h: Delete file.
5147         * config/djgpp/fnchange.lst: Update.
5148
5149 2002-01-19  Jason Thorpe  <thorpej@wasabisystems.com>
5150
5151         * alpha-tdep.c (alpha_register_byte): New function.
5152         (alpha_register_raw_size): Ditto.
5153         (alpha_register_virtual_size): Ditto.
5154         (alpha_skip_prologue_internal): Renamed from
5155         alpha_skip_prologue.
5156         (alpha_skip_prologue): New version that calls
5157         alpha_skip_prologue_internal.
5158         (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
5159         * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
5160         second argument from alpha_skip_prologue.
5161         (REGISTER_BYTE): Use alpha_register_byte.
5162         (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
5163         (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
5164         (FRAMELESS_FUNCTION_INVOCATION): Use
5165         generic_frameless_function_invocation_not.
5166         (FRAME_NUM_ARGS): Use frame_num_args_unknown.
5167         (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
5168
5169 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
5170
5171         * config/mips/xm-news-mips.h: Delete file.
5172         * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
5173
5174         * config/m88k/xm-m88k.h: Delete file.
5175         * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
5176         * config/m88k/xm-delta88v4.h: Ditto.
5177         * config/m88k/xm-delta88.h: Ditto.
5178
5179         * config/alpha/xm-fbsd.h: Delete file.
5180         * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
5181
5182         * config/sparc/xm-sparc.h: Delete file.
5183         * Makefile.in (xm-sun4os4.h): Delete dependency.
5184         * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
5185         * config/sparc/xm-sun4os4.h: Ditto.
5186         * config/sparc/xm-linux.h: Ditto.
5187
5188         * config/i386/xm-windows.h: Delete file.
5189
5190 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
5191
5192         * utils.c: Include <sys/param.h> for MAXPATHLEN.
5193         (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
5194
5195 2002-01-19  Jason Thorpe  <thorpej@wasabisystems.com>
5196
5197         * alpha-tdep.c (alpha_call_dummy_words): New.
5198         * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
5199         (CALL_DUMMY_P): Define.
5200         (CALL_DUMMY_WORDS): Define.
5201         (SIZEOF_CALL_DUMMY_WORDS): Define.
5202
5203 2002-01-19  Per Bothner  <per@bothner.com>
5204
5205         * gnu-v3-abi.c (gnuv3_rtti_type):  Guard that vtable_symbol_name
5206         isn't NULL, which can happen with some gcj-3.x-produced code.
5207
5208 2002-01-19  Jason Thorpe  <thorpej@wasabisystems.com>
5209
5210         * alpha-tdep.c (alpha_register_virtual_type): New function.
5211         (alpha_init_frame_pc_first): Ditto.
5212         (alpha_fix_call_dummy): Ditto.
5213         (alpha_store_struct_return): Ditto.
5214         (alpha_extract_struct_value_address): Ditto.
5215         * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
5216         alpha_register_virtual_type.
5217         (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
5218         (EXTRACT_STRUCT_VALUE_ADDRESS): Use
5219         alpha_extract_struct_value_address.
5220         (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
5221         (INIT_FRAME_PC): Use init_frame_pc_noop.
5222         (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
5223
5224 2002-01-19  Mark Kettenis  <kettenis@gnu.org>
5225
5226         * i386gnu-nat.c: Include "i386-tdep.h".
5227         (fetch_fpregs): Simplify code dealing with uninitialized floating
5228         point states such that it doesn't require FP7_REGNUM.
5229
5230 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
5231
5232         * alpha-tdep.c (frame_extra_info): New.
5233         (alpha_find_saved_regs): Make static.  Use
5234         frame->extra_info.
5235         (alpha_frame_init_saved_regs): New function.
5236         (alpha_frame_saved_pc): Use frame->extra_info.
5237         (temp_saved_regs): Don't declare as struct frame_saved_regs.
5238         (heuristic_proc_desc): Adjust for temp_saved_regs changes.
5239         (init_extra_frame_info): Rename to...
5240         (alpha_init_extra_frame_info): ...this.  Use frame->extra_info.
5241         (alpha_print_extra_frame_info): New function.
5242         (alpha_frame_locals_address): Ditto.
5243         (alpha_frame_args_address): Ditto.
5244         (alpha_pop_frame): Use frame->extra_info.
5245         * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
5246         alpha_frame_args_address.
5247         (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
5248         (alpha_find_saved_regs): Remove prototype.
5249         (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
5250         (EXTRA_FRAME_INFO): Remove.
5251         (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
5252         (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
5253
5254 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
5255
5256         * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
5257         (alpha_cannot_fetch_register): Ditto.
5258         (alpha_cannot_store_register): Ditto.
5259         (alpha_register_convertible): Ditto.
5260         (alpha_use_struct_convention): Ditto.
5261         * config/alpha/tm-alpha.h: Update copyright years.
5262         (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
5263         (INNER_THAN): Use core_addr_lessthan.
5264         (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
5265         (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
5266         (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
5267         (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
5268         (FRAME_CHAIN): Remove unnecessary cast.
5269
5270 2002-01-18  Andrew Cagney  <ac131313@redhat.com>
5271
5272         * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
5273         obsolete.
5274
5275 2002-01-18  Andrew Cagney  <ac131313@redhat.com>
5276
5277         * infptrace.c: Remove ATTRIBUTE_UNUSED.  Update copyright.
5278         * monitor.c, remote-array.c, remote-bug.c: Ditto.
5279         * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
5280         * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
5281         * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
5282         * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
5283         * x86-64-linux-nat.c: Ditto.
5284
5285 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
5286
5287         * alpha-tdep.c (alpha_register_name): New function.
5288         * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
5289         (REGISTER_NAME): Define.
5290
5291 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
5292
5293         * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
5294
5295 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
5296
5297         * alpha-tdep.c: Update copyright years.
5298         (alpha_next_pc): New function.
5299         (alpha_software_single_step): Ditto.
5300         * config/alpha/tm-alpha.h: Add prototype for
5301         alpha_software_single_step.
5302
5303 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
5304
5305         * alphabsd-nat.c: Update copyright years.
5306         (fill_gregset): Use regcache_collect.
5307         (fill_fpregset): Likewise.
5308         (fetch_inferior_registers): Only fetch integer registers
5309         if requested to do so.
5310         (store_inferior_registers): Only store integer registers
5311         if requested to do so.
5312
5313 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
5314
5315         * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
5316         * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
5317         * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
5318         * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
5319         * config/alpha/fbsd.mh (XDEPFILES): Delete.
5320         * config/arm/linux.mh (XDEPFILES): Delete.
5321         * config/arm/nbsd.mh (XDEPFILES): Delete.
5322         * config/i386/i386dgux.mh (XDEPFILES): Delete.
5323         * config/i386/i386sol2.mh (XDEPFILES): Delete.
5324         * config/i386/i386m3.mh (XDEPFILES): Delete.
5325         (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
5326         * config/i386/i386gnu.mh (XDEPFILES): Delete.
5327         * config/i386/fbsd.mh (XDEPFILES): Delete.
5328         * config/i386/i386bsd.mh (XDEPFILES): Delete.
5329         * config/i386/i386sco5.mh (XDEPFILES): Delete.
5330         * config/i386/i386v4.mh (XDEPFILES): Delete.
5331         * config/i386/i386v42mp.mh (XDEPFILES): Delete.
5332         * config/i386/i386sco4.mh (XDEPFILES): Delete.
5333         * config/i386/i386aix.mh (XDEPFILES): Delete.
5334         * config/i386/go32.mh (XDEPFILES): Delete.
5335         * config/i386/cygwin.mh (XDEPFILES): Delete.
5336         * config/i386/i386lynx.mh (XDEPFILES): Delete.
5337         * config/i386/i386mach.mh (XDEPFILES): Delete.
5338         * config/i386/i386v32.mh (XDEPFILES): Delete.
5339         * config/i386/linux.mh (XDEPFILES): Delete.
5340         * config/i386/nbsdelf.mh (XDEPFILES): Delete.
5341         * config/i386/ncr3000.mh (XDEPFILES): Delete.
5342         * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
5343         * config/i386/i386sco.mh (XDEPFILES): Delete.
5344         * config/i386/i386v.mh (XDEPFILES): Delete.
5345         * config/i386/nbsd.mh (XDEPFILES): Delete.
5346         * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
5347         * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
5348         * config/i386/symmetry.mh (XDEPFILES): Delete.
5349         * config/i386/obsd.mh (XDEPFILES): Delete.
5350         * config/i386/x86-64linux.mh (XDEPFILES): Delete.
5351         * config/ia64/linux.mh (XDEPFILES): Delete.
5352         * config/ia64/aix.mh (XDEPFILES): Delete.
5353         * config/m68k/apollo68b.mh (XDEPFILES): Delete.
5354         * config/m68k/dpx2.mh (XDEPFILES): Delete.
5355         * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
5356         * config/m68k/apollo68v.mh (XDEPFILES): Delete.
5357         * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
5358         * config/m68k/linux.mh (XDEPFILES): Delete.
5359         * config/m68k/m68klynx.mh (XDEPFILES): Delete.
5360         * config/m68k/m68kv4.mh (XDEPFILES): Delete.
5361         * config/m68k/nbsd.mh (XDEPFILES): Delete.
5362         * config/m68k/sun2os3.mh (XDEPFILES): Delete.
5363         * config/m68k/sun2os4.mh (XDEPFILES): Delete.
5364         * config/m68k/sun3os3.mh (XDEPFILES): Delete.
5365         * config/m68k/sun3os4.mh (XDEPFILES): Delete.
5366         * config/m88k/delta88.mh (XDEPFILES): Delete.
5367         * config/m88k/delta88v4.mh (XDEPFILES): Delete.
5368         * config/m88k/m88k.mh (XDEPFILES): Delete.
5369         * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
5370         * config/mips/linux.mh (XDEPFILES): Delete.
5371         * config/mips/irix6.mh (XDEPFILES): Delete.
5372         * config/mips/irix5.mh (XDEPFILES): Delete.
5373         * config/mips/irix4.mh (XDEPFILES): Delete.
5374         * config/mips/irix3.mh (XDEPFILES): Delete.
5375         * config/mips/decstation.mh (XDEPFILES): Delete.
5376         * config/mips/mipsm3.mh (XDEPFILES): Delete.
5377         (NATDEPFILES): Move core-aout.o to here.
5378         * config/ns32k/nbsd.mh (XDEPFILES): Delete.
5379         * config/pa/hpux1020.mh (XDEPFILES): Delete.
5380         * config/pa/hppabsd.mh (XDEPFILES): Delete.
5381         * config/pa/hppahpux.mh (XDEPFILES): Delete.
5382         * config/pa/hpux11w.mh (XDEPFILES): Delete.
5383         * config/pa/hppaosf.mh (XDEPFILES): Delete.
5384         * config/pa/hpux11.mh (XDEPFILES): Delete.
5385         * config/powerpc/aix.mh (XDEPFILES): Delete.
5386         * config/powerpc/nbsd.mh (XDEPFILES): Delete.
5387         * config/powerpc/linux.mh (XDEPFILES): Delete.
5388         * config/romp/rtbsd.mh: Rename XDEPFILES.
5389         * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
5390         * config/rs6000/aix4.mh (XDEPFILES): Delete.
5391         * config/rs6000/rs6000.mh (XDEPFILES): Delete.
5392         * config/s390/s390.mh (XDEPFILES): Delete.
5393         * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
5394         * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
5395         * config/sparc/sun4os4.mh (XDEPFILES): Delete.
5396         * config/sparc/sparclynx.mh (XDEPFILES): Delete.
5397         * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
5398         * config/sparc/nbsd.mh (XDEPFILES): Delete.
5399         * config/sparc/linux.mh (XDEPFILES): Delete.
5400         * config/vax/vaxult.mh (XDEPFILES): Delete.
5401         * config/vax/vaxult2.mh (XDEPFILES): Delete.
5402         * Makefile.in (DEPFILES): Remove XDEPFILES.
5403
5404 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
5405
5406         * utils.c (internal_verror): Fix comments, default is yes not no.
5407         Update queries to match.  Default to quit and dump core.
5408
5409 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
5410
5411         * breakpoint.c: Update assuming #if UI_OUT is always true.  Update
5412         copyright.
5413         * defs.h, event-top.c, gdbcmd.h: Ditto.
5414         * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
5415         * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
5416         * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
5417         * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
5418         * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
5419         * mi/mi-main.c:Ditto.
5420
5421         * stack.c, symfile.c: Update copyright.
5422
5423 2002-01-17  Daniel Jacobowitz  <drow@mvista.com>
5424
5425         * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
5426         gdbserver/low-nbsd.c, gdbserver/low-sim.c,
5427         gdbserver/low-sparc.c, gdbserver/low-sun3.c,
5428         gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
5429
5430 2002-01-17  Daniel Jacobowitz  <drow@mvista.com>
5431
5432         * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
5433         * gdbserver/low-lynx.c (myattach): Likewise.
5434         * gdbserver/low-nbsd.c (myattach): Likewise.
5435         * gdbserver/low-sim.c (myattach): Likewise.
5436         * gdbserver/low-sparc.c (myattach): Likewise.
5437         * gdbserver/low-sun3.c (myattach): Likewise.
5438
5439         * gdbserver/low-linux.c (myattach): New function.
5440
5441         * gdbserver/server.c (attach_inferior): New function.
5442         (main): Handle "--attach".
5443
5444 2002-01-16  Andrew Cagney  <ac131313@redhat.com>
5445
5446         * MAINTAINERS (language support): Daniel Jacobwitz is C++
5447         maintainer.
5448
5449 2002-01-15  Daniel Jacobowitz  <drow@mvista.com>
5450
5451         * c-typeprint.c (is_type_conversion_operator): Add additional
5452         check for non-conversion operators.
5453
5454 2002-01-15  Michael Snyder  <msnyder@redhat.com>
5455
5456         * linux-proc.c: Add "info proc" command, a la procfs.c.
5457         (read_mapping): New function, abstract and re-use code.
5458         (linux_find_memory_regions): Use new func read_mapping.
5459         (linux_info_proc_cmd): New function, implement "info proc".
5460         (_initialize_linux_proc): Add new command "info proc".
5461
5462 2002-01-15  Michael Snyder  <msnyder@redhat.com>
5463
5464         * symfile.c (generic_load): Use bfd_map_over_sections method
5465         instead of manipulating bfd structure members directly.
5466         (add_section_size_callback): New function, bfd sections callback
5467         used by generic_load.
5468         (load_sections_callback): New function, bfd sections callback
5469         used by generic_load.
5470
5471 2002-01-15  Elena Zannoni  <ezannoni@redhat.com>
5472
5473         [Based on work by Jim Blandy]
5474         * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
5475         (builtin_type_vec128): Export.
5476         * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
5477         types.
5478         (builtin_type_vec128): New builtin type for 128 bit vector
5479         registers.
5480         (build_gdbtypes): Initialize builtin_type_v16qi and
5481         builtin_type_v8hi. Create the vec128 register builtin type
5482         structure.
5483         (build_builtin_type_vec128): New function.
5484         (_initialize_gdbtypes): Register builtin_type_v16qi and
5485         builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
5486         * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
5487         AltiVec register to new builtin type.
5488
5489 2001-01-15  Daniel Jacobowitz  <drow@mvista.com>
5490
5491         * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
5492         to make_cv_type.
5493
5494 2002-01-14  Andrew Cagney  <ac131313@redhat.com>
5495
5496         * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
5497         CLEAN_UP_REGISTER_VALUE.
5498         * regcache.c (supply_register): Update only call.
5499
5500 2002-01-14  Andrew Cagney  <ac131313@redhat.com>
5501
5502         * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
5503         a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
5504         a29k-*-vxworks* targets as obsolete.
5505
5506 2002-01-14  Michael Snyder  <msnyder@redhat.com>
5507
5508         * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
5509         until we can resolve portability issues.
5510         * gregset.h: Remove references to fpxregs.
5511         * gcore.c (gcore_command): Initialize note_sec to NULL.
5512
5513 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
5514
5515         * signals.c (target_signal_to_name): Rewrite.  Only use
5516         signals[].name when in bounds and non-NULL.
5517
5518 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
5519
5520         From Petr Ledvina <ledvinap@kae.zcu.cz>:
5521         * signals.c (target_signal_to_name): Verify that SIG is within the
5522         bounds of the signals array.
5523
5524 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
5525
5526         * MAINTAINERS: Remove arm-coff and arm-pe from target list.
5527
5528 2002-01-13  Keith Seitz  <keiths@redhat.com>
5529
5530         * stack.c (print_frame_info_base): Print the frame's pc
5531         only if when print_frame_info_listing_hook is not defined.
5532
5533 2002-01-13  Keith Seitz  <keiths@redhat.com>
5534
5535         * varobj.c (varobj_set_value): Make sure that there were no
5536         errors evaluating the object before attempting to set its
5537         value.
5538         value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
5539         so this offset adjustment is no longer necessary.
5540         (create_child): Don't set the error flag if the child is
5541         a CPLUS_FAKE_CHILD.
5542         (value_of_child): If value_fetch_lazy fails, return NULL
5543         so that callers will be notified that an error occurred.
5544         (c_value_of_variable): Delay check of variable's validity
5545         until later. We actually want all structs and unions to have
5546         the value "{...}".
5547         Do not return "???" for variables which could not be evaluated.
5548         This error condition must be returned to the caller so that it
5549         can get the error condition from gdb.
5550         (cplus_name_of_child): Adjust index for vptr before figuring
5551         out the name of the child.
5552         (cplus_value_of_child): If a child's (real) parent is not valid,
5553         don't even bother trying to give a value for it. Just return
5554         an error. Change all instances in this function.
5555         (cplus_type_of_child): If our parent is one of the "fake"
5556         parents, we need to get at the type of the real parent, and
5557         derive the child's true type using this information.
5558
5559 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
5560
5561         From 2002-01-09 John Marshall <johnm@falch.net>:
5562         * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
5563         sources.redhat.com, and tweak some related URLs which had
5564         suffered from linkrot.
5565
5566 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
5567
5568         From Jeff law:
5569         * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
5570         structures passed in registers.
5571
5572 2002-01-13  Eli Zaretskii  <eliz@is.elta.co.il>
5573
5574         * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
5575         white space which prevented compilation.  Reported by DSK
5576         <dsk@student.unsw.edu.au>.
5577
5578 2002-01-11  Michael Snyder  <msnyder@redhat.com>
5579
5580         * symfile.c (build_section_addr_info_from_section_tab):
5581         Use bfd access method instead of manipulating bfd directly.
5582         (syms_from_objfile): Ditto.
5583         (simple_overlay_update_1): Ditto.
5584         (simple_overlay_update): Ditto.
5585         (generic_load): Ditto.
5586         (overlay_unmapped_address): FIXME comment, bfd access methods.
5587         (sections_overlap): FIXME comment, bfd access methods.
5588         (pc_in_mapped_range): FIXME comment, bfd access methods.
5589         (pc_in_unmapped_range): FIXME comment, bfd access methods.
5590         (section_is_mapped): FIXME comment, bfd access methods.
5591         (section_is_overlay): FIXME comment, bfd access methods.
5592
5593         * symfile.c (generic_load): Whitespace and long line cleanups.
5594         Remove duplicate variable, change several local variables to
5595         more appropriate data types.
5596         (print_transfer_performance): Use %lu instead of %ld for ulongs.
5597
5598 2002-01-12  Andrew Cagney  <ac131313@redhat.com>
5599
5600         From Peter Schauer:
5601         * language.c (longest_local_hex_string_custom): Use phex_nz to
5602         convert NUM to a hex string.
5603
5604 2002-01-12  Elena Zannoni  <ezannoni@redhat.com>
5605
5606         * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
5607         the function.
5608         Update Copyright year.
5609
5610 2002-01-12  Andrew Cagney  <ac131313@redhat.com>
5611
5612         * language.c (longest_raw_hex_string): Delete unused function.
5613
5614 2002-01-11  Petr Sorfa  <petrs@caldera.com>
5615
5616         * MAINTAINERS (write-after-approval): Add myself.
5617         * dwarf2read.c (read_tag_string_type): Handling of
5618         DW_AT_byte_size.
5619         (read_tag_string_type): FORTRAN fix to prevent propagation of
5620         first string size.
5621         (set_cu_language): Handling of DW_LANG_Fortran95
5622
5623 2002-01-11  Richard Earnshaw  <rearnsha@arm.com>
5624
5625         * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
5626         GETPID(inferior_ptid).
5627         (store_inferior_registers): Likewise.
5628
5629 2002-01-10  Jason Merrill  <jason@redhat.com>
5630
5631         * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
5632         Fix DW_OP_minus.
5633
5634 2002-01-10  Andrew Cagney  <ac131313@redhat.com>
5635
5636         * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
5637         and bfd/elf32-sh-nbsd.c.
5638
5639 2002-01-10  Michael Snyder  <msnyder@redhat.com>
5640
5641         * NEWS: Mention --pid and corefile/proc-id behavior change.
5642
5643         * Makefile.in: Add rules for gcore.o and linux-proc.o.
5644         * gcore.c: Include cli/cli-decode.h instead of command.h.
5645
5646         * main.c (captured_main): Add new command line option "--pid".
5647         If the second command line argument (following the symbol-file)
5648         begins with a digit, try to attach to it before trying to open
5649         it as a corefile.
5650         (print_gdb_help): Document the "--pid" argument.
5651
5652 2002-01-10  Eli Zaretskii  <eliz@is.elta.co.il>
5653
5654         * completer.c (command_completer): New function.
5655
5656         * completer.h <command_completer>: Add prototype.
5657
5658         * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
5659         completer for the "help" command.
5660
5661 2002-01-09  Jason Merrill  <jason@redhat.com>
5662
5663         * c-typeprint.c (is_type_conversion_operator): Fix thinko.
5664
5665 2002-01-09  Michael Snyder  <msnyder@redhat.com>
5666
5667         * i386-linux-nat.c (fill_fpxregset): Make global.
5668         (store_fpxregset): Ditto.
5669
5670         * gregset.h (gdb_fpxregset_t): Define.
5671         (supply_fpxregset): Prototype.
5672         (fill_fpxregset): Prototype.
5673
5674         * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
5675
5676 2002-01-09  Richard Earnshaw  <rearnsha@arm.com>
5677
5678         * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
5679         * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
5680         * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
5681
5682 2002-01-09  Andrew Cagney  <ac131313@redhat.com>
5683
5684         * MAINTAINERS: Update target maintainer rules so that any
5685         Maintainer can approve a tested patch for a maintenance-only
5686         target.
5687
5688 2002-01-09  Richard Earnshaw  <rearnsha@arm.com>
5689
5690         * MAINTAINERS (write-after-approval): Add myself.
5691
5692         * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
5693         IN_SIGTRAMP.
5694
5695 2002-01-08  Michael Snyder  <msnyder@redhat.com>
5696
5697         * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
5698         real name of the executable, rather than the /proc name.
5699
5700 2002-01-03  Michael Snyder  <msnyder@redhat.com>
5701
5702         Implement a "generate-core-file" command in gdb, save target state.
5703         * gcore.c: New file.  Implement new command 'generate-core-file'.
5704         Save a corefile image of the current state of the inferior.
5705         * linux-proc.c: Add linux-specific code for saving corefiles.
5706         * target.h (struct target_ops): Add new target vectors for saving
5707         corefiles; to_find_memory_regions and to_make_corefile_notes.
5708         (target_find_memory_regions): New macro.
5709         (target_make_corefile_notes): New macro.
5710         * target.c (update_current_target): Inherit new target methods.
5711         (dummy_find_memory_regions): New place-holder method.
5712         (dummy_make_corefile_notes): New place-holder method.
5713         (init_dummy_target): Initialize new dummy target vectors.
5714         * exec.c (exec_set_find_memory_regions): New function.
5715         Allow the exec_ops vector for memory regions to be taken over.
5716         (exec_make_note_section): New function, target vector method.
5717         * defs.h (exec_set_find_memory_regions): Export prototype.
5718         * procfs.c (proc_find_memory_regions): New function, corefile method.
5719         (procfs_make_note_section): New function, corefile method.
5720         (init_procfs_ops): Set new target vector pointers.
5721         (find_memory_regions_callback): New function.
5722         (procfs_do_thread_registers): New function.
5723         (procfs_corefile_thread_callback): New function.
5724         * sol-thread.c (sol_find_memory_regions): New function.
5725         (sol_make_note_section): New function.
5726         (init_sol_thread_ops): Initialize new target vectors.
5727         * inftarg.c (inftarg_set_find_memory_regions): New function.
5728         Allow to_find_memory_regions vector to be taken over.
5729         (inftarg_set_make_corefile_notes): New function.
5730         Allow to_make_corefile_notes vector to be taken over.
5731         * thread-db.c (thread_db_new_objfile): Don't activate thread-db
5732         interface layer if not target_has_execution (may be a corefile).
5733         * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
5734         * config/sparc/sun4sol2.mh: Ditto.
5735         * config/alpha/alpha-linux.mh: Ditto.
5736         * config/arm/linux.mh: Ditto.
5737         * config/i386/x86-64linux.mh: Ditto.
5738         * config/ia64/linux.mh: Ditto.
5739         * config/m68k/linux.mh: Ditto.
5740         * config/mips/linux.mh: Ditto.
5741         * config/powerpc/linux.mh: Ditto.
5742         * config/sparc/linux.mh: Ditto.
5743
5744 2002-01-07  Michael Snyder  <msnyder@redhat.com>
5745
5746         * arm-linux-nat.c: Remove references to regcache.c internal data
5747         (registers[] and register_valid[]).
5748
5749 2002-01-07  Michael Snyder  <msnyder@redhat.com>
5750
5751         * linux-proc.c: New file.  Implement child_pid_to_exec_file,
5752         so that attaching to a pid will automatically read the process's
5753         symbol file and shlibs.
5754         * Makefile.in: Add rule for linux-proc.o.
5755         * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
5756         * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
5757         * config/arm/linux.mh: Ditto.
5758         * config/i386/linux.mh: Ditto.
5759         * config/i386/x86-64linux.mh: Ditto.
5760         * config/ia64/linux.mh: Ditto.
5761         * config/m68k/linux.mh: Ditto.
5762         * config/mips/linux.mh: Ditto.
5763         * config/powerpc/linux.mh: Ditto.
5764         * config/sparc/linux.mh: Ditto.
5765
5766 2002-01-06  Pierre Muller  <muller@ics.u-strasbg.fr>
5767
5768         * win32-nat.c: Add i386-tdep.h dependency.
5769
5770 2002-01-07  Michael Snyder  <msnyder@redhat.com>
5771
5772         * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
5773         instead of bfd_get_arch_size.  Don't bail out just because
5774         there's no exec_bfd.
5775
5776         * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
5777         * p-valprint.c (pascal_object_print_value): Ditto.
5778         * somread.c (som_symtab_read): Ditto.
5779         * symfile.c (simple_free_overlay_region_table): Ditto.
5780         * valops.c (value_assign): Ditto.
5781
5782         * tracepoint.c (tracepoint_save_command): From Klee Dienes --
5783         use tilde_expand and strerror for opening save-tracepoints file.
5784
5785         * thread-db.c (thread_db_new_objfile): Indendation fix.
5786
5787         * infptrace.c (GDB_MAX_ALLOCA): New define.
5788         (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
5789         size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
5790         can be overridden with whatever value is appropriate to the host).
5791         * infttrace.c (child_xfer_memory): Add FIXME warning about use of
5792         alloca to allocate potentially large buffer.
5793         * rs6000-nat.c (child_xfer_memory): Ditto.
5794         * symm-nat.c (child_xfer_memory): Ditto.
5795         * x86-64-linux-nat.c (child_xfer_memory): Ditto.
5796
5797 2002-01-07  Jackie Smith Cashion  <jsmith@redhat.com>
5798
5799         From Nick Clifton  <nickc@redhat.com>
5800         * d10v-tdep.c: Set STACK_START to 0x200bffe.
5801
5802 2002-01-07  Michael Snyder  <msnyder@redhat.com>
5803
5804         * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
5805         Don't use exec_bfd if it's NULL.
5806
5807 2002-01-06  Mark Kettenis  <kettenis@gnu.org>
5808
5809         * valops.c (value_arg_coerce): Fix formatting.
5810
5811 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
5812
5813         * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
5814         * gnu-nat.c: Ditto.
5815
5816 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
5817
5818         * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
5819         arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
5820         i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
5821         ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
5822         z8k-coff have not been multi-arched.  Update z8k-coff build
5823         status.
5824
5825 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
5826
5827         * MAINTAINERS: Mark a29k target as obsolete.
5828         * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
5829         (remote-mm.o, remote-udi.o): Obsolete.  Remove references in
5830         comments.
5831         * NEWS: Note that a29k targets are obsolete.
5832         * a29k-tdep.c: Mark as obsolete.
5833         * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
5834         a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
5835         a29k-*-vxworks* targets as obsolete.
5836         * remote-adapt.c: Obsolete.
5837         * remote-eb.c: Obsolete.
5838         * remote-mm.c: Obsolete.
5839         * remote-udi.c: Obsolete.
5840         * config/a29k/a29k-udi.mt: Obsolete.
5841         * config/a29k/a29k.mt: Obsolete.
5842         * config/a29k/tm-a29k.h: Obsolete.
5843         * config/a29k/tm-vx29k.h: Obsolete.
5844         * config/a29k/vx29k.mt: Obsolete.
5845
5846 2002-01-05  Andrew Cagney  <ac131313@redhat.com>
5847
5848         * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
5849         with BFD_ENDIAN_BIG.
5850
5851 2002-01-05  Andrew Cagney  <ac131313@redhat.com>
5852
5853         * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
5854         * configure, config.in: Re-generate.
5855         * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
5856         * defs.h: Do not include <endian.h>.
5857
5858 2002-01-05  Jason Thorpe  <thorpej@wasabisystems.com>
5859
5860         * acconfig.h (HAVE_PT_GETXMMREGS): New.
5861         * config.in: Regenerate.
5862         * configure.in: Update copyright years.
5863         Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
5864         * configure: Regenerate.
5865         * i386bsd-nat.c: Update copyright years.
5866         (fill_gregset): Use regcache_collect.
5867         (fetch_inferior_registers): Only fetch integer registers
5868         if requested to do so.  Add support for XMM registers
5869         using PT_GETXMMREGS.
5870         (store_inferior_registers): Only store integer registers
5871         if requested to do so.  Add support for XMM registers
5872         using PT_SETXMMREGS.
5873         * i386nbsd-nat.c (fetch_inferior_registers): Remove.
5874         (store_inferior_registers): Remove.
5875         (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
5876         (fetch_elfcore_registers): New function.
5877         (i386nbsd_elfcore_fns): New.
5878         (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
5879         * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
5880         i386bsd-nat.o.
5881         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
5882         * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
5883         * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
5884         * config/i386/tm-nbsd.h: Update copyright years.
5885         (HAVE_SSE_REGS): Define.
5886         (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
5887         (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
5888         (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
5889         (SIGCONTEXT_PC_OFFSET): Remove.
5890         (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
5891
5892 2002-01-05  Andrew Cagney  <ac131313@redhat.com>
5893
5894         * configure.tgt: Remove powerpc-*-macos* target.
5895         * config/m68k/xm-mpw.h: Delete file.
5896         * config/xm-mpw.h: Delete file.
5897         * ser-mac.c: Delete file.
5898         * mpw-make.sed: Delete file.
5899         * mpw-config.in: Delete file.
5900         * mac-xdep.c: Delete file.
5901         * mac-gdb.r: Delete file.
5902         * mac-defs.h: Delete file.
5903         * mac-nat.c: Delete file.
5904         * config/powerpc/macos.mh: Delete file.
5905         * config/powerpc/macos.mt: Delete file.
5906         * config/powerpc/nm-macos.h: Delete file.
5907         * config/powerpc/tm-macos.h: Delete file.
5908         * source.c (openp, open_source_file): Remove obsolete code.
5909         * top.c (gdb_readline): Ditto.
5910         * utils.c (query): Ditto.
5911         * event-top.c (display_gdb_prompt): Ditto.
5912         * Makefile.in (ser-mac.o): Delete obsolete target.
5913         * NEWS: Update.
5914
5915 2002-01-04  Andrew Cagney  <ac131313@redhat.com>
5916
5917         * defs.h (BIG_ENDIAN): Delete macro definition.
5918         * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
5919         coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
5920         findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
5921         printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
5922         remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
5923         stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
5924         config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
5925         config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
5926         config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
5927         config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
5928         config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
5929         config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
5930         mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
5931         * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
5932         * gdbarch.c: Re-generate.
5933
5934 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
5935
5936         * thread-db.c (thread_db_new_objfile): Do not enable thread_db
5937         for core files.
5938
5939 2002-01-04  Jason Thorpe  <thorpej@wasabisystems.com>
5940
5941         * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
5942
5943 2002-01-04  Andrew Cagney  <ac131313@redhat.com>
5944
5945         * value.h (value_ptr): Delete typedef.
5946
5947 2002-01-04  Jason Thorpe  <thorpej@wasabisystems.com>
5948
5949         * i386nbsd-nat.c: Update copyright years.
5950         Include i386-tdep.h.
5951
5952 2002-01-04  Elena Zannoni  <ezannoni@redhat.com>
5953
5954         * stabsread.c: Update copyright years.
5955
5956         From Debashis Mahata <debashis.mahata@wipro.com>:
5957         (read_struct_fields): Deal with Sun C compiler erroneous stab
5958         output for structs and unions.
5959         Fix PR gdb/269.
5960
5961 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
5962
5963         * p-valprint.c: Include "cp-abi.h" for baseclass_offset
5964         prototype.
5965
5966 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
5967
5968         * cp-abi.c: Fix whitespace.
5969         (baseclass_offset): New wrapper function.
5970         * cp-abi.h (baseclass_offset): Add prototype.
5971         (struct cp_abi_ops): Add baseclass_offset pointer.
5972
5973         * valops.c (vb_match): Move to...
5974         * gnu-v2-abi.c (vb_match): here.
5975         * valops.c (baseclass_offset): Move to...
5976         * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
5977
5978         * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
5979
5980         * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
5981         * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
5982         * hpacc-abi.c (init_hpacc_ops): Likewise.
5983
5984 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
5985
5986         * valops.c (find_overload_match): Accept obj as a
5987         reference parameter.  Update it before returning.
5988         * value.h (find_overload_match): Update prototype.
5989         * eval.c (evaluate_subexp_standard): Pass object to
5990         find_overload_match by reference.
5991
5992 2002-01-03  Andrew Cagney  <ac131313@redhat.com>
5993
5994         * valarith.c: Replace value_ptr with struct value pointer.  Remove
5995         register attribute from value declarations.
5996         * valops.c: Ditto.
5997         * value.h: Ditto.
5998         * scm-lang.c (scm_lookup_name): Ditto.
5999
6000 2002-01-03  Michael Snyder  <msnyder@redhat.com>
6001
6002         Abstract the functionality of iterating over mapped memory
6003         regions into a general purpose iterator function.
6004         * procfs.c (iterate_over_mappings): New function, general purpose
6005         iterator for memory sections.
6006         (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
6007         (solib_mappings_callback): New function, callback for above.
6008         (info_proc_mappings): Reimpliment using iterate_over_mappings.
6009         (info_mappings_callback): New function, callback for above.
6010
6011         * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
6012
6013 2002-01-01  Mark Kettenis  <kettenis@gnu.org>
6014
6015         * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
6016         * i386-tdep.c: Include "elf-bfd.h".
6017         (process_note_abi_tag_sections): New function.
6018         (i386_gdbarch_init): Add code to recognize various OS/ABI
6019         combinations.
6020
6021         * maint.c (_initialize_maint_cmds): Add missing \ in
6022         string-literal.
6023
6024 For older changes see ChangeLog-2001
6025 \f
6026 Local Variables:
6027 mode: change-log
6028 left-margin: 8
6029 fill-column: 74
6030 version-control: never
6031 End: