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