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