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