2002-05-10 Elena Zannoni <ezannoni@redhat.com>
[external/binutils.git] / gdb / ChangeLog
1 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
2
3         * sh-tdep.c: Clean up code erroneously reintroduced by previous
4         big patch.
5
6 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
7
8         * sh-tdep.c: Include correct file.
9
10 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
11
12         New support for sh64-elf (sh5) target.
13
14         * configure.tgt: For sh64-elf target, default to sh-elf.
15
16         * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
17         (struct gdbarch_tdep): Add new fields for new registers and ABI
18         info.
19         
20         * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
21         (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
22         MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
23         UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
24         IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
25         IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
26         IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
27         IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
28         IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
29         IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
30         IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
31         (sh_sh64_register_name, sh64_elf_make_msymbol_special,
32         pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
33         sh64_skip_prologue_hard_way, sh64_use_struct_convention,
34         gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
35         sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
36         sh64_get_gdb_regnum, sh64_media_reg_base_num,
37         sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
38         sign_extend, sh64_nofp_frame_init_saved_regs,
39         sh64_init_extra_frame_info, sh64_get_saved_register,
40         sh64_extract_struct_value_address, sh64_pop_frame,
41         sh64_push_arguments, sh64_extract_return_value,
42         sh64_store_return_value, sh64_show_media_regs,
43         sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
44         sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
45         sh_sh64_register_virtual_type,
46         sh_sh64_register_convert_to_virtual,
47         sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
48         sh64_register_read, sh64_pseudo_register_write,
49         sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
50         do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
51         sh64_do_pseudo_register, sh_compact_do_registers_info,
52         sh64_do_registers_info, sh_gdbarch_init): New functions.
53
54 2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
55
56         * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
57
58 2002-05-10 Daniel Jacobowitz  <drow@mvista.com>
59
60         * linespec.c (decode_line_1): Check for a double quote after
61         a filename correctly.
62
63 2002-05-10  Jim Blandy  <jimb@redhat.com>
64
65         Properly track the size of the current objfile's .debug_line section.
66         * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
67         (DWARF_LINE_SIZE): New macro.
68         (dwarf2_build_psymtabs_hard): Record the line section's size in
69         the partial symbol table.
70         (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
71         symbol table.
72
73 2002-05-10  Petr Sorfa  <petrs@caldera.com>
74
75         * ia64-tdep.c: Handle breakpoints on L instruction type
76         in MLX instruction bundle by moving the breakpoint to
77         the third slot (X instruction type) as L holds only data.
78
79 2002-05-10  Kevin Buettner  <kevinb@redhat.com>
80
81         * dbxread.c (discarding_local_symbols_complaint): New complaint.
82         (process_one_symbol): Complain about discarding local symbols
83         due to a misplaced N_LBRAC entry.
84
85 2002-05-09  Elena Zannoni  <ezannoni@redhat.com>
86   
87         From Daniel Berlin <dan@cgsoftware.com> 
88         * linespec.c (find_toplevel_char): '<' and '>' also increase and
89         decrease the depth we are at, in the case of templates.
90         
91 2002-05-09  Daniel Jacobowitz  <drow@mvista.com>
92
93         * mips-tdep.c (mips_float_register_type): New function.
94         (mips_double_register_type): New function.
95         (mips_print_register): Use them.
96         (do_fp_register_row): Likewise.
97
98 2002-05-09  Daniel Jacobowitz  <drow@mvista.com>
99
100         * signals/signals.c (signals): Remove conditional compilation around
101         Mach-specific signals.  Move them to after TARGET_SIGNAL_DEFAULT.
102         (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
103
104 2002-05-09  Michael Snyder  <msnyder@redhat.com>
105
106         * remote-rdp.c (remote_rdp_can_run): Remove.
107
108 2002-05-09  Tom Tromey  <tromey@redhat.com>
109
110         * jv-valprint.c (java_val_print): Handle `char' as a special case
111         of TYPE_CODE_INT.
112
113 2002-05-09  Michael Snyder  <msnyder@redhat.com>
114
115         * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
116         strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
117         strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and 
118         str r(0123),[sp,#nn].
119         (arm_skip_prologue): Ditto.  Also make disassembly 
120         order-independent by placing it in a loop.
121
122 2002-05-06  Michael Snyder  <msnyder@redhat.com>
123
124         * stabsread.c (read_type): Add recognition for new attribute:
125         "@V;" means that an array type is actually a vector.
126         This is analogous to the vector flag that's been added to dwarf2.
127
128 2002-05-09  Mark Kettenis  <kettenis@gnu.org>
129
130         * i386-tdep.h (i386_abi): New enum.
131         (struct gdbarch_tdep): Replace os_ident member with abi.
132         (i386_gdbarch_register_os_abi): New prototype.
133         * i386-tdep.c (i386_abi_names): New array.
134         (process_note_abi_tag_sections): Removed.
135         (process_note_sections): New function.
136         (i386_elf_abi_from_note, i386_elf_abi): New functions.
137         (struct i386_abi_handler): New struct.
138         (i386_abi_handler_list): New variable.
139         (i386_gdbarch_register_os_abi): New function.
140         (i386_gdbarch_init): Adapt for the changes given above.
141
142 2002-05-08  Daniel Jacobowitz  <drow@mvista.com>
143
144         * gregset.h: Say "GNU/Linux".
145
146 2002-05-08  Elena Zannoni  <ezannoni@redhat.com>
147
148         * gdbtypes.c : Add new builtin type for 64 bit vectors.
149         (build_gdbtypes): Build builtin_type_v2_float.
150         (_initialize_gdbtypes): Register new builtin type.
151
152 2002-05-08  Andrew Cagney  <ac131313@redhat.com>
153
154         * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
155         (clear_gdbarch_swap): New function.
156         (initialize_non_multiarch): Call.
157         (gdbarch_update_p): Before calling init(), swap out and clear the
158         existing architecture.
159         * gdbarch.c: Regenerate.
160
161 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
162
163         * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
164         alphanbsd-tdep.c.
165
166 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
167
168         * sh-nbsd-nat.c: Rename to...
169         * shnbsd-nat.c: ...this.
170         * sh-nbsd-tdep.c: Rename to...
171         * shnbsd-tdep.c: ...this.
172         * sh-nbsd-tdep.h: Rename to...
173         * shnbsd-tdep.h: ...this.
174         * config/sh/nbsd.mh: Use shnbsd-nat.o.
175         * config/sh/nbsd.mt: Use shnbsd-tdep.o.
176
177 2002-05-08  Richard Earnshaw  <rearnsha@arm.com>
178
179         * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
180         concatenation for command help messages.
181
182 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
183
184         * NEWS: Note new sh*-*-netbsdelf* configuration.
185         * configure.host: Set gdb_host_cpu to sh for all sh*.
186         (sh*-*-netbsdelf*): New host.
187         * configure.tgt: Set gdb_target_cpu to sh for all sh*.
188         (sh*-*-netbsdelf*): New target.
189         * sh-nbsd-nat.c: New file.
190         * sh-nbsd-tdep.c: New file.
191         * sh-nbsd-tdep.h: New file.
192         * config/sh/nbsd.mh: New file.
193         * config/sh/nbsd.mt: New file.
194         * config/sh/nm-nbsd.h: New file.
195         * config/sh/tm-nbsd.h: New file.
196
197 2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
198
199         * sh-tdep.c (sh_osabi_names): Declare.
200         (process_note_abi_tag_sections): New function.
201         (get_elfosabi): Ditto.
202         (sh_gdbarch_register_os_abi): Ditto.
203         (sh_dump_tdep): Ditto.
204         _initialize_sh_tdep): Use gdbarch_register to register
205         sh_gdbarch_init and sh_dump_tdep.
206         * config/sh/tm-sh.h (sh_osabi): Declare.
207         (gdbarch_tdep): Add sh_osabi and osabi_name members.
208
209 2002-05-07  Andrew Cagney  <ac131313@redhat.com>
210
211         * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
212         (thumb_scan_prologue): Ditto.
213         (arm_find_callers_reg): Ditto.
214         (arm_frame_chain): Ditto.
215         (arm_init_extra_frame_info): Ditto.
216         (arm_frame_saved_pc): Ditto.
217         (arm_pop_frame): Ditto.
218         (arm_push_return_address): New function.
219         (arm_gdbarch_init): Initialize use_generic_dummy_frames,
220         call_dummy_location, call_dummy_breakpoint_offset_p,
221         call_dummy_breakpoint_offset, call_dummy_p,
222         call_dummy_stack_adjust_p, call_dummy_words,
223         sizeof_call_dummy_words, call_dummy_start_offset,
224         call_dummy_length, fix_call_dummy, pc_in_call_dummy,
225         call_dummy_address, push_return_address and push_dummy_frame for
226         generic dummy frames.
227
228 2002-05-07  Jason Thorpe  <thorpej@wasabisystems.com>
229
230         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
231         size computation for alloca.
232         (sh_fp_frame_init_saved_regs): Likewise.
233
234 2002-05-07  Richard Earnshaw  <rearnsha@arm.com>
235
236         * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
237         (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
238         * arm-tdep.c (arm_store_return_value): Use them.  
239         Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
240         * remote-rdp.c (remote_rdp_fetch_register): Use
241         ARM_MAX_REGISTER_RAW_SIZE.
242         (remote_rdp_store_register): Likewise.
243
244 2002-05-07  Michal Ludvig  <mludvig@suse.cz>
245
246         * dwarf2cfi.c: Code cleanup, removed unused variables, 
247         added default labels to switch {} statements.
248         * x86-64-tdep.c: Ditto.
249         * x86-64-linux-nat.c: Ditto.
250
251 2002-05-07  Jason Thorpe  <thorpej@wasabisystems.com>
252
253         * solib.h: Protect against multiple inclusion.
254
255 2002-05-06  Jim Blandy  <jimb@redhat.com>
256
257         Add first preprocessor macro-expansion files.
258         * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
259         * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
260         (splay_tree_h, macroexp_h, macrotab_h): New variable.
261         (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
262         (COMMON_OBS): Add macrotab.o, macroexp.o.
263         (macroexp.o, macrotab.o): New rules.
264
265         Separate the job of reading the line number info statement program
266         header (...expialidocious) out into its own function.
267         * dwarf2read.c (struct line_head, struct filenames, struct
268         directories): Replace with...
269         (struct line_header): New structure, containing the full
270         contents of the statement program header, including the
271         include directory and file name tables.
272         (read_file_scope): If we have line number info, instead of just
273         calling dwarf_decode_lines to do all the work, call
274         dwarf_decode_line_header first to get a `struct line_header'
275         containing the data in the statement program header, and then
276         pass that to dwarf_decode_lines, which will pick up where that
277         left off.  Be sure to clean up the `struct line_header' object.
278         (dwarf_decode_line_header, free_line_header, add_include_dir,
279         add_file_name): New functions.
280         (dwarf_decode_lines): Move all the code to read the statement
281         program header into dwarf_decode_line_header.  Take the line
282         header it built as the first argument, instead of the offset to
283         the compilation unit's line number info.  Use the new `struct
284         line_header' type instead of the old structures.  No need to do
285         cleanups here now, since we don't allocate anything.
286         (dwarf2_statement_list_fits_in_line_number_section,
287         dwarf2_line_header_too_long): New complaints.
288
289 2002-05-06  Elena Zannoni  <ezannoni@redhat.com>
290
291         * gdbtypes.c (init_vector_type): New function.
292         (build_builtin_type_vec128): Simplify the representation of SIMD
293         registers.
294         (build_gdbtypes): Initialize new builtin vector types.
295         (_initialize_gdbtypes): Register new vector types with gdbarch.
296         (builtin_type_v4_float, builtin_type_v4_int32,
297         builtin_type_v8_int16, builtin_type_v16_int8,
298         builtin_type_v2_int32, builtin_type_v4_int16,
299         builtin_type_v8_int8): New (renamed) SIMD types.
300
301 2002-05-06  Mark Kettenis  <kettenis@gnu.org>
302
303         * i387-nat.c (i387_fill_fsave): Use regcache_collect.
304         (i387_fill_fxsave): Likewise.
305
306 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
307
308         * alpha-tdep.c (alpha_extract_return_value): Don't use
309         non-constant array size in prototype.
310
311 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
312
313         From Brian Taylor <briant at model dot com>:
314         * ui-out.c (ui_out_field_core_addr): Use the function
315         longest_local_hex_string_custom'to format addresses > 32 bits
316         wide.
317
318         * ui-out.c (ui_out_field_core_addr): Update comment.
319
320 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
321
322         * stack.c (select_and_print_frame): Make static.  Delete the
323         parameter `level'.
324         (func_command): Update call.
325         (select_frame_command): Delete code computing the frame level.
326         * frame.h (select_and_print_frame): Delete declaration.
327
328 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
329
330         * sparc-tdep.c (sparc_get_saved_register): Comment why
331         get_prev_frame call is safe.
332
333 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
334
335         * frame.h (select_frame): Delete level parameter.
336         * stack.c (select_frame): Update.  Use frame_relative_level to
337         obtain the frame's level.
338         (select_and_print_frame): Update call.
339         (select_frame_command): Ditto.
340         (up_silently_base): Ditto.
341         (down_silently_base): Ditto.
342         * ocd.c (ocd_start_remote): Ditto.
343         * remote-rdp.c (remote_rdp_open): Ditto.
344         * remote-mips.c (mips_initialize): Ditto.
345         (common_open): Ditto.
346         * remote-e7000.c (e7000_start_remote): Ditto.
347         * m3-nat.c (select_thread): Ditto.
348         * hppa-tdep.c (child_get_current_exception_event): Ditto.
349         (child_get_current_exception_event): Ditto.
350         * varobj.c (varobj_create): Ditto.
351         (varobj_update): Ditto.
352         (c_value_of_root): Ditto.
353         * tracepoint.c (finish_tfind_command): Ditto.
354         * corelow.c (core_open): Ditto.
355         * arch-utils.c (generic_prepare_to_proceed): Ditto.
356         * thread.c (info_threads_command): Ditto.
357         (switch_to_thread): Ditto.
358         * infrun.c (normal_stop): Ditto.
359         (restore_selected_frame): Ditto.
360         (restore_inferior_status): Ditto.
361         * breakpoint.c (insert_breakpoints): Ditto.
362         (watchpoint_check): Ditto.
363         (bpstat_stop_status): Ditto.
364         (do_enable_breakpoint): Ditto.
365         * blockframe.c (flush_cached_frames): Ditto.
366         (reinit_frame_cache): Ditto.
367
368 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
369
370         * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
371         maintainer.
372
373 2002-05-04  Jim Blandy  <jimb@redhat.com>
374
375         * gdbtypes.c (replace_type): Doc fix.
376
377 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
378
379         * valprint.c (strcat_longest): Delete commented out function.
380         Update copyright.
381
382 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
383
384         * MAINTAINERS: Mark a29k as deleted.
385         * NEWS: Mention that a29k was removed.  Add OBSOLETE section.
386         Move new configurations to the top.
387         * configure.tgt: Remove a29k.
388         * config/a29k/tm-vx29k.h: Delete.
389         * config/a29k/vx29k.mt: Delete.
390         * config/a29k/tm-a29k.h: Delete.
391         * config/a29k/a29k-udi.mt: Delete.
392         * config/a29k/a29k.mt: Delete.
393         * a29k-tdep.c: Delete.
394         * remote-udi.c: Delete.
395         * remote-mm.c: Delete.
396         * remote-eb.c: Delete.
397         * remote-adapt.c: Delete.
398         * Makefile.in: Remove obsolete code.
399         * gdbserver/Makefile.in: Ditto.
400         * config/s390/s390x.mt: Ditto.
401         * config/s390/s390.mt: Ditto.
402         * config/sparc/sparclynx.mh: Ditto.
403         * config/sparc/linux.mh: Ditto.
404         * config/pa/hppaosf.mh: Ditto.
405         * config/pa/hppabsd.mh: Ditto.
406         * config/ns32k/nbsd.mt: Ditto.
407         * config/mips/vr5000.mt: Ditto.
408         * config/m68k/sun3os4.mh: Ditto.
409         * config/m68k/nbsd.mt: Ditto.
410         * config/m68k/m68klynx.mh: Ditto.
411         * config/m32r/m32r.mt: Ditto.
412         * config/i386/x86-64linux.mt: Ditto.
413         * config/i386/nbsdelf.mt: Ditto.
414         * config/i386/nbsd.mt: Ditto.
415         * config/i386/i386lynx.mh: Ditto.
416
417 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
418
419         * target.c (debug_print_register): New function.  Handle oversize
420         registers.
421         (debug_to_fetch_registers): Call.
422         (debug_to_store_registers): Call.
423
424 2002-05-03  Jim Blandy  <jimb@redhat.com>
425
426         * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
427         (read_type): Doc fix.
428         * gdbtypes.c (replace_type): Doc fix.
429
430         * stabsread.c (multiply_defined_struct): New complaint.
431         (read_struct_type): If the type we were passed isn't empty, or
432         incomplete, don't read the new struct type into it; complain,
433         and return the original type unchanged.  Take a new `type_code'
434         argument, which is the type code for the new type.
435         (read_type): Rather than storing the type's type code here, pass
436         it as an argument to read_struct_type, and let that take care of
437         storing it.  That way, we don't overwrite the original type code,
438         so read_struct_type can use it to decide whether we're overwriting
439         something we shouldn't.
440         (complain_about_struct_wipeout): New function.
441
442 2002-05-03  Andrew Cagney  <ac131313@redhat.com>
443
444         * gdbarch.sh: Assert that gdbarch is non-NULL.
445         * gdbarch.c: Regenerate.
446
447 2002-05-03  Jason Merrill  <jason@redhat.com>
448
449         * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
450         and return NULL.
451
452 2002-05-03  Michal Ludvig  <mludvig@suse.cz>
453
454         * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
455         (x86_64_dwarf2gdb_regno_map_length),
456         (x86_64_dwarf2_reg_to_regnum): Added.
457         (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
458         (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
459         (_initialize_x86_64_tdep): Synced with the change above.
460         (x86_64_skip_prologue): Reformulated message.
461
462 2002-05-03  Pierre Muller  <muller@ics.u-strasbg.fr>
463
464         * f-exp.y: Also use new prev_lexptr variable
465         to improve error reporting. Based on Michael Snyder
466         2002-04-24 dated patch to c-exp.y.
467         * jv-exp.y: Likewise.
468         * m2-exp.y: Likewise.
469
470 2002-05-02  Elena Zannoni  <ezannoni@redhat.com>
471
472         * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
473         we are dealing with vectors.
474
475 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
476
477         * config/m68k/tm-nbsd.h: Obvious fix,
478         correct machine name.
479
480 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
481
482         * p-typeprint.c (pascal_type_print_base): Add support
483         for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
484
485 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
486
487         * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
488         for fondamental pascal 'char' type.
489
490 2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
491
492         * p-lang.h (is_pascal_string_type): Declaration changed,
493         new sixth argument of type char ** added.
494         * p-lang.c (is_pascal_string_type): Implementation 
495         changed. Args length_pos, length_size, string_pos, char_size
496         can now be NULL. New argument arrayname set to the field
497         name of the char array. Return value set to char array
498         field index plus one.
499         * p-valprint.c (pascal_val_print): Adapt to new declaration of 
500         is_pascal_string_type function.
501
502 2002-05-02  Andrew Cagney  <cagney@redhat.com>
503
504         * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
505         <cagney@redhat.com> change.
506         * gdbarch.c: Regenerate.
507
508 2002-05-02  Andrew Cagney  <cagney@redhat.com>
509
510         * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
511         before probing for a new one.  Detect errorenous gdbarch_init
512         functions.
513         * gdbarch.c: Regenerate.
514
515 2002-05-01  Andrew Cagney  <cagney@redhat.com>
516
517         * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
518         * config/mcore/tm-mcore.h: Ditto.  Update copyright.
519         * config/v850/tm-v850.h: Ditto.  Update copyright.
520
521 2002-04-30  Andrew Cagney  <ac131313@redhat.com>
522
523         * cris-tdep.c (cris_gdbarch_init): Use arches instead of
524         current_gdbarch.
525
526 2002-04-30  Michael Snyder  <msnyder@redhat.com>
527
528         * arm-tdep.c: Whitespace clean-ups.
529         (arm_skip_prologue): Fix thinko; two lines
530         should have been removed as part of 4/24 change.
531
532 2002-04-30  Kevin Buettner  <kevinb@redhat.com>
533
534         * rs6000-tdep.c: Added comment describing how fpscr register
535         numbers were chosen.
536
537 2002-04-30  Michael Snyder  <msnyder@redhat.com>
538
539         * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
540
541 2002-04-29  Elena Zannoni  <ezannoni@redhat.com>
542
543         * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
544         (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
545         (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
546
547 2002-04-29  Kevin Buettner  <kevinb@redhat.com>
548
549         From Louis Hamilton <hamilton@redhat.com>:
550         * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
551         * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
552         * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
553         not bfd-private xcoff data, to determine wordsize.
554         * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
555
556 2002-04-29  Andrew Cagney  <ac131313@redhat.com>
557
558         GDB 5.2 released from 5.2 branch.
559
560 2002-04-29  Michal Ludvig  <mludvig@suse.cz>
561
562         * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
563         * x86-64-tdep.c (i386_gdbarch_init): Ditto.
564         (x86_64_register_info_table): Added comments with register numbers.
565         
566 2002-04-29  Elena Zannoni  <ezannoni@redhat.com>
567
568         * rs6000-tdep.c (rs6000_extract_return_value,
569         rs6000_store_return_value): Handle returning vectors.
570         (rs6000_gdbarch_init): Use
571         ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
572         * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
573         New function.
574         (ppc_sysv_abi_use_struct_convention): Deal with functions returning
575         vectors.
576         (ppc_sysv_abi_push_arguments): Handle vector parameters.
577         * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
578         
579 2002-04-24  Pierre Muller  <ics.u-strasbg.fr>
580
581         * hpread.c (hpread_psymtab_to_symtab_1,
582         hpread_psymtab_to_symtab): Replace fprintf (stderr,...)
583         with fprintf_unfiltered (gdb_stderr,...).
584
585 2002-04-24  Pierre Muller  <ics.u-strasbg.fr>
586
587         * remote-array.c (printf_monitor, write_monitor,
588         array_insert_breakpoint, array_remove_breakpoint ): 
589         Replace fprintf (stderr,...
590         with fprintf_unfiltered (gdb_stderr,....
591         * remote-es.c: Likewise.
592         * remote-os9k.c: Likewise.
593         * remote-st.c: Likewise.
594
595 2002-04-28  Andreas Schwab  <schwab@suse.de>
596
597         * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
598         linux-proc.o and gcore.o.
599
600 2002-04-26  Michal Ludvig  <mludvig@suse.cz>
601
602         * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
603         code without frame pointers.
604
605 2002-04-26  Andrew Cagney  <ac131313@redhat.com>
606
607         * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
608         ON_STACK is needed.
609
610 2002-04-26  Ben Elliston  <bje@redhat.com>
611
612         * target.c (do_xfer_memory): Correct reference to the new option
613         "trust-readonly-sections".
614
615 2002-04-26  Elena Zannoni  <ezannoni@redhat.com>
616
617         * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
618         * gdbtypes.c (recursive_dump_type): Output the vector flag.
619         * dwarf2read.c (dwarf_attr_name): Handle new attribute for
620         vectors.
621         (read_array_type): Record the fact that this array type is really a
622         vector (i.e. are passed in by value).
623
624 2002-04-26  Jason Thorpe  <thorpej@wasabisystems.com>
625
626         * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
627         * alpha-tdep.c (alpha_sigcontext_addr): New function.
628         (alpha_find_saved_regs): Use alpha_sigcontext_addr.
629         (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
630         * alpha-linux-tdep.c: Include frame.h.
631         (alpha_linux_sigcontext_addr): New function.
632         (alpha_linux_init_abi): Set tdep->sigcontext_addr to
633         alpha_linux_sigcontext_addr.
634         * alpha-osf1-tdep.c: Include gdbcore.h.
635         (alpha_osf1_sigcontext_addr): New function.
636         (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
637         alpha_osf1_sigcontext_addr.
638         * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
639         * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
640
641 2002-04-26  Andrew Cagney  <ac131313@redhat.com>
642
643         * stack.c (selected_frame_level): 
644         (select_frame): Do not set selected_frame_level.
645         * frame.h (selected_frame_level): Delete declaration.
646
647 2002-04-26  Andrew Cagney  <ac131313@redhat.com>
648
649         * rs6000-tdep.c (rs6000_gdbarch_init): Only set
650         convert_from_func_ptr-addr when AIX / PowerOpen.
651
652 2002-04-25  Andrew Cagney  <ac131313@redhat.com>
653
654         * valops.c (hand_function_call): Call
655         generic_save_call_dummy_addr.
656         * frame.h (generic_save_call_dummy_addr): Declare.
657         * blockframe.c (struct dummy_frame): Add fields call_lo and
658         call_hi.
659         (generic_find_dummy_frame): Check for PC in range call_lo to
660         call_hi instead of entry_point_address.
661         (generic_pc_in_call_dummy): Search the dummy frames for a PC in
662         the call_lo to call_hi range.  Allow for DECR_PC_AFTER_BREAK.
663         (generic_save_call_dummy_addr): New function.
664
665 2002-04-24  David S. Miller  <davem@redhat.com>
666
667         * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
668         sparc_skip_prologue.
669         (sparc_skip_prologue): Kill frameless_p arg, and use line number
670         information to find prologue when possible.
671         (sparc_prologue_frameless_p): Call examine_prologue directly.
672         (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
673         * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
674         second argument.
675         (SKIP_PROLOGUE): Likewise.
676
677 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
678
679         * alpha-tdep.c (alpha_skip_prologue_internal): Remove
680         GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
681         indicate that the condition it was testing is always true.
682         * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
683         * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
684         * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
685
686 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
687
688         * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
689         * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
690         tdep->jb_pc and tdep->jb_elt_size.
691         * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
692         * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
693         * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
694         * alpha-nat.c (get_longjmp_target): Remove.
695         (JB_ELEMENT_SIZE): Ditto.
696         (JB_PC): Ditto.
697         * alpha-tdep.c (alpha_get_longjmp_target): New function.
698         (alpha_gdbarch_init): Default tdep->jb_pc to -1.  If the
699         OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
700         to alpha_get_longjmp_target.
701         (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
702         * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
703         * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
704
705 2002-04-25  Andrew Cagney  <ac131313@redhat.com>
706
707         * README: Update to GDB 5.2.
708
709 2002-04-25  Andrew Cagney  <ac131313@redhat.com>
710
711         * gdbarch.sh (LC_ALL): Set to `c'.
712
713 2002-04-25  Theodore A. Roth  <troth@verinet.com>
714
715         * avr-tdep.c: Ran through gdb_indent.sh.
716
717 2002-04-25  Theodore A. Roth  <troth@verinet.com>
718
719         * MAINTAINERS: Add myself as AVR maintainer.
720         * NEWS: Note new target avr.
721
722 2002-04-25  Theodore A. Roth  <troth@verinet.com>
723
724         * Makefile.in: Add support for AVR target.
725         * configure.tgt: Add support for AVR target.
726         * avr-tdep.c: New file
727         * config/avr/avr.mt: New file.
728
729 2002-04-25  Theodore A. Roth  <troth@verinet.com>
730
731         * MAINTAINERS: Add myself to write-after-approval.
732
733 2002-04-24  Pierre Muller  <ics.u-strasbg.fr>
734
735         * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
736         with fprintf_unfiltered (gdb_stderr,....
737
738 2002-04-25  Pierre Muller  <muller@ics.u-strasbg.fr>
739
740         Fix PR gdb/508.
741         * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
742
743 2002-04-25  Pierre Muller  <muller@ics.u-strasbg.fr>
744
745         * p-exp.y: Also use new prev_lexptr variable
746         to improve error reporting. Based on Michael Snyder
747         2002-04-24 dated patch to c-exp.y.
748
749 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
750
751         * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
752         (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
753         alpha_breakpoint_from_pc.  Set gdbarch_function_start_offset
754         to 0.
755         * config/alpha/tm-alpha.h: Remove forward decls of struct type
756         and struct value.
757         (FUNCTION_START_OFFSET): Remove.
758         (BREAKPOINT): Ditto.
759
760 2002-04-25  Jason Thorpe  <thorpej@wasabisystems.com>
761
762         * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
763         * NEWS: Ditto.
764
765 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
766
767         * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
768         (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
769         alpha_linux_pc_in_sigtramp.
770         * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
771         (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
772         alpha_osf1_pc_in_sigtramp.
773         * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
774         * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
775         (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
776         alphafbsd_pc_in_sigtramp.
777         * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
778         (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
779         alphanbsd_pc_in_sigtramp.
780         * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
781         * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
782
783 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
784
785         * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
786
787 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
788
789         * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
790         alphanbsd-tdep.c.
791         (alphanbsd-nat.o): New dependency list.
792         (alphanbsd-tdep.o): Ditto.
793         * NEWS: Note new native NetBSD/alpha configuration.
794         * alphanbsd-nat.c: New file.
795         * alphanbsd-tdep.c: Ditto.
796         * configure.host (alpha*-*-netbsd*): New host.
797         * configure.tgt (alpha*-*-netbsd*): New target.
798         * config/alpha/nbsd.mh: New file.
799         * config/alpha/nbsd.mt: Ditto.
800         * config/alpha/nm-nbsd.h: Ditto.
801         * config/alpha/tm-nbsd.h: Ditto.
802
803 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
804
805         * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
806         (alpha-osf1-tdep.o): New dependency list.
807         * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
808         and skip_sigtramp_frame members.
809         * alpha-linux-tdep.c: Include gdbcore.h.
810         (alpha_linux_sigtramp_offset): Change return type to LONGEST.
811         (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
812         * alpha-osf1-tdep.c: New file.
813         * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
814         alpha-osf1-dep.c.
815         (alpha_frame_past_sigtramp_frame): New function.
816         (alpha_dynamic_sigtramp_offset): Ditto.
817         (alpha_proc_desc_is_dyn_sigtramp): Ditto.
818         (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
819         (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
820         (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
821         (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
822         (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
823         (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
824         (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
825         (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
826         (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
827         and tdep->skip_sigtramp_frame.  Set gdbarch_skip_trampoline_code
828         to find_solib_trampoline_target.
829         * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
830         * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
831         (SKIP_TRAMPOLINE_CODE): Remove.
832         (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
833         (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
834         (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
835         (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
836         * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
837         (PROC_SIGTRAMP_MAGIC): Ditto.
838         (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
839         (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
840         (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
841         (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
842         (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
843
844 2002-04-24  Jason Thorpe  <thorpej@wasabisystems.com>
845
846         * NEWS: Note that Alpha targets are now multi-arch.
847
848 2002-04-24  Michael Snyder  <msnyder@redhat.com>
849
850         * parser-defs.h (prev_lexptr): New external variable.
851         * parse.c (parse_exp_1): Set prev_lexptr to null before
852         calling the language-specific parser.
853         * c-exp.y (yylex): Set prev_lexptr to start of current token.
854         (yyerror): Use prev_lexptr in error reporting.
855
856 2002-04-24  Daniel Jacobowitz  <drow@mvista.com>
857
858         * config/i386/tm-linux.h: Define FILL_FPXREGSET.
859         * gregset.h: If FILL_FPXREGSET is defined, provide
860         gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
861         * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
862         is defined, call fill_fpxregset.
863
864 2002-04-24  Roland McGrath  <roland@frob.com>
865
866         * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
867         * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
868         (supply_gregset, supply_fpregset): New functions.
869
870         * gnu-nat.c (gnu_find_memory_regions): New function.
871         (init_gnu_ops): Set `to_find_memory_regions' hook to that.
872         (gnu_xfer_memory): Add a cast.
873
874 2002-04-24  Michael Snyder  <msnyder@redhat.com>
875
876         * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the 
877         loop.  Add handling for "str lr, [sp, #-4]!" and for saves
878         of argument regs ("str r(0123), [r11, #-nn"]).
879         (arm_skip_prologue): Better handling for frameless functions.  
880         Treat "mov ip, sp" as optional.  Recognize "str lr, [sp, #-4]".
881         (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
882
883 Wed Apr 24 14:22:21 2002  Andrew Cagney  <cagney@redhat.com>
884
885         * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
886         NUM_PSEUDO_REGS can be used.
887
888 2002-04-24  Andrew Cagney  <ac131313@redhat.com>
889
890         * arch-utils.h: Update copyright.
891
892         * gdbarch.sh (PC_IN_SIGTRAMP): Add.
893         * gdbarch.h, gdbarch.c: Re-generate.
894
895         * inferior.h (IN_SIGTRAMP): Delete definition.
896         * arch-utils.c (legacy_pc_in_sigtramp): New function.
897         * arch-utils.h (legacy_pc_in_sigtramp): Declare.
898
899         * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
900         (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
901         * hppa-tdep.c (pc_in_interrupt_handler):  Use PC_IN_SIGTRAMP.
902         (find_proc_framesize): Ditto.
903         * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
904         (alpha_init_extra_frame_info): Ditto.
905         * infrun.c (handle_inferior_event): Ditto.
906         (handle_inferior_event): Ditto.
907         (check_sigtramp2): Ditto.
908         * blockframe.c (create_new_frame): Ditto.
909         (get_prev_frame): Ditto.
910         * ppc-linux-tdep.c: Update comments.
911         * i386-linux-tdep.c: Update comments.
912         * breakpoint.c (bpstat_what): Update comment.
913
914 2002-04-24  Michal Ludvig  <mludvig@suse.cz>
915
916         * gdbserver/linux-low.c (regsets_fetch_inferior_registers),
917         (regsets_store_inferior_registers): Removed cast to int from 
918         ptrace() calls.
919         * gdbserver/regcache.h: Added declaration of struct inferior_info.
920
921 2002-04-24  David S. Miller  <davem@redhat.com>
922
923         * i960-tdep.c (register_in_window_p): New function.
924         (i960_find_saved_register): Use it instead of
925         REGISTER_IN_WINDOW_P.
926         * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
927
928         * symtab.h (find_stab_function_addr): Kill extern.
929         * minsyms.c (find_stab_function_addr): Remove from here...
930         * dbxread.c: ... to here, and mark it static.
931
932 2002-04-20  David S. Miller  <davem@redhat.com>
933
934         * sparc-tdep.c (sparc_pop_frame): Only need to allocate
935         SPARC_INTREG_SIZE * 16 bytes for reg_temp.
936
937 2002-04-21  David S. Miller  <davem@redhat.com>
938
939         * remote-vxsparc.c (vx_read_register): Fix typo, we want
940         REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
941         (vx_write_register): Likewise.
942
943 2002-04-23  J. Brobecker  <brobecker@gnat.com>
944
945         * source.c (is_regular_file): New function.
946         (openp): Check wether file to open is a regular file
947         to avoid opening directories.
948
949 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
950
951         * findvar.c (extract_signed_integer): Cast printf argument
952         to suppress format warning.
953         (extract_unsigned_integer): Likewise.
954         * infcmd.c (registers_info): Likewise.
955         * top.c (get_prompt_1): Likewise.
956         * valops.c (value_assign): Likewise.
957         * valprint.c (print_decimal): Likewise.
958
959 2002-04-22  H.J. Lu  (hjl@gnu.org)
960
961         * c-exp.y (typebase): Support
962         
963         [long|long long|short] [signed|unsigned] [int|]
964
965         and
966
967         signed [long|long long|short] int
968
969 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
970
971         * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
972         and vax-tdep.h.
973         * vax-tdep.h: New file.
974         * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
975         Make several routines static.
976         (vax_get_saved_register): New function.
977         (vax_gdbarch_init): New function.
978         (_initialize_vax_tdep): Register vax_gdbarch_init.
979         * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
980         Remove macros now under the control of gdbarch.
981
982 2002-04-22  Michael Snyder  <msnyder@redhat.com>
983
984         * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
985         Some whitespace and coding standards tweaks.
986
987 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
988
989         * vax-tdep.c: Include regcache.h.
990         (vax_call_dummy_words): New.
991         (sizeof_vax_call_dummy_words): New.
992         (vax_fix_call_dummy): New function.
993         (vax_saved_pc_after_call): Ditto.
994         * config/vax/tm-vax.h: Don't include regcache.h.
995         (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
996         (CALL_DUMMY): Remove.
997         (CALL_DUMMY_WORDS): Define.
998         (SIZEOF_CALL_DUMMY_WORDS): Define.
999         (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
1000
1001 2002-04-18  Michael Snyder  <msnyder@redhat.com>
1002
1003         * arm-tdep.h: Change regnum defines to enums for ease of debugging.
1004
1005 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
1006
1007         * vax-tdep.c (vax_frame_chain): New function.
1008         (vax_push_dummy_frame): Ditto.
1009         (vax_pop_frame): Ditto.
1010         * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
1011         (FRAMELESS_FUNCTION_INVOCATION): Use
1012         generic_frameless_function_invocation_not.
1013         (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
1014         (POP_FRAME): Use vax_pop_frame.
1015
1016 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
1017
1018         * vax-tdep.c (vax_store_struct_return): New function.
1019         (vax_extract_return_value): Ditto.
1020         (vax_store_return_value): Ditto.
1021         (vax_extract_struct_value_address): Ditto.
1022         * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
1023         vax_store_struct_return.
1024         (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
1025         (STORE_RETURN_VALUE): Use vax_store_return_value.
1026         (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
1027
1028 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
1029
1030         * vax-tdep.c (vax_frame_saved_pc): New function.
1031         (vax_frame_args_address_correct): Ditto.
1032         (vax_frame_args_address): Ditto.
1033         (vax_frame_locals_address): Ditto.
1034         (vax_frame_num_args): Move code to be in proximity to
1035         other frame-related functions.
1036         * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
1037         (FRAME_SAVED_PC): Use vax_frame_saved_pc.
1038         (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
1039         (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
1040         (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
1041
1042 2002-04-22  H.J. Lu  (hjl@gnu.org)
1043
1044         * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
1045         includedir.
1046
1047 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
1048
1049         * vax-tdep.c (vax_frame_init_saved_regs): New function.
1050         * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
1051         (FRAME_INIT_SAVED_REGS): New macro.
1052
1053 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
1054
1055         * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
1056
1057 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
1058
1059         * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
1060         where needed.
1061         (fetch_osf_core_registers): Likewise.
1062         (supply_gregset): Likewise.
1063
1064 2002-04-22  J. Brobecker  <brobecker@gnat.com>
1065   
1066         * symfile.h (get_section_index): Define.
1067         * symfile.c (get_section_index): New function.
1068         * mdebugread.c (SC_IS_SBSS): New macro.
1069         (SC_IS_BSS): Return true for the scBss storage class only, as
1070         the scSBss storage class refers to the .sbss section.
1071         (parse_partial_symbols): Discard the symbols which associated
1072         section does not exist.
1073         Make sure to use the .sbss section index for symbols which
1074         storage class is scBss, rather than using the .bss section index.
1075
1076 2002-04-22  Jason Thorpe  <thorpej@wasabisystems.com>
1077
1078         * vax-tdep.c: Update copyright years.
1079         (vax_register_name): New function.
1080         (vax_register_byte): Ditto.
1081         (vax_register_raw_size): Ditto.
1082         (vax_register_virtual_size): Ditto.
1083         (vax_register_virtual_type): Ditto.
1084         * config/vax/tm-vax.h: Update copyright years.
1085         (REGISTER_NAMES): Remove.
1086         (REGISTER_NAME): Define.
1087         (REGISTER_BYTE): Use vax_register_byte.
1088         (REGISTER_RAW_SIZE): Use vax_register_raw_size.
1089         (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
1090         (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
1091
1092 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
1093
1094         * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
1095         declaration
1096         * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
1097
1098 2002-04-21  David S. Miller  <davem@redhat.com>
1099
1100         * arch-utils.c (generic_prologue_frameless_p): Kill
1101         SKIP_PROLOGUE_FRAMELESS_P code.
1102         * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
1103         references.
1104         (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
1105         * arc-tdep.c (arc_prologue_frameless_p): Implement.
1106         * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
1107         references.
1108         (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
1109         * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
1110         (sparc_gdbarch_init): Pass it to
1111         set_gdbarch_prologue_frameless_p.
1112
1113 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
1114
1115         * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
1116         (alphabsd-nat.o): New dependency list.
1117
1118 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
1119
1120         * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
1121         alphafbsd-tdep.c.
1122         (alpha-linux-tdep.o): New dependency list.
1123         (alphafbsd-tdep.o): Likewise.
1124
1125 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
1126
1127         * alpha-linux-tdep.c: New file.  Move alpha_linux_sigtramp_offset
1128         to here...
1129         * alpha-tdep.c: ...from here.
1130         * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
1131
1132 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
1133
1134         * config/alpha/tm-alpha.h: Move alpha_software_single_step
1135         prototype from here...
1136         * alpha-tdep.h: ...to here.
1137
1138 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
1139
1140         * frame.h (selected_frame_level): Document as deprecated.
1141         (frame_relative_level): Declare.
1142         * stack.c (frame_relative_level): New function.
1143         (selected_frame_level): Document as deprecated.
1144         (select_frame): Do not set the selected_frame_level.
1145
1146         * stack.c (frame_info, record_selected_frame): Update.
1147         (frame_command, current_frame_command): Update.
1148         (up_silently_base, up_command, down_silently_base): Update.
1149         (down_command): Update.
1150         * inflow.c (kill_command): Update.
1151         * tracepoint.c (finish_tfind_command): Update.
1152         * corelow.c (core_open): Update.
1153         * thread.c (info_threads_command): Update.
1154         (do_captured_thread_select): Update.
1155         * infcmd.c (finish_command): Update.
1156         * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
1157
1158 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
1159
1160         * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
1161
1162 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
1163
1164         * arm-tdep.c (arm_breakpoint_from_pc): Make static.  Make return
1165         type const.
1166
1167 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
1168
1169         * alphafbsd-tdep.c: Update copyright years.  Include
1170         alpha-tdep.h.
1171         (alphafbsd_use_struct_convention): Make static.
1172         (alphafbsd_init_abi): New function.
1173         (_initialize_alphafbsd_tdep): New function.
1174         * config/alpha/tm-fbsd.h: Update copyright years.
1175         (USE_STRUCT_CONVENTION): Remove.
1176
1177 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
1178
1179         * alpha-tdep.c (alpha_abi_handler): New structure to describe
1180         an Alpha ABI variant.
1181         (alpha_abi_handler_list): Declare.
1182         (alpha_gdbarch_register_os_abi): New function.
1183         (alpha_gdbarch_init): Give registered ABI variant handlers a
1184         chance to tweak the gdbarch once we have set up defaults.
1185         * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
1186
1187 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
1188
1189         * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
1190         to standard_coerce_float_to_double.
1191         * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
1192
1193 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
1194
1195         * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
1196         * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
1197         from gdbarch_tdep rather than a constant.
1198         (alpha_gdbarch_init): Initialize tdep->vm_min_address to
1199         the default text address for all Alpha Unix ABIs.
1200         (alpha_dump_tdep): Report the value of tdep->vm_min_address.
1201         * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
1202
1203 2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
1204
1205         * alpha-tdep.h: New file.  Includes several Alpha target constants
1206         taken from...
1207         * config/alpha/tm-alpha.h: ...here.  Remove macros that we now
1208         let gdbarch deal with.
1209         (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
1210         * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
1211         to dependency list.
1212         * alpha-nat.c: Include alpha-tdep.h.  Update for adjusted
1213         Alpha target register names.
1214         * alphabsd-nat.c: Likewise.
1215         * alpha-tdep.c: Include alpha-tdep.h.  Update for adjusted
1216         Alpha target register names.  Make serveral routines static.
1217         (alpha_get_saved_register): New function.
1218         (alpha_abi_names): New.
1219         (process_note_abi_tag_sections): New function.
1220         (get_elfosabi): New function.
1221         (alpha_gdbarch_init): New function.
1222         (alpha_dump_tdep): New function.
1223         (_initialize_alpha_tdep): Register alpha_gdbarch_init.
1224
1225 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
1226
1227         * frame.c (find_saved_register): Delete #ifdef
1228         HAVE_REGISTER_WINDOWS code.
1229         * config/sparc/tm-sparc.h: Update comments.
1230         * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
1231
1232 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
1233
1234         * i960-tdep.c (i960_find_saved_register): New function.
1235         (i960_get_saved_register): New function.
1236         * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
1237         (i960_get_saved_register): Declare.
1238         * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
1239
1240 2002-04-20  David S. Miller  <davem@redhat.com>
1241
1242         * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
1243
1244 2002-04-20  Andrew Cagney  <ac131313@redhat.com>
1245
1246         * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
1247         instead of NUM_PSEUDO_REGS.
1248
1249 2002-04-20  David S. Miller  <davem@redhat.com>
1250
1251         * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
1252         GDB_MULTI_ARCH_PARTIAL
1253         * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
1254         define, let tm-sp64.h do it.
1255
1256 2002-04-20  Jason Thorpe  <thorpej@wasabisystems.com>
1257
1258         * frame.c (find_saved_register): Avoid a NULL pointer
1259         dereference and actually walk the frame list.
1260
1261 2002-04-20  Andrew Cagney  <ac131313@redhat.com>
1262
1263         * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
1264         sorted in most most-recent-used order.  Document.
1265         * gdbarch.h, gdbarch.c: Regenerate.
1266         
1267 2002-04-20  Daniel Jacobowitz  <drow@mvista.com>
1268
1269         * gdbserver/inferiors.c (struct inferior_info): Add regcache_data.
1270         (add_inferior): Call create_register_cache.
1271         (clear_inferiors): Call free_register_cache.
1272         (inferior_regcache_data, set_inferior_regcache_data): New functions.
1273         * gdbserver/regcache.c (struct inferior_regcache_data): New.
1274         (registers): Remove.
1275         (get_regcache): New function.
1276         (create_register_cache, free_register_cache): New functions.
1277         (set_register_cache): Don't initialize the register cache here.
1278         (registers_to_string, registers_from_string, register_data): Call
1279         get_regcache.
1280         * gdbserver/regcache.h: Add prototypes.
1281         * gdbserver/server.h: Likewise.
1282
1283 2002-04-20  Daniel Jacobowitz  <drow@mvista.com>
1284
1285         * gdbserver/mem-break.c: New file.
1286         * gdbserver/mem-break.h: New file.
1287         * gdbserver/Makefile.in: Add mem-break.o rule; update server.h
1288         dependencies.
1289         * gdbserver/inferiors.c (struct inferior_info): Add target_data
1290         member.
1291         (clear_inferiors): Free target_data member if set.
1292         (inferior_target_data, set_inferior_target_data): New functions.
1293         * gdbserver/linux-i386-low.c (i386_breakpoint, i386_breakpoint_len)
1294         (i386_stop_pc, i386_set_pc): New.  Add to the_low_target.
1295         * gdbserver/linux-low.c (linux_bp_reinsert): New variable.
1296         (struct inferior_linux_data): New.
1297         (linux_create_inferior): Use set_inferior_target_data.
1298         (linux_attach): Likewise.  Call add_inferior.
1299         (linux_wait_for_one_inferior): New function.
1300         (linux_wait): Call it.
1301         (linux_write_memory): Add const.
1302         (initialize_low): Call set_breakpoint_data.
1303         * gdbserver/linux-low.h (struct linux_target_ops): Add breakpoint
1304         handling members.
1305         * gdbserver/server.c (attach_inferior): Remove extra add_inferior
1306         call.
1307         * gdbserver/server.h: Include mem-break.h.  Update inferior.c
1308         prototypes.
1309         * gdbserver/target.c (read_inferior_memory)
1310         (write_inferior_memory): New functions.
1311         * gdbserver/target.h (read_inferior_memory)
1312         (write_inferior_memory): Change macros to prototypes.
1313         (struct target_ops): Update comments.  Add const to write_memory
1314         definition.
1315
1316 2002-04-19  Andrew Cagney  <ac131313@redhat.com>
1317
1318         * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
1319         instead of ->prev.
1320         * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
1321         * s390-tdep.c (s390_frame_chain): Do not use ->prev.
1322         * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
1323         instead of ->prev.
1324
1325 2002-04-19  Elena Zannoni  <ezannoni@redhat.com>
1326
1327         Fix PR gdb/471.
1328         * gdbtypes.c (init_simd_type): Rewrite using new functions.
1329         (build_builtin_type_vec128): Ditto.
1330         (append_composite_type_field): Fix calculation of type length in
1331         union case.
1332
1333 2002-04-19  Eli Zaretskii  <eliz@is.elta.co.il>
1334
1335         * config/djgpp/README: Update.
1336
1337         * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
1338         compiler warnings.
1339
1340 2002-04-19  Jason Thorpe  <thorpej@wasabisystems.com>
1341
1342         * alpha-tdep.c (setup_arbitrary_frame): Rename...
1343         (alpha_setup_arbitrary_frame): ...to this.
1344         * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
1345         for alpha_setup_arbitrary_frame.
1346
1347 2002-04-18  Andrew Cagney  <cagney@redhat.com>
1348
1349         * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
1350         * gdbarch.h, gdbarch.c: Regenerate.
1351         
1352         * defs.h (breakpoint_from_pc_fn): Delete type definition.
1353         * target.h (memory_breakpoint_from_pc): Update declaration.
1354         * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
1355
1356         * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
1357         * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
1358         * mem-break.c (memory_breakpoint_from_pc): Ditto.
1359         * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
1360         * s390-tdep.c (s390_breakpoint_from_pc): Ditto
1361         * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
1362         * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
1363         * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
1364         * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
1365         * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
1366         * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
1367         * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
1368
1369         * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
1370         const pointer.
1371         * monitor.c (monitor_insert_breakpoint): Ditto.
1372         * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
1373
1374         * config/mcore/tm-mcore.h: Update copyright.
1375         * mem-break.c: Ditto.
1376         * xstormy16-tdep.c: Ditto.
1377
1378 2002-04-18  Pierre Muller  <muller@ics.u-strasbg.fr>
1379
1380         * p-exp.y: Add precedence rule for '^' token.
1381         This removes the shift/reduce conflicts.
1382         Remove the comment concerning these shift/reduce conflicts.
1383
1384 2002-04-18  Elena Zannoni  <ezannoni@redhat.com>
1385
1386         * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
1387         (registers_powerpc_nofp): New register set for processors
1388         without floating point unit.
1389
1390 2002-04-18  David S. Miller  <davem@redhat.com>
1391
1392         * MAINTAINERS: Add myself to write-after-approval.
1393
1394 2002-04-17  Michael Snyder  <msnyder@redhat.com>
1395
1396         * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
1397
1398 2002-04-17  Andrew Cagney  <ac131313@redhat.com>
1399
1400         * rs6000-tdep.c (frame_initial_stack_address): Use
1401         frame_register_read to read the alloca_reg.
1402
1403 2002-04-17  Andrew Cagney  <ac131313@redhat.com>
1404
1405         * frame.c (find_saved_register): Find saved registers in the next
1406         not prev frame.
1407         Fix PR gdb/365.
1408
1409 2002-04-17  Andrew Cagney  <ac131313@redhat.com>
1410
1411         * gdbarch.sh (LANG): Set to ``c''.
1412
1413 2002-04-15  Andrew Cagney  <ac131313@redhat.com>
1414  
1415         * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
1416  
1417 2002-04-15  Andrew Cagney  <ac131313@redhat.com>
1418
1419         * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
1420         Update copyright.
1421
1422         * hpread.c (hpread_get_lntt): Add declaration.
1423         Also fix PR gdb/391.
1424  
1425 2002-04-14  Andrew Cagney  <ac131313@redhat.com>
1426
1427         * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
1428         * aclocal.m4, configure: Re-generate.
1429         Fix PR gdb/391.
1430         
1431 2002-04-14  Elena Zannoni  <ezannoni@redhat.com>
1432
1433         * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
1434         instead of tm_print_insn.
1435
1436 2002-04-14  Elena Zannoni  <ezannoni@redhat.com>
1437
1438         * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
1439
1440 2002-04-14  Andrew Cagney  <ac131313@redhat.com>
1441
1442         * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
1443         * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
1444         (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
1445
1446 2002-04-12  Don Howard  <dhoward@redhat.com>
1447
1448         * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
1449         max_user_call_depth.
1450         (init_cmd_lists): Initialize the new value;
1451         * cli/cli-script.c (execute_user_command): Limit the call depth of
1452         user defined commands.  This avoids a core-dump when user commands
1453         are infinitly recursive.
1454
1455 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
1456
1457         * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
1458         * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
1459         from tdep struct instead of DEFAULT_LR_SAVE.
1460         (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
1461         * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
1462         * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
1463
1464 2002-04-12  Michael Snyder  <msnyder@redhat.com>
1465
1466         * Remote.c: Spelling fix.
1467         * gcore.c (default_derive_heap_segment): Use bfd_section_name.
1468         If no symbol found for "sbrk", try "_sbrk".
1469         (make_output_phdrs): Use bfd_section_name.
1470         (gcore_copy_callback): Use bfd_section_name.
1471         * eval.c: Indentation fix-ups.
1472         * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
1473         in case it gets applied to an address that is already
1474         in the instruction space.
1475         * cli/cli-decode.c (help_list): Allow long lines to wrap.
1476         * symfile.c: Fix indentation, long lines.
1477         * source.c: White space fix-up.
1478
1479 2002-04-12  Andrew Cagney  <cagney@redhat.com>
1480
1481         * defs.h (read_relative_register_raw_bytes): Delete declaration.
1482         * frame.c (frame_register_read): New function.  Return non-zero on
1483         success.
1484         (read_relative_register_raw_bytes_for_frame): Delete.
1485         (read_relative_register_raw_bytes): Delete.
1486         * frame.h (frame_register_read): Declare.
1487         * d30v-tdep.c: Update Copyright.  Use frame_register_read.
1488         * sh-tdep.c: Ditto.
1489         * infcmd.c (do_registers_info): Ditto.
1490         * hppa-tdep.c: Ditto.
1491         * rs6000-tdep.c: Ditto.
1492         * h8500-tdep.c: Ditto.
1493         * mips-tdep.c: Ditto.
1494         * h8300-tdep.c: Ditto.
1495         * z8k-tdep.c: Ditto.
1496
1497 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
1498
1499         From Jimi X <jimix@watson.ibm.com>:
1500         * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
1501         64-bit SysV ABI.
1502
1503 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
1504
1505         From Jimi X <jimix@watson.ibm.com>:
1506         * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
1507         bfd info.
1508
1509 2002-04-12  Kevin Buettner  <kevinb@redhat.com>
1510
1511         From Jimi X <jimix@watson.ibm.com>:
1512         * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
1513         register sets for these processor variants.
1514
1515 2002-04-11  Daniel Jacobowitz  <drow@mvista.com>
1516
1517         * gdbserver/linux-low.c (usr_store_inferior_registers): Support
1518         registers which are allowed to fail to store.
1519         * gdbserver/linux-low.h (linux_target_ops): Likewise.
1520         * gdbserver/linux-ppc-low.c (ppc_regmap): Support FPSCR.
1521         (ppc_cannot_store_register): FPSCR may not be storable.
1522         * regformats/reg-ppc.dat: Support FPSCR.
1523
1524 2002-04-11  Kevin Buettner  <kevinb@redhat.com>
1525
1526         * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
1527         * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
1528         Add fpscr as an invalid/unfetchable register.
1529         * ppc-linux-nat.c (ppc_register_u_addr, store_register)
1530         (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
1531         (fill_fpregset): Add support for register fpscr.
1532         (fetch_ppc_registers, store_ppc_registers, supply_gregset)
1533         (fill_gregset): Account for the fact that register ``mq'' might
1534         not exist.
1535         * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
1536         (registers_power): Add fpscr to register set at slot 71.
1537         (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
1538         exist on most PPC architectures.  Initialize ppc_fpscr_regnum.
1539
1540 2002-04-11  Michael Snyder  <msnyder@redhat.com>
1541
1542         * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
1543         * configure: Regenerate.
1544         * config.in: Regenerate.
1545         * acconfig.h: Add define for _SYSCALL32.
1546         * core-sol2.c: Remove #define _SYSCALL32.
1547         * solib-legacy.c: Remove #define _SYSCALL32.
1548
1549 2002-04-10  Andrew Cagney  <ac131313@redhat.com>
1550
1551         * stack.c (select_frame): Cleanup internal error message, do not
1552         use %p.
1553
1554 2002-04-10  Andrew Cagney  <ac131313@redhat.com>
1555
1556         * stack.c (select_frame): Check that selected_frame and the
1557         specified level are as expected.
1558         * blockframe.c (get_prev_frame): Set the `level' from next_frame.
1559         Update copyright.
1560         * frame.h (struct frame_info): Add field `level'.  Update
1561         copyright.
1562         Work-in-progress PR gdb/464.
1563
1564 2002-04-10  Andrew Cagney  <ac131313@redhat.com>
1565
1566         * maint.c (maint_print_section_info): Rename print_section_info.
1567         (print_bfd_section_info, print_objfile_section_info): Update.
1568         * inferior.h (struct gdbarch): Add opaque declaration.
1569         * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
1570         * gdbarch.h: Regenerate.
1571
1572 2002-04-10  Michal Ludvig  <mludvig@suse.cz>
1573
1574         * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
1575         (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
1576         (kernel_u_size): Added.
1577         * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
1578         (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
1579
1580 2002-04-04  Jim Ingham  <jingham@apple.com>
1581  
1582        * valarith.c (find_size_for_pointer_math): New function, either returns
1583        the size for a pointer's target, returns 1 for void *, or errors for
1584        incomplete types.
1585        (value_add, value_sub): use find_size_for_pointer_math.
1586
1587 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
1588
1589         * linux-low.c (linux_look_up_symbols): New hook.
1590         (linux_target_ops): Add linux_look_up_symbols.
1591         * remote-utils.c (decode_address): New function.
1592         (look_up_one_symbol): New function.
1593         * server.c (handle_query): Call target look_up_symbols hook.
1594         * server.h (look_up_one_symbol): Add prototype.
1595         * target.h (struct target_ops): Add look_up_symbols hook.
1596
1597 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
1598
1599         * gdbserver/server.h: Include <string.h> if HAVE_STRING_H.
1600         * ChangeLog: Correct paths in last ChangeLog entry.
1601
1602 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
1603
1604         * gdbserver/linux-low.h: Remove obsolete prototypes.
1605         (struct linux_target_ops): New.
1606         (extern the_low_target): New.
1607         * gdbserver/linux-low.c (num_regs, regmap): Remove declarations.
1608         (register_addr): Use the_low_target explicitly.
1609         (fetch_register): Likewise.
1610         (usr_fetch_inferior_registers): Likewise.
1611         (usr_store_inferior_registers): Likewise.
1612         * gdbserver/linux-arm-low.c (num_regs): Remove.
1613         (arm_num_regs): Define.
1614         (arm_regmap): Renamed from regmap, made static.
1615         (arm_cannot_fetch_register): Renamed from cannot_fetch_register,
1616         made static.
1617         (arm_cannot_store_register): Renamed from cannot_store_register,
1618         made static.
1619         (the_low_target): New.
1620         * gdbserver/linux-i386-low.c (num_regs): Remove.
1621         (i386_num_regs): Define.
1622         (i386_regmap): Renamed from regmap, made static.
1623         (i386_cannot_fetch_register): Renamed from cannot_fetch_register,
1624         made static.
1625         (i386_cannot_store_register): Renamed from cannot_store_register,
1626         made static.
1627         (the_low_target): New.
1628         * gdbserver/linux-ia64-low.c (num_regs): Remove.
1629         (ia64_num_regs): Define.
1630         (ia64_regmap): Renamed from regmap, made static.
1631         (ia64_cannot_fetch_register): Renamed from cannot_fetch_register,
1632         made static.
1633         (ia64_cannot_store_register): Renamed from cannot_store_register,
1634         made static.
1635         (the_low_target): New.
1636         * gdbserver/linux-m68k-low.c (num_regs): Remove.
1637         (m68k_num_regs): Define.
1638         (m68k_regmap): Renamed from regmap, made static.
1639         (m68k_cannot_fetch_register): Renamed from cannot_fetch_register,
1640         made static.
1641         (m68k_cannot_store_register): Renamed from cannot_store_register,
1642         made static.
1643         (the_low_target): New.
1644         * gdbserver/linux-mips-low.c (num_regs): Remove.
1645         (mips_num_regs): Define.
1646         (mips_regmap): Renamed from regmap, made static.
1647         (mips_cannot_fetch_register): Renamed from cannot_fetch_register,
1648         made static.
1649         (mips_cannot_store_register): Renamed from cannot_store_register,
1650         made static.
1651         (the_low_target): New.
1652         * gdbserver/linux-ppc-low.c (num_regs): Remove.
1653         (ppc_num_regs): Define.
1654         (ppc_regmap): Renamed from regmap, made static.
1655         (ppc_cannot_fetch_register): Renamed from cannot_fetch_register,
1656         made static.
1657         (ppc_cannot_store_register): Renamed from cannot_store_register,
1658         made static.
1659         (the_low_target): New.
1660         * gdbserver/linux-s390-low.c (num_regs): Remove.
1661         (s390_num_regs): Define.
1662         (s390_regmap): Renamed from regmap, made static.
1663         (s390_cannot_fetch_register): Renamed from cannot_fetch_register,
1664         made static.
1665         (s390_cannot_store_register): Renamed from cannot_store_register,
1666         made static.
1667         (the_low_target): New.
1668         * gdbserver/linux-sh-low.c (num_regs): Remove.
1669         (sh_num_regs): Define.
1670         (sh_regmap): Renamed from regmap, made static.
1671         (sh_cannot_fetch_register): Renamed from cannot_fetch_register,
1672         made static.
1673         (sh_cannot_store_register): Renamed from cannot_store_register,
1674         made static.
1675         (the_low_target): New.
1676         * gdbserver/linux-x86-64-low.c (x86_64_regmap): Renamed from regmap.
1677         (the_low_target): New.
1678
1679 2002-04-09  Andrew Cagney  <ac131313@redhat.com>
1680
1681         * frame.c (read_relative_register_raw_bytes_for_frame): Do not
1682         override FP_REGNUM with frame->fp.  Update copyright.
1683         * parse.c (num_std_regs, std_regs): Delete.
1684         (target_map_name_to_register): Do not search std_regs.  Update
1685         function description.
1686         * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
1687         declarations.  Update copyright.
1688         Fix PR gdb/251.
1689         
1690 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
1691
1692         * gdbserver/Makefile.in: Add stamp-h target.
1693         * gdbserver/configure.in: Create stamp-h.
1694         * gdbserver/configure: Regenerated.
1695
1696 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
1697
1698         * gdbserver/inferiors.c: New file.
1699         * gdbserver/target.c: New file.
1700         * gdbserver/target.h: New file.
1701         * gdbserver/Makefile.in:  Add target.o and inferiors.o.  Update
1702         dependencies.
1703         * gdbserver/linux-low.c (inferior_pid): New static variable,
1704         moved from server.c.
1705         (linux_create_inferior): Renamed from create_inferior.
1706         Call add_inferior.  Return 0 on success instead of a PID.
1707         (linux_attach): Renamed from myattach.
1708         (linux_kill): Renamed from kill_inferior.  Call clear_inferiors ().
1709         (linux_thread_alive): Renamed from mythread_alive.
1710         (linux_wait): Renamed from mywait.  Call clear_inferiors () if the
1711         child dies.
1712         (linux_resume): Renamed from myresume.  Add missing ``return 0''.
1713         (regsets_store_inferior_registers): Correct error message.
1714         Add missing ``return 0''.
1715         (linux_fetch_registers): Renamed from fetch_inferior_registers.
1716         (linux_store_registers): Renamed from store_inferior_registers.
1717         (linux_read_memory): Renamed from read_inferior_memory.
1718         (linux_write_memory): Renamed from write_inferior_memory.
1719         (linux_target_ops): New structure.
1720         (initialize_low): Call set_target_ops ().
1721         * gdbserver/remote-utils.c (unhexify): New function.
1722         (hexify): New function.
1723         (input_interrupt): Send signals to ``signal_pid''.
1724         * gdbserver/server.c (inferior_pid): Remove.
1725         (start_inferior): Update create_inferior call.
1726         (attach_inferior): Call add_inferior.
1727         (handle_query): New function.
1728         (main): Call handle_query for `q' packets.
1729         * gdbserver/server.h: Include "target.h".  Remove obsolete prototypes.
1730         Add prototypes for "inferiors.c", "target.c", hexify, and unhexify.
1731
1732 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
1733
1734         * gdbserver/Makefile.in: Add WARN_CFLAGS.  Update configury
1735         dependencies.
1736         * gdbserver/configure.in: Check for <string.h>
1737         * gdbserver/configure: Regenerate.
1738         * gdbserver/config.in: Regenerate.
1739         * gdbserver/gdbreplay.c: Include needed system headers.
1740         (remote_open): Remove strchr prototype.
1741         * gdbserver/linux-low.h: Correct #ifdef to HAVE_LINUX_USRREGS.
1742         * gdbserver/regcache.c (supply_register): Change buf argument to const void *.
1743         (supply_register_by_name): Likewise.
1744         (collect_register): Change buf argument to void *.
1745         (collect_register_by_name): Likewise.
1746         * gdbserver/regcache.h: Add missing prototypes.
1747         * gdbserver/remote-utils.c: Include <arpa/inet.h> for inet_ntoa.
1748         * gdbserver/server.c (handle_query): New function.
1749         (attached): New static variable, moved out of main.
1750         (main): Quiet longjmp clobber warnings.
1751         * gdbserver/server.h: Add ATTR_NORETURN and ATTR_FORMAT.  Update prototypes.
1752         * gdbserver/utils.c (error): Remove NORETURN.
1753         (fatal): Likewise.
1754
1755 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
1756
1757         * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
1758         after the last symbol in a block.
1759
1760 2002-04-09  Pierre Muller  <muller@ics.u-strasbg.fr>
1761
1762         * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
1763         is non zero as a found symbol.
1764
1765 2002-04-08  Andrew Cagney  <ac131313@redhat.com>
1766
1767         * findvar.c: Include "builtin-regs.h".
1768         (value_of_register): Call value_of_builtin_reg when applicable.
1769         * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
1770         (target_map_name_to_register): Call
1771         builtin_reg_map_name_to_regnum.
1772         * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
1773         (COMMON_OBS): Add builtin-regs.o and std-regs.o.
1774         (builtin_regs_h): Define.
1775         (builtin-regs.o): New target.
1776         (findvar.o): Add $(builtin_regs_h).
1777         * builtin-regs.c, builtin-regs.h: New files.
1778         * std-regs.c: New file.
1779         Partial fix for PR gdb/251.
1780
1781 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
1782
1783         * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
1784         it's no longer required.
1785
1786 2002-04-08  Andrew Cagney  <ac131313@redhat.com>
1787
1788         * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
1789
1790 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
1791
1792         From Jimi X <jimix@watson.ibm.com>:
1793         * rs6000-tdep.c (rs6000_software_single_step): Use
1794         rs6000_breakpoint_from_pc() to fetch breakpoint instruction
1795         and size.  Use target_insert_breakpoint() and
1796         target_remove_breakpoint() to insert and remove breakpoints
1797         instead of explicit memory reads and writes.
1798
1799 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
1800
1801         * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
1802         * rs6000-tdep.c (rs6000_push_arguments): Eliminate
1803         ELF_OBJECT_FORMAT ifdef.
1804
1805 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
1806
1807         From Jimi X <jimix@watson.ibm.com>:
1808         * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
1809
1810 2002-04-08  Kevin Buettner  <kevinb@redhat.com>
1811
1812         From Jimi X <jimix@watson.ibm.com>:
1813         * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
1814         definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
1815
1816 2002-04-07  Mark Kettenis  <kettenis@gnu.org>
1817
1818         * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
1819         s/asprintf/xasprintf/.
1820         (fbsd_make_corefile_notes): s/strdup/xstrdup/.
1821
1822 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
1823
1824         I believe Jeff Law denies responsability for this one:
1825         * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
1826         * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
1827         * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
1828         Work-around for PR gdb/366.
1829
1830 2002-04-07  Elena Zannoni  <ezannoni@redhat.com>
1831
1832         * remote-e7000.c (write_small, e7000_read_inferior_memory,
1833         e7000_read_inferior_memory_large, e7000_insert_breakpoint,
1834         e7000_remove_breakpoint): Use paddr_nz() to print addresses.
1835
1836 2002-04-07  Elena Zannoni  <ezannoni@redhat.com>
1837
1838         * sh-tdep.c (sh_fp_frame_init_saved_regs,
1839         sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
1840         information.
1841
1842 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
1843
1844         * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
1845         maintainer.
1846
1847 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
1848
1849         * README (Reporting Bugs in GDB): Document the bug web page as the
1850         prefered way of submitting bugs.
1851         Fix PR gdb/402.
1852
1853 2002-04-06  Andrew Cagney  <ac131313@redhat.com>
1854
1855         * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
1856         -1.  Update comment.
1857         * gdbarch.h, gdbarch.c: Re-generate.
1858
1859 2002-04-07  Andreas Schwab  <schwab@suse.de>
1860
1861         * m68klinux-nat.c (fill_fpregset): Properly pass address of
1862         buffer to regcache_collect.
1863
1864 2002-04-06  Andrew Cagney  <ac131313@redhat.com>
1865
1866         * gdbarch.sh (PS_REGNUM): Add.  Document.  Default to -1.
1867         * gdbarch.c, gdbarch.h: Re-generate.
1868
1869 2002-04-06  Andrew Cagney  <ac131313@redhat.com>
1870
1871         * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
1872         declaration.  Fix -Werror.
1873
1874 2002-04-05  Daniel Jacobowitz  <drow@mvista.com>
1875
1876         * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
1877         * gdbarch.c: Regenerate.
1878
1879 2002-04-05  Michael Snyder  <msnyder@redhat.com>
1880
1881         * breakpoint.c (clear_command): Rewrite middle section to
1882         combine two loops with identical control conditions.
1883         Add a cleanup to eliminate a memory leak.
1884         * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
1885
1886 2002-04-05  H.J. Lu  (hjl@gnu.org)
1887
1888         * solib-svr4.c (bkpt_names): Add "__start".
1889
1890 2002-04-04  Andrew Cagney  <ac131313@redhat.com>
1891
1892         * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
1893         as test for 64 bit target.
1894
1895 2002-04-05  Andrew Cagney  <ac131313@redhat.com>
1896
1897         * h8500-tdep.c (h8500_write_fp): Delete function.
1898         * dwarf2cfi.c (cfi_write_fp): Document as not used.
1899         * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
1900         * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
1901         * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
1902         * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
1903         * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
1904         (s390_write_fp):
1905         * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
1906         * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
1907         * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
1908         (d10v_write_fp): Delete function.
1909         * inferior.h (write_fp, generic_target_write_fp): Delete
1910         declarations.
1911         * regcache.c (generic_target_write_fp): Delete function.
1912         (write_fp): Delete function.
1913         * gdbarch.sh (TARGET_WRITE_FP): Delete.
1914         * gdbarch.h, gdbarch.c: Regenerate.
1915         * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
1916         * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
1917         (sparc64_write_fp): Delete declaration.
1918         * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
1919         (h8500_write_fp): Delete declaration.
1920
1921 2002-04-04  Andrew Cagney  <ac131313@redhat.com>
1922
1923         * sparc-tdep.c (sparc64_write_fp): Delete.
1924         (sparc_push_dummy_frame): Replace write_fp call with code to store
1925         the FP directly.
1926         (sparc_gdbarch_init): Do not initialize write_fp.
1927
1928 2002-04-05  Kevin Buettner  <kevinb@redhat.com>
1929
1930         * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
1931         clause.
1932
1933 2002-03-29  Jim Blandy  <jimb@redhat.com>
1934
1935         * stack.c (get_selected_block): Add new argument `addr_in_block',
1936         used to return the exact code address we used to select the block,
1937         not just the block.
1938         * blockframe.c (get_frame_block, get_current_block): Same.
1939         * frame.h (get_frame_block, get_current_block,
1940         get_selected_block): Update declarations.
1941         * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
1942         linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
1943
1944 2002-04-05  Michael Snyder  <msnyder@redhat.com>
1945
1946         * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
1947         warning message.
1948
1949 2002-04-05  J. Brobecker  <brobecker@gnat.com>
1950
1951         * utils.c (xfullpath): New function.
1952         * defs.h (xfullpath): Add declaration.
1953         * source.c (openp): Use xfullpath in place of gdb_realpath to
1954         avoid resolving the basename part of filenames when the
1955         associated file is a symbolic link. This fixes a potential
1956         inconsistency between the filenames known to GDB and the
1957         filenames it prints in the annotations.
1958         * symtab.c (lookup_symtab): Use the new xfullpath function, in order
1959         to be able to match a filename with either the real filename, or
1960         the name of any symbolic link to this file.
1961         (lookup_partial_symtab): Ditto.
1962
1963 2002-04-04  Michael Snyder  <msnyder@redhat.com>
1964
1965         * breakpoint.c: Add support for hardware breakpoints in overlays.
1966         (overlay_events_enabled): New state variable.
1967         (insert_breakpoints): Use overlay_events_enabled to decide
1968         whether to attempt to set a breakpoint at the overlay load addr.
1969         Handle bp_hardware_breakpoint as well as bp_breakpoint.
1970         (remove_breakpoint): Use overlay_events_enabled to decide
1971         whether breakpoints need to be removed from overlay load addr.
1972         Handle bp_hardware_breakpoint as well as bp_breakpoint.
1973         (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
1974         (create_overlay_event_breakpoint, enable_overlay_breakpoints, 
1975         disable_overlay_breakpoints): Update overlay_events_enabled.
1976
1977 2002-04-04  Daniel Jacobowitz  <drow@mvista.com>
1978
1979         * dwarf2read.c (struct function_range): New.
1980         (cu_first_fn, cu_last_fn, cu_cached_fn): New.
1981         (check_cu_functions): New.
1982         (read_file_scope): Initialize global function lists.
1983         Call dwarf_decode_line after processing children.
1984         (read_func_scope): Add to global function list.
1985         (dwarf_decode_lines): Call check_cu_functions everywhere
1986         record_line is called.  Call record_line with a linenumber
1987         of 0 to mark sequence ends.
1988
1989 2002-04-04  Michal Ludvig  <mludvig@suse.cz>
1990
1991         * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI 
1992         change sync with glibc.
1993
1994 2002-04-03  Jim Blandy  <jimb@redhat.com>
1995
1996         * configure.in: Call AC_C_INLINE.
1997         * configure: Regenerated.
1998         
1999 2002-04-01  Daniel Jacobowitz  <drow@mvista.com>
2000
2001         * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
2002         and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
2003
2004 2002-03-31  Mark Kettenis  <kettenis@gnu.org>
2005
2006         * NEWS: Mention gcore support on FreeBSD/i386.
2007
2008         * fbsd-proc.c: New file.
2009         * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
2010         * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
2011
2012         * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
2013         while statement.
2014
2015 2002-03-29  Jim Blandy  <jimb@redhat.com>
2016
2017         * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
2018         unescaped newlines in string literals, but newer ones don't.  So
2019         escape them.
2020
2021 2002-03-26  Michael Snyder  <msnyder@redhat.com>
2022             Andrew Cagney <cagney@redhat.com>
2023
2024         * cli/cli-dump.c: New file.  Dump memory to file, 
2025         restore file to memory.
2026         * cli/cli-dump.h: New file.
2027         * Makefile.in: Add rules, dependencies for cli-dump.o.
2028         * NEWS: Mention new commands.
2029
2030 2002-03-28  Michael Snyder  <msnyder@redhat.com>
2031
2032         * symfile.c (symbol_file_add): Move test for null symbols to later.
2033
2034 2002-03-27  Andrew Cagney  <ac131313@redhat.com>
2035
2036         From veksler at il.ibm.com:
2037         * utils.c (gdb_realpath): If canonicalize_file_name fails, return
2038         the xstrduped original path.
2039         Fix PR gdb/417.
2040
2041 2002-03-27  Michael Snyder  <msnyder@redhat.com>
2042
2043         * breakpoint.c (_initialize_breakpoint): Clean up help string.
2044         * infcmd.c (_initialize_infcmd): Ditto.
2045         * language.c (_initialize_language): Ditto.
2046         * symfile.c (_initialize_symfile): Ditto.
2047         * top.c (_init_main): Ditto.
2048         * cli/cli-cmds.c (init_cli_cmds): Ditto.
2049
2050 2002-03-27  Elena Zannoni  <ezannoni@redhat.com>
2051
2052         * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
2053         vector registers handling.
2054         (skip_prologue): Handle new AltiVec instructions.  Fill in new
2055         fields of frame data.
2056         (frame_get_saved_regs): Fill in information for AltiVec registers.
2057
2058 2002-03-27  Jim Blandy  <jimb@redhat.com>
2059
2060         * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
2061         a function; leave this macro here to invoke that function.
2062         (symbol_init_mangled_name): Declaration for that function.
2063         * symtab.c (symbol_init_mangled_name): New function.
2064
2065 2002-03-27  Andrew Cagney  <ac131313@redhat.com>
2066
2067         * valarith.c: Replace strerror with safe_strerror.
2068         * tracepoint.c: Ditto.
2069         * lin-lwp.c: Ditto.
2070         * go32-nat.c: Ditto.
2071         * inflow.c: Ditto.
2072         * gnu-nat.c: Ditto.
2073
2074 2002-03-27  Andreas Schwab  <schwab@suse.de>
2075
2076         * event-top.c (command_line_handler): Remove useless if.
2077
2078 2002-03-27  Andreas Jaeger  <aj@suse.de>
2079
2080         * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
2081         comment.
2082
2083 2002-03-27  Michal Ludvig  <mludvig@suse.cz>
2084
2085         * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
2086         (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
2087         * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
2088         (x86_64_linux_dr_get_status, supply_gregset),
2089         (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
2090         * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
2091         (x86_64_register_info_table): Add.
2092         (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
2093         (x86_64_register_raw_size, x86_64_register_virtual_type),
2094         (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
2095         general x86_64_register_info_table.
2096         (i386_gdbarch_init): gdbarch_register_bytes is now set
2097         dynamicaly during initialization.
2098         * regformats/reg-x86-64.dat: Synced with changes to registers above.
2099         * gdbserver/linux-x86-64-low.c: Ditto.
2100
2101 2002-03-27  Daniel Jacobowitz  <drow@mvista.com>
2102
2103         * gdbserver/server.c (main): Call target_signal_to_host_p
2104         and target_signal_to_host on signals received from the remote.
2105         * gdbserver/remote-utils.c (prepare_resume_reply): Call
2106         target_signal_from_host on signals sent to the remote.
2107         * gdbserver/server.h: Add prototypes.  Include "gdb/signals.h".
2108         * gdbserver/Makefile.in: Add signals.o.  Add -I${INCLUDE_DIR}.
2109
2110 2002-03-27  Daniel Jacobowitz  <drow@mvista.com>
2111
2112         * signals/signals.c: Include "server.h" in gdbserver build.
2113         (target_signal_from_name): Don't use STREQ.
2114         (_initialize_signals): Likewise.  Don't include function in
2115         gdbserver build.
2116
2117 2002-03-27  Daniel Jacobowitz  <drow@mvista.com>
2118
2119         * signals.c: Moved to...
2120         * signals/signals.c: Here.
2121         * Makefile (signals.o): Update.
2122
2123 2002-03-26  Jeff Law (law@redhat.com)
2124
2125         * somread.c (som_symtab_read): Remove some commented out code and
2126         updated related comments.  Do not set the minimal symbol table to
2127         mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
2128         in a dynamic executable.
2129         * hppa-tdep.c (find_proc_framesize): Sanely handle the case
2130         where we are unable to find the minimal symbol for the given
2131         PC value.
2132
2133 2002-03-25  Jeff Law (law@redhat.com)
2134
2135         * linux-proc.c (read_mapping): Scan up to end of line for filename.
2136
2137 2002-03-25  Michal Ludvig  <mludvig@suse.cz>
2138
2139         * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
2140
2141 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
2142
2143         * command.h: Update copyright.
2144         (struct cmd_list_element): Replace definition with opaque
2145         declaration.
2146         (enum cmd_types): Document that it will eventually be moved to
2147         cli/cli-decode.h
2148         (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
2149         (MALLOCED_REPLACEMENT): Delete macro.
2150         * Makefile.in (cli_decode_h): Add $(command_h).
2151         (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
2152         * top.c: Include "cli/cli-decode.h".
2153         * completer.c: Include "cli/cli-decode.h".
2154         * maint.c: Include "cli/cli-decode.h".
2155         * cli/cli-decode.h: Include "command.h".
2156         (enum command_class): Delete.
2157         (enum cmd_types): Comment out.
2158         (enum cmd_auto_boolean): Delete.
2159         (enum var_types): Delete.
2160
2161 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
2162
2163         * cli/cli-decode.c: Include "gdb_assert.h".
2164         (add_set_or_show_cmd): New static function.
2165         (add_set_cmd): Rewrite.  Use add_set_or_show_cmd.
2166         (add_show_from_set): Rewrite. Use add_set_or_show_cmd.  Don't copy
2167         all fields, such as func, from the set command.
2168
2169 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
2170
2171         * MAINTAINERS (sh-elf): Change warning flag to -w.
2172
2173 2002-03-23  Andrew Cagney  <cagney@redhat.com>
2174
2175         * defs.h (error): Add printf format attribute.
2176         * thread-db.c (thread_from_lwp): Fix error format string.
2177         * stack.c (parse_frame_specification): Ditto.
2178         * cli/cli-decode.c (undef_cmd_error): Ditto.
2179         * scm-lang.c (scm_lookup_name): Ditto.
2180         * tracepoint.c (trace_error): Ditto.
2181         * remote-utils.c (usage): Ditto.
2182         * remote.c (compare_sections_command): Ditto.
2183         Fix PR gdb/328.
2184
2185 2002-03-22  Andrew Cagney  <ac131313@redhat.com>
2186
2187         * gdbtypes.c (append_composite_type_field): New function.
2188         (init_composite_type): New function.
2189         * gdbtypes.h (append_composite_type_field): Declare.
2190         (init_composite_type): Ditto.
2191
2192 2002-03-22  Elena Zannoni  <ezannoni@redhat.com>
2193
2194         * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
2195         function.
2196         * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
2197         * rs6000-tdep.c (rs6000_gdbarch_init): Use different
2198         structure returning convention for SYSV ABI case, but not
2199         for GNU/Linux, FreeBSD, or NetBSD.
2200
2201 2002-03-22  Daniel Jacobowitz  <drow@mvista.com>
2202
2203         * symtab.h (lookup_block_symbol): Add mangled_name argument
2204         to prototype.
2205
2206         * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
2207         with new mangled_name argument.
2208         * linespec.c (decode_line_1): Likewise.
2209         * valops (value_of_this): Likewise.
2210         * symtab.c (lookup_transparent_type): Likewise.
2211         (lookup_symbol_aux): Likewise.  Accept new mangled_name argument.
2212         (lookup_symbol): If we are given a mangled name, pass it down
2213         to lookup_symbol_aux.
2214         (lookup_block_symbol): If we are given a mangled name to check
2215         against, only return symbols which match it.
2216
2217 2002-03-22  Christopher Faylor  <cgf@redhat.com>
2218
2219         * win32-nat.c (child_create_inferior): Check for proper shell to use
2220         here, in case the user changes it on the fly.
2221         (_initialize_inftarg): Remove shell path considerations.
2222
2223 2002-03-21  Elena Zannoni  <ezannoni@redhat.com>
2224
2225         * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
2226         for gdbarch_max_register_raw_size and max_register_virtual_size.
2227         Adjust copyright year.
2228
2229 2002-03-21  Daniel Jacobowitz  <drow@mvista.com>
2230
2231          * dbxread.c (process_one_symbol): Extend the first N_SLINE
2232          in a function to cover the entire beginning of the function
2233          as well if it does not already.
2234
2235 2002-03-21  Tom Rix  <trix@redhat.com>
2236
2237         * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
2238         (rs6000_ptrace64): Renamed from ptrace64.
2239
2240 2002-03-20  Martin M. Hunt  <hunt@redhat.com>
2241
2242         * gdbserver/remote-utils.c (remote_open): Don't call
2243         getprotobyname, we're all using TCP here so just use
2244         IPPROTO_TCP.
2245         * gdbserver/gdbreplay.c (remote_open): Ditto.
2246
2247 2002-03-20  Martin M. Hunt  <hunt@redhat.com>
2248
2249         * regcache.c (_initialize_regcache): No need to call
2250         build_regcache() at this time; it gets called whenever
2251         the gdbarch changes.
2252
2253 2002-03-20  David O'Brien  <obrien@FreeBSD.org>
2254
2255         * sparc-nat.c:  Include sys/param.h where possible.
2256
2257 2002-03-20  Daniel Jacobowitz  <drow@mvista.com>
2258
2259         Fix PR gdb/422.
2260         * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
2261         FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
2262         * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
2263         complex types.
2264         * stabsread.c (rs6000_builtin_type): Likewise.
2265         (read_sun_floating_type): Likewise.
2266
2267 2002-03-19  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
2268
2269         * stabsread.c (read_member_functions): Remove skip code for duplicate
2270         constructor/destructor methods.  Use standard parsing for these
2271         methods and just do not chain them to the list of methods after
2272         parsing.
2273
2274 2002-03-19  Alexandre Oliva  <aoliva@redhat.com>
2275
2276         * coffread.c: Remove redundant static declarations.  Replace
2277         occurrences of `PTR' with `void *'.
2278         * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
2279         * top.h (quit_cover): Likewise.
2280         * defs.h (catch_errors): Likewise.
2281
2282 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
2283
2284         * defs.h (XMALLOC): Define.
2285         * gdb-events.sh (XMALLOC): Delete macro.
2286         * gdb-events.c, gdb-events.h: Regenerate.
2287         * gdbarch.sh (XMALLOC): Delete macro.
2288         * gdbarch.c: Regenerate.
2289         * serial.c (XMALLOC): Delete macro.
2290         * ui-file.c (XMALLOC): Ditto.
2291         * ser-unix.h (XMALLOC): Ditto.
2292         * sh-tdep.c (XMALLOC): Ditto.
2293         * ui-out.c (XMALLOC): Ditto.
2294         * utils.c (XMALLOC): Ditto.
2295         * i386-tdep.c (XMALLOC): Ditto.
2296         * gdb-events.c (XMALLOC): Ditto.
2297         * d10v-tdep.c (XMALLOC): Ditto.
2298         * cli-out.c (XMALLOC): Ditto.
2299
2300         * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
2301         * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
2302         * ui-file.c, ui-out.c: Ditto.
2303
2304 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
2305
2306         * command.h (struct cmd_list_element): Add field context.
2307         (set_cmd_context, get_cmd_context): Declare.
2308         * cli/cli-decode.h: Ditto.
2309         * cli/cli-decode.c (get_cmd_context): New function.
2310         (set_cmd_context): New function.
2311         (add_cmd): Initialize context.
2312         Part of fixing PR gdb/145 and PR gdb/146.
2313
2314 2002-03-17  Andrew Cagney  <ac131313@redhat.com>
2315
2316         * cli/cli-decode.c (cmd_type): New function.
2317         * command.h (cmd_type): Declare.
2318         * infrun.c (set_schedlock_func): Call function cmd_type.
2319         * kod.c (kod_set_os): Call cmd_type.
2320         * cris-tdep.c (cris_version_update): Use function cmd_type.
2321         (cris_mode_update, cris_abi_update): Ditto.
2322
2323         * command.h: (execute_cmd_post_hook): Declare.
2324         (execute_cmd_pre_hook): Declare.
2325         * cli/cli-script.c (clear_hook_in_cleanup): New function.
2326         (execute_cmd_post_hook, execute_cmd_pre_hook): New
2327         functions. Execute pre/post hook while ensuring that afterwords
2328         hook_in is cleared.
2329         * top.c (execute_command): Use execute_cmd_post_hook, and
2330         execute_cmd_pre_hook to execute pre/post commands.
2331         * infrun.c (normal_stop): Pass stop_command and not pre_hook to
2332         hook_stop_stub.
2333         (hook_stop_stub): Call execute_cmd_pre_hook.
2334
2335 2002-03-17  Andrew Cagney  <ac131313@redhat.com>
2336
2337         * kod.c (kod_set_os): Revert previous change.  Is called by ``info
2338         set'' and this leads to a core dump.  Move xstrdup of
2339         operating_system to after check that it is not NULL.
2340
2341 2002-03-17  Andrew Cagney  <ac131313@redhat.com>
2342
2343         * kod.c (kod_set_os): Remove unnecessary check that
2344         ``command->type'' is set_cmd.
2345
2346         * valprint.c (set_input_radix): Use input_radix.
2347         (set_output_radix): Use output_radix.
2348         (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
2349         isn't reverted.
2350
2351 2002-03-16  Andrew Cagney  <ac131313@redhat.com>
2352
2353         * value.h (struct value): Delete field ``substring_addr''.  Change
2354         aligner fields to force_doublest_align, force_longest_align,
2355         force_core_addr_align and force_pointer_aligh.
2356
2357         * value.h (struct value): Fix typo in above change.
2358
2359 2002-03-16  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
2360
2361         * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
2362         to fix internal_error from ``maintenance print architecture''.
2363
2364 2002-03-16  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
2365
2366         * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
2367         for gcc versions after gcc-2.8.1.
2368
2369 2002-03-16  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
2370
2371         * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
2372         for method resolution.  Restore adjustment of ``this'' pointer after
2373         calling value_struct_elt, which was accidentally removed during the
2374         HP merge.
2375
2376 2002-03-15  Andrew Cagney  <ac131313@redhat.com>
2377
2378         * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
2379         value_of_register.
2380         * findvar.c (value_of_register): Add ``frame'' parameter.  Pass to
2381         get_saved_register.
2382         * value.h (value_of_register): Update.
2383
2384 2002-03-14  Richard Henderson  <rth@redhat.com>
2385
2386         * configure.in: Detect declaration for canonicalize_file_name.
2387         * utils.c (canonicalize_file_name): Declare, if needed.
2388         (gdb_realpath): Prefer realpath if available and usable.
2389         * config.in, configure: Rebuild.
2390
2391 2002-03-14  Richard Henderson  <rth@redhat.com>
2392
2393         * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
2394         a constant array bound.
2395
2396         * MAINTAINERS: Add myself to write-after-approval.
2397
2398 2002-03-14  Michael Snyder  <msnyder@redhat.com>
2399
2400         * symfile.c (syms_from_objfile): Return immediately if no syms.
2401         (symbol_file_add): Return immediately if no syms.
2402         (find_sym_fns): Return immediately if no syms.
2403
2404 2002-03-13  Michal Ludvig  <mludvig@suse.cz>
2405
2406         * gdbserver/remote-util.c (remote_open): Print remote-side's
2407         IP address when remote debugging over the network.
2408
2409 2002-03-12  David O'Brien  <obrien@FreeBSD.org>
2410
2411         * config/sparc/fbsd.mh: Fix copyright.
2412         * config/sparc/fbsd.mt: Likewise.
2413
2414 2002-03-11  Richard Earnshaw  <rearnsha@arm.com>
2415
2416         * MAINTAINERS: Fix typo in name of gdb warnings option.
2417         (x86-64): Fix formating so that this can be parsed by awk.
2418
2419 2002-03-10  Daniel Jacobowitz  <drow@mvista.com>
2420
2421         * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
2422         * defs.h: Include "gdb/signals.h".
2423         (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
2424
2425 2002-03-10  Michal Ludvig  <mludvig@suse.cz>
2426
2427         * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
2428         * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
2429         from x86-64-tdep.h
2430
2431 2002-03-10  Daniel Jacobowitz  <drow@mvista.com>
2432             Don Howard <dhoward@redhat.com>
2433
2434         * mips-tdep.c (ST0_FR): Define.
2435         (mips2_fp_compat): New function, temporarily disabled.
2436         (mips_read_fp_register_single): New function.
2437         (mips_read_fp_register_double): New function.
2438         (mips_print_register): Use them.
2439         (do_fp_register_row): Likewise.
2440
2441 2002-03-09  Andrew Cagney  <ac131313@redhat.com>
2442
2443         * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
2444         approval''.
2445
2446 2002-03-08  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
2447
2448         * stabsread.c (read_member_functions): Fix is_stub test for
2449         static member functions, improve comment.
2450
2451 2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
2452
2453         * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
2454         (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
2455         (_initialize_remote_rdi): Use add_set_boolean_cmd to register
2456         commands that set boolean values.
2457         (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
2458         (arm_rdi_resume): Always initialize PC.
2459         (arm_rdi_open): Don't use rslt as a boolean.
2460         (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
2461         (arm_rdi_fetch_registers, arm_rdi_store_registers)
2462         (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
2463         (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
2464
2465 2002-03-06  Alexandre Oliva  <aoliva@redhat.com>
2466
2467         * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
2468         * configure: Rebuilt.
2469
2470 2002-03-06  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
2471
2472         * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
2473         (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
2474
2475 2002-03-06  Andrew Cagney  <ac131313@redhat.com>
2476
2477         * cli/cli-decode.c (set_cmd_completer): New function.
2478         * command.h (set_cmd_completer): Declare.
2479         * cli/cli-decode.h (set_cmd_completer): Ditto.
2480
2481         * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
2482         * cli/cli-cmds.c (init_cli_cmds): Ditto.
2483         * win32-nat.c (_initialize_inftarg): Ditto.
2484         * remote-rdi.c (_initialize_remote_rdi): Ditto.
2485         * proc-api.c (_initialize_proc_api): Ditto.
2486         * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
2487         * source.c (_initialize_source): Ditto.
2488         * exec.c (_initialize_exec): Ditto.
2489         * solib.c (_initialize_solib): Ditto.
2490         * top.c (init_main): Ditto.
2491         * tracepoint.c (_initialize_tracepoint): Ditto.
2492         * symfile.c (_initialize_symfile): Ditto.
2493         * printcmd.c (_initialize_printcmd): Ditto.
2494         * infcmd.c (_initialize_infcmd): Ditto.
2495         * corefile.c (_initialize_core): Ditto.
2496
2497 2002-03-05  Andrew Cagney  <ac131313@redhat.com>
2498
2499         * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
2500
2501 2002-03-05  Andrew Cagney  <ac131313@redhat.com>
2502
2503         * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
2504
2505 2002-03-05  Andrew Cagney  <ac131313@redhat.com>
2506
2507         * NEWS: Update headings, 5.2 has branched.
2508
2509 2002-03-04  Daniel Jacobowitz  <drow@mvista.com>
2510
2511         * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
2512         (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
2513         (register_addr, REGISTER_RAW_SIZE): Likewise.
2514         (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
2515         * gdbserver/linux-x86-64-low.c: Remove extra #endif.
2516
2517 2002-03-03  Michal Ludvig <mludvig@suse.cz>
2518
2519         * MAINTAINERS (x86-64): Add myself.
2520         * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
2521         changed value_ptr -> struct value *
2522
2523 2002-03-01  David O'Brien  <obrien@FreeBSD.org>
2524
2525         * configure.host (sparc64-*-freebsd): Add.
2526         * configure.tgt: Likewise.
2527         * config/sparc/fbsd.mh: New file.
2528         * config/sparc/fbsd.mt: Likewise.
2529         * config/sparc/nm-fbsd.h: Likewise.
2530         * config/sparc/tm-fbsd.h: Likewise.
2531
2532 2002-03-01  Daniel Jacobowitz  <drow@mvista.com>
2533
2534         * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
2535         regformats/reg-s390x.dat.
2536
2537 2002-03-01  Andrew Cagney  <ac131313@redhat.com>
2538
2539         * utils.c: Add FIXME explaining true/false problem.
2540
2541 2002-02-28  Andrew Cagney  <ac131313@redhat.com>
2542
2543         * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
2544
2545 2002-02-28  Michael Chastain  <mec@shout.net>
2546
2547         * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
2548
2549 2002-02-28  Daniel Jacobowitz  <drow@mvista.com>
2550
2551         * gdbserver/linux-s390-low.c: New file.
2552         * regformats/reg-s390.dat: New file.
2553         * regformats/reg-s390x.dat: New file.
2554         * gdbserver/configure.srv: Add S/390.
2555         * gdbserver/Makefile.in: Add S/390.
2556         * configure.tgt: Enable gdbserver for S/390.
2557
2558 2002-02-28  Eli Zaretskii  <eliz@is.elta.co.il>
2559
2560         * go32-nat.c (_initialize_go32_nat): Don't use periods in the
2561         first line of the doc string for "info dos", except at the end of
2562         the sentence, since the short help stops at the first period.
2563
2564 2002-02-28  Jason Merrill  <jason@redhat.com>
2565
2566         * dwarf2read.c (dwarf_cfi_name): Add new codes.
2567
2568 2002-02-27  Fred Fish  <fnf@redhat.com>
2569
2570         * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
2571         comment (dumy -> dummy).
2572
2573 2002-02-27  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
2574
2575         * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
2576
2577 2002-02-27  Rodney Brown  <rbrown64@csc.com.au>
2578
2579       * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
2580
2581 2002-02-27  Daniel Jacobowitz  <drow@mvista.com>
2582
2583         * gdbserver/acconfig.h: New file.
2584         * gdbserver/i387-fp.c: New file.
2585         * gdbserver/i387-fp.h: New file.
2586         * gdbserver/linux-x86-64.c: New file.
2587         * regformats/reg-x86-64.dat: New file.
2588         * configure.tgt: Add x86_64-*-linux* gdbserver support.
2589         * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
2590         * gdbserver/configure.in: Add support for regsets.
2591         * gdbserver/config.in: Regenerate.
2592         * gdbserver/configure: Regenerate.
2593         * gdbserver/Makefile.in: Likewise.  Add $(linux_low_h).
2594         * gdbserver/linux-low.h: New file.
2595         * gdbserver/linux-low.c: Include "linux-low.h".  Add support
2596         for regsets.
2597         * gdbserver/linux-arm-low.c: Include "linux-low.h".
2598         * gdbserver/linux-ia64-low.c: Include "linux-low.h".
2599         * gdbserver/linux-m68k-low.c: Include "linux-low.h".
2600         * gdbserver/linux-mips-low.c: Include "linux-low.h".
2601         * gdbserver/linux-ppc-low.c: Include "linux-low.h".
2602         * gdbserver/linux-sh-low.c: Include "linux-low.h".
2603         * gdbserver/linux-i386-low.c: Include "linux-low.h".  Include
2604         "i387-fp.h".  Add PTRACE_GETREGS and friends.
2605         * gdbserver/regcache.c (supply_register): New function.
2606         (supply_register_by_name): New function.
2607         (collect_register): New function.
2608         (collect_register_by_name): New function.
2609
2610 2002-02-27  Daniel Jacobowitz  <drow@mvista.com>
2611
2612         * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
2613         (config.status): Add configure.srv dependency.
2614         (server_h): Add config.h dependency.
2615
2616 2002-02-27  Daniel Jacobowitz  <drow@mvista.com>
2617
2618         * regformats/reg-i386-linux.dat: New file, with $orig_eax.
2619         * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
2620         * gdbserver/configure.srv: Change i386-*-linux* to use
2621         reg-i386-linux.o.
2622
2623 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
2624
2625         * x86-64-tdep.c: Re-indent.  Update copyright date.
2626
2627 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
2628
2629         From Michal Ludvig <mludvig@suse.cz>:
2630         * x86-64-tdep.c (value.h): Delete.
2631         (gdb_assert.h): Include.
2632         (x86_64_register_convert_to_virtual,
2633         x86_64_register_convert_to_raw ): Add check which lets only
2634         floating-point values to be converted.
2635         (value_push): Delete.
2636         (x86_64_push_arguments): Order of arguments pushed on stack fixed.
2637         (i386_gdbarch_init): Number of register_bytes fixed.
2638
2639 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
2640
2641         * MAINTAINERS: Add x86-64 target.
2642
2643 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
2644
2645         * memattr.c (mem_command): Eliminate ``true'' and ``false''.
2646         * osfsolib.c (solib_map_sections): Ditto.
2647         * irix5-nat.c (solib_map_sections): Ditto.
2648         * corelow.c (gdb_check_format): Ditto.
2649         * symfile.c (symfile_bfd_open): Ditto.
2650         * solib.c (solib_map_sections): Ditto.
2651         Fix PR gdb/354.
2652
2653 2002-02-26  Andrew Cagney  <ac131313@redhat.com>
2654
2655         * remote.c (_initialize_remote): By default, disable ``e'' and
2656         ``E'' step out-of-range packets.
2657
2658 2002-02-26  Andreas Schwab  <schwab@suse.de>
2659
2660         * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
2661         m68k_linux_frame_saved_pc.
2662         (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
2663         in_sigtramp.
2664         (SIGCONTEXT_PC_OFFSET): Remove.
2665         * m68klinux-nat.c (m68k_linux_frame_saved_pc,
2666         m68k_linux_sigtramp_saved_pc): New functions.
2667         (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
2668         (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
2669         (UCONTEXT_PC_OFFSET): Define.
2670         (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
2671         non-RT and RT signal trampolines.
2672
2673 2002-02-26  Richard Earnshaw  <rearnsha@arm.com>
2674
2675         * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
2676         (TARGET_NBPG, STACK_END_ADDR): Delete
2677         (VARIABLES_INSIDE_BLOCK): Delete.
2678
2679 2002-02-25  Andrew Cagney  <ac131313@redhat.com>
2680
2681         * utils.c (perror_with_name): Make string parameter constant.
2682         (print_sys_errmsg): Ditto.
2683         (query): Ditto.
2684         * defs.h (perror_with_name): Update.
2685         (print_sys_errmsg): Update.
2686         (query): Update.
2687
2688 2002-02-25  Daniel Jacobowitz  <drow@mvista.com>
2689
2690         From Eliot Dresselhaus <eliot@ayrnetworks.com>:
2691         * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
2692
2693 2002-02-25  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
2694
2695         * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
2696         if it already matches the current architecture from the exec file.
2697         Include arch-utils.h for gdbarch_info_init prototype.
2698         * Makefile.in (rs6000-nat.o): Update dependencies.
2699
2700 2002-02-25  Eli Zaretskii  <eliz@is.elta.co.il>
2701
2702         * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
2703          list of exported variables.
2704
2705 2002-02-24  Daniel Jacobowitz  <drow@mvista.com>
2706
2707         * gdbserver/configure.srv: New file.
2708         * gdbserver/configure.in: Use configure.srv instead
2709         of the host/target makefile fragments.  Set GDBSERVER_DEPFILES
2710         from it.
2711         * gdbserver/configure: Regenerated.
2712         * gdbserver/terminal.h: New file.
2713         * gdbserver/Makefile.in: Update for configure changes.  Remove
2714         more unneeded include paths.
2715
2716 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
2717
2718         From wiz at danbala:
2719         * config/sparc/tm-sp64.h: Fix grammar and typos.
2720         Fix PR gdb/287.
2721
2722 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
2723
2724         * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
2725         with either ``GNU/Linux'' or ``Linux kernel''.  Update copyright.
2726         * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
2727         * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
2728         * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
2729         * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
2730         * s390-tdep.c: Ditto.
2731         * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
2732         * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
2733         * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
2734         * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
2735         * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
2736         * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
2737         * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
2738         * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
2739         * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
2740         * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
2741         Fix PR gdb/378.
2742
2743 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
2744
2745         * lin-thread.c: Delete file.
2746         * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
2747         to gdb_proc_service.h.
2748         * configure: Re-generate.
2749
2750         * ocd.c (ocd_open): Do not try to open the "ocd" device.
2751         * serial.c (serial_open): Delete check for "ocd".
2752         Fix PR gdb/349.
2753
2754         * Makefile.in (linux-thread.o): Delete target.
2755         * linux-thread.c: Delete file.
2756
2757         * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c.  Tweak other
2758         renamed SH files to be consistent.
2759
2760         * symtab.c (sort_search_symbols): Use xfree.
2761
2762 2002-02-23  Richard Earnshaw  <rearnsha@arm.com>
2763
2764         * arm-linux-tdep.c (arm_linux_init_abi): Register
2765         IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
2766         * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
2767         definition with undef, since we don't want the sysvr4 definition.
2768         (SKIP_TRAMPOLINE_CODE): Likewise.
2769
2770 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
2771
2772         From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
2773
2774         * configure.in: (AC_CHECK_FUNCS) Added test for
2775         canonicalize_file_name Regenerated.
2776         * config.in, configure: Regenerated.
2777         * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
2778         defined use canonicalize_file_name.
2779
2780 2002-02-23  Michael Chastain  <mec@shout.net>
2781
2782         * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
2783
2784 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
2785
2786         * README: Remove references to cygnus.com.
2787         * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
2788         dot com'' form.  Remove references to cygnus.com and sourceware.
2789
2790 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
2791
2792         From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
2793         * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
2794         1003.1-2001 no longer allows "head -1".
2795         * gdb/Makefile.in (version.c): Likewise.
2796         * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
2797         * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
2798         equivalent.  POSIX 1003.1-2001 no longer allows "diff -c3".
2799
2800 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
2801
2802         * cli/cli-decode.c (cmd_cfunc_eq): New function.
2803         * command.h (cmd_cfunc_eq): Declare.
2804         * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
2805
2806         * cli/cli-cmds.h (is_complete_command): Change parameter to a
2807         ``struct cmd_list_element *''.
2808         * cli/cli-cmds.c (is_complete_command): Update.  Use
2809         cmd_cfunc_eq.
2810         * top.c (execute_command): Pass the command to
2811         is_complete_command.
2812         * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
2813
2814 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
2815
2816         From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
2817         * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
2818         architecture defines.
2819         * s390-tdep.c (s390_gdbarch_init): Likewise.
2820
2821 2002-02-23  Richard Earnshaw  <rearnsha@arm.com>
2822
2823         * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
2824         (arm_linux_push_arguments): Likewise.
2825         (arm_linux_init_abi): Register them.  Also register linux-specific
2826         call_dummy_words.
2827         (find_minsym_and_objfile): Use strcmp, not STREQ.
2828         * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
2829         (arm_linux_call_dummy_words): Delete declaration.
2830         (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
2831         (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
2832         declarations.
2833         (LOWEST_PC): Delete.
2834
2835 2002-02-23  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
2836
2837         * maint.c (print_section_info): Do not prepend `0x' to filepos
2838         output, it will be handled by local_hex_string_custom.
2839
2840 2002-02-23  Richard Earnshaw  <rearnsha@arm.com>
2841
2842         * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
2843         (store_newfpe_double, store_newfpe_extended, store_fpregister)
2844         (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
2845
2846 2002-02-22  Jim Blandy  <jimb@redhat.com>
2847
2848         Indicate that the bcache functions don't change the strings
2849         they're passed.
2850         * bcache.h (bcache, hash): Add `const' keywords to declarations.
2851         * bcache.c (bcache, hash): Add `const' keywords to definitions.
2852
2853 2002-02-22  Pierre Muller  <muller@ics.u-strasbg.fr>
2854
2855         * win32-nat.c (child_create_inferior): Fix create flags setting bug.
2856
2857 2002-02-21  Christopher Faylor  <cgf@redhat.com>
2858
2859         * win32-nat.c (register_loaded_dll): Just use raw name when we can't
2860         find the complete path to a loaded DLL.
2861
2862 2002-02-21  Fred Fish  <fnf@redhat.com>
2863
2864         * dbxread.c (process_one_symbol): When finding an N_FUN symbol
2865         that marks the end of the range of a function, enter a line number
2866         entry that has a line number of zero and a PC offset that matches
2867         the end of the function.  This starts a range of PC's for which no
2868         line number information is known.
2869         * symtab.c (find_pc_sect_line): If our best fit is in a range of
2870         PC's for which no line number info is found (line number is zero)
2871         then we didn't find any valid line information.
2872         * symtab.h: Document use of zero line number entry.
2873
2874 2002-02-21  Elena Zannoni  <ezannoni@redhat.com>
2875
2876         * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
2877         (have_ptrace_getvrregs): Define for run time checks.
2878         (gdb_vrregset_t): New type for Altivec register handling.
2879         (fetch_register, store_register): Fetch/store altivec register
2880         when needed.
2881         (fetch_altivec_register, store_altivec_register): New functions.
2882         (supply_vrregset, fill_vrregset): New functions.
2883         (fetch_altivec_registers, store_altivec_registers): New functions.
2884         (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
2885         registers as well.
2886
2887 2002-02-21  Jiri Smid  <smid@suse.cz>
2888
2889         * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
2890
2891 2002-02-21  Richard Earnshaw  <rearnsha@arm.com>
2892
2893         * Makefile.in (armnbsd-nat.o): Update dependencies.
2894         * armnbsd-nat.c (supply_gregset): New function.  Common code to
2895         supply the integer register set.
2896         (supply_fparegset): New function.  Similar for FPA registers.
2897         (fetch_regs, fetch_fp_regs): Use them.
2898         (fetch_core_registers): Likewise.
2899         (fetch_elfcore_registers): New function.
2900         (arm_netbsd_elfcore_fns): New core-file type specification.
2901         (_initialize_arm_netbsd_nat): Register it.
2902
2903 2002-02-21  Richard Earnshaw  <rearnsha@arm.com>
2904
2905         * armnbsd-nat.c: Include gdbcore.h.
2906         (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
2907         (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
2908         'void' to declaration, to shut up ARI.
2909         (fetch_core_registers): Make static.  Rewrite using supply_register.
2910         (arm_netbsd_core_fns): New core-file type specification.
2911         (_initialize_arm_netbsd_nat): New function.
2912
2913 2002-02-21  Christopher Faylor  <cgf@redhat.com>
2914
2915         * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
2916         value.
2917
2918 2002-02-20  Christopher Faylor  <cgf@redhat.com>
2919
2920         * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
2921         fails.
2922
2923 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
2924
2925         * jv-exp.y (parse_number): Change type of implicit longs
2926         to builtin_type_uint64.
2927
2928 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
2929
2930         * gdbserver/linux-low.c (mywait): Change argument to waitpid
2931         to be an integer instead of a `union wait'.
2932
2933 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
2934
2935         * mips-linux-nat.c: Call the operating system GNU/Linux.
2936         * mips-linux-tdep.c: Likewise.
2937         * mips-tdep.c: Likewise.
2938
2939 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
2940
2941         Fix PR gdb/265.
2942         * jv-exp.y (parse_number): Handle 64-bit integers.
2943
2944 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
2945
2946         * gdbserver/configure.in: Remove AM_PROC_CC_STDC.  Change
2947         AC_STDC_HEADERS to AC_HEADER_STDC.
2948         * gdbserver/configure: Regenerated.
2949
2950 2002-02-20  Richard Earnshaw  <rearnsha@arm.com>
2951
2952         * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
2953         is defined.
2954         * sparc-tdep.c (get_longjmp_target): Likewise.
2955
2956 2002-02-20  Richard Earnshaw  <rearnsha@arm.com>
2957
2958         * News: Add news about ARM and Multi-arch.  Mention the new target
2959         arm*-*-netbsd*.
2960
2961 2002-02-19  Jim Blandy  <jimb@redhat.com>
2962
2963         * stabsread.c (error_type_complaint): Improve error message.
2964
2965 2002-02-19  Daniel Jacobowitz  <drow@mvista.com>
2966
2967         * gdbserver/README: Update documentation.
2968         * gdbserver/configure.in: Update configury to match documentation.
2969         * gdbserver/Makefile.in: Likewise.
2970         * gdbserver/configure: Regenerated.
2971         * gdbserver/aclocal.m4: New file, generated by aclocal.
2972         * gdbserver/config.in: New file, generated by autoheader.
2973
2974 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
2975
2976         * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
2977         armnbsd-nat.c.
2978
2979 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
2980
2981         * arm-tdep.h (enum arm_float_model): New enum.
2982         (struct gdbarch_tdep): Add fp_model.
2983         * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep.  Defer setting
2984         up floating-point conversions until we know the floating-point model
2985         in use by the inferior.  Don't complain about being unable to
2986         determine the ABI of the inferior when we don't have one.
2987         (arm_extract_return_value): Support different floating-point models.
2988         (arm_store_return_value): Likewise.
2989         * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
2990         ARM_FLOAT_SOFT.
2991         (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
2992
2993 2002-02-19  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
2994
2995         * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
2996         of ``current_gdbarch''.
2997
2998 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
2999
3000         * armnbsd-nat.c : ANSIfy all function declarations.
3001         (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
3002         (fetch_inferior_registers): Re-implement in terms of above.
3003         (store_register, store_regs, store_fp_register, store_fp_regs): New.
3004         (store_inferior_registers): Re-implement in terms of above.
3005
3006 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
3007
3008         * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
3009         kernel.
3010         * arm-linux-tdep.c: Likewise.
3011         * config/arm/tm-linux.h: Likewise.
3012
3013 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
3014
3015         * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
3016         * config/arm/nbsd.mt (TM_FILE): Delete.
3017         * config/arm/tm-nbsd.h: Delete.
3018
3019 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
3020
3021         * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
3022         Initialize CALL_DUMMY_LENGTH.
3023
3024 2002-02-19  Richard Earnshaw  <rearnsha@arm.com>
3025
3026         * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
3027         function.
3028         (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
3029         * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
3030         defines one thing and that is incorrect for this port.
3031         (IN_SOLIB_CALL_TRAMPOLINE): Delete.
3032
3033 2002-02-18  Pierre Muller  <muller@ics.u-strasbg.fr>
3034
3035         * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
3036
3037 2002-02-18  Pierre Muller  <muller@ics.u-strasbg.fr>
3038
3039         * win32-nat.c (display_selector): New function. Displays information
3040         about the information returned by GetThreadSelectorEntry API function.
3041         (display_selectors): New function. Displays the infomation of
3042         the selector given as argument, or of CS, DS ans FS selectors
3043         if no argument is given.
3044         ( _initialize_inftarg): Add "w32" as info prefix command.
3045         Add "info w32 selector" as command calling display_selectors.
3046
3047 2002-02-19  Pierre Muller  <muller@ics.u-strasbg.fr>
3048
3049         * i386-tdep.c (get_longjmp_target): Fix compilation failure
3050         by setting dummy values to JB_PC and JB_ELEMENT_SIZE
3051         if not defined.
3052
3053 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
3054
3055         * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
3056
3057 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
3058
3059         * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
3060         (arm_fix_call_dummy): Call it.
3061         (arm_call_dummy_breakpoint_offset): Delete.
3062         (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
3063         * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
3064
3065 2002-02-18  Andrew Cagney  <ac131313@redhat.com>
3066
3067         * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
3068         Default to func_frame_chain_valid.
3069         * gdbarch.h, gdbarch.c: Re-generate.
3070         * frame.h (FRAME_CHAIN_VALID): Delete definition.
3071
3072 2002-02-18  Elena Zannoni  <ezannoni@redhat.com>
3073
3074         * ppc-linux-nat.c: Update copyright.
3075         (fetch_register, store_register): Add tid parameter, don't compute
3076         tid here.
3077         (fetch_ppc_registers, store_ppc_registers): Add tid
3078         parameter. Pass it along to callees.
3079         (fetch_inferior_registers, store_inferior_registers): Compute tid
3080         here, and pass it to calleed functions.
3081         (fill_gregset, supply_fpregset): Clean up formatting.
3082
3083 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
3084
3085         * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
3086         * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
3087
3088 2002-02-18  Richard Earnshaw  <rearnsha@arm.com>
3089
3090         * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
3091         * gdbarch.c gdbarch.h: Regenerate.
3092         * breakpoint.c (create_longjmp_breakpoint): Always compile this
3093         function.
3094         (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
3095         * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
3096         (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
3097
3098         * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
3099         * arm-tdep.c (arm_get_longjmp_target): New function.
3100         (arm_gdbarch_init): Initialize jb_pc to -1.  If ABI handler changes
3101         this to a positive value register arm_get_longjmp_target as the
3102         longjmp handler.
3103         * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
3104         (arm_linux_init_abi): Set up longjmp description in tdep.
3105         * armnbsd-nat.c (get_longjmp_target): Delete.
3106         * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
3107         description in tdep.
3108         * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
3109         (get_longjmp_target): Delete declaration.
3110         (GET_LONGJMP_TARGET): Delete.
3111         * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
3112         (GET_LONGJMP_TARGET): Delete.
3113
3114 2002-02-17  Kevin Buettner  <kevinb@redhat.com>
3115
3116         From Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>:
3117         * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
3118         of ``current_gdbarch''.
3119
3120 2002-02-17  Tom Tromey  <tromey@redhat.com>
3121
3122         * cli/cli-cmds.c (compare_strings): New function.
3123         (complete_command): Only print each unique item once.
3124         * completer.h (complete_line): Declare.
3125         * completer.c (complete_line): New function.
3126         (line_completion_function): Use it.
3127
3128 2002-02-16  Andrew Cagney  <ac131313@redhat.com>
3129
3130         * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
3131         * gdbarch.h, gdbarch.c: Re-generate.
3132
3133 2002-02-16  Daniel Jacobowitz  <drow@mvista.com>
3134
3135         * valarith.c (value_x_unop): Fix decrement; support post-decrement.
3136
3137 2002-02-16  Daniel Jacobowitz  <drow@mvista.com>
3138
3139         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
3140         * valops.c (value_arg_coerce): Don't take the address of a reference
3141         to convert an argument to a reference.
3142
3143 2002-02-15  Christopher Faylor  <cgf@redhat.com>
3144
3145         * win32-nat.c (get_image_name): New function.
3146         (handle_load_dll): Use get_image_name function.
3147         (get_child_debug_event): Avoid registering debug events until possibly
3148         execed process is started.
3149         (child_create_inferior): Allow invocation via shell so that command
3150         line redirection, etc.  works ok.
3151         (_initialize_inftarg): Add new command: "set shell" to control whether
3152         a shell is used to start a process.
3153
3154 2002-02-15  Daniel Jacobowitz  <drow@mvista.com>
3155
3156         * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
3157         instead of find_register_by_number.
3158         (cannot_store_register): Likewise.
3159
3160 2002-02-14  Pierre Muller  <muller@ics.u-strasbg.fr>
3161
3162         * dwarf2read.c: Replace fprintf (stderr, ...) by
3163         fprintf_unfiltered (gdb_stderr, ...).
3164
3165 2002-02-15  Daniel Jacobowitz  <drow@mvista.com>
3166
3167         * gdbserver/gdbserver.1: Document --attach.
3168
3169 2002-02-15  Richard Earnshaw  <rearnsha@arm.com>
3170
3171         * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
3172         descriptions.
3173         * arm-tdep.c (arm_default_arm_le_breakpoint)
3174         (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
3175         (arm_default_thumb_be_breakpoint): New.  Initialize them from
3176         traditional breakpoint defines.
3177         (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
3178         (arm_gdbarch_init): Initialize new breakpoint variables.
3179         * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
3180         (arm_linux_init_abi): Initialize linux-specific breakpoint.
3181         * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
3182         (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
3183         code out to ...
3184         (arm_netbsd_init_abi_common): ... here; new function.
3185         * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
3186         (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
3187         * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
3188         * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
3189
3190 2002-02-15  Richard Earnshaw  <rearnsha@arm.com>
3191
3192         * arm-tdep.h (enum arm_abi): New enum.
3193         (struct gdbarch_tdep): New structure.
3194         (LOWEST_PC): Provide a default.
3195         (arm_gdbarch_register_os_abi): Declare new function.
3196         * arm-tdep.c (arm_abi_names): New array.
3197         (process_note_abi_tag_sections): New function.
3198         (get_elfosabi): New function.
3199         (arm_gdbarch_register_os_abi): New function.
3200         (arm_gdbarch_init): Try to determine the ABI of the inferior.  If
3201         support for that ABI has been built in, then call the appropriate
3202         configuration routine.  Use gdbarch_num_regs() to get the number
3203         of registers.
3204         (arm_dump_tdep): New function.
3205         (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
3206         place-holder functions.
3207         (_initialize_arm_tdep): Register them.
3208         * config/arm/tm-arm.h (LOWEST_PC): Delete.
3209
3210         * armnbsd-tdep.c: New file.
3211         * Makefile.in (armnbsd-tdep.o): Add dependencies.
3212         * config/arm/nbsd.mt (TDEPFILES): Add it.
3213         * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
3214
3215         * armnbsd-nat.c: Include regcache.h.
3216         * Makefile.in (armnbsd-nat.o): Update dependency list.
3217
3218         * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
3219
3220 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
3221
3222         * gdbserver/Makefile.in: Fix typos in target rules.
3223
3224 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
3225
3226         Fix part of PR gdb/267.
3227         * linespec.c (find_methods): Handle constructors specially for now.
3228
3229 2002-02-14  Corinna Vinschen  <vinschen@redhat.com>
3230
3231         * arm-tdep.c (arm_push_arguments): Eliminate special float type
3232         handling.
3233         * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
3234         standard_coerce_float_to_double().
3235
3236 2002-02-14  Christopher Faylor  <cgf@redhat.com>
3237
3238         * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
3239         GDBINIT_FILENAME.
3240
3241 2002-02-14  Elena Zannoni  <ezannoni@redhat.com>
3242
3243         * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
3244         find_variant_by_name, because it confuses the multiarch
3245         framework. Return NULL if there isn't an architecture with the
3246         user supplied name, instead of forcing a different one without
3247         recording the change with the multiarch machinery.
3248         (find_variant_by_name): Delete.
3249
3250 2002-02-14  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
3251
3252         * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
3253         i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
3254
3255 2002-02-13  Martin M. Hunt  <hunt@redhat.com>
3256
3257         * stack.c (print_frame_info_base): When calling
3258         print_frame_info_listing_hook, set current_source_symtab.
3259
3260 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
3261
3262         * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
3263         and remove unused $(INCLUDE_DIR).
3264         Add regcache.c to OBS.
3265         Add generated register protocol files to clean target.
3266         Update dependencies for new objects, obsolete old target code.
3267
3268         * gdbserver/linux-low.c: Remove all platform-specific code to
3269         new files.  Remove various dead code.  Update to use regcache
3270         functionality.
3271         * gdbserver/remote-utils.c (fromhex): Add return statement
3272         to quiet warning.
3273         (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
3274         constant.
3275         (input_interrupt): Add integer parameter to match prototype
3276         of a signal handler.
3277         (outreg): Use register_data ().
3278         (prepare_resume_reply): Use gdbserver_expedite_regs.
3279         * gdbserver/server.c (main): Dynamically allocate own_buf because
3280         PBUFSIZ is no longer constant.  Use registers_to_string () and
3281         registers_from_string ().
3282         * gdbserver/server.h: No longer include "defs.h".  Add prototypes
3283         for error (), fatal (), and warning ().  Update definition of
3284         PBUFSIZ to use regcache functionality.  Add include guard.
3285         * gdbserver/utils.c (fatal): Add missing ``const''.
3286         (warning): New function.
3287
3288         * regformats/regdat.sh: Include "regcache.h" in generated files.
3289         Provide init_registers () function.
3290         * regformats/regdef.h: Add prototype for set_register_cache ().
3291         Add include guard.
3292
3293         * gdbserver/linux-arm-low.c: New file.
3294         * gdbserver/linux-i386-low.c: New file.
3295         * gdbserver/linux-ia64-low.c: New file.
3296         * gdbserver/linux-m68k-low.c: New file.
3297         * gdbserver/linux-mips-low.c: New file.
3298         * gdbserver/linux-ppc-low.c: New file.
3299         * gdbserver/linux-sh-low.c: New file.
3300
3301         * gdbserver/regcache.c: New file.
3302         * gdbserver/regcache.h: New file.
3303
3304         * gdbserver/low-linux.c: Removed obsolete file.
3305
3306 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
3307
3308         * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
3309         * config/i386/linux.mt: Likewise.
3310         * config/ia64/linux.mt: Likewise.
3311         * config/m68k/linux.mh: Likewise.
3312         * config/powerpc/linux.mh: Likewise.
3313         * config/mips/linux.mt: Likewise.
3314
3315         * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
3316
3317         * config/i386/i386lynx.mh: Mark gdbserver variables
3318         as (currently) obsolete for this target.
3319         * config/i386/nbsd.mt: Likewise.
3320         * config/i386/nbsdelf.mt: Likewise.
3321         * config/m32r/m32r.mt: Likewise.
3322         * config/m68k/m68klynx.mh: Likewise.
3323         * config/m68k/nbsd.mt: Likewise.
3324         * config/m68k/sun3os4.mh: Likewise.
3325         * config/mips/vr5000.mt: Likewise.
3326         * config/ns32k/nbsd.mt: Likewise.
3327         * config/pa/hppabsd.mh: Likewise.
3328         * config/pa/hppaosf.mh: Likewise.
3329         * config/powerpc/nbsd.mt: Likewise.
3330         * config/rs6000/rs6000lynx.mh: Likewise.
3331         * config/s390/s390.mt: Likewise.
3332         * config/s390/s390x.mt: Likewise.
3333         * config/sparc/sparclynx.mh: Likewise.
3334         * config/sparc/sun4os4.mh: Likewise.
3335         * config/i386/x86-64linux.mt: Likewise.
3336         * config/sparc/linux.mh: Likewise.
3337
3338 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
3339
3340         * configure.tgt: Configure gdbserver only for known working
3341         targets.  Set ${build_gdbserver} instead of modifying ${configdirs}.
3342         * configure.in: Check ${build_gdbserver}.  Put gdbserver/ into
3343         SUBDIRS if it is configured.  Update comment for ${nativefile}.
3344         * configure: Regenerated.
3345
3346 2002-02-13  Michael Snyder  <msnyder@redhat.com>
3347
3348         * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
3349
3350         * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
3351         (default_gcore_mach): Just return 0, work around a problem in bfd.
3352         (default_gcore_target): OK to return NULL if exec_bfd is null.
3353         (make_mem_sec): Use a cast, avoid a warning.
3354
3355         * procfs.c (find_memory_regions_callback): Use a cast instead of
3356         calling host_pointer_to_address (which complains if
3357         sizeof (host pointer) != sizeof (target pointer)).
3358         (procfs_make_note_section): Avoid overflow in psargs string.
3359
3360         * procfs.c (procfs_make_note_section): Make the default
3361         implementation return an error.
3362
3363 2002-02-13  Rodney Brown  <rbrown64@csc.com.au>
3364
3365         * procfs.c (procfs_make_note_section): Provide a default definition
3366         (for alpha-dec-osf4.0f). Fix typos.
3367
3368 2002-02-13  Elena Zannoni  <ezannoni@redhat.com>
3369
3370         * linux-proc.c: Add include of regcache.h.
3371         * Makefile.in (linux-proc.o): Add dependency on regcache.h.
3372
3373 2002-02-13  Andrew Cagney  <ac131313@redhat.com>
3374
3375         From 2002-01-18 Greg McGary <greg@mcgary.org>:
3376         * memattr.c (create_mem_region): Disallow useless empty region.
3377         Regions are half-open intervals, so allow [A..B) [B..C) as
3378         non-overlapping.
3379
3380 2002-02-13  Michael Chastain <mec@shout.net>
3381
3382         * defs.h: Kill CONST_PTR.
3383         * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
3384         * c-lang.c (c_builtin_types): Likewise.
3385         * ch-lang.c (ch_builtin_types): Likewise.
3386         * f-lang.c (f_builtin_types): Likewise.
3387         * language.c (unknown_builtin_types): Likewise.
3388         * m2-lang.c (m2_builtin_types): Likewise.
3389         * p-lang.c (pascal_builtin_types): Likewise.
3390         * scm-lang.c (c_builtin_types): Likewise.
3391
3392 2002-02-13  Keith Seitz  <keiths@redhat.com>
3393
3394         * arm-tdep.h (arm_get_next_pc): Add declaration.
3395
3396 2002-02-13  Richard Earnshaw  <rearnsha@arm.com>
3397
3398         * arm-tdep.c (arm_use_struct_convention): Make static.  Move to be
3399         with other related struct-returning functions.
3400         (arm_extract_struct_value_address): New function.
3401         (arm_gdbarch_init): Initialize the above in multi-arch vector.  Also
3402         initialize float_format, double_format and long_double_format as
3403         appropriate to the endianness of the target.
3404         * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
3405         (arm_use_struct_convention): Delete declaration.
3406         (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
3407
3408 2002-02-13  Keith Seitz  <keiths@redhat.com>
3409
3410         * defs.h (core_addr_to_string_nz): New function.
3411
3412 2002-02-13  Mark Kettenis  <kettenis@gnu.org>
3413
3414         Apply missing bits of 2002-01-15 patch.
3415         * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
3416         (fill_fpregset): Use i387_fill_fsave.
3417
3418 2002-02-12  Keith Seitz  <keiths@redhat.com>
3419
3420         * utils.c (core_addr_to_string): Use phex instead of phex_nz.
3421         (core_addr_to_string_nz): New function.
3422
3423 2002-02-11  Richard Earnshaw  <rearnsha@arm.com>
3424
3425         * arm-linux-nat.c: Really include arm-tdep.h.
3426         * config/arm/tm-linux.h (struct type, struct value): Declare.
3427
3428 2002-02-11  Michael Snyder  <msnyder@redhat.com>
3429
3430         * procfs.c: Include elf-bfd.h (for elfcore_write functions).
3431         (gcore section): Ifdef for Solaris and Unixware only.
3432         (procfs_do_thread_registers): Unixware needs one lwpstatus
3433         per thread (not one prstatus or pstatus).
3434         (procfs_make_note_section): Iterate only over kernel threads (lwps),
3435         not over all gdb threads.  For unixware, call elfcore_write_pstatus
3436         once before iterating over threads.
3437
3438 2002-02-11  Richard Earnshaw  <rearnsha@arm.com>
3439
3440         * arm-tdep.h: New file.
3441         * arm-tdep.c: Include arm-tdep.h.
3442         (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
3443         (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
3444         (arm_print_float_info, arm_register_type, convert_to_extended)
3445         (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
3446         (arm_extract_return_value, arm_register_name): Make static.
3447         (arm_software_single_step): Similarly.  Fix types in declaration.
3448         (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
3449         (arm_store_return_value, arm_store_struct_return): New functions.
3450         (arm_gdbarch_init): Register the above functions.  Also register
3451         call_dummy_start_offset, sizeof_call_dummy_words,
3452         function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
3453         sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
3454         max_register_virtual_size, register_size.  Set up
3455         prologue_cache.saved_regs here, rather than ...
3456         (_initialize_arm_tdep): ... here.
3457         * config/arm/tm-arm.h (struct type, struct value): Delete forward
3458         declarations.
3459         (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
3460         (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
3461         (arm_print_float_info, arm_register_type, convert_to_extended)
3462         (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
3463         (arm_extract_return_value, arm_register_name): Delete declarations.
3464         (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
3465         (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
3466         (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
3467         (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
3468         (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
3469         (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
3470         (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
3471         (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
3472         (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
3473         (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
3474         (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
3475         (arm_get_next_pc): No-longer static -- these are needed by the RDI
3476         interface.
3477         * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
3478         * remote-rdi.c remote-rdp.c: Likewise.
3479         * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
3480         (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
3481         * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
3482         definition.
3483
3484         * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
3485         (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
3486         (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
3487         from non-ARM_ prefixed definitions.
3488         * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
3489         all uses of above.
3490         * remote-rdi.c remote-rdp.c: Likewise.
3491         * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
3492
3493 2002-02-11  Richard Earnshaw  <rearnsha@arm.com>
3494
3495         * arm-tdep.c (arm_frameless_function_invocation)
3496         (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
3497         (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
3498         (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
3499         (arm_pop_frame, arm_get_next_pc): Make static.
3500         (arm_gdbarch_init): Register above in gdbarch structure.
3501         (arm_read_fp): Renamed from arm_target_read_fp.
3502         (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
3503         * config/arm/tm-arm.h (arm_frameless_function_invocation)
3504         (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
3505         (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
3506         (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
3507         (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
3508         (arm_pc_is_thumb_dummy): Delete declarations.
3509         (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
3510         (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
3511         (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
3512         (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
3513
3514 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
3515
3516         * symtab.c (compare_search_syms): New function.
3517         (sort_search_symbols): New function.
3518         (search_symbols): Sort symbols after searching rather than
3519         before.
3520
3521 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
3522
3523         * NEWS: Linux -> GNU/Linux.
3524
3525 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
3526
3527         * gdbarch.sh: For for level one methods, disallow a definition
3528         when partially multi-arched.  Add comments explaining rationale.
3529         * gdbarch.h: Re-generate.
3530
3531 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
3532
3533         * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
3534         multi-arch partial.
3535
3536 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
3537
3538         * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL.  Exit on bad
3539         field.  Use diff -u.
3540         * gdbarch.c: Re-generate.
3541
3542 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
3543
3544         * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
3545         * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
3546         partial.
3547
3548 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
3549
3550         * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
3551         multi-arch partial.
3552         (PUSH_ARGUMENTS): Switch to using predefault.
3553         * gdbarch.c: Regenerate.
3554
3555 2002-02-10  Andrew Cagney  <ac131313@redhat.com>
3556
3557         * valops.c (PUSH_ARGUMENTS): Delete definition.
3558         * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
3559         partial.  Default to default_push_arguments.
3560         * gdbarch.h, gdbarch.c: Regenerate.
3561
3562 2002-02-09  Andrew Cagney  <ac131313@redhat.com>
3563
3564         * defs.h (throw_exception): Rename return_to_top_level.  Update
3565         comments.
3566         * utils.c (error_stream, internal_verror, quit): Ditto.
3567         * top.c (throw_exception, catcher): Ditto.
3568         * sparclet-rom.c (sparclet_load): Ditto.
3569         * remote.c (interrupt_query, minitelnet): Ditto.
3570         * remote-sds.c (interrupt_query): Ditto.
3571         * remote-mips.c (mips_error, mips_kill): Ditto.
3572         * ocd.c (interrupt_query): Ditto.
3573         * monitor.c (monitor_interrupt_query): Ditto.
3574         * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
3575         * target.h: Update comment.
3576
3577         * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
3578
3579 2002-02-09  Andrew Cagney  <ac131313@redhat.com>
3580
3581         * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
3582         default_double_format.
3583         * gdbarch.h, gdbarch.c: Re-generate.
3584         * findvar.c (floatformat_unknown): Delete variable definition.
3585         * doublest.h (floatformat_unknown): Delete variable declaration.
3586
3587 2002-02-09  Jim Blandy  <jimb@redhat.com>
3588
3589         * stabsread.c (read_type): Add code to parse Sun's syntax for
3590         prototyped function types.
3591
3592 2002-02-09  Andrew Cagney  <ac131313@redhat.com>
3593
3594         * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
3595         (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
3596
3597 2002-02-09  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
3598
3599         * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
3600         _initialize_solib.  Fixes name clash with solib.c:_initialize_solib,
3601         now _initialize_xcoffsolib gets called again and overrides the
3602         commands from solib.c in a native configuration.
3603
3604 2002-02-09  Mark Kettenis  <kettenis@gnu.org>
3605
3606         * doublest.c (store_typed_floating): Don't try to return a value.
3607         Fixes PR gdb/290.
3608
3609 2002-02-08  Jim Blandy  <jimb@redhat.com>
3610
3611         * c-typeprint.c (c_type_print_varspec_suffix): If a function type
3612         is prototyped and has no arguments, print its argument list as
3613         `(void)'.
3614
3615 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
3616
3617         * MAINTAINERS (write-after-approval): Add myself.
3618         (paper-trail): I've escaped!
3619
3620 2002-02-08  Christopher Faylor  <cgf@redhat.com>
3621
3622         * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
3623         changes.
3624         (_initialize_check_for_gdb_ini): Ditto.
3625
3626 2002-02-08  Martin M. Hunt  <hunt@redhat.com>
3627
3628         * win32-nat.c (cygwin_pid_to_str): Fix typo.
3629         xaprintf -> xasprintf.
3630
3631 2002-02-08  Pierre Muller  <muller@ics.u-strasbg.fr>
3632
3633         * win32-nat.c: Remove use of printf and sprintf functions.
3634
3635 2002-02-08  Richard Earnshaw  <rearnsha@arm.com>
3636
3637         * arm-tdep.c (arm_frame_chain_valid): Make static.
3638         (arm_push_arguments): Likewise.
3639         (arm_gdbarch_init): New function.
3640         (_initialize_arm_tdep): Call it.
3641         * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
3642         (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
3643         (FRAME_CHAIN_VALID): Delete.
3644         (arm_frame_chain_valid): Delete declaration.
3645         (PUSH_ARGUMENTS): Delete.
3646         (arm_push_arguments): Delete declaration.
3647         (CALL_DUMMY_P): Delete.
3648
3649 2002-02-08  Andrew Cagney  <ac131313@redhat.com>
3650             Corinna Vinschen  <vinschen@redhat.com>
3651
3652         * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
3653         on builtin float types.
3654
3655 2002-02-08  Daniel Jacobowitz  <drow@mvista.com>
3656
3657         * utils.c: Include <curses.h> before "bfd.h".
3658         * tui/tui-hooks.c: Likewise.
3659         * tui/tui.c: Likewise.
3660         * tui/tuiCommand.c: Likewise.
3661         * tui/tuiData.c: Likewise.
3662         * tui/tuiDataWin.c: Likewise.
3663         * tui/tuiDisassem.c: Likewise.
3664         * tui/tuiGeneralWin.c: Likewise.
3665         * tui/tuiIO.c: Likewise.
3666         * tui/tuiLayout.c: Likewise.
3667         * tui/tuiRegs.c: Likewise.
3668         * tui/tuiSource.c: Likewise.
3669         * tui/tuiSourceWin.c: Likewise.
3670         * tui/tuiStack.c: Likewise.
3671         * tui/tuiWin.c: Likewise.
3672
3673 2002-02-07  Elena Zannoni  <ezannoni@redhat.com>
3674
3675         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
3676         to include space for pseudoregs as well. Update loops accordingly.
3677         (sh_fp_frame_init_saved_regs): Ditto.
3678         (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
3679
3680 2002-02-07  Andrew Cagney  <ac131313@redhat.com>
3681
3682         * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
3683         Add Richard Earnshaw to Arm maintainers.
3684
3685 2002-02-07  Andrew Cagney  <ac131313@redhat.com>
3686
3687         * defs.h (warning_begin): Delete declaration.
3688
3689         * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
3690         Delete macro.
3691
3692 2002-02-07  Michael Snyder  <msnyder@redhat.com>
3693
3694         * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
3695         Logic bug, remove misplaced else.
3696
3697 2002-02-07  Klee Dienes  <klee@apple.com>
3698
3699         * fork-inferior.c (fork_inferior): Add '!' to the list of
3700         characters that need to be quoted when building a string for the
3701         shell.  Quote '!' specifically with a backslash, since CSH chokes
3702         when trying to evaluate "str!str".
3703
3704 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
3705
3706         * rdi-share/host.h: Only provide a typedef for bool if it is not
3707         defined.
3708
3709 2002-02-04  Michael Snyder  <msnyder@redhat.com>
3710
3711         * breakpoint.h (enum bptype): Add new overlay event bp type.
3712         (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
3713
3714         * breakpoint.c (create_internal_breakpoint): New function.
3715         (internal_breakpoint_number): Moved into create_internal_breakpoint.
3716         (create_longjmp_breakpoint): Use create_internal_breakpoint.
3717         (create_thread_event_breakpoint): Ditto.
3718         (create_solib_event_breakpoint): Ditto.
3719         (create_overlay_event_breakpoint): New function.
3720         (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
3721         (update_breakpoints_after_exec): Delete and re-initialize
3722         overlay event breakpoints after an exec.  Add FIXME comment
3723         about longjmp breakpoint.
3724         (print_it_typical): Ignore overlay event breakpoints.
3725         (print_one_breakpoint): Ditto.
3726         (mention): Ditto.
3727         (bpstat_what): Do not stop for overlay event breakpoints.
3728         (delete_breakpoint): Don't delete overlay event breakpoints.
3729         (breakpoint_re_set_one): Delete the overlay event breakpoint.
3730         (breakpoint_re_set): Re-create overlay event breakpoint.
3731
3732         * symfile.c (overlay_auto_command): Enable overlay breakpoints.
3733         (overlay_manual_command): Disable overlay breakpoints.
3734         (overlay_off_command): Disable overlay breakpoints.
3735
3736 2002-02-06  Richard Earnshaw  <rearnsha@arm.com>
3737
3738         * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
3739         (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
3740         to here from config/tm-arm.h.
3741         (coff_sym_is_thumb): Make static.
3742         (arm_elf_make_msymbol_special): New function.
3743         (arm_coff_make_msymbol_special): New function.
3744         * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
3745         (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
3746         (coff_sym_is_thumb): Delete declaration.
3747         (arm_elf_make_msymbol_special): Declare.
3748         (arm_coff_make_msymbol_special): Declare.
3749         (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
3750         (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
3751
3752 2002-02-06  Richard Earnshaw  <rearnsha@arm.com>
3753
3754         * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
3755
3756 2002-02-06  Richard Earnshaw  <rearnsha@arm.com>
3757
3758         * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
3759         * gdbarch.c gdbarch.h: Regenerate.
3760         * arch-utils.c (default_print_float_info): New function.
3761         * arch-utils.h (default_print_float_info): Prototype it.
3762         * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
3763         * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
3764         (PRINT_FLOAT_INFO): Document it.
3765
3766         * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
3767         * config/arm/tm-arm.h (FLOAT_INFO): Delete.
3768         (PRINT_FLOAT_INFO): Define.
3769
3770 2002-02-06  Pierre Muller  <muller@ics.u-strasbg.fr>
3771
3772         * win32-nat.c (_initialize_check_for_gdb_ini):
3773         Add typecast to sprintf argument to suppress a warning.
3774
3775 2002-02-05  Pierre Muller  <muller@ics.u-strasbg.fr>
3776
3777         * win32-nat.c (last_sig): Changed type of variable to target_signal,
3778         to allow easier handling of pass state.
3779         (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
3780         that gives exception name and address.
3781         (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
3782         and set last_sig value to ourstatus->value.sig. Some missing
3783         exceptions added.
3784         (child_continue): Correctly report continue_status.
3785         (get_child_debug_event,do_initial_child_stuff): Set last_sig to
3786         TARGET_SIGNAL_0 (new default value).
3787         (child_resume): consider sig argument passed to decide if
3788         the exception should be passed to debuggee or not.
3789
3790 2002-02-05  Michael Snyder  <msnyder@redhat.com>
3791
3792         * regcache.c (fetch_register): Call target_fetch_register
3793         only if we don't call FETCH_PSEUDO_REGISTER.
3794         (store_register): Call target_store_register only if we
3795         don't call STORE_PSEUDO_REGISTER.
3796
3797 2002-02-05  Elena Zannoni  <ezannoni@redhat.com>
3798
3799         * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
3800         ELF_MAKE_MSYMBOL_SPECIAL.
3801         * gdbarch.c, gdbarch.h: Regenerate.
3802         * arch-utils.c (default_make_msymbol_special): New function.
3803         * arch-utils.h (default_make_msymbol_special): Export.
3804         * elfread.c (elf_symtab_read): Compile use of
3805         ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
3806         multiarched.
3807         * coffread.c (coff_symtab_read): Ditto, for
3808         COFF_MAKE_MSYMBOL_SPECIAL.
3809
3810 2002-02-05  Jim Blandy  <jimb@redhat.com>
3811
3812         * solib-svr4.c (svr4_truncate_ptr): New function.
3813         (svr4_relocate_section_addresses): Do the address arithmetic with
3814         the appropriate truncation for target addresses, even when
3815         CORE_ADDR is larger than a target address.
3816
3817 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
3818
3819         * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
3820         to (int *).
3821
3822 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
3823
3824         * gdbserver/linux-low.c (kill_inferior): Remove commented out
3825         code.
3826
3827 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
3828
3829         * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
3830
3831 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
3832
3833         * gdbserver/linux-low.c: Remove unused include files.
3834
3835 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
3836
3837         * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
3838         (read_inferior_memory): Use it.
3839         (write_inferior_memory): Likewise.
3840
3841 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
3842
3843         * gdbserver/linux-low.c (create_inferior): Call strerror instead of
3844         grubbing through sys_errlist.
3845
3846 2002-02-05  Daniel Jacobowitz  <drow@mvista.com>
3847
3848         * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
3849
3850 2002-02-04  Pierre Muller  <muller@ics.u-strasbg.fr>
3851         * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
3852
3853 2002-02-04  Andrew Cagney  <ac131313@redhat.com>
3854
3855         * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
3856         (do_sfunc, set_cmd_sfunc): New functions.
3857
3858         * command.h (struct cmd_list_element): Add field func.
3859         * cli/cli-decode.h (struct cmd_list_element): Ditto.
3860         * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
3861         * cli/cli-decode.h: Ditto.
3862
3863         * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
3864         (help_all, help_cmd_list): Ditto.
3865         (find_cmd, complete_on_cmdlist): Ditto.
3866         * top.c (execute_command): Ditto.
3867
3868         * cli/cli-setshow.c (do_setshow_command): Call func instead of
3869         function.sfunc.
3870
3871         * infcmd.c (notice_args_read): Fix function signature.
3872
3873         * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
3874         * cli/cli-decode.c (add_set_cmd): Ditto.
3875         * utils.c (initialize_utils): Ditto.
3876         * maint.c (_initialize_maint_cmds): Ditto.
3877         * infrun.c (_initialize_infrun): Ditto.
3878         * demangle.c (_initialize_demangler): Ditto.
3879         * remote.c (add_packet_config_cmd): Ditto.
3880         * mips-tdep.c (_initialize_mips_tdep): Ditto.
3881         * cris-tdep.c (_initialize_cris_tdep): Ditto.
3882         * proc-api.c (_initialize_proc_api): Ditto.
3883         * kod.c (_initialize_kod): Ditto.
3884         * valprint.c (_initialize_valprint): Ditto.
3885         * top.c (init_main): Ditto.
3886         * infcmd.c (_initialize_infcmd): Ditto.
3887         * corefile.c (_initialize_core): Ditto.
3888         * arm-tdep.c (_initialize_arm_tdep): Ditto.
3889         * arch-utils.c (initialize_current_architecture): Ditto.
3890         (_initialize_gdbarch_utils): Ditto.
3891         * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
3892
3893         * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
3894         * wince.c (_initialize_inftarg): Ditto.
3895         * symfile.c (_initialize_symfile): Ditto.
3896         * mips-tdep.c (_initialize_mips_tdep): Ditto.
3897         * language.c (_initialize_language): Ditto.
3898         * arc-tdep.c (_initialize_arc_tdep): Ditto.
3899
3900 2002-02-04  Michael Snyder  <msnyder@redhat.com>
3901
3902         * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
3903
3904 2002-02-04  Daniel Jacobowitz  <drow@mvista.com>
3905
3906         * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
3907         Add rules for building the register data files.
3908
3909 2002-02-04  Daniel Jacobowitz  <drow@mvista.com>
3910
3911         * regformats/regdat.sh: Add braces to the definition of
3912         expedite_regs_${arch}.
3913
3914 2002-02-04  Daniel Jacobowitz  <drow@mvista.com>
3915
3916         * regformats/regdef.h (struct reg): Add comment describing the
3917         requirements for offset and size fields.
3918
3919 2002-02-04  Andreas Schwab  <schwab@suse.de>
3920
3921         * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
3922         * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
3923
3924 2002-02-04  Richard Earnshaw  <rearnsha@arm.com>
3925
3926         * gdbarch.sh (copyright): Update years in generated header.
3927         (SMASH_TEXT_ADDRESS): Add rule.
3928         * gdbarch.h, gdbarch.c: Re-generate.
3929         * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
3930         * dbxread.c: Likewise.
3931         * dwarfread.c: Likewise.
3932         * elfread.c: Likewise.
3933         * somread.c: Likewise.
3934
3935         * arm-tdep.c (arm_smash_text_address): New function.
3936         * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
3937
3938 2002-02-04  Pierre Muller  <muller@ics.u-strasbg.fr>
3939
3940         Add support for hardware watchpoints on win32 native.
3941         * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
3942         CONTEXT_DEBUG_REGISTERS.
3943         (dr variable): New variable. Static array containing a local copy
3944         of debug registers.
3945         (debug_registers_changed): New variable.  Reflects when debug registers
3946         are changed and need to be written to inferior.
3947         (debug_registers_used): New variable. Reflects when any debug register
3948         was set, used when new threads are created.
3949         (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
3950         i386-nat code.
3951         (thread_rec): Set dr array if id is the thread of current_event .
3952         (child_continue, child_resume): Change the debug registers for all
3953         threads if debug_registers_changed.
3954         (child_add_thread): Change the debug registers if debug_registers_used.
3955         * config/i386/cygwin.mh: Add use of i386-nat.o file.
3956         Link nm.h to new nm-cygwin.h file.
3957         + config/i386/nm-cygwin.h: New file. Contains the macros used for use
3958         of hardware registers.
3959
3960 2002-02-03  Andrew Cagney  <ac131313@redhat.com>
3961
3962         * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
3963         Restore behavour broken by 2002-01-20 Andrew Cagney
3964         <ac131313@redhat.com> IEEE_FLOAT removal.
3965
3966 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
3967
3968         * c-valprint.c (c_val_print): Pass a proper valaddr to
3969         cp_print_class_method.
3970         * valops.c (search_struct_method): If there is only one method
3971         and args is NULL, return that method.
3972
3973 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
3974
3975         * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
3976         accessing tag_name directly.
3977
3978 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
3979
3980         * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
3981         of accessing tag_name directly.
3982
3983 2002-02-03  Daniel Jacobowitz  <drow@mvista.com>
3984
3985         PR gdb/280
3986         * gdbtypes.c (replace_type): New function.
3987         * gdbtypes.h (replace_type): Add prototype.
3988         * stabsread.c (read_type): Use replace_type.
3989
3990 2002-02-03  Richard Earnshaw  <rearnsha@arm.com>
3991
3992         * Makefile.in (memattr.o): Add missing dependencies rule.
3993
3994 2002-02-03  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
3995
3996         * breakpoint.c (break_at_finish_command): Really export.
3997         (break_at_finish_at_depth_command): Ditto.
3998         (tbreak_at_finish_command): Ditto.
3999         * hppa-tdep.c: Include completer.h.
4000         * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
4001         (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
4002
4003 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
4004
4005         * utils.c (do_write): New function.
4006         (error_stream): Rewrite combining the code from error_begin and
4007         verror.
4008         (verror): Rewrite using error_stream.
4009         (error_begin): Delete function.
4010
4011 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
4012
4013         * utils.c (error_begin): Make static.
4014         * defs.h (error_begin): Delete declaration.
4015
4016         * linespec.c (cplusplus_error): Replace cplusplus_hint.
4017         (decode_line_1): Use cplusplus_error instead of error_begin,
4018         cplusplus_hint and return_to_top_level.
4019         * coffread.c (coff_symfile_read): Use error instead of error_begin
4020         and return_to_top_level.
4021         * infrun.c (default_skip_permanent_breakpoint): Ditto.
4022
4023 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
4024
4025         * language.h (type_error, range_error): Make string parameter
4026         constant.
4027         * language.c (warning_pre_print): Delete extern declaration.
4028         * dwarfread.c (warning_pre_print): Ditto.
4029         * language.c (type_error, range_error): Rewrite to use verror and
4030         vwarning instead of warning_begin.
4031
4032 2002-02-01  Michael Snyder  <msnyder@redhat.com>
4033
4034         * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
4035         (set_ignore_count): Move misplaced comment back where it belongs.
4036
4037 2002-02-01  Andrew Cagney  <ac131313@redhat.com>
4038
4039         * command.h (NO_FUNCTION): Delete macro.
4040         * cli/cli-decode.h (NO_FUNCTION): Ditto.
4041         * top.c (execute_command): Replace NO_FUNCTION with NULL.
4042         * tracepoint.c (_initialize_tracepoint): Ditto.
4043         * cli/cli-decode.c (add_set_cmd): Ditto.
4044         * cli/cli-cmds.c (init_cli_cmds): Ditto.
4045
4046 2002-02-01  Daniel Jacobowitz  <drow@mvista.com>
4047
4048         * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
4049         Update ``this'' pointer when calling virtual functions.
4050
4051 2002-02-01  Michael Snyder  <msnyder@redhat.com>
4052
4053         * breakpoint.c (create_temp_exception_breakpoint): Delete.
4054         * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
4055
4056 2002-02-01  Daniel Jacobowitz  <drow@mvista.com>
4057
4058         * regformats/reg-arm.dat: New file.
4059         * regformats/reg-i386.dat: New file.
4060         * regformats/reg-ia64.dat: New file.
4061         * regformats/reg-m68k.dat: New file.
4062         * regformats/reg-mips.dat: New file.
4063         * regformats/reg-ppc.dat: New file.
4064         * regformats/reg-sh.dat: New file.
4065         * regformats/regdef.h: New file.
4066         * regformats/regdat.sh: New file.
4067
4068 2002-02-01  Richard Earnshaw  <reanrsha@arm.com>
4069
4070         * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
4071         (arm_frame_args_address, arm_frame_locals_address): New functions.
4072         (arm_frame_num_args): New function.
4073         * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
4074         (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
4075         (FRMA_NUM_ARGS): Call arm_frame_num_args.
4076
4077 2002-01-31  Michael Snyder  <msnyder@redhat.com>
4078
4079         * breakpoint.c (break_at_finish_command): Export.
4080         (break_at_finish_at_depth_command): Export.
4081         (tbreak_at_finish_command): Export.
4082         (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
4083         * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
4084         "tbreak" commands, which are HPPA specific.
4085
4086         * printcmd.c (disassemble_command): Remove an ancient
4087         artifact of an old merge.
4088
4089         * symfile.h (enum overlay_debugging_state):
4090         Define enum constant values for overlay mode.
4091         * symfile.c (overlay_debugging): Use enums instead of literals.
4092         (overlay_is_mapped, overlay_auto_command,
4093         overlay_manual_command): Ditto.
4094
4095         * breakpoint.c (insert_breakpoints, remove_breakpoint,
4096         breakpoint_here_p, breakpoint_inserted_here_p,
4097         breakpoint_thread_match, bpstat_stop_status,
4098         describe_other_breakpoints, check_duplicates, clear_command):
4099         Coding standard fixes.
4100
4101         * target.c (target_xfer_memory): Add spaces, coding standard.
4102         (do_xfer_memory): Add missing line to trust-readonly
4103         code: check bfd SEC_READONLY flag for section.
4104
4105 2002-01-31  Andrew Cagney  <ac131313@redhat.com>
4106
4107         * PROBLEMS: Fix typo, 5.1->5.1.1.
4108
4109 2002-01-30  Daniel Jacobowitz  <drow@mvista.com>
4110
4111         * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
4112         data symbols, since we search based on textlow and texthigh.
4113         (find_pc_sect_symtab): Likewise.
4114
4115 2002-01-30  Andrew Cagney  <ac131313@redhat.com>
4116
4117         * defs.h (vwarning): Declare.
4118         * utils.c (vwarning): New function.
4119         (warning): Call vwarning.
4120         (warning_begin): Delete function.
4121
4122         * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
4123         the warning message.
4124         * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
4125         warning_begin.
4126
4127 2002-01-30  Michael Snyder  <msnyder@redhat.com>
4128
4129         * NEWS: Mention "set trust-readonly-sections" command.
4130         Mention generate-core-file command.
4131
4132 2002-01-15  Michael Snyder  <msnyder@redhat.com>
4133
4134         * target.c: New command, "set trust-readonly-sections on".
4135         (do_xfer_memory): Honor the suggestion to trust readonly sections
4136         by reading them from the object file instead of from the target.
4137         (initialize_targets): Register command "set trust-readonly-sections".
4138
4139 2002-01-29  Andrew Cagney  <ac131313@redhat.com>
4140
4141         * parse.c (target_map_name_to_register): Simplify, search regs and
4142         pseudo-regs using a single loop.
4143
4144 2002-01-30  Andrew Cagney  <ac131313@redhat.com>
4145
4146         * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
4147
4148 2002-01-15  Rodney Brown  <rbrown64@csc.com.au>
4149
4150         * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
4151         * config/i386/i386v42mp.mh: Add i387-nat.o .
4152         * i386v4-nat.c: Include i387-nat.h.
4153         (supply_fpregset): Use i387_supply_fsave.
4154         (fill_fpregset): Use i387_fill_fsave.
4155
4156 2002-01-30  Richard Earnshaw  <rearnsha@arm.com>
4157
4158         * arm-tdep.c (arm_call_dummy_words): Define.
4159         * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
4160         * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
4161         (CALL_DUMMY_WORDS): Define.
4162         (arm_call_dummy_words): Declare.
4163         * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
4164         (arm_linux_call_dummy_words): Declare.
4165
4166 2002-01-30  Andreas Schwab  <schwab@suse.de>
4167
4168         * m68klinux-nat.c: Fix last change to use regcache_collect
4169         instead of referencing registers[] directly.
4170
4171 2002-01-29  Andrew Cagney  <ac131313@redhat.com>
4172
4173         * parse.c (target_map_name_to_register): Delete code wrapped in
4174         #ifdef REGISTER_NAME_ALIAS_HOOK.
4175
4176 2002-01-28  Michael Snyder  <msnyder@redhat.com>
4177
4178         * regcache.c (legacy_read_register_gen): Need to be able to
4179         read pseudo-register as well as real register.
4180         (legacy_write_register_gen): Ditto.
4181
4182 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
4183
4184         * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
4185         * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
4186         * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
4187         * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
4188         * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
4189         * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
4190         * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
4191         * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
4192         * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
4193         * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
4194         * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
4195         * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
4196         * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
4197         * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
4198         * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
4199         * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
4200         * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
4201         * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
4202         * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
4203         * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
4204
4205 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
4206
4207         * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
4208         (target_byte_order): Initialize to BFD_ENDIAN_BIG.
4209         (initialize_current_architecture): Update target_byte_order using
4210         information from BFD.
4211         * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
4212         * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
4213
4214 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
4215
4216         * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
4217         * vax-tdep.c (INVALID_FLOAT): To here.  Document why it is broken.
4218
4219         * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
4220         #ifdef INVALID_FLOAT.
4221         * infcmd.c (do_registers_info): Ditto.
4222         * values.c (unpack_double): Ditto.  Add comment.
4223
4224         * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
4225         already commented out.
4226
4227 2002-01-26  Andreas Schwab  <schwab@suse.de>
4228
4229         * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
4230         * m68klinux-nat.c: Update ptrace interface for fetching/storing
4231         registers and add support for PTRACE_GETREGS.
4232
4233 2002-01-24  Andrew Cagney  <ac131313@redhat.com>
4234
4235         GDB 5.1.1 released from 5.1 branch.
4236         * NEWS: Add 5.1.1 news.
4237         * README: Sync with 5.1 branch.
4238
4239 2002-01-23  Fred Fish  <fnf@redhat.com>
4240
4241         * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
4242         stabstring on initial malloc.  Reallocing will copy it for us,
4243         if necessary.
4244
4245 2002-01-23  Elena Zannoni  <ezannoni@redhat.com>
4246
4247         * Makefile.in (hpread_h): Delete.
4248         (HFILES_NO_SRCDIR): Remove hpread.h.
4249         (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
4250         (hpread.o): Update dependencies.
4251         (hp-psymtab-read.o, hp-symtab-read.o): Remove.
4252
4253         * hp-psymtab-read.c: Remove file.
4254         * hp-symtab-read.c: Remove file.
4255         * hpread.h: Remove file.
4256
4257         * hpread.c: Merge all contents of hp-psymtab-read.c,
4258         hp-symtab-read.c and hpread.h into this file, as it was prior to
4259         January 1999.
4260
4261         * config/pa/hpux11w.mh, config/pa/hpux11.mh,
4262         config/pa/hpux1020.mh, config/pa/hppaosf.mh,
4263         config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
4264         Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
4265
4266 2002-01-23  Elena Zannoni  <ezannoni@redhat.com>
4267
4268         * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
4269         fill_gregset): Call gdbarch_tdep() just once, assign result to
4270         variable and use that, instead of calling the function several
4271         times.
4272
4273 2002-01-24  Alexandre Oliva  <aoliva@redhat.com>
4274
4275         * configure.host: Accept sparcv9 as alias for sparc64.
4276         * configure.tgt: Likewise.
4277
4278 2002-01-22  Kevin Buettner  <kevinb@redhat.com>
4279
4280         * solib-aix5.c (build_so_list_from_mapfile)
4281         (aix5_relocate_main_executable): Fix xcalloc() calls so order of
4282         arguments is not reversed.
4283         * solib-sunos.c (sunos_relocate_main_executable): Likewise.
4284         * solib-svr4.c (svr4_relocate_main_executable): Likewise.
4285
4286 2002-01-22  Elena Zannoni  <ezannoni@redhat.com>
4287
4288         * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
4289         modified version of obsolete sh_fetch_pseudo_register.
4290         (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
4291         (sh4_register_read): New function.
4292         (sh_pseudo_register_write): New function. Renamed and modified
4293         version of obsolete sh_store_pseudo_register.
4294         (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
4295         (sh4_register_write): New function.
4296         (sh_gdbarch_init): Remove setting of gdbarch function
4297         fetch_pseudo_register and store_pseudo_register. Remove setting of
4298         register_convert_to_raw, register_convert_to_virtual,
4299         register_convertible.
4300         (sh_sh4_register_convertible): Delete. No longer needed. All is
4301         taken care by architecture specific functions
4302         register_read/register_write.
4303         (sh_sh4_register_convert_to_virtual): Make static.
4304         (sh_sh4_register_convert_to_raw): Ditto.
4305
4306 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
4307
4308         * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
4309         (floatformat_is_nan, floatformat_mantissa): Ditto.
4310
4311         * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
4312         for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
4313         builtin_type_ieee_double_little,
4314         builtin_type_ieee_double_littlebyte_bigword,
4315         builtin_type_m68881_ext, builtin_type_i960_ext,
4316         builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
4317         builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
4318         builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
4319         builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
4320
4321 2002-01-22  Corinna Vinschen  <vinschen@redhat.com>
4322
4323         * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
4324         parameter.  Set frameless flag if it exists and depended of
4325         whether the scanned function is frameless or not.
4326         (xstormy16_skip_prologue): If function is frameless, return
4327         result of xstormy16_scan_prologue().
4328         (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
4329         call.
4330
4331 2002-01-21  Elena Zannoni  <ezannoni@redhat.com>
4332
4333         * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
4334         sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
4335         sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
4336         sh_sh4_register_byte, sh_sh4_register_raw_size,
4337         sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
4338         sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
4339         sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
4340         sh_store_pseudo_register, sh_do_pseudo_register): Call
4341         gdbarch_tdep() just once, assign result to variable and use that,
4342         instead of calling the function several times.
4343
4344 2002-01-20  Mark Kettenis  <kettenis@gnu.org>
4345
4346         * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
4347         macros instead of LAST_FPU_CTRL_REGNUM.
4348         (store_register): Likewise.
4349
4350 2002-01-21  Jim Blandy  <jimb@redhat.com>
4351
4352         * infcmd.c (run_command): Check that the `exec' target layer's BFD
4353         is up-to-date before running the program, not just when a program
4354         exits.
4355
4356 2002-01-21  Fred Fish  <fnf@redhat.com>
4357
4358         * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
4359         when we have found all instructions we are looking for.
4360
4361 2002-01-21  Richard Earnshaw  <rearnsha@arm.com>
4362
4363         * arm-tdep.c (arm_register_name): New function.
4364         (arm_registers_names): Make static.
4365         * config/arm/tm-arm.h (arm_register_names): Delete declaration.
4366         (arm_register_name): Declare.
4367         (REGISTER_NAME): Use it.
4368
4369 2002-01-21  Richard Earnshaw  <rearnsha@arm.com>
4370             Kevin Buettner  <kevinb@redhat.com>
4371
4372         Convert arm targets to new FRAME interface.
4373         * arm-tdep.c (struct frame_extra_info): Remove fsr.
4374         (arm_frame_find_save_regs): Delete.
4375         (arm_frame_init_saved_regs): New.
4376         (arm_init_extra_frame_info): Alloacte saved_regs as required.
4377         Allocate extra_info as required.  Convert all uses of fsr.regs
4378         to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
4379         to use extra_info.
4380         (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
4381         (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
4382         (check_prologue_cache, save_prologue_cache): Likewise.
4383         (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
4384         * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
4385         (FRAME_FIND_SAVED_REGS): Delete.
4386         (arm_frame_find_saved_regs): Delete prototype.
4387         (arm_frame_init_saved_regs): New prototype.
4388         (FRAME_INIT_SAVED_REGS): Define.
4389
4390 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
4391
4392         * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
4393
4394 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
4395
4396         From Jeff Law <law@redhat.com>:
4397         * infttrace.c: Include <sys/pstat.h>.
4398         (child_pid_to_exec_file): Revamp.  Use pstat call to get the
4399         exec file if the ttrace equivalent fails.
4400
4401 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
4402
4403         * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
4404         (closeLogFile): Ditto.
4405
4406 2002-01-20  Michael Chastain  <mec@shout.net>
4407
4408         * top.c (print_gdb_version): Bump copyright year to 2002.
4409
4410 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
4411
4412         * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
4413         Zannoni and Eli Zaretskii.
4414
4415 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
4416
4417         * buildsym.c: Update copyright years.
4418         * c-typeprint.c: Likewise.
4419         * dwarf2read.c: Likewise.
4420         * f-typeprint.c: Likewise.
4421         * gdbtypes.c: Likewise.
4422         * gdbtypes.h: Likewise.
4423         * hp-symtab-read.c: Likewise.
4424         * hpread.c: Likewise.
4425         * mdebugread.c: Likewise.
4426         * p-typeprint.c: Likewise.
4427
4428 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
4429
4430         * remote-sim.c (gdbsim_open): Simplify code testing the macro
4431         TARGET_BYTE_ORDER_SELECTABLE_P.  Assume the target is always
4432         byte-order selectable.
4433         * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
4434         * arch-utils.c: Ditto.
4435         (set_endian): Ditto.
4436         (set_endian_from_file): Ditto.
4437         * gdbserver/low-sim.c (create_inferior): Ditto.
4438         * gdbarch.sh: Ditto.
4439         * gdbarch.h: Re-generate.
4440         * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
4441         * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
4442         * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
4443         * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
4444         * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
4445         * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
4446         * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
4447         * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
4448         macro definition.
4449         * config/mips/tm-wince.h: Remove #undef of macro
4450         TARGET_BYTE_ORDER_SELECTABLE.
4451         * config/sh/tm-wince.h: Ditto.
4452
4453 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
4454
4455         * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
4456         member function fields.  Add accessor macro
4457         TYPE_FN_FIELD_ARTIFICIAL.
4458         * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
4459         * c-typeprint.c (c_type_print_base): Skip artificial member
4460         functions.
4461
4462 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
4463
4464         * f-typeprint.c: Delete unused function f_type_print_args.
4465         * p-typeprint.c: Delete unused function pascal_type_print_args.
4466
4467 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
4468
4469         * gdbtypes.h (struct type): Fix whitespace.  Remove obsolete
4470         comment.  Add ``artificial'' to ``union field_location''.
4471
4472         * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
4473
4474         * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
4475         * mdebugread.c (parse_symbol): Likewise.
4476         * stabsread.c (define_symbol): Likewise.
4477         * hp-symtab-read.c (hpread_function_type): Likewise, instead of
4478         initializing TYPE_FIELD_BITPOS to n (obsolete).
4479         (hpread_doc_function_type): Likewise.
4480         * hpread.c (hpread_function_type): Likewise.
4481
4482 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
4483
4484         * configure.in (host_makefile_frag): Only require a host makefile
4485         fragment when a native build.
4486         * configure: Re-generate.
4487
4488 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
4489
4490         * doublest.h (floatformat_from_type): Declare.
4491         * doublest.c (floatformat_from_type): New function.
4492         (convert_typed_floating): Use.
4493
4494         * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
4495         call to function floatformat_from_type.
4496
4497         * gdbarch.sh (IEEE_FLOAT): Delete.
4498         * gdbarch.h, gdbarch.c: Re-generate.
4499         * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
4500         * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
4501         * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
4502         * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
4503         * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
4504         * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
4505         * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
4506         * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
4507         * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
4508         * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
4509         * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
4510         * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
4511
4512         * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
4513         * x86-64-tdep.c (i386_gdbarch_init): Ditto.
4514         * sparc-tdep.c (sparc_gdbarch_init): Ditto.
4515         * sh-tdep.c (sh_gdbarch_init): Ditto.
4516         * mips-tdep.c (mips_gdbarch_init): Ditto.
4517         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
4518         * cris-tdep.c (cris_gdbarch_init): Ditto.
4519
4520 2002-01-20  Jiri Smid  <smid@suse.cz>
4521
4522         * configure.host, configure.tgt: Support x86-64.
4523         * NEWS: Note new target x86-64.
4524
4525         * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
4526         * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
4527         * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
4528         * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
4529         x86-64-linux-nat.o): Fix dependencies.
4530
4531 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
4532
4533         * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
4534         * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
4535         * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
4536         * config/sparc/xm-sun4os4.h: Delete file.
4537         * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
4538
4539 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
4540
4541         * config/sparc/sparclynx.mh (XM_FILE): Delete.
4542         * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
4543         * config/m68k/m68klynx.mh (XM_FILE): Delete.
4544         * config/i386/i386lynx.mh (XM_FILE): Delete.
4545         * config/rs6000/xm-rs6000ly.h: Delete file.
4546         * config/sparc/xm-sparclynx.h: Delete file.
4547         * config/m68k/xm-m68klynx.h: Delete file.
4548         * config/i386/xm-i386lynx.h: Delete file.
4549         * config/xm-lynx.h: Delete file.
4550         * config/djgpp/fnchange.lst: Update.
4551
4552 2002-01-19  Jason Thorpe  <thorpej@wasabisystems.com>
4553
4554         * alpha-tdep.c (alpha_register_byte): New function.
4555         (alpha_register_raw_size): Ditto.
4556         (alpha_register_virtual_size): Ditto.
4557         (alpha_skip_prologue_internal): Renamed from
4558         alpha_skip_prologue.
4559         (alpha_skip_prologue): New version that calls
4560         alpha_skip_prologue_internal.
4561         (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
4562         * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
4563         second argument from alpha_skip_prologue.
4564         (REGISTER_BYTE): Use alpha_register_byte.
4565         (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
4566         (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
4567         (FRAMELESS_FUNCTION_INVOCATION): Use
4568         generic_frameless_function_invocation_not.
4569         (FRAME_NUM_ARGS): Use frame_num_args_unknown.
4570         (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
4571
4572 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
4573
4574         * config/mips/xm-news-mips.h: Delete file.
4575         * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
4576
4577         * config/m88k/xm-m88k.h: Delete file.
4578         * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
4579         * config/m88k/xm-delta88v4.h: Ditto.
4580         * config/m88k/xm-delta88.h: Ditto.
4581
4582         * config/alpha/xm-fbsd.h: Delete file.
4583         * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
4584
4585         * config/sparc/xm-sparc.h: Delete file.
4586         * Makefile.in (xm-sun4os4.h): Delete dependency.
4587         * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
4588         * config/sparc/xm-sun4os4.h: Ditto.
4589         * config/sparc/xm-linux.h: Ditto.
4590
4591         * config/i386/xm-windows.h: Delete file.
4592
4593 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
4594
4595         * utils.c: Include <sys/param.h> for MAXPATHLEN.
4596         (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
4597
4598 2002-01-19  Jason Thorpe  <thorpej@wasabisystems.com>
4599
4600         * alpha-tdep.c (alpha_call_dummy_words): New.
4601         * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
4602         (CALL_DUMMY_P): Define.
4603         (CALL_DUMMY_WORDS): Define.
4604         (SIZEOF_CALL_DUMMY_WORDS): Define.
4605
4606 2002-01-19  Per Bothner  <per@bothner.com>
4607
4608         * gnu-v3-abi.c (gnuv3_rtti_type):  Guard that vtable_symbol_name
4609         isn't NULL, which can happen with some gcj-3.x-produced code.
4610
4611 2002-01-19  Jason Thorpe  <thorpej@wasabisystems.com>
4612
4613         * alpha-tdep.c (alpha_register_virtual_type): New function.
4614         (alpha_init_frame_pc_first): Ditto.
4615         (alpha_fix_call_dummy): Ditto.
4616         (alpha_store_struct_return): Ditto.
4617         (alpha_extract_struct_value_address): Ditto.
4618         * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
4619         alpha_register_virtual_type.
4620         (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
4621         (EXTRACT_STRUCT_VALUE_ADDRESS): Use
4622         alpha_extract_struct_value_address.
4623         (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
4624         (INIT_FRAME_PC): Use init_frame_pc_noop.
4625         (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
4626
4627 2002-01-19  Mark Kettenis  <kettenis@gnu.org>
4628
4629         * i386gnu-nat.c: Include "i386-tdep.h".
4630         (fetch_fpregs): Simplify code dealing with uninitialized floating
4631         point states such that it doesn't require FP7_REGNUM.
4632
4633 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
4634
4635         * alpha-tdep.c (frame_extra_info): New.
4636         (alpha_find_saved_regs): Make static.  Use
4637         frame->extra_info.
4638         (alpha_frame_init_saved_regs): New function.
4639         (alpha_frame_saved_pc): Use frame->extra_info.
4640         (temp_saved_regs): Don't declare as struct frame_saved_regs.
4641         (heuristic_proc_desc): Adjust for temp_saved_regs changes.
4642         (init_extra_frame_info): Rename to...
4643         (alpha_init_extra_frame_info): ...this.  Use frame->extra_info.
4644         (alpha_print_extra_frame_info): New function.
4645         (alpha_frame_locals_address): Ditto.
4646         (alpha_frame_args_address): Ditto.
4647         (alpha_pop_frame): Use frame->extra_info.
4648         * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
4649         alpha_frame_args_address.
4650         (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
4651         (alpha_find_saved_regs): Remove prototype.
4652         (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
4653         (EXTRA_FRAME_INFO): Remove.
4654         (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
4655         (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
4656
4657 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
4658
4659         * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
4660         (alpha_cannot_fetch_register): Ditto.
4661         (alpha_cannot_store_register): Ditto.
4662         (alpha_register_convertible): Ditto.
4663         (alpha_use_struct_convention): Ditto.
4664         * config/alpha/tm-alpha.h: Update copyright years.
4665         (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
4666         (INNER_THAN): Use core_addr_lessthan.
4667         (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
4668         (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
4669         (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
4670         (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
4671         (FRAME_CHAIN): Remove unnecessary cast.
4672
4673 2002-01-18  Andrew Cagney  <ac131313@redhat.com>
4674
4675         * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
4676         obsolete.
4677
4678 2002-01-18  Andrew Cagney  <ac131313@redhat.com>
4679
4680         * infptrace.c: Remove ATTRIBUTE_UNUSED.  Update copyright.
4681         * monitor.c, remote-array.c, remote-bug.c: Ditto.
4682         * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
4683         * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
4684         * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
4685         * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
4686         * x86-64-linux-nat.c: Ditto.
4687
4688 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
4689
4690         * alpha-tdep.c (alpha_register_name): New function.
4691         * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
4692         (REGISTER_NAME): Define.
4693
4694 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
4695
4696         * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
4697
4698 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
4699
4700         * alpha-tdep.c: Update copyright years.
4701         (alpha_next_pc): New function.
4702         (alpha_software_single_step): Ditto.
4703         * config/alpha/tm-alpha.h: Add prototype for
4704         alpha_software_single_step.
4705
4706 2002-01-18  Jason Thorpe  <thorpej@wasabisystems.com>
4707
4708         * alphabsd-nat.c: Update copyright years.
4709         (fill_gregset): Use regcache_collect.
4710         (fill_fpregset): Likewise.
4711         (fetch_inferior_registers): Only fetch integer registers
4712         if requested to do so.
4713         (store_inferior_registers): Only store integer registers
4714         if requested to do so.
4715
4716 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
4717
4718         * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
4719         * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
4720         * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
4721         * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
4722         * config/alpha/fbsd.mh (XDEPFILES): Delete.
4723         * config/arm/linux.mh (XDEPFILES): Delete.
4724         * config/arm/nbsd.mh (XDEPFILES): Delete.
4725         * config/i386/i386dgux.mh (XDEPFILES): Delete.
4726         * config/i386/i386sol2.mh (XDEPFILES): Delete.
4727         * config/i386/i386m3.mh (XDEPFILES): Delete.
4728         (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
4729         * config/i386/i386gnu.mh (XDEPFILES): Delete.
4730         * config/i386/fbsd.mh (XDEPFILES): Delete.
4731         * config/i386/i386bsd.mh (XDEPFILES): Delete.
4732         * config/i386/i386sco5.mh (XDEPFILES): Delete.
4733         * config/i386/i386v4.mh (XDEPFILES): Delete.
4734         * config/i386/i386v42mp.mh (XDEPFILES): Delete.
4735         * config/i386/i386sco4.mh (XDEPFILES): Delete.
4736         * config/i386/i386aix.mh (XDEPFILES): Delete.
4737         * config/i386/go32.mh (XDEPFILES): Delete.
4738         * config/i386/cygwin.mh (XDEPFILES): Delete.
4739         * config/i386/i386lynx.mh (XDEPFILES): Delete.
4740         * config/i386/i386mach.mh (XDEPFILES): Delete.
4741         * config/i386/i386v32.mh (XDEPFILES): Delete.
4742         * config/i386/linux.mh (XDEPFILES): Delete.
4743         * config/i386/nbsdelf.mh (XDEPFILES): Delete.
4744         * config/i386/ncr3000.mh (XDEPFILES): Delete.
4745         * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
4746         * config/i386/i386sco.mh (XDEPFILES): Delete.
4747         * config/i386/i386v.mh (XDEPFILES): Delete.
4748         * config/i386/nbsd.mh (XDEPFILES): Delete.
4749         * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
4750         * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
4751         * config/i386/symmetry.mh (XDEPFILES): Delete.
4752         * config/i386/obsd.mh (XDEPFILES): Delete.
4753         * config/i386/x86-64linux.mh (XDEPFILES): Delete.
4754         * config/ia64/linux.mh (XDEPFILES): Delete.
4755         * config/ia64/aix.mh (XDEPFILES): Delete.
4756         * config/m68k/apollo68b.mh (XDEPFILES): Delete.
4757         * config/m68k/dpx2.mh (XDEPFILES): Delete.
4758         * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
4759         * config/m68k/apollo68v.mh (XDEPFILES): Delete.
4760         * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
4761         * config/m68k/linux.mh (XDEPFILES): Delete.
4762         * config/m68k/m68klynx.mh (XDEPFILES): Delete.
4763         * config/m68k/m68kv4.mh (XDEPFILES): Delete.
4764         * config/m68k/nbsd.mh (XDEPFILES): Delete.
4765         * config/m68k/sun2os3.mh (XDEPFILES): Delete.
4766         * config/m68k/sun2os4.mh (XDEPFILES): Delete.
4767         * config/m68k/sun3os3.mh (XDEPFILES): Delete.
4768         * config/m68k/sun3os4.mh (XDEPFILES): Delete.
4769         * config/m88k/delta88.mh (XDEPFILES): Delete.
4770         * config/m88k/delta88v4.mh (XDEPFILES): Delete.
4771         * config/m88k/m88k.mh (XDEPFILES): Delete.
4772         * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
4773         * config/mips/linux.mh (XDEPFILES): Delete.
4774         * config/mips/irix6.mh (XDEPFILES): Delete.
4775         * config/mips/irix5.mh (XDEPFILES): Delete.
4776         * config/mips/irix4.mh (XDEPFILES): Delete.
4777         * config/mips/irix3.mh (XDEPFILES): Delete.
4778         * config/mips/decstation.mh (XDEPFILES): Delete.
4779         * config/mips/mipsm3.mh (XDEPFILES): Delete.
4780         (NATDEPFILES): Move core-aout.o to here.
4781         * config/ns32k/nbsd.mh (XDEPFILES): Delete.
4782         * config/pa/hpux1020.mh (XDEPFILES): Delete.
4783         * config/pa/hppabsd.mh (XDEPFILES): Delete.
4784         * config/pa/hppahpux.mh (XDEPFILES): Delete.
4785         * config/pa/hpux11w.mh (XDEPFILES): Delete.
4786         * config/pa/hppaosf.mh (XDEPFILES): Delete.
4787         * config/pa/hpux11.mh (XDEPFILES): Delete.
4788         * config/powerpc/aix.mh (XDEPFILES): Delete.
4789         * config/powerpc/nbsd.mh (XDEPFILES): Delete.
4790         * config/powerpc/linux.mh (XDEPFILES): Delete.
4791         * config/romp/rtbsd.mh: Rename XDEPFILES.
4792         * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
4793         * config/rs6000/aix4.mh (XDEPFILES): Delete.
4794         * config/rs6000/rs6000.mh (XDEPFILES): Delete.
4795         * config/s390/s390.mh (XDEPFILES): Delete.
4796         * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
4797         * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
4798         * config/sparc/sun4os4.mh (XDEPFILES): Delete.
4799         * config/sparc/sparclynx.mh (XDEPFILES): Delete.
4800         * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
4801         * config/sparc/nbsd.mh (XDEPFILES): Delete.
4802         * config/sparc/linux.mh (XDEPFILES): Delete.
4803         * config/vax/vaxult.mh (XDEPFILES): Delete.
4804         * config/vax/vaxult2.mh (XDEPFILES): Delete.
4805         * Makefile.in (DEPFILES): Remove XDEPFILES.
4806
4807 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
4808
4809         * utils.c (internal_verror): Fix comments, default is yes not no.
4810         Update queries to match.  Default to quit and dump core.
4811
4812 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
4813
4814         * breakpoint.c: Update assuming #if UI_OUT is always true.  Update
4815         copyright.
4816         * defs.h, event-top.c, gdbcmd.h: Ditto.
4817         * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
4818         * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
4819         * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
4820         * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
4821         * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
4822         * mi/mi-main.c:Ditto.
4823
4824         * stack.c, symfile.c: Update copyright.
4825
4826 2002-01-17  Daniel Jacobowitz  <drow@mvista.com>
4827
4828         * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
4829         gdbserver/low-nbsd.c, gdbserver/low-sim.c,
4830         gdbserver/low-sparc.c, gdbserver/low-sun3.c,
4831         gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
4832
4833 2002-01-17  Daniel Jacobowitz  <drow@mvista.com>
4834
4835         * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
4836         * gdbserver/low-lynx.c (myattach): Likewise.
4837         * gdbserver/low-nbsd.c (myattach): Likewise.
4838         * gdbserver/low-sim.c (myattach): Likewise.
4839         * gdbserver/low-sparc.c (myattach): Likewise.
4840         * gdbserver/low-sun3.c (myattach): Likewise.
4841
4842         * gdbserver/low-linux.c (myattach): New function.
4843
4844         * gdbserver/server.c (attach_inferior): New function.
4845         (main): Handle "--attach".
4846
4847 2002-01-16  Andrew Cagney  <ac131313@redhat.com>
4848
4849         * MAINTAINERS (language support): Daniel Jacobwitz is C++
4850         maintainer.
4851
4852 2002-01-15  Daniel Jacobowitz  <drow@mvista.com>
4853
4854         * c-typeprint.c (is_type_conversion_operator): Add additional
4855         check for non-conversion operators.
4856
4857 2002-01-15  Michael Snyder  <msnyder@redhat.com>
4858
4859         * linux-proc.c: Add "info proc" command, a la procfs.c.
4860         (read_mapping): New function, abstract and re-use code.
4861         (linux_find_memory_regions): Use new func read_mapping.
4862         (linux_info_proc_cmd): New function, implement "info proc".
4863         (_initialize_linux_proc): Add new command "info proc".
4864
4865 2002-01-15  Michael Snyder  <msnyder@redhat.com>
4866
4867         * symfile.c (generic_load): Use bfd_map_over_sections method
4868         instead of manipulating bfd structure members directly.
4869         (add_section_size_callback): New function, bfd sections callback
4870         used by generic_load.
4871         (load_sections_callback): New function, bfd sections callback
4872         used by generic_load.
4873
4874 2002-01-15  Elena Zannoni  <ezannoni@redhat.com>
4875
4876         [Based on work by Jim Blandy]
4877         * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
4878         (builtin_type_vec128): Export.
4879         * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
4880         types.
4881         (builtin_type_vec128): New builtin type for 128 bit vector
4882         registers.
4883         (build_gdbtypes): Initialize builtin_type_v16qi and
4884         builtin_type_v8hi. Create the vec128 register builtin type
4885         structure.
4886         (build_builtin_type_vec128): New function.
4887         (_initialize_gdbtypes): Register builtin_type_v16qi and
4888         builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
4889         * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
4890         AltiVec register to new builtin type.
4891
4892 2001-01-15  Daniel Jacobowitz  <drow@mvista.com>
4893
4894         * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
4895         to make_cv_type.
4896
4897 2002-01-14  Andrew Cagney  <ac131313@redhat.com>
4898
4899         * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
4900         CLEAN_UP_REGISTER_VALUE.
4901         * regcache.c (supply_register): Update only call.
4902
4903 2002-01-14  Andrew Cagney  <ac131313@redhat.com>
4904
4905         * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
4906         a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
4907         a29k-*-vxworks* targets as obsolete.
4908
4909 2002-01-14  Michael Snyder  <msnyder@redhat.com>
4910
4911         * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
4912         until we can resolve portability issues.
4913         * gregset.h: Remove references to fpxregs.
4914         * gcore.c (gcore_command): Initialize note_sec to NULL.
4915
4916 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
4917
4918         * signals.c (target_signal_to_name): Rewrite.  Only use
4919         signals[].name when in bounds and non-NULL.
4920
4921 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
4922
4923         From Petr Ledvina <ledvinap@kae.zcu.cz>:
4924         * signals.c (target_signal_to_name): Verify that SIG is within the
4925         bounds of the signals array.
4926
4927 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
4928
4929         * MAINTAINERS: Remove arm-coff and arm-pe from target list.
4930
4931 2002-01-13  Keith Seitz  <keiths@redhat.com>
4932
4933         * stack.c (print_frame_info_base): Print the frame's pc
4934         only if when print_frame_info_listing_hook is not defined.
4935
4936 2002-01-13  Keith Seitz  <keiths@redhat.com>
4937
4938         * varobj.c (varobj_set_value): Make sure that there were no
4939         errors evaluating the object before attempting to set its
4940         value.
4941         value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
4942         so this offset adjustment is no longer necessary.
4943         (create_child): Don't set the error flag if the child is
4944         a CPLUS_FAKE_CHILD.
4945         (value_of_child): If value_fetch_lazy fails, return NULL
4946         so that callers will be notified that an error occurred.
4947         (c_value_of_variable): Delay check of variable's validity
4948         until later. We actually want all structs and unions to have
4949         the value "{...}".
4950         Do not return "???" for variables which could not be evaluated.
4951         This error condition must be returned to the caller so that it
4952         can get the error condition from gdb.
4953         (cplus_name_of_child): Adjust index for vptr before figuring
4954         out the name of the child.
4955         (cplus_value_of_child): If a child's (real) parent is not valid,
4956         don't even bother trying to give a value for it. Just return
4957         an error. Change all instances in this function.
4958         (cplus_type_of_child): If our parent is one of the "fake"
4959         parents, we need to get at the type of the real parent, and
4960         derive the child's true type using this information.
4961
4962 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
4963
4964         From 2002-01-09 John Marshall <johnm@falch.net>:
4965         * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
4966         sources.redhat.com, and tweak some related URLs which had
4967         suffered from linkrot.
4968
4969 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
4970
4971         From Jeff law:
4972         * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
4973         structures passed in registers.
4974
4975 2002-01-13  Eli Zaretskii  <eliz@is.elta.co.il>
4976
4977         * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
4978         white space which prevented compilation.  Reported by DSK
4979         <dsk@student.unsw.edu.au>.
4980
4981 2002-01-11  Michael Snyder  <msnyder@redhat.com>
4982
4983         * symfile.c (build_section_addr_info_from_section_tab):
4984         Use bfd access method instead of manipulating bfd directly.
4985         (syms_from_objfile): Ditto.
4986         (simple_overlay_update_1): Ditto.
4987         (simple_overlay_update): Ditto.
4988         (generic_load): Ditto.
4989         (overlay_unmapped_address): FIXME comment, bfd access methods.
4990         (sections_overlap): FIXME comment, bfd access methods.
4991         (pc_in_mapped_range): FIXME comment, bfd access methods.
4992         (pc_in_unmapped_range): FIXME comment, bfd access methods.
4993         (section_is_mapped): FIXME comment, bfd access methods.
4994         (section_is_overlay): FIXME comment, bfd access methods.
4995
4996         * symfile.c (generic_load): Whitespace and long line cleanups.
4997         Remove duplicate variable, change several local variables to
4998         more appropriate data types.
4999         (print_transfer_performance): Use %lu instead of %ld for ulongs.
5000
5001 2002-01-12  Andrew Cagney  <ac131313@redhat.com>
5002
5003         From Peter Schauer:
5004         * language.c (longest_local_hex_string_custom): Use phex_nz to
5005         convert NUM to a hex string.
5006
5007 2002-01-12  Elena Zannoni  <ezannoni@redhat.com>
5008
5009         * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
5010         the function.
5011         Update Copyright year.
5012
5013 2002-01-12  Andrew Cagney  <ac131313@redhat.com>
5014
5015         * language.c (longest_raw_hex_string): Delete unused function.
5016
5017 2002-01-11  Petr Sorfa  <petrs@caldera.com>
5018
5019         * MAINTAINERS (write-after-approval): Add myself.
5020         * dwarf2read.c (read_tag_string_type): Handling of
5021         DW_AT_byte_size.
5022         (read_tag_string_type): FORTRAN fix to prevent propagation of
5023         first string size.
5024         (set_cu_language): Handling of DW_LANG_Fortran95
5025
5026 2002-01-11  Richard Earnshaw  <rearnsha@arm.com>
5027
5028         * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
5029         GETPID(inferior_ptid).
5030         (store_inferior_registers): Likewise.
5031
5032 2002-01-10  Jason Merrill  <jason@redhat.com>
5033
5034         * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
5035         Fix DW_OP_minus.
5036
5037 2002-01-10  Andrew Cagney  <ac131313@redhat.com>
5038
5039         * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
5040         and bfd/elf32-sh-nbsd.c.
5041
5042 2002-01-10  Michael Snyder  <msnyder@redhat.com>
5043
5044         * NEWS: Mention --pid and corefile/proc-id behavior change.
5045
5046         * Makefile.in: Add rules for gcore.o and linux-proc.o.
5047         * gcore.c: Include cli/cli-decode.h instead of command.h.
5048
5049         * main.c (captured_main): Add new command line option "--pid".
5050         If the second command line argument (following the symbol-file)
5051         begins with a digit, try to attach to it before trying to open
5052         it as a corefile.
5053         (print_gdb_help): Document the "--pid" argument.
5054
5055 2002-01-10  Eli Zaretskii  <eliz@is.elta.co.il>
5056
5057         * completer.c (command_completer): New function.
5058
5059         * completer.h <command_completer>: Add prototype.
5060
5061         * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
5062         completer for the "help" command.
5063
5064 2002-01-09  Jason Merrill  <jason@redhat.com>
5065
5066         * c-typeprint.c (is_type_conversion_operator): Fix thinko.
5067
5068 2002-01-09  Michael Snyder  <msnyder@redhat.com>
5069
5070         * i386-linux-nat.c (fill_fpxregset): Make global.
5071         (store_fpxregset): Ditto.
5072
5073         * gregset.h (gdb_fpxregset_t): Define.
5074         (supply_fpxregset): Prototype.
5075         (fill_fpxregset): Prototype.
5076
5077         * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
5078
5079 2002-01-09  Richard Earnshaw  <rearnsha@arm.com>
5080
5081         * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
5082         * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
5083         * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
5084
5085 2002-01-09  Andrew Cagney  <ac131313@redhat.com>
5086
5087         * MAINTAINERS: Update target maintainer rules so that any
5088         Maintainer can approve a tested patch for a maintenance-only
5089         target.
5090
5091 2002-01-09  Richard Earnshaw  <rearnsha@arm.com>
5092
5093         * MAINTAINERS (write-after-approval): Add myself.
5094
5095         * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
5096         IN_SIGTRAMP.
5097
5098 2002-01-08  Michael Snyder  <msnyder@redhat.com>
5099
5100         * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
5101         real name of the executable, rather than the /proc name.
5102
5103 2002-01-03  Michael Snyder  <msnyder@redhat.com>
5104
5105         Implement a "generate-core-file" command in gdb, save target state.
5106         * gcore.c: New file.  Implement new command 'generate-core-file'.
5107         Save a corefile image of the current state of the inferior.
5108         * linux-proc.c: Add linux-specific code for saving corefiles.
5109         * target.h (struct target_ops): Add new target vectors for saving
5110         corefiles; to_find_memory_regions and to_make_corefile_notes.
5111         (target_find_memory_regions): New macro.
5112         (target_make_corefile_notes): New macro.
5113         * target.c (update_current_target): Inherit new target methods.
5114         (dummy_find_memory_regions): New place-holder method.
5115         (dummy_make_corefile_notes): New place-holder method.
5116         (init_dummy_target): Initialize new dummy target vectors.
5117         * exec.c (exec_set_find_memory_regions): New function.
5118         Allow the exec_ops vector for memory regions to be taken over.
5119         (exec_make_note_section): New function, target vector method.
5120         * defs.h (exec_set_find_memory_regions): Export prototype.
5121         * procfs.c (proc_find_memory_regions): New function, corefile method.
5122         (procfs_make_note_section): New function, corefile method.
5123         (init_procfs_ops): Set new target vector pointers.
5124         (find_memory_regions_callback): New function.
5125         (procfs_do_thread_registers): New function.
5126         (procfs_corefile_thread_callback): New function.
5127         * sol-thread.c (sol_find_memory_regions): New function.
5128         (sol_make_note_section): New function.
5129         (init_sol_thread_ops): Initialize new target vectors.
5130         * inftarg.c (inftarg_set_find_memory_regions): New function.
5131         Allow to_find_memory_regions vector to be taken over.
5132         (inftarg_set_make_corefile_notes): New function.
5133         Allow to_make_corefile_notes vector to be taken over.
5134         * thread-db.c (thread_db_new_objfile): Don't activate thread-db
5135         interface layer if not target_has_execution (may be a corefile).
5136         * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
5137         * config/sparc/sun4sol2.mh: Ditto.
5138         * config/alpha/alpha-linux.mh: Ditto.
5139         * config/arm/linux.mh: Ditto.
5140         * config/i386/x86-64linux.mh: Ditto.
5141         * config/ia64/linux.mh: Ditto.
5142         * config/m68k/linux.mh: Ditto.
5143         * config/mips/linux.mh: Ditto.
5144         * config/powerpc/linux.mh: Ditto.
5145         * config/sparc/linux.mh: Ditto.
5146
5147 2002-01-07  Michael Snyder  <msnyder@redhat.com>
5148
5149         * arm-linux-nat.c: Remove references to regcache.c internal data
5150         (registers[] and register_valid[]).
5151
5152 2002-01-07  Michael Snyder  <msnyder@redhat.com>
5153
5154         * linux-proc.c: New file.  Implement child_pid_to_exec_file,
5155         so that attaching to a pid will automatically read the process's
5156         symbol file and shlibs.
5157         * Makefile.in: Add rule for linux-proc.o.
5158         * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
5159         * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
5160         * config/arm/linux.mh: Ditto.
5161         * config/i386/linux.mh: Ditto.
5162         * config/i386/x86-64linux.mh: Ditto.
5163         * config/ia64/linux.mh: Ditto.
5164         * config/m68k/linux.mh: Ditto.
5165         * config/mips/linux.mh: Ditto.
5166         * config/powerpc/linux.mh: Ditto.
5167         * config/sparc/linux.mh: Ditto.
5168
5169 2002-01-06  Pierre Muller  <muller@ics.u-strasbg.fr>
5170
5171         * win32-nat.c: Add i386-tdep.h dependency.
5172
5173 2002-01-07  Michael Snyder  <msnyder@redhat.com>
5174
5175         * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
5176         instead of bfd_get_arch_size.  Don't bail out just because
5177         there's no exec_bfd.
5178
5179         * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
5180         * p-valprint.c (pascal_object_print_value): Ditto.
5181         * somread.c (som_symtab_read): Ditto.
5182         * symfile.c (simple_free_overlay_region_table): Ditto.
5183         * valops.c (value_assign): Ditto.
5184
5185         * tracepoint.c (tracepoint_save_command): From Klee Dienes --
5186         use tilde_expand and strerror for opening save-tracepoints file.
5187
5188         * thread-db.c (thread_db_new_objfile): Indendation fix.
5189
5190         * infptrace.c (GDB_MAX_ALLOCA): New define.
5191         (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
5192         size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
5193         can be overridden with whatever value is appropriate to the host).
5194         * infttrace.c (child_xfer_memory): Add FIXME warning about use of
5195         alloca to allocate potentially large buffer.
5196         * rs6000-nat.c (child_xfer_memory): Ditto.
5197         * symm-nat.c (child_xfer_memory): Ditto.
5198         * x86-64-linux-nat.c (child_xfer_memory): Ditto.
5199
5200 2002-01-07  Jackie Smith Cashion  <jsmith@redhat.com>
5201
5202         From Nick Clifton  <nickc@redhat.com>
5203         * d10v-tdep.c: Set STACK_START to 0x200bffe.
5204
5205 2002-01-07  Michael Snyder  <msnyder@redhat.com>
5206
5207         * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
5208         Don't use exec_bfd if it's NULL.
5209
5210 2002-01-06  Mark Kettenis  <kettenis@gnu.org>
5211
5212         * valops.c (value_arg_coerce): Fix formatting.
5213
5214 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
5215
5216         * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
5217         * gnu-nat.c: Ditto.
5218
5219 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
5220
5221         * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
5222         arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
5223         i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
5224         ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
5225         z8k-coff have not been multi-arched.  Update z8k-coff build
5226         status.
5227
5228 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
5229
5230         * MAINTAINERS: Mark a29k target as obsolete.
5231         * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
5232         (remote-mm.o, remote-udi.o): Obsolete.  Remove references in
5233         comments.
5234         * NEWS: Note that a29k targets are obsolete.
5235         * a29k-tdep.c: Mark as obsolete.
5236         * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
5237         a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
5238         a29k-*-vxworks* targets as obsolete.
5239         * remote-adapt.c: Obsolete.
5240         * remote-eb.c: Obsolete.
5241         * remote-mm.c: Obsolete.
5242         * remote-udi.c: Obsolete.
5243         * config/a29k/a29k-udi.mt: Obsolete.
5244         * config/a29k/a29k.mt: Obsolete.
5245         * config/a29k/tm-a29k.h: Obsolete.
5246         * config/a29k/tm-vx29k.h: Obsolete.
5247         * config/a29k/vx29k.mt: Obsolete.
5248
5249 2002-01-05  Andrew Cagney  <ac131313@redhat.com>
5250
5251         * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
5252         with BFD_ENDIAN_BIG.
5253
5254 2002-01-05  Andrew Cagney  <ac131313@redhat.com>
5255
5256         * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
5257         * configure, config.in: Re-generate.
5258         * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
5259         * defs.h: Do not include <endian.h>.
5260
5261 2002-01-05  Jason Thorpe  <thorpej@wasabisystems.com>
5262
5263         * acconfig.h (HAVE_PT_GETXMMREGS): New.
5264         * config.in: Regenerate.
5265         * configure.in: Update copyright years.
5266         Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
5267         * configure: Regenerate.
5268         * i386bsd-nat.c: Update copyright years.
5269         (fill_gregset): Use regcache_collect.
5270         (fetch_inferior_registers): Only fetch integer registers
5271         if requested to do so.  Add support for XMM registers
5272         using PT_GETXMMREGS.
5273         (store_inferior_registers): Only store integer registers
5274         if requested to do so.  Add support for XMM registers
5275         using PT_SETXMMREGS.
5276         * i386nbsd-nat.c (fetch_inferior_registers): Remove.
5277         (store_inferior_registers): Remove.
5278         (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
5279         (fetch_elfcore_registers): New function.
5280         (i386nbsd_elfcore_fns): New.
5281         (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
5282         * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
5283         i386bsd-nat.o.
5284         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
5285         * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
5286         * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
5287         * config/i386/tm-nbsd.h: Update copyright years.
5288         (HAVE_SSE_REGS): Define.
5289         (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
5290         (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
5291         (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
5292         (SIGCONTEXT_PC_OFFSET): Remove.
5293         (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
5294
5295 2002-01-05  Andrew Cagney  <ac131313@redhat.com>
5296
5297         * configure.tgt: Remove powerpc-*-macos* target.
5298         * config/m68k/xm-mpw.h: Delete file.
5299         * config/xm-mpw.h: Delete file.
5300         * ser-mac.c: Delete file.
5301         * mpw-make.sed: Delete file.
5302         * mpw-config.in: Delete file.
5303         * mac-xdep.c: Delete file.
5304         * mac-gdb.r: Delete file.
5305         * mac-defs.h: Delete file.
5306         * mac-nat.c: Delete file.
5307         * config/powerpc/macos.mh: Delete file.
5308         * config/powerpc/macos.mt: Delete file.
5309         * config/powerpc/nm-macos.h: Delete file.
5310         * config/powerpc/tm-macos.h: Delete file.
5311         * source.c (openp, open_source_file): Remove obsolete code.
5312         * top.c (gdb_readline): Ditto.
5313         * utils.c (query): Ditto.
5314         * event-top.c (display_gdb_prompt): Ditto.
5315         * Makefile.in (ser-mac.o): Delete obsolete target.
5316         * NEWS: Update.
5317
5318 2002-01-04  Andrew Cagney  <ac131313@redhat.com>
5319
5320         * defs.h (BIG_ENDIAN): Delete macro definition.
5321         * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
5322         coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
5323         findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
5324         printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
5325         remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
5326         stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
5327         config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
5328         config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
5329         config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
5330         config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
5331         config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
5332         config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
5333         mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
5334         * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
5335         * gdbarch.c: Re-generate.
5336
5337 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
5338
5339         * thread-db.c (thread_db_new_objfile): Do not enable thread_db
5340         for core files.
5341
5342 2002-01-04  Jason Thorpe  <thorpej@wasabisystems.com>
5343
5344         * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
5345
5346 2002-01-04  Andrew Cagney  <ac131313@redhat.com>
5347
5348         * value.h (value_ptr): Delete typedef.
5349
5350 2002-01-04  Jason Thorpe  <thorpej@wasabisystems.com>
5351
5352         * i386nbsd-nat.c: Update copyright years.
5353         Include i386-tdep.h.
5354
5355 2002-01-04  Elena Zannoni  <ezannoni@redhat.com>
5356
5357         * stabsread.c: Update copyright years.
5358
5359         From Debashis Mahata <debashis.mahata@wipro.com>:
5360         (read_struct_fields): Deal with Sun C compiler erroneous stab
5361         output for structs and unions.
5362         Fix PR gdb/269.
5363
5364 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
5365
5366         * p-valprint.c: Include "cp-abi.h" for baseclass_offset
5367         prototype.
5368
5369 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
5370
5371         * cp-abi.c: Fix whitespace.
5372         (baseclass_offset): New wrapper function.
5373         * cp-abi.h (baseclass_offset): Add prototype.
5374         (struct cp_abi_ops): Add baseclass_offset pointer.
5375
5376         * valops.c (vb_match): Move to...
5377         * gnu-v2-abi.c (vb_match): here.
5378         * valops.c (baseclass_offset): Move to...
5379         * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
5380
5381         * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
5382
5383         * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
5384         * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
5385         * hpacc-abi.c (init_hpacc_ops): Likewise.
5386
5387 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
5388
5389         * valops.c (find_overload_match): Accept obj as a
5390         reference parameter.  Update it before returning.
5391         * value.h (find_overload_match): Update prototype.
5392         * eval.c (evaluate_subexp_standard): Pass object to
5393         find_overload_match by reference.
5394
5395 2002-01-03  Andrew Cagney  <ac131313@redhat.com>
5396
5397         * valarith.c: Replace value_ptr with struct value pointer.  Remove
5398         register attribute from value declarations.
5399         * valops.c: Ditto.
5400         * value.h: Ditto.
5401         * scm-lang.c (scm_lookup_name): Ditto.
5402
5403 2002-01-03  Michael Snyder  <msnyder@redhat.com>
5404
5405         Abstract the functionality of iterating over mapped memory
5406         regions into a general purpose iterator function.
5407         * procfs.c (iterate_over_mappings): New function, general purpose
5408         iterator for memory sections.
5409         (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
5410         (solib_mappings_callback): New function, callback for above.
5411         (info_proc_mappings): Reimpliment using iterate_over_mappings.
5412         (info_mappings_callback): New function, callback for above.
5413
5414         * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
5415
5416 2002-01-01  Mark Kettenis  <kettenis@gnu.org>
5417
5418         * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
5419         * i386-tdep.c: Include "elf-bfd.h".
5420         (process_note_abi_tag_sections): New function.
5421         (i386_gdbarch_init): Add code to recognize various OS/ABI
5422         combinations.
5423
5424         * maint.c (_initialize_maint_cmds): Add missing \ in
5425         string-literal.
5426
5427 For older changes see ChangeLog-2001
5428 \f
5429 Local Variables:
5430 mode: change-log
5431 left-margin: 8
5432 fill-column: 74
5433 version-control: never
5434 End: