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