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