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