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