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