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