]> Git Repo - binutils.git/blob - gdb/ChangeLog
2002-08-21 Andrew Cagney <[email protected]>
[binutils.git] / gdb / ChangeLog
1 2002-08-21  Andrew Cagney  <[email protected]>
2
3         * Makefile.in: Update all _h macro definitions.
4
5         * Makefile.in (install-gdbtk): Move to install section.
6         (rdi-share/libangsd.a): Move to end of file.
7
8 2002-08-19  Andrew Cagney  <[email protected]>
9
10         * frame.c (frame_register_unwind): When a register, set addrp to
11         the register's byte.
12
13 2002-08-20  Michael Snyder  <[email protected]>
14
15         * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
16         used locally, so move them from the target machine header to here.
17         (mips_set_processor_type, mips_register_name, mips32_next_pc, 
18         mips16_next_pc, cached_proc_desc, mips_set_processor_type): 
19         Make static.
20         * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
21
22 2002-08-20  Andrew Cagney  <[email protected]>
23
24         * NEWS: Mention that the Apollo line was made obsolete.
25         * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
26         m68*-hp-hpux* obsolete.
27         * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
28         m68*-hp-bsd* and m68*-hp-hpux* obsolete.
29         * buildsym.c (make_blockvector): Make static.
30         * buildsym.h (make_blockvector): Make extern declaration obsolete.
31         * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
32         (ALLDEPFILES): Remove dstread.c.
33         (dstread.o): Obsolete make rule.
34         * dstread.c: Makefile obsolete.
35         * dst.h: Ditto.
36         * config/m68k/hp300hpux.mt: Ditto.
37         * config/m68k/hp300hpux.mh: Ditto.
38         * config/m68k/hp300bsd.mt: Ditto.
39         * config/m68k/hp300bsd.mh: Ditto.
40         * config/m68k/apollo68b.mt: Ditto.
41         * config/m68k/apollo68v.mh: Ditto.
42         * config/m68k/apollo68b.mh: Ditto.
43
44 2002-08-20  Michael Snyder  <[email protected]>
45
46         * mips-tdep.c (mips_in_return_stub): Make static.
47         (mips_gdbarch_init): Set in_solib_return_trampoline.
48         * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
49
50 2002-08-20  Michael Snyder  <[email protected]>
51
52         * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
53         * gdbarch.c, gdbarch.h: Regenerate.
54         * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
55         Add.
56         * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
57
58 2002-08-20  Michael Snyder  <[email protected]>
59
60         * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
61         (mips_gdbarch_init): Set skip_trampoline_code, 
62         in_solib_call_trampoline.
63         * config/mips/tm-mips.h (REGISTER_NAME): Delete.
64         (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
65
66 2002-08-20  Elena Zannoni  <[email protected]>
67
68         * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
69
70         * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
71         vector type for ev registers.
72         (e500_pseudo_register_read): New function.
73         (e500_pseudo_register_write): New function.
74         (e500_dwarf2_reg_to_regnum): New function.
75         (PPC_UISA_NOFP_SPRS): New macro.
76         (PPC_EV_REGS): New macro.
77         (PPC_GPRS_PSEUDO_REGS): New macro.
78         (registers_e500): New register set for e500.
79         (variants): Add e500 variant.
80         (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
81         before setting architectural dependent variations.  Initialize ev
82         registers numbers.  Add case for e500 architecture.  Set the
83         number of pseudo registers.
84
85 2002-08-20  Elena Zannoni  <[email protected]>
86
87         * rs6000-tdep.c: Clean up comments.
88
89 2002-08-20  Andrew Cagney  <[email protected]>
90
91         * h8300-tdep.c: Re-indent file.
92
93 2002-08-20  Jim Blandy  <[email protected]>
94
95         * Makefile.in (LDFLAGS): Allow the configure script to establish a
96         default for this.
97         * gdbserver/Makefile.in (LDFLAGS): Same.
98
99 2002-08-20  Keith Seitz  <[email protected]>
100
101         * breakpoints.c (watch_command_1): Use internal breakpoint
102         when setting a watchpoint_scope breakpoint.
103
104 2002-08-20  Elena Zannoni  <[email protected]>
105
106         * gdbtypes.c (build_builtin_type_vec64): Add name to type.
107         (build_builtin_type_vec64i): Ditto.
108         (build_builtin_type_vec128): Ditto.
109         (build_builtin_type_vec128i): Ditto.
110
111 2002-08-19  Michael Snyder  <[email protected]>
112
113         * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
114         (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
115         (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
116         POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
117         (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
118         CALL_DUMMY_ADDRESS): Delete.
119         * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
120         mips_msymbol_is_special, mips_fix_call_dummy): New functions.
121         (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame, 
122         push_dummy_frame, fix_call_dummy, init_extra_frame_info, 
123         push_return_address.
124         (mips_register_raw_size, mips_eabi_use_struct_convention, 
125         mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
126         mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
127         mips_init_extra_frame_info, mips_eabi_push_arguments, 
128         mips_n32n64_push_arguments, mips_push_return_address,
129         mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
130         mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
131
132 2002-08-19  Michael Snyder  <[email protected]>
133
134         * mips-tdep.c (mips_frame_num_args): New function.
135         (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
136         frame_saved_pc, frame_args_address, frame_locals_address, 
137         frame_num_args, and frame_args_skip.
138         * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
139         FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, 
140         FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
141         * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
142
143 2002-08-20  Michael Snyder  <[email protected]>
144
145         * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
146         (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
147         * mips-tdep.c (mips_store_struct_return): New function.
148         (mips_extract_struct_value_address): New function.
149         (mips_gdbarch_init): Set store_struct_return and
150         extract_struct_value_address.
151
152 2002-08-20  David Carlton  <[email protected]>
153
154         * dwarf2read.c (dwarf2_build_psymtabs): Check that
155         dwarf_line_offset is nonzero before creating dwarf_line_buffer.
156         (read_file_scope): Check that line_header is nonzero before
157         decoding macro information.
158
159 2002-08-20  Mark Kettenis  <[email protected]>
160
161         * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
162         flag the general-purpose registers as floating-point on targets
163         that don't support the floating-point registers.
164
165 2002-08-20  Elena Zannoni  <[email protected]>
166
167         * rs6000-tdep.c (altivec_register_p): Delete.
168         (rs6000_do_altivec_registers): Delete.
169         (rs6000_altivec_registers_info): Delete.
170         (rs6000_do_registers_info): Delete.
171         (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
172         (rs6000_gdbarch_init): Remove setting of do_registers_info.
173
174 2002-08-20  Elena Zannoni  <[email protected]>
175
176         * infcmd.c (do_registers_info): Print vector registers in hex
177         format only.
178         (print_vector_info): Check that printing registers
179         makes sense.
180         (print_float_info): Ditto.
181
182 2002-08-20  Andrew Cagney  <[email protected]>
183
184         * mips-tdep.c (mips_gdbarch_init): Update.
185         (mips_o32_extract_return_value): Rewrite.
186         (mips_o32_store_return_value): Rewrite.
187         (mips_o32_xfer_return_value): New function.
188         (mips_xfer_register): Tweak debug print message.  Allow for
189         buf_offset when dumping the value transfered.
190
191 2002-08-20  Andrew Cagney  <[email protected]>
192
193         * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
194         * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
195         * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
196         * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
197         * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
198
199 2002-08-14  Michael Snyder  <[email protected]>
200
201         * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
202
203 2002-08-19  Elena Zannoni  <[email protected]>
204
205         * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
206         register.
207         (P): New macro to define a register as a pseudo register.
208         (R, R4, R8, R16, FR32, R64, R0): Updated.
209         (struct variant): Add new fields for number of pseudo registers
210         and number of total registers.
211         (tot_num_registers): New macro replacing....
212         (num_registers): ...deleted macro.
213         (num_registers): New function.
214         (num_pseudo_registers): New function.
215         (variants): Update all variants to intialize new fields correctly.
216         Postpone initialization of number of pseudo regs and real regs.
217         (init_variants): New function.
218         (rs6000_gdbarch_init): Initialize variants.  Update calculation of
219         registers offsets.
220
221 2002-08-19  David Carlton  <[email protected]>
222
223         * valops.c (search_struct_field): Change error message to treat
224         return value of 0 from value_static_field as meaning that field is
225         optimized out.
226         (value_struct_elt_for_reference): Ditto.
227         * values.c (value_static_field): Treat an unresolved location the
228         same as a nonexistent symbol.  Fix PR gdb/635.
229         * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
230         enclosed.  Fix PR gdb/574.
231         * MAINTAINERS: Add self to Write After Approval list.
232
233 2002-08-19  Andrew Cagney  <[email protected]>
234
235         * mips-tdep.c (mips_xfer_register): New function.
236         (mips_n32n64_extract_return_value): Rewrite.
237         (mips_gdbarch_init): For N32 and N64, set extract_return_value
238         instead of deprecated_extract_return_value.
239
240 2002-08-19  Elena Zannoni  <[email protected]>
241
242         * rs6000-tdep.c (TDEP): Delete macro.
243         (branch_dest): Replace use of TDEP macro with its body.
244         (rs6000_pop_frame): Ditto.
245         (rs6000_push_arguments): Ditto.
246         (rs6000_skip_trampoline_code): Ditto.
247         (rs6000_frame_saved_pc): Ditto.
248         (rs6000_frame_chain): Ditto.
249         (rs6000_register_name): Ditto.
250         (rs6000_register_byte): Ditto.
251         (rs6000_register_raw_size): Ditto.
252         (rs6000_register_virtual_type): Ditto.
253         (rs6000_register_convertible): Ditto.
254         (rs6000_convert_from_func_ptr_addr): Ditto.
255
256 2002-08-19  Daniel Jacobowitz  <[email protected]>
257
258         * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
259         conditionally.
260         (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
261         MIPS_LINUX_JB_ELEMENT_SIZE.
262         * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
263         for MAX_REGISTER_RAW_SIZE arrays.
264         (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
265         MIPS_LINUX_JB_ELEMENT_SIZE.
266
267 2002-08-19  Pierre Muller  <[email protected]>
268
269         * i387-tdep.c (i387_print_float_info): Fix typo in comment.
270
271 2002-08-19  Aidan Skinner <[email protected]>
272
273         * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
274         ada-valprint.c ada-tasks.c.
275         (YYFILES): Add ada-exp.y.
276         (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
277         (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
278         (ada-exp.tab.o): New target.
279                 
280 2002-08-18  Andrew Cagney  <[email protected]>
281
282         * regcache.c (regcache_xfer_part): New function.
283         (regcache_raw_read_part): New function.
284         (regcache_raw_write_part): New function.
285         (regcache_cooked_read_part): New function.
286         (regcache_cooked_write_part): New function.
287         * regcache.h (regcache_raw_read_part): Declare.
288         (regcache_raw_write_part): Declare.
289         (regcache_cooked_read_part): Declare.
290         (regcache_cooked_write_part): Declare.
291
292 2002-08-18  Daniel Jacobowitz  <[email protected]>
293
294         * remote.c (remote_open_1): Add async_p.
295         (remote_async_open_1): Delete.
296         (open_remote_target): Delete.
297         (remote_open, extended_remote_open): Update calls to remote_open_1.
298         (remote_async_open, extended_remote_async_open): Call
299         remote_open_1 instead of remote_async_open_1.
300
301 2002-08-19  Mark Kettenis  <[email protected]>
302
303         * blockframe.c: Fix a few coding standard violations.
304
305 2002-08-19  Mark Kettenis  <[email protected]>
306
307         * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
308         here from ...
309         * config/i386/tm-i386sco5.h: ... here.  File removed.
310         * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
311
312         * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
313         * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
314         (TM_FILE): Set to tm-i386.h.
315         * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
316         * config/i386/tm-i386v.h: Remove file.
317         * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
318         instead of "i386/tm-i386v.h".
319         (START_INFERIOR_TRAPS_EXPECTED): Remove define.
320         * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
321         "i386/tm-i386v.h".
322         (START_INFERIOR_TRAPS_EXPECTED): Remove define.
323         * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
324         "i386/tm-i386.h".
325
326 2002-08-18  Mark Kettenis  <[email protected]>
327
328         * config/i386/nm-i386v.h: Add protection against
329         multiple-inclusion.
330         (i386_register_u_addr): Remove prototype.
331         (register_u_addr): New prototype.
332         (REGISTER_U_ADDR): Redefine accordingly.
333         * i386v-nat.c: Improve several comments.
334         (i386_register_u_addr): Change signature and rename to
335         register_u_addr.  Use FP_REGNUM_P.  Rewrite slightly to get rid of
336         ubase variable.
337
338 2002-08-18  Andrew Cagney  <[email protected]>
339
340         * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
341         (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
342         * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
343         deprecated_extract_return_value.
344         (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
345         rename mips_o32o64_push_arguments.
346         (mips_gdbarch_init): Update.
347         (mips_extract_return_value): Delete.
348         (mips_o32_extract_return_value): Clone mips_extract_return_value.
349         (mips_o64_extract_return_value): Clone mips_extract_return_value.
350         (mips_eabi_extract_return_value): Clone mips_extract_return_value.
351         (mips_n32n64_extract_return_value): Clone
352         mips_extract_return_value.
353         (mips_store_return_value): Delete.
354         (mips_o32_store_return_value): Clone mips_store_return_value.
355         (mips_o64_store_return_value): Clone mips_store_return_value.
356         (mips_eabi_store_return_value): Clone mips_store_return_value.
357         (mips_n32n64_store_return_value): Clone mips_store_return_value.
358
359 2002-08-18  Aidan Skinner <[email protected]>
360
361         * ada-lang.c: Use gdb_string.h instead of <string.h>.
362         * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
363                 
364 2002-08-18  Aidan Skinner <[email protected]>
365
366         * ada-lang.c: Run through gdb_indent.sh.
367         * ada-lang.h: Run through gdb_indent.sh.
368         * ada-tasks.c: Run through gdb_indent.sh.
369         * ada-typeprint.c: Run through gdb_indent.sh.
370         * ada-valprint.c: Run through gdb_indent.sh.
371
372 2002-08-18  Andrew Cagney  <[email protected]>
373
374         * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
375         ABI.
376
377 2002-08-18  Mark Kettenis  <[email protected]>
378
379         * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
380
381         * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
382         * i386b-nat.c [FLOAT_INFO]: Remove dead code.
383
384         * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
385         write_register_gen instead of write_register_bytes.
386
387         * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
388         i[3456]-*-osf1mk* configurations have been made obsolete.
389         * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
390         i[3456]86-*-osf1mk* hosts obsolete.
391         * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
392         targets obsolete.
393         * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
394         config/i386/xm-i386mach.h, config/i386/i386m3.mh,
395         config/i386/i386m3.mt, config/i386/nm-m3.h,
396         config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
397         config/i386/i386mk.mh, config/i386/i386mk.mt,
398         config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
399         obsolete.
400         * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
401         * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
402         (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
403
404 2002-08-18  Andrew Cagney  <[email protected]>
405
406         * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
407         (hppa_value_returned_from_stack): Declare.
408         (hppa_extract_return_value): Declare.
409         * config/pa/hppa.mt: New file.
410         * configure.tgt: Recognize hppa*-*-*.
411         * MAINTAINERS: Change HPPA target to hppa-elf.  Still broken.
412
413 2002-08-18  Mark Kettenis  <[email protected]>
414
415         * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
416         comment.
417
418 2002-08-17  Mark Kettenis  <[email protected]>
419
420         * top.c (gdb_rl_operate_and_get_next): Make sure
421         operate-and-get-next functions correctly even when the history
422         list is completely filled.
423
424 2002-08-18  Andrew Cagney  <[email protected]>
425
426         * MAINTAINERS (Target Instruction Set Architectures): Rename
427         Target/Architectures.  Replace vax-dec-vms5.5 with vax-netbsd.
428         Replace s390-linux with s390-linux-gnu.  Remove i386-aout,
429         mcore-pe, mips64-elf, sparc64-elf.  Remove i586-pc-msdosdjgpp,
430         already listed under Host/Native.
431
432         * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
433         i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*.  Add
434         mips*-*-*.
435
436 2002-08-17  Andrew Cagney  <[email protected]>
437
438         * config/ia64/ia64.mt: New file.
439         * config/alpha/alpha.mt: New file.
440         * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
441         ia64-linux-gnu.  Mention that ia64-elf is broken.
442         * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
443
444 2002-08-17  Mark Kettenis  <[email protected]>
445
446         * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
447         generic_func_frame_valid instead of func_frame_valid.
448
449 2002-08-16  Joel Brobecker  <[email protected]>
450
451         * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
452         procfs appears to be broken when debugging on multi-processor
453         machines. So enable software single stepping in order to avoid
454         using the procfs interface to do next/step operations, using
455         internal breakpoints instead.
456
457         * infrun.c (handle_inferior_event): Readjust the stop_pc by
458         DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
459         make this pc address equal to the value it would have if the
460         system stepping capability was used. Also set a new flag used
461         to ensure that we don't readjust the PC one more time later.
462
463         * breakpoint.c (bpstat_stop_status): Do not adjust the PC
464         address by DECR_PC_AFTER_BREAK when software single step is
465         in use for this architecture, as this has already been taken
466         care of in handle_inferior_event().
467
468 2002-08-16  Joel Brobecker  <[email protected]>
469
470         * infrun.c (handle_inferior_event): Minor reformatting, to make
471         a rather long condition expression easier to read.
472
473 2002-08-16  Andrew Cagney  <[email protected]>
474
475         * Makefile.in (gdbtk.o): Move to end of file.
476         (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
477         (gdbtk-hooks.o, gdbtk-register.o): Ditto.
478         (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
479         (gdbtk-wrapper.o, gdbres.o): Ditto.
480
481 2002-08-16  Andrew Cagney  <[email protected]>
482
483         * Makefile.in (copying.o): Separate out compile rule.
484         (hpux-thread.o, procfs.o, signals.o): Ditto.
485         (v850ice.o, z8k-tdep.o): Ditto.
486         (tui-file.o): Move to TUI section.
487         (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
488         (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
489
490 2002-08-16  Joel Brobecker  <[email protected]>
491
492         * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
493         skip_trampoline_code, for better namespace-proofing.   
494
495         * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
496
497 2002-08-16  Joel Brobecker  <[email protected]>
498
499         * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
500
501 2002-08-16  Joel Brobecker  <[email protected]>
502
503         * infrun.c (handle_inferior_event): When receiving a SIGTRAP
504         signal, check whether we hit a breakpoint before checking for a
505         single step breakpoint. Otherwise, GDB fails to notice that a
506         breakpoint has been hit when stepping onto a breakpoint.
507
508 2002-08-16  Keith Seitz  <[email protected]>
509
510         * gdb-events.sh (clear_gdb_event_hooks): New function.
511         * gdb-events.c: Regenerate.
512         * gdb-events.h: Regenerate.
513
514 2002-08-16  Andrew Cagney  <[email protected]>
515
516         * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
517         not_a_sw_breakpoint.
518         * breakpoint.h (bpstat_stop_status): Add parameter names.
519
520 2002-08-16  Grace Sainsbury  <[email protected]>
521
522         * remote.c (remote_insert_hw_breakpoint)
523         (remote_remove_hw_breakpoint): Fix calculation of length field
524         for Z-packet.
525
526 2002-08-15  Michael Snyder  <[email protected]>
527
528         * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
529         (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
530         (supply_fpregset): Ditto.
531         
532         * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL, 
533         REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE, 
534         MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
535         (TARGET_READ_SP): Delete.
536         (DO_REGISTERS_INFO): Delete.
537         (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
538         Delete.
539         (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
540         from macros to functions.
541
542         * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
543         (mips_register_convertible, mips_register_convert_to_virtual,
544         mips_register_convert_to_raw): Make static.
545         (mips_read_sp): New function.
546         (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
547         (mips_do_registers_info): Make static.
548         (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
549         (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
550         (mips_register_convert_from_type, mips_register_convert_to_type):
551         New functions.
552         (mips_gdbarch_init): Set up function_start_offset, 
553         register_virtual_size, pc_in_sigtramp.
554
555 2002-08-15  Andrew Cagney  <[email protected]>
556
557         * infcmd.c (vector_info): New function.
558         (_initialize_infcmd): Add command "info vector".
559         (print_vector_info): New function.
560
561         * gdbarch.sh (PRINT_VECTOR_INFO): New method
562         * gdbarch.h, gdbarch.c: Regenerate.
563
564 2002-08-15  Andrew Cagney  <[email protected]>
565
566         * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
567         ``print_all''.  Only print vector registers when ``print_all''.
568
569 2002-08-15  Andrew Cagney  <[email protected]>
570
571         * i387-tdep.h (i387_print_float_info): Add `args' parameter.
572         * i387-tdep.c (i387_print_float_info): Add `args' parameter.
573
574         * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
575         Add `args' parameter.
576         * gdbarch.h, gdbarch.c: Regenerate.
577         
578         * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
579         
580         * infcmd.c (float_info): Call print_float_info.
581         (print_float_info): New function.  By default, print the
582         floating-point registers.
583
584         * arch-utils.h (default_print_float_info): Delete declaration.
585         * arch-utils.c (default_print_float_info): Delete function.
586         
587 2002-08-16  Mark Kettenis  <[email protected]>
588
589         * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
590         out define.
591
592         * i387-tdep.c (i387_print_float_info): Add comment about ignoring
593         FRAME.
594
595         * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
596         * configure.host: Make i[3456]86-*-aix host obsolete.
597         * configure.tgt: Make i[3456]86-*-aix target obsolete.
598         * config/i386/i386aix.mh, config/i386/i386aix.mt,
599         config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
600         config/i386/xm-i386aix.h: Make files obsolete.
601         * i386aix-nat.c: Make file obsolete.
602         * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
603         (i386aix-nat.o): Make target obsolete.
604
605         * config/i386/nm-gnu.h: Removed.
606         * config/i386/nm-i386gnu.h: New file.
607         (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
608         THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
609         Moved here from ...
610         * config/i386/tm-i386gnu.h: ... here.  Removed.
611         * config/i386/xm-i386gnu.h: Removed.
612         * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
613         (NAT_FILE): Set to nm-i386gnu.h.
614         * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
615         * i386-tdep.c: New file.
616         * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
617         (i386gnu-tdep.o): Specify dependencies.
618
619 2002-08-15  Mark Kettenis  <[email protected]>
620
621         * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
622         "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
623         Adjust a few comments to reflect reality a bit closer.
624         (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
625         TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
626         HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
627         target_insert_watchpoint, target_remove_watchpoint):
628         Move defines to ...
629         * config/i386/nm-i386sco5.h: ... here.
630         (kernel_u_size): Add prototype.  Improve a few comments and add
631         protection against multiple inclusion.
632         
633         * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
634         out define.
635
636         * uw-thread.c (SP_ARG0): Define if not already defined.
637         * config/i386/tm-i386.h (SO_ARG0): Remove define.
638
639         * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
640
641         * config/i386/tm-i386.h: Don't include "regcache.h".
642
643         * i387-tdep.h (i387_print_float_info): New prototype.
644         * i387-tdep.c (print_i387_value, print_i387_ext,
645         print_i387_status_word, print_i387_control_word): Add `struct
646         ui_file *' argument and use it for output.
647         (i387_print_float_info): Renamed from i387_float_info.  Add
648         `struct gdbarch *' and `struct ui_file *' arguments and use the
649         latter for output.
650         * i386-tdep.c: Include "i387-tdep.h".
651         (i386_gdbarch_init): Set print_float_info.
652         * config/i386/tm-i386.h (i387_float_info): Remove prototype.
653         (FLOAT_INFO): Remove define.
654
655 2002-08-13  Michael Snyder  <[email protected]>
656
657         * mips-tdep.c (mips_push_arguments): Rename to
658         mips_eabi_push_arguments, and tune for EABI.
659         (MIPS_REGS_HAVE_HOME_P): Delete.
660         (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
661         (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
662         Delete references to mips_regs_have_home_p.
663
664 2002-08-14  Keith Seitz  <[email protected]>
665
666         * Makefile.in (install-gdbtk): Create insight plugin directory.
667         Install plugins.tcl file.
668
669 2002-08-14  Keith Seitz  <[email protected]>
670
671         * configure.in: Move SUBDIRS to near top of the file so that
672         --enable options may add things to it.
673         If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
674         * configure: Regenerate.
675
676 2002-08-13  Michael Snyder  <[email protected]>
677
678         * mips-tdep.c (mips_o32o64_push_arguments):  New function, 
679         cloned from mips_push_arguments, tuned for o32/o64 ABI.
680         (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
681
682 2002-08-13  Andrew Cagney  <[email protected]>
683
684         * vax-tdep.c (vax_get_saved_register): Delete function.
685         (vax_gdbarch_init): Update.
686         * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
687         (ns32k_gdbarch_init): Update.
688         * alpha-tdep.c (alpha_get_saved_register): Delete function.
689         (alpha_gdbarch_init): Update.
690
691 2002-08-13  Andrew Cagney  <[email protected]>
692
693         * regcache.c (init_regcache_descr): Overallocate the
694         raw_register_valid_p array including space for NUM_PSEUDO_REGS.
695         (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
696         nr_raw_registers.
697         (set_register_cached): Add range checking assertions.  Use
698         current_regcache.
699
700 2002-08-13  Mark Kettenis  <[email protected]>
701
702         * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
703         numbers for MMX registers.
704
705 2002-08-13  Andrew Cagney  <[email protected]>
706
707         * i386-tdep.c (i386_gdbarch_init): Use
708         generic_unwind_get_saved_register.
709
710 2002-08-13  Kevin Buettner  <[email protected]>
711
712         * procfs.c (procfs_can_use_hw_breakpoint): New function.
713         (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
714         target vector.
715         * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
716         Delete.  Add comment regarding this now-deleted target method.
717
718 2002-08-13  Stephane Carrez  <[email protected]>
719
720         * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
721         (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
722         (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
723         real PC and the page number (if it's within the memory bank window).
724         (m68hc11_pseudo_register_write): Likewise when saving.
725         (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
726         (m68hc11_register_virtual_type): Return uint32 for virtual pc.
727         (m68hc11_register_raw_size): And use 32-bit for it.
728         (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
729         16K memory bank is used by the prog; also use the virtual pc.
730
731 2002-08-13  Stephane Carrez  <[email protected]>
732
733         * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
734         (m68hc11_gdbarch_init): Install it in gdbarch.
735         (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
736         (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
737         (MSYMBOL_SIZE): New for documentation.
738         (insn_return_kind): Enum to specify how a function returns.
739         (frame_extra_info): Cleanup and record the return mode.
740         (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page 
741         register in address computation.
742         (m68hc11_get_return_insn): New to obtain the return instruction used
743         by the function.
744         (m68hc11_frame_init_saved_regs): Take into account the return
745         instruction used by the function for far and interrupt functions.
746         (m68hc11_init_extra_frame_info): Take into account page register.
747         (m68hc11_frame_args_address): Adjust according to the return mode.
748         (show_regs): Print page register only when it's used.
749
750 2002-08-13  Stephane Carrez  <[email protected]>
751
752         * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
753         (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
754         (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
755         registers.
756         (m68hc11_register_raw_size): Likewise.
757
758 2002-08-13  Andrew Cagney  <[email protected]>
759
760         * i386-tdep.c (i386_register_name): Handle mmx registers.
761         (mmx_regnum_p): New function.
762         (i386_mmx_names): New array.
763         (mmx_num_regs): New variable.
764         (i386_pseudo_register_read): New function.
765         (i386_pseudo_register_write): New function.
766         (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
767
768         * regcache.c (regcache_raw_read_unsigned): New function.
769         (regcache_raw_read_signed): New function.
770         * regcache.h (regcache_raw_read_unsigned): Declare.
771         (regcache_raw_read_signed): Declare.
772
773 2002-08-13  Andrew Cagney  <[email protected]>
774
775         * regcache.c (regcache_raw_read_as_address): Delete function.
776         (regcache_cooked_read_signed): New function.
777         (regcache_cooked_read_unsigned): New function.
778         * regcache.h (regcache_cooked_read_signed): Declare.
779         (regcache_cooked_read_unsigned): Declare.
780         (regcache_raw_read_as_address): Delete declaration.
781
782         * blockframe.c (generic_read_register_dummy): Use
783         regcache_cooked_read_unsigned.
784         * i386-tdep.c (i386_extract_struct_value_address): Use
785         regcache_cooked_read_unsigned.
786
787 2002-08-13  Stephane Carrez  <[email protected]>
788
789         * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
790         double sizes according to ELF ABI flags.
791         (gdbarch_tdep): Record elf_flags.
792
793 2002-08-13  Stephane Carrez  <[email protected]>
794
795         * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
796         (m6812_prolog): They can appear in 68HC12 function prologue.
797         (m68hc11_frame_chain): Cleanup.
798
799 2002-08-12  Andrew Cagney  <[email protected]>
800
801         * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
802         declarations.
803         * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
804         (i386_linux_register_raw_size): Delete function.
805         (i386_linux_init_abi): Update.
806         * i386-tdep.c (i386_register_raw_size): Delete function.
807         (i386_register_byte): Delete function.
808         (i386_gdbarch_init): Update.
809         (i386_register_size): Delete array.
810         (i386_register_offset): Delete array.
811
812         * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
813         (REGISTER_RAW_SIZE): Delete macro.
814         * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
815         (REGISTER_BYTE): Delete macro.
816
817 2002-08-11  Aidan Skinner <[email protected]>
818
819         * ada-lang.c (ada_lookup_partial_symbol)
820         (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
821         prototype names so that grep ^func works properly.
822
823         * ada-lang.c (ada_array_element_type)
824         (ada_lookup_partial_symbol): Fix typos in parameter list.
825
826         * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
827         Fix prototype names so that grep ^func works properly.
828         
829 2002-08-10  Andrew Cagney  <[email protected]>
830             Elena Zannoni  <[email protected]>
831             Martin M. Hunt  <[email protected]>
832
833         * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
834         (build_builtin_type_vec128i): Set the vector bit.
835         * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
836         * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
837         (build_builtin_type_vec64): New function.
838         (build_builtin_type_vec64i): New function.
839         (build_gdbtypes): Initialize builtin_type_vec64 and
840         builtin_type_vec64i.
841
842 2002-08-09  Andrew Cagney  <[email protected]>
843
844         * regcache.c (regcache_dump): Compare the register offset
845         with REGISTER_BYTE.
846         * arch-utils.c (generic_register_byte): New function.
847         * arch-utils.h (generic_register_byte): Declare.
848         * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
849         * gdbarch.h, gdbarch.c: Regenerate.
850
851 2002-08-09  Andrew Cagney  <[email protected]>
852
853         * regcache.c: Include "gdbcmd.h"
854         (_initialize_regcache): Add commands "maintenance print
855         registers", "maintenance print raw-registers" and "maintenance
856         print cooked-registers".
857         (enum regcache_dump_what): Define.
858         (dump_endian_bytes): New function.
859         (regcache_dump): New function.
860         (regcache_print): New function.
861         (maintenance_print_registers): New function.
862         (maintenance_print_raw_registers): New function.
863         (maintenance_print_cooked_registers): New function.
864         * Makefile.in (regcache.o): Update dependencies.
865
866 2002-08-09  Michael Snyder  <[email protected]>
867
868         * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
869         (mips_push_arguments): Correct some comments.  Use paddr_nz
870         for printing addresses in debug output.  Replace static
871         allocation using MAX_REGISTER_RAW_SIZE with alloca.
872         (mips_n32n64_push_arguments): New function, cloned from
873         mips_push_arguments and tuned for the n32/n64 ABI.
874         (mips_push_register): Buffer needs dynamic allocation.
875         (mips_print_register): Ditto.
876         (do_gp_register_row): Ditto.
877         (mips_store_return_value): Ditto.
878         (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
879
880 2002-08-09  Don Howard  <[email protected]>
881
882         * memattr.c (mem_info_command): Print special case of upper bound
883         as max CORE_ADDR + 1.
884
885 2002-08-08  Michael Snyder  <[email protected]>
886
887         * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only 
888         returns structs by ref if they're too big to fit in two registers.
889
890 2002-08-09  Kevin Buettner  <[email protected]>
891
892         * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
893         saved regs value.
894         (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
895         mips_find_saved_regs().
896         (mips_pop_frame): Likewise.
897
898 2002-08-09  Kevin Buettner  <[email protected]>
899
900         * blockframe.c (frame_saved_regs_register_unwind): Revise
901         PC_IN_CALL_DUMMY assertion to only apply when generic dummy
902         frames are in use.
903
904 2002-08-09  Grace Sainsbury  <[email protected]>
905         
906         * remote.c: (remote_wait, remote_async_wait): Add check for awatch
907         T-packets; the 'a' is not taken as a register number.
908         (remote_check_watch_resources, remote_stopped_by_watchpoint)
909         (remote_stopped_data_address): New functions; add to target
910         vector.
911         (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
912         prototypes to match other implementations of this
913         function. replace integer argument with pointer -- the length
914         field in the Z-packet is the length of what is pointed to or 1 if
915         pointer is null. Add to target vector.
916         (remote_insert_watchpoint, remote_remove_watchpoint): Add to
917         target vector.
918
919         From Mark Salter:
920         * remote.c (remote_wait): Add support to extract optional
921         watchpoint information from T-packet. Ignore unrecognized
922         optional info in T-packet.
923         (remote_async_wait): Ditto.
924
925 2002-08-09  Corinna Vinschen  <[email protected]>
926
927         * cli/cli-dump.c: Change fopen modes to use binary open modes
928         as defined in include/fopen-bin.h throughout.
929
930 2002-08-08  Michael Snyder  <[email protected]>
931
932         * mips-tdep.c: Minor whitespace and indentation clean-ups.
933
934 2002-08-08  Kevin Buettner  <[email protected]>
935
936         * doublest.c (store_floating): Avoid floatformat_from_doublest()
937         assertion failure by returning early after a warning.
938
939 2002-08-08  Kevin Buettner  <[email protected]>
940
941         * mips-tdep.c (mips_find_saved_regs): Make static.
942         (mips_frame_init_saved_regs): New function.
943         (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
944         * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
945         (mips_find_saved_regs): Delete declaration.
946
947 2002-08-08  Grace Sainsbury  <[email protected]>
948
949         * remote.c (remote_wait, remote_async_wait): Change
950         thread_num from int to ULONGEST.
951         (unpack_varlen_hex): Change result parameter from
952         int * to ULONGEST *.
953
954 2002-08-08  Andrew Cagney  <[email protected]>
955
956         * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
957         powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
958         powerpc*-*-*.
959         * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
960
961 2002-08-08  Andrew Cagney  <[email protected]>
962
963         * gcore.c (override_derive_stack_segment): Delete variable.
964         (preempt_derive_stack_segment): Delete function.
965         (derive_stack_segment): Delete function.
966         (default_derive_stack_segment): Renamed to derive_stack_segment.
967         (override_derive_heap_segment): Delete variable.
968         (preempt_derive_heap_segment): Delete function.
969         (derive_heap_segment): Delete function.
970         (default_derive_heap_segment): Rename to derive_heap_segment.
971
972 2002-08-06  Michael Snyder  <[email protected]>
973
974         * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
975         * mips-tdep.c (mips_EABI_use_struct_convention, 
976         mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
977         New functions.  (mips_use_struct_convention): Delete.
978         (mips_gdbarch_init): set use_gdbarch_convention.
979
980 2002-08-06  Michael Snyder  <[email protected]>
981
982         *  mips-tdep.c: gdbarch-ify reg_struct_has_addr.
983         (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr, 
984         mips_o32_reg_struct_has_addr): New functions.
985         (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
986
987 2002-08-07  Andrew Cagney  <[email protected]>
988
989         * regcache.c (pseudo_register): Delete function.
990         (fetch_register): Delete function.
991         (store_register): Delete function.
992         (regcache_raw_read, legacy_read_register_gen): Use
993         target_fetch_registers instead of fetch_register.
994         (legacy_write_register_gen, regcache_raw_write): Use
995         target_store_register instead of store_register.
996         (write_register_bytes): Ditto.
997
998         * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
999         (STORE_PSEUDO_REGISTER): Delete.
1000         * gdbarch.h, gdbarch.c: Regenerate.
1001
1002 2002-08-06  Corinna Vinschen  <[email protected]>
1003
1004         * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
1005         write dump file binary.
1006
1007 2002-08-05  Michael Snyder  <[email protected]>
1008
1009         *  mips-tdep.c (mips_find_saved_regs): Adjust stack according
1010         to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64.  Enhance comment.
1011         (mips_gdbarch_init): Set N32 target to be mips64.
1012
1013 2002-08-06  Kevin Buettner  <[email protected]>
1014
1015         * frame.c (find_saved_register): Break out of loop once saved
1016         register address is found.  Don't mention sparc in loop comment
1017         anymore.
1018
1019 2002-08-06  Kevin Buettner  <[email protected]>
1020
1021         * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
1022         mips_default_saved_regsize to 8.
1023
1024 2002-08-06  Andrew Cagney  <[email protected]>
1025
1026         * gcore.c: Do not include <sys/procfs.h>.
1027         * Makefile.in (gcore.o): Update dependencies.
1028
1029 2002-08-06  Andrew Cagney  <[email protected]>
1030
1031         * configure.tgt: Make arc-*-* obsolete.
1032         * NEWS: Mention that arc-*-* has been identifed as obsolete.
1033         * MAINTAINERS: Make arc-elf obsolete.
1034         * arc-tdep.c: Make file obsolete.
1035         * config/arc/arc.mt: Ditto.
1036         * config/arc/tm-arc.h: Ditto.
1037
1038 2002-08-05  Theodore A. Roth  <[email protected]>
1039
1040         * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
1041
1042 2002-08-05  Andrew Cagney  <[email protected]>
1043
1044         * mcore-tdep.c (mcore_gdbarch_init): Use
1045         generic_unwind_get_saved_register instead of
1046         generic_get_saved_register.
1047         * v850-tdep.c (v850_gdbarch_init): Ditto.
1048         * frv-tdep.c (frv_gdbarch_init): Ditto.
1049         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1050         * s390-tdep.c (s390_gdbarch_init): Ditto.
1051         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
1052         * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
1053         * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
1054
1055 2002-08-05  Joel Brobecker  <[email protected]>
1056
1057         * objfiles.h: Add missing #include "symfile.h"
1058
1059         * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
1060
1061 2002-08-04  Andrew Cagney  <[email protected]>
1062
1063         From 2002-08-01 david carlton <[email protected]>:
1064         * hpread.c (hpread_read_struct_type): Deleted superfluous setting
1065         of FIELD_BITSIZE.
1066
1067 2002-08-04  Daniel Jacobowitz  <[email protected]>
1068
1069         * NEWS: Cleanup and nitpick.
1070
1071 2002-08-03  Andrew Cagney  <[email protected]>
1072
1073         * NEWS: Cleanup.  Use *-linux*-gnu*.  Only use `*' for headings.
1074
1075 2002-08-03  Andrew Cagney  <[email protected]>
1076
1077         * Makefile.in (gdbtk-bp.o): Update dependencies.
1078         (gdbtk-register.o): Ditto.
1079         (gdbtk-varobj.o): Ditto.
1080
1081 2002-08-03  Andrew Cagney  <[email protected]>
1082
1083         * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
1084         m68hc11_fetch_pseudo_register.
1085         (m68hc11_pseudo_register_write): Replace
1086         m68hc11_store_pseudo_register.
1087         (m68hc11_gdbarch_init): Update.
1088
1089 Fri Aug  2 15:53:50 2002  Andrew Cagney  <[email protected]>
1090
1091         * gdbarch.sh: Include "gdb_string.h".
1092         * gdbarch.c: Regenerate.
1093
1094         * regcache.c: Include "gdb_string.h".
1095         * ax-general.c: Ditto.
1096         * varobj.c: Ditto.
1097         * std-regs.c: Ditto.
1098         * fbsd-proc.c: Ditto.
1099         * thread.c: Ditto.
1100
1101         * Makefile.in (regcache.o): Update dependencies.
1102         (thread.o, gdbarch.o): Ditto.
1103         (ax-general.o, gdbarch.o): Ditto.
1104         (varobj.o, std-regs.o): Ditto.
1105         (fbsd-proc.o): Specify dependencies.
1106
1107 2002-08-02  Andrew Cagney  <[email protected]>
1108
1109         * regcache.c (regcache_cooked_read): Rename rawnum parameter to
1110         regnum.
1111         (regcache_cooked_write): Ditto.
1112
1113 2002-08-02  Andrew Cagney  <[email protected]>
1114
1115         * regcache.c (regcache_cooked_read): New function.
1116         (regcache_cooked_write): New function.
1117         (read_register_gen): Rewrite using regcache_cooked_read.
1118         (write_register_gen): Rewrite using regcache_cooked_write.
1119
1120         * regcache.h (regcache_cooked_read, regcache_cooked_write):
1121         Declare.
1122
1123 2002-08-02  Andrew Cagney  <[email protected]>
1124
1125         * gdbarch.sh (pseudo_register_read, pseudo_register_write):
1126         Replace the architecture methods register_read and register_write.
1127         * gdbarch.h, gdbarch.c: Regenerate.
1128         * regcache.c (init_regcache_descr): Update.
1129         (read_register_gen): Update.
1130         (write_register_gen): Update.
1131         (supply_register): Update comment.
1132
1133         * sh-tdep.c (sh_gdbarch_init): Update.
1134         (sh_pseudo_register_read, sh64_pseudo_register_read): Add
1135         `regcache' and `gdbarch' parameters.  Make `buffer' a void
1136         pointer.  Update code.
1137         (sh_pseudo_register_write, sh64_pseudo_register_write): Add
1138         `regcache' and `gdbarch' parameters.  Make `buffer' a constant
1139         void pointer.  Update code.
1140         (sh64_register_write): Delete.
1141         (sh4_register_read): Delete.
1142         (sh64_register_read): Delete.
1143         (sh4_register_write): Delete.
1144         (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
1145         void pointer, `to' parameter a void pointer.
1146         (sh_sh64_register_convert_to_raw): Ditto.
1147
1148 2002-08-01  Kevin Buettner  <[email protected]>
1149
1150         * mips-tdep.c (mips_register_virtual_type): Use architecture
1151         invariant return values.
1152
1153 2002-08-01  Andrew Cagney  <[email protected]>
1154
1155         * linux-proc.c: Include "gdb_string.h".
1156         * Makefile.in (linux-proc.o): Update dependency list.
1157
1158 2002-08-01  Kevin Buettner  <[email protected]>
1159
1160         * mips-tdep.c (mips_gdbarch_init): Add comments.  Fix typo in
1161         comment.
1162
1163 2002-08-01  Grace Sainsbury  <[email protected]>
1164
1165         * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
1166         to_insert_watchpoint, to_remove_watchpoint,
1167         to_stopped_by_watchpoint, to_stopped_data_address,
1168         to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
1169         target vecctor. Define their corresponding macros so they call
1170         them.
1171         
1172         * target.c: Add default and debug versions of for
1173         to_insert_hw_breakpoint, to_remove_hw_breakpoint,
1174         to_insert_watchpoint, to_remove_watchpoint,
1175         to_stopped_by_watchpoint, to_stopped_data_address,
1176         to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
1177
1178 2002-08-01  Kevin Buettner  <[email protected]>
1179
1180         * mips-tdep.c (mips_register_virtual_type): New function.
1181         (mips_gdbarch_init): Register mips_register_virtual_type()
1182         with gdbarch machinery.
1183         * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
1184         this file instead of tm-bigmips.h.
1185         (MIPS_REGSIZE): Delete this macro.
1186         (REGISTER_VIRTUAL_TYPE): Delete macro.  Undef macro so that
1187         multiarch version in mips-tdep.c will be found.
1188
1189 2002-08-01  Andrew Cagney  <[email protected]>
1190
1191         * NEWS: Menion that CHILL has been made obsolete.
1192
1193         * gdbtypes.c (chill_varying_type): Make chill references obsolete.
1194         * gdbserver/Makefile.in: Ditto.
1195         * stabsread.c (read_range_type): Ditto.
1196         * gdbtypes.h: Ditto.
1197         * language.c (binop_type_check): Ditto.
1198         (binop_result_type): Ditto.
1199         (integral_type): Ditto.
1200         (character_type): Ditto.
1201         (string_type): Ditto.
1202         (boolean_type): Ditto.
1203         (structured_type): Ditto.
1204         (lang_bool_type): Ditto.
1205         (binop_type_check): Ditto.
1206         * language.h (_LANG_chill): Ditto.
1207         * dwarfread.c (set_cu_language): Ditto.
1208         * dwarfread.c (CHILL_PRODUCER): Ditto.
1209         * dwarfread.c (handle_producer): Ditto.
1210         * expression.h (enum exp_opcode): Ditto.
1211         * eval.c: Ditto for comments.
1212         * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
1213         * expprint.c (print_subexp): Ditto.
1214         (print_subexp): Ditto.
1215         * valops.c (value_cast): Ditto.
1216         (search_struct_field): Ditto.
1217         * value.h (COERCE_VARYING_ARRAY): Ditto.
1218         * symfile.c (init_filename_language_table): Ditto.
1219         (add_psymbol_with_dem_name_to_list): Ditto.
1220         * valarith.c (value_binop): Ditto.
1221         (value_neg): Ditto.
1222         * valops.c (value_slice): Ditto.
1223         * symtab.h (union language_specific): Ditto.
1224         (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
1225         (SYMBOL_DEMANGLED_NAME): Ditto.
1226         (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
1227         * defs.h (enum language): Ditto.
1228         * symtab.c (got_symtab): Ditto.
1229         * utils.c (fprintf_symbol_filtered): Ditto.
1230
1231         * ch-typeprint.c: Make file obsolete.
1232         * ch-valprint.c: Make file obsolete.
1233         * ch-lang.h: Make file obsolete.
1234         * ch-exp.c: Make file obsolete.
1235         * ch-lang.c: Make file obsolete.
1236
1237         * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
1238         CHILL_LIB.
1239         (TARGET_FLAGS_TO_PASS): Ditto.
1240         (CHILLFLAGS): Obsolete.
1241         (CHILL): Obsolete.
1242         (CHILL_FOR_TARGET): Obsolete.
1243         (CHILL_LIB): Obsolete.
1244         (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
1245         ch-valprint.c.
1246         (HFILES_NO_SRCDIR): Remove ch-lang.h.
1247         (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
1248         ch-lang.o.
1249         (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
1250         targets.
1251
1252 2002-07-31  Joel Brobecker  <[email protected]>
1253
1254         * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
1255         This does not change anything at the moment, but will be helpful
1256         later when full Ada support is integrated.
1257
1258 2002-07-31  Kevin Buettner  <[email protected]>
1259
1260         * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
1261         help message.
1262
1263 2002-07-31  Kevin Buettner  <[email protected]>
1264
1265         * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
1266         and save it in a local variable.  Use variable in later test.
1267
1268 2002-07-31  Kevin Buettner  <[email protected]>
1269
1270         * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
1271         test.  (Thanks to Daniel Jacobowitz.)
1272         
1273 2002-07-31  Kevin Buettner  <[email protected]>
1274
1275         * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
1276         (mips_abi_strings): Add "n64".
1277         (mips_gdbarch_init): Add test for n64 abi.  Add MIPS_ABI_N64 case.
1278
1279 2002-07-31  Kevin Buettner  <[email protected]>
1280
1281         * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
1282         (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
1283
1284 2002-07-31  Kevin Buettner  <[email protected]>
1285
1286         * utils.c (host_pointer_to_address, address_to_host_pointer):
1287         Use gdb_assert() instead of explicit call to internal_error().
1288
1289 2002-07-30  Kevin Buettner  <[email protected]>
1290
1291         * Makefile.in (rs6000-nat.o): Update dependencies.
1292
1293         From Nicholas Duffek:
1294         * Makefile.in (ALLDEPFILES): Add aix-thread.c.
1295         (aix-thread.o): New rule.
1296         * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
1297         * config/powerpc/aix432.mh: New file.
1298
1299 2002-07-30  Daniel Jacobowitz  <[email protected]>
1300
1301         * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
1302         (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
1303         (fetch_core_registers, ppc_linux_supply_gregset)
1304         (ppc_linux_supply_fpregset): New functions.
1305         (ppc_linux_regset_core_fns): New.
1306         (_initialize_ppc_linux_tdep): Call add_core_fns.
1307         * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
1308         and ppc_linux_supply_gregset.
1309         * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
1310         (supply_fpregset): Call ppc_linux_supply_fpregset.
1311         * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
1312         corelow.o.
1313         * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
1314
1315 2002-07-30  Daniel Jacobowitz  <[email protected]>
1316
1317         * symtab.c (lookup_symbol): Demangle before lowercasing.
1318
1319 2002-07-30  Andrew Cagney  <[email protected]>
1320
1321         * symtab.h: Replace #include "gdb_obstack.h" with opaque
1322         declaration.
1323         * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
1324         * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
1325         * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
1326         * arch-utils.c, cli/cli-setshow.c: Unconditionally include
1327         "gdb_string.h".
1328         * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
1329         (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
1330         (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
1331         (avr-tdep.o, mon960-rom.o): Ditto.
1332         (aout_stabs_gnu_h): Define.
1333         (symtab_h): Remove $(gdb_obstack_h).
1334
1335 2002-07-30  Jim Blandy  <[email protected]>
1336
1337         Patch from David Carlton <[email protected]>:
1338         * gdbinit.in: Move the `dir' commands that add GDB's own source
1339         directory to the search path to the end, so that the `gdb' source
1340         directory will be searched first.
1341
1342 2002-07-29  Andrew Cagney  <[email protected]>
1343
1344         * gdb_obstack.h: New file.
1345         * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
1346         (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
1347         * objfiles.h: Include "gdb_obstack.h".
1348         * Makefile.in (gdb_obstack_h): Define.
1349         (symtab_h): Add $(gdb_obstack_h).
1350         (objfiles_h): Add $(gdb_obstack_h).
1351         
1352         * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
1353         * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
1354         * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
1355         * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
1356         * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
1357         * p-valprint.c, symmisc.c, typeprint.c: Ditto.
1358         * symfile.c, coffread.c, c-typeprint.c: Ditto.
1359         * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
1360
1361         * Makefile.in (bcache.o): Update dependencies.
1362         (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
1363         (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
1364         (dbxread.o, dstread.o, f-typeprint.o): Ditto.
1365         (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
1366         (stabsread.o, symfile.o, symmisc.o): Ditto.
1367         (symtab.o, typeprint.o, macroexp.o): Ditto.
1368         (macrotab.o, mdebugread.o): Ditto.
1369         (f_lang_h, coff_sym_h, coff_symconst_h): Define.
1370         (coff_ecoff_h, aout_aout64_h): Define.
1371         (aout_stabs_gnu_h, libaout_h): Define.
1372
1373 2002-07-29  Andrew Cagney  <[email protected]>
1374
1375         * regcache.c (struct regcache_descr): Rename nr_registers to
1376         nr_cooked_registers.  Revise comments describing the structure
1377         member fields.
1378         (init_regcache_descr): Update.
1379         (init_legacy_regcache_descr): Update.
1380         (read_register_gen, write_register_gen): When a cooked register in
1381         the raw register range, directly access the value from the raw
1382         register cache.
1383
1384 2002-07-29  Andrew Cagney  <[email protected]>
1385
1386         * z8k-tdep.c: Do not include "obstack.h".
1387         * h8300-tdep.c, h8500-tdep.c: Ditto.
1388         * m68hc11-tdep.c, sh-tdep.c: Ditto.
1389         * valprint.c, v850-tdep.c: Ditto.
1390         * d10v-tdep.c, mn10300-tdep.c: Ditto.
1391         * mn10200-tdep.c: Ditto.
1392
1393         * Makefile.in (z8k-tdep.o): Update dependencies.
1394         (m68hc11-tdep.o, valprint.o): Ditto.
1395         (v850-tdep.o, d10v-tdep.o): Ditto.
1396         (mn10300-tdep.o, sparc-tdep.o): Ditto.
1397         (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
1398         (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
1399         (sh_opc_h, gdb_sim_sh_h): Define.
1400         (elf_sh_h, elf_bfd_h): Define.
1401         (opcode_m68hc11_h): Define.
1402         (OPCODES_SRC, OPCODES_DIR): define.
1403         (OPCODES): Use $(OPCODES_DIR).
1404         (gdb_sim_d10v_h): Rename sim_d10v_h.
1405         (gdb_sim_arm_h): Rename sim_arm_h.
1406
1407 2002-07-26  Kevin Buettner  <[email protected]>
1408
1409         * utils.c (host_pointer_to_address, address_to_host_pointer):
1410         Change internal_error() message to indicate function responsible
1411         for the error.
1412
1413 2002-07-26  Kevin Buettner  <[email protected]>
1414
1415         * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
1416         calls to local_hex_string_custom().
1417
1418 2002-07-26  Kevin Buettner  <[email protected]>
1419
1420         * irix5-nat.c: Move IRIX shared library support from here...
1421         * solib-irix.c: ...to here.  Revised substantially to work with
1422         generic solib framework.
1423
1424         * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
1425         * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
1426         * mips-irix-tdep.c: New file.
1427
1428         * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
1429         (mips-irix-tdep.o, solib-irix.o): New rules.
1430         * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
1431         solib-irix.o.
1432         * config/mips/irix6.mt (TDEPFILES): Likewise.
1433         * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
1434
1435 2002-07-26  Kevin Buettner  <[email protected]>
1436
1437         * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
1438         disabled (via ``#if 0'') includes.
1439
1440 2002-07-26  Kevin Buettner  <[email protected]>
1441
1442         * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
1443         (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
1444         (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
1445         Add support for the fpscr register.
1446         * rs6000-nat.c (regmap, fetch_inferior_registers)
1447         (store_inferior_registers, fetch_core_registers): Likewise.
1448
1449 2002-07-26  Kevin Buettner  <[email protected]>
1450
1451         * rs6000-nat.c (language.h): Include.
1452         (special_regs): Delete this array.
1453         (regmap): New function.
1454         (fetch_register, store_register):  Use regmap() to map gdb
1455         register numbers to ptrace register numbers.  Also, use
1456         outputs from regmap() to make decisions regarding type of
1457         ptrace() call to make.  In particular, don't compare against
1458         FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
1459         (fetch_inferior_registers, store_inferior_registers): Where
1460         possible, obtain register numbers from tdep struct.  Don't
1461         refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
1462         * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
1463         (LAST_UISA_SP_REGNUM): Delete.
1464         
1465 2002-07-25  Kevin Buettner  <[email protected]>
1466
1467         * rs6000-nat.c (ppc-tdep.h): Include.
1468         (fetch_registers, store_register, fetch_core_registers): Don't
1469         access registers[] directly.  Instead, use supply_register() or
1470         regcache_collect() as appropriate.
1471         (find_toc_address): Format hex address with local_hex_string().
1472
1473 2002-07-25  Andrew Cagney  <[email protected]>
1474
1475         * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
1476         bfd/elf32-frv.c.
1477
1478 2002-07-24  Tom Tromey  <[email protected]>
1479
1480         * jv-exp.y: Marked all strings with _().
1481         (ClassInstanceCreationExpression, ArrayCreationExpression): Use
1482         internal_error.
1483         (MethodInvocation, CastExpression, parse_number, yyerror,
1484         java_type_from_name, push_expression_name, yylex): Typo fixes.
1485
1486 2002-07-24  Daniel Jacobowitz  <[email protected]>
1487
1488         * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
1489         (tee_file_flush, tee_file_write, tee_file_fputs)
1490         (tee_file_isatty): New.
1491         * ui-file.h (tee_file_new): Add prototype.
1492
1493 2002-07-24  Aidan Skinner <[email protected]>
1494
1495         * ada-lang.c: Change k&r style function definitions to prototyped
1496         form.
1497         * ada-typeprint.c: Change k&r style function definitions to prototyped
1498         form.
1499         * ada-valprint.c: Change k&r style function definitions to prototyped
1500         form.
1501         
1502 2002-07-24  Andrew Cagney  <[email protected]>
1503
1504         * README: Remove reference to remote-bug.
1505         * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
1506         remote-bug.c.
1507         (m88k-nat.o): Delete rule.
1508         (m88k-tdep.o): Delete rule.
1509         (remote-bug.o): Delete rule.
1510         * MAINTAINERS: Mark as obsolete.
1511         * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
1512         * m88k-tdep.c: Make file obsolete.
1513         * config/m88k/m88k.mh: Ditto.
1514         * config/m88k/delta88v4.mh: Ditto.
1515         * config/m88k/delta88v4.mt: Ditto.
1516         * config/m88k/delta88.mt: Ditto.
1517         * config/m88k/delta88.mh: Ditto.
1518         * remote-bug.c: Ditto.
1519         * config/m88k/tm-delta88.h: Ditto.
1520         * config/m88k/nm-delta88v4.h: Ditto.
1521         * config/m88k/xm-delta88.h: Ditto.
1522         * config/m88k/xm-dgux.h: Ditto.
1523         * config/m88k/tm-m88k.h: Ditto.
1524         * config/m88k/nm-m88k.h: Ditto.
1525         * config/m88k/tm-delta88v4.h: Ditto.
1526         * m88k-nat.c: Ditto.
1527         * cxux-nat.c: Ditto.
1528         * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
1529         and m88*-*-* obsolete.
1530         * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
1531         m88*-*-* obsolete.
1532
1533 2002-07-24  Andrew Cagney  <[email protected]>
1534
1535         * findvar.c (extract_unsigned_integer): Make `addr' parameter
1536         constant.  Same for local pointer variables.
1537         (extract_signed_integer): Ditto.
1538         * defs.h (extract_unsigned_integer): Update.
1539         (extract_signed_integer): Update.
1540
1541 2002-07-24  Kevin Buettner  <[email protected]>
1542
1543         * gdbserver/configure.in (unistd.h): Add to AC_CHECK_HEADERS list.
1544         * gdbserver/configure: Regenerate.
1545         * gdbserver/config.in: Regenerate.
1546
1547 2002-07-24  Andrew Cagney  <[email protected]>
1548
1549         * regcache.c (regcache_raw_write): Change buf parameter to a
1550         constant void pointer.
1551         (regcache_raw_read): Change buf parameter to a void pointer.
1552         (legacy_write_register_gen): Change myaddr parameter a constant
1553         void pointer.
1554         (supply_register): Change val parameter to a const void pointer.
1555         * regcache.h (regcache_raw_write): Update declaration.
1556         (regcache_raw_read): Update declaration.
1557         (supply_register): Update declaration.
1558
1559 2002-07-24  Tom Tromey  <[email protected]>
1560
1561         * defs.h (gdb_readline_wrapper): Declare.
1562         * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
1563         * tracepoint.c (read_actions): Use gdb_readline_wrapper.
1564         * top.c (gdb_readline_wrapper): New function.
1565         (command_line_input): Use it.
1566
1567 2002-07-24  Andrew Cagney  <[email protected]>
1568
1569         * regcache.h (regcache_raw_read, regcache_raw_write): Replace
1570         regcache_read and regcache_write.
1571         (regcache_raw_read_as_address): Replace regcache_read_as_address.
1572         * regcache.c: Update.
1573         * sh-tdep.c (sh64_push_arguments): Update comment.
1574         (sh_pseudo_register_read): Update.
1575         (sh_pseudo_register_write): Update.
1576         (sh4_register_read): Update.
1577         (sh4_register_write): Update.
1578         (sh64_pseudo_register_read): Update.
1579         (sh64_pseudo_register_write): Update.
1580         (sh64_register_read): Update.
1581         (sh64_register_write): Update.
1582         * i386-tdep.c (i386_extract_return_value): Update.
1583         (i386_extract_struct_value_address): Update.
1584         (i386_extract_return_value): Update.
1585         * blockframe.c (generic_read_register_dummy): Update.
1586         (generic_call_dummy_register_unwind): Update
1587         * infrun.c (write_inferior_status_register): Update.
1588
1589 2002-07-23  Jim Blandy  <[email protected]>
1590
1591         * parser-defs.h (expression_context_pc): Make this extern.
1592         (Thanks to Michael Snyder.)
1593
1594 2002-07-23  Andrew Cagney  <[email protected]>
1595
1596         GDB 5.2.1 released from 5.2 branch.
1597         * NEWS: Mention changes in 5.2.1 including addition of AVR target.
1598         * README: Update to mention 5.2.1.
1599
1600 2002-07-23  Mark Salter  <[email protected]>
1601
1602         * remote.c (remote_read_bytes): Fix check for error.
1603
1604 2002-07-22  Kevin Buettner  <[email protected]>
1605
1606         * aix-thread.c (language.h): Include.
1607         (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
1608         (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
1609         Print newlines at end of debug messages.
1610         (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
1611         (pdc_write_data): Use local_hex_string() instead of %llx formats.
1612
1613 2002-07-22  Kevin Buettner  <[email protected]>
1614
1615         * aix-thread.c (ppc-tdep.h): Include.
1616         (special_register_p): New function.
1617         (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
1618         (store_regs_user_thread): Use register number information from
1619         gdbarch_tdep struct instead of hardcoded offsets relative to
1620         FIRST_UISA_SP_REGNUM.
1621         (fetch_regs_kernel_thread, store_regs_kernel_thread):  Call
1622         special_register_p() instead of using FPLAST_REGNUM and
1623         LAST_UISA_SP_REGNUM as lower and upper bounds on the special
1624         register numbers.  Also, don't assume that LAST_UISA_SP_REGNUM
1625         will be MQ's register number.
1626
1627 2002-07-22  Michael Snyder  <[email protected]>
1628
1629         * aix-thread.c (ops): Rename to aix_thread_ops.
1630         (base_ops): Rename to base_target.
1631         (ops_attach): Rename to aix_thread_attach.
1632         (ops_detach): Rename to aix_thread_detach.
1633         (ops_resume): Rename to aix_thread_detach.
1634         (ops_wait):   Rename to aix_thread_wait.
1635         (ops_kill):   Rename to aix_thread_kill.
1636         (init_ops):   Rename to init_aix_thread_ops.
1637         (ops_fetch_register): Rename to aix_thread_fetch_register.
1638         (ops_store_register): Rename to aix_thread_store_register.
1639         (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
1640         (ops_thread_alive):   Rename to aix_thread_thread_alive.
1641         (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
1642         (ops_pid_to_str):  Rename to aix_thread_pid_to_str.
1643         (ops_xfer_memory): Rename to aix_thread_xfer_memory.
1644         (fetch_regs_lib):  Rename to fetch_regs_user_thread.
1645         (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
1646         (store_regs_lib):  Rename to store_regs_user_thread.
1647         (store_regs_kern): Rename to store_regs_kernel_thread.
1648
1649 2002-07-22  Michael Snyder  <[email protected]>
1650
1651         * aix-thread.c (ops_prepare_to_store): Eliminate.
1652         (init_ops): Don't initialize ops.prepare_to_store.
1653         (store_regs_kern): Pre-fetch register buffers from child, 
1654         because some registers may not be in the cache.  Copy
1655         regs from register cache only if they are cached.
1656         (store_regs_lib): Copy regs from register cache only
1657         if they are cached.
1658         (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
1659         fill_gprs64): Ditto.
1660
1661 2002-07-22  Kevin Buettner  <[email protected]>
1662
1663         * aix-thread.c (gdb_assert.h): Include.
1664         (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
1665         register sizes (from register cache) match size of buffer holding
1666         register data.
1667         (fill_sprs32): Change parameter types to match those in the ptrace()
1668         buffer.
1669         (store_regs_lib): Likewise, but for 32-bit temporary variables.
1670         (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
1671
1672 2002-07-22  Michael Snyder  <[email protected]>
1673
1674         * aix-thread.c (supply_sprs64): Cosmetic change.
1675         (supply_sprs32): Cosmetic change.
1676         (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
1677         (fill_sprs64): Use regcache_collect instead of read_register.
1678         (store_regs_lib): Use regcache_collect instead of 
1679         read_register.  Use fill_sprs32 instead of fill_sprs64,
1680         if debugging a 32-bit architecture.
1681         (store_regs_kern): Use fill_gprs64 etc. to pull the values
1682         out of the register cache, instead of passing a pointer into
1683         the register cache directly to ptrace.  Use regcache_collect
1684         insteaad of read_register.
1685         (ops_prepare_to_store): Use target_read_registers instead
1686         of read_register_bytes.
1687
1688 2002-07-20  Aidan Skinner <[email protected]>
1689
1690         * MAINTAINERS: Add self under write after approval. 
1691                 
1692 2002-07-20  Aidan Skinner <[email protected]>
1693
1694         * ada-tasks.c: Change k&r style function definitions to prototyped
1695         form.
1696                 
1697 2002-07-19  Andrew Cagney  <[email protected]>
1698
1699         * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
1700         * x86-64-tdep.c: Include "objfiles.h".
1701         (x86_64_gdbarch_init): Set in_solib_call_trampoline to
1702         in_plt_section.  From 2002-07-18 Michal Ludvig <[email protected]>.
1703
1704 2002-07-17  Michal Ludvig  <[email protected]>
1705
1706         * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
1707         (update_context): Initialise cfa variable.
1708
1709 2002-07-17  Michael Snyder  <[email protected]>
1710
1711         * aix-thread.c: Shorten some long lines.  
1712         Bring comments into line with code spec.
1713
1714 2002-07-18  Joel Brobecker  <[email protected]>
1715
1716         * infrun.c: Re-indent using gdb_indent.sh.
1717
1718 2002-07-18  Joel Brobecker  <[email protected]>
1719
1720         * infrun.c (handle_inferior_event): Remove unneeded extra brace.
1721         Leave the indentation temporarily untouched, to minimize the diffs.
1722
1723 2002-07-18  Elena Zannoni  <[email protected]>
1724
1725         * stabsread.c: Make os9k sections of the code obsolete,
1726         for real this time.
1727         * stabsread.h: Make os9k sections of the code obsolete.
1728
1729 2002-07-18  Michal Ludvig <[email protected]>
1730
1731         * linux-low.c (regsets_store_inferior_registers): Add free()
1732         at the end of a loop to prevent memory leak.
1733         * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
1734         (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
1735         * config/sparc/tm-sp64linux.h: Make the rest of #endif
1736         line a comment.
1737         * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
1738
1739 2002-07-17  Jim Blandy  <[email protected]>
1740
1741         * macrocmd.c (info_macro_command): Remove newline from error
1742         message.
1743
1744 2002-07-17  J"orn Rennecke <[email protected]>
1745
1746         * sh-tdep.c (sh_dsp_register_sim_regno): New function.
1747         (sh_gdbarch_init): Use it for sh-dsp.
1748
1749 2002-07-16  Kevin Buettner  <[email protected]>
1750
1751         * dwarf2read.c (read_initial_length): Handle older, non-standard,
1752         64-bit DWARF2 format.
1753
1754 2002-07-16  Joel Brobecker  <[email protected]>
1755
1756         * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
1757         <sys/proc.h> when not available.
1758
1759 2002-07-16  Andrew Cagney  <[email protected]>
1760
1761         * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
1762         * stabsread.c: Make os9k sections of the code obsolete.
1763         * configure.tgt: Make i[3456]86-*-os9k target obsolete.
1764         * config/i386/i386os9k.mt: Make file obsolete.
1765         * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
1766         (COMMON_OBS): Remove os9kread.o
1767         (SFILES): Remove os9kread.c.
1768         (os9kread.o, remote-os9k.o): Make target obsolete.
1769         * remote-os9k.c: Make file obsolete.
1770         * os9kread.c: Make file obsolete.
1771         * Makefile.in
1772
1773 2002-07-16  Andrew Cagney  <[email protected]>
1774
1775         * NEWS: Mention that the FR30 has been made obsolete.
1776         * fr30-tdep.c: Make file obsolete.
1777         * config/fr30/tm-fr30.h: Ditto.
1778         * config/fr30/fr30.mt: Ditto.
1779         * configure.tgt: Make fr30-*-elf obsolete.
1780         * MAINTAINERS: Make fr30-elf obsolete.
1781
1782 2002-07-16  Pierre Muller  <[email protected]>
1783
1784         * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
1785         found is not inside a section.
1786
1787 2002-07-15  Kevin Buettner  <[email protected]>
1788
1789         * aix-thread.c (ptrace_check): Use safe_strerror() instead of
1790         strerror().
1791         (pdc_realloc): Use xrealloc() instead of realloc().
1792
1793 2002-07-15  Kevin Buettner  <[email protected]>
1794
1795         * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
1796         (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
1797         (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
1798         macros.
1799
1800 2002-07-15  Kevin Buettner  <[email protected]>
1801
1802         * aix-thread.c (ptrace_check): Eliminate goto.
1803         (sync_threadlists): Eliminate gotos.  Also, fix array overrun
1804         problem.
1805
1806 2002-07-15  Kevin Buettner  <[email protected]>
1807
1808         * aix-thread.c (gdbcmd.h): Include.
1809         (DEBUG, DBG, DBG2, dbg): Eliminate.
1810         (debug_aix_thread): New static global.
1811         (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
1812         (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
1813         (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
1814         invocations to DBG and DBG2 macros to test against
1815         ``debug_aix_thread'' and call fprintf_unfiltered().
1816         (_initialize_aix_thread): Add new command "set debug aix-thread".
1817
1818 2002-07-15  Andrew Cagney  <[email protected]>
1819
1820         From Gerhard Tonn <[email protected]>:
1821         * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
1822         instead of supply_register.
1823
1824 2002-07-15  Andrew Cagney  <[email protected]>
1825
1826         * dwarf2cfi.c: Include "gdb_assert.h".
1827         (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
1828         non-NULL.
1829         (update_context): Do not use __func__.  Add missing ``break''.
1830         (update_context): Do not use __func__.
1831
1832 2002-07-15  Elena Zannoni  <[email protected]>
1833
1834         * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
1835         and its setting.  Set gdbarch instruction printing functions
1836         directly.  For non-rs6000 case use new function
1837         gdb_print_insn_powerpc.
1838         (gdb_print_insn_powerpc): New function.
1839
1840 2002-07-13  Andrew Cagney  <[email protected]>
1841
1842         * NEWS: Mention that the d30v has been marked obsolete.
1843         * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
1844         * configure.tgt: Mark d30v-*-* as obsolete.
1845         * d30v-tdep.c: Mark file as obsolete.
1846         * config/d30v/d30v.mt: Ditto.
1847         * config/d30v/tm-d30v.h: Ditto.
1848
1849 2002-07-13  Aidan Skinner <[email protected]>
1850
1851         * ada-tasks.c (add_task_entry): replace calls to
1852         malloc() with xmalloc
1853         * ada-tasks.c (init_task_list): replace calls to free with xfree()
1854         
1855         * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
1856         ada_finish_decode_line_1, all_sals_for_line
1857         ada_breakpoint_rewrite): replace calls to free() with xfree()
1858                 
1859 2002-07-12  Kevin Buettner  <[email protected]>
1860
1861         From Nicholas Duffek (with minor changes by Martin Hunt, 
1862         Louis Hamilton, and Kevin Buettner):
1863         * aix-thread.c: New file.
1864
1865 2002-07-12  Petr Sorfa <[email protected]>
1866
1867         *  dwarf2read.c (dwarf2_invalid_attrib_class): New
1868         complaint for invalid attribute class or form.
1869         (read_func_scope): DW_AT_frame_base
1870         better handling of DW_AT_block*.
1871         (dwarf2_add_member_fn): DW_AT_vtable_elem_location
1872         better handling of DW_AT_block*.
1873         (read_common_block): DW_AT_location
1874         better handling of DW_AT_block*.
1875         (read_partial_die): DW_AT_location better handling
1876         of DW_AT_block*.
1877         (new_symbol): DW_AT_external better handling of
1878         DW_AT_block*. Proper initialization of variable
1879         "addr".
1880         (attr_form_is_block): New function that returns true
1881         if the attribute's form is of DW_FORM_block*.
1882
1883 2002-07-12  Peter Schauer  <[email protected]>
1884
1885         * valops.c (find_method_list): Remove comment about
1886         removed STATIC_MEMFUNCP argument.
1887         (value_find_oload_method_list): Likewise.
1888
1889 2002-07-12  Kevin Buettner  <[email protected]>
1890
1891         From Nicholas Duffek:
1892         * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
1893         target_new_objfile_hook.
1894
1895 2002-07-12  Kevin Buettner  <[email protected]>
1896
1897         From Nicholas Duffek:
1898         * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
1899         csect.
1900
1901 2002-07-12  Andrew Cagney  <[email protected]>
1902
1903         * MAINTAINERS: Mention --enable-sim-build-warnings.
1904         (m68hc11-elf): Disable sim build warnings.
1905         (m32r-elf): Mark as broken obsolete candidate.
1906         (x86_64-linux-gnu): Mark as buildable with -Werror.
1907         (arm-elf): Change -w to ``,'' which enables warnings but not
1908         -Werror.
1909
1910 2002-07-12  Andrew Cagney  <[email protected]>
1911
1912         * bcache.h: Update copyright.
1913         (struct bstring, struct bcache): Move definition to "bcache.c".
1914         Replaced by opaque declaration.
1915         (bcache_xfree): Replace free_bcache.
1916         (bcache_xmalloc, bcache_memory_used): Declare.
1917         
1918         * bcache.c: Update copyright.
1919         (struct bstring, struct bcache): Moved to here from "bcache.h".
1920         Update comments.
1921         (bcache_xmalloc, bcache_memory_used): New functions.
1922         (bcache_xfree): Replace function free_bcache.
1923         
1924         * Makefile.in (objfiles.o): Add $(bcache_h).
1925         (objfiles_h): Remove $(bcache_h).
1926         (symfile.o): Add $(bcache_h).
1927
1928         * symmisc.c: Update copyright.
1929         (print_symbol_bcache_statistics): Pass psymbol_cache by value.
1930         (print_objfile_statistics): Use bcache_memory_used.
1931
1932         * symfile.c: Include "bcache.h".
1933         (reread_symbols): Use bcache_xfree.
1934         (reread_symbols): Use bcache_xmalloc and bcache_xfree.
1935         (add_psymbol_to_list): Pass psymbol_cache by value.
1936         (add_psymbol_with_dem_name_to_list): Ditto.
1937
1938         * objfiles.h: Update copyright.
1939         (struct bcache): Declare opaque.  Do not include "bcache.h".
1940         (struct objfile): Change psymbol_cache and macro_cache to ``struct
1941         bcache'' pointers.
1942         * dwarf2read.c (macro_start_file): Pass macro_cache by value.
1943
1944         * objfiles.c: Include "bcache.h".  Update copyright.
1945         (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
1946         macro_cache.
1947         (free_objfile): Use bcache_xfree.
1948
1949 2002-07-11  Grace Sainsbury  <[email protected]>
1950
1951         * monitor.c (monitor_fetch_register): Make name a constant.
1952         (monitor_store_register): Same.
1953
1954 2002-07-11  Daniel Jacobowitz  <[email protected]>
1955
1956         Based on patch from Daniel Berlin <[email protected]>.
1957         * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
1958         (finish_block) For non-function blocks, hash the symbol table.  For
1959         function blocks, mark the symbol table as unhashed.
1960         * minsyms.c (msymbol_hash): Return hash value without taking modulus.
1961         (msymbol_hash_iw): Likewise.
1962         (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
1963         value.
1964         (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
1965         (lookup_minimal_symbol): Likewise for both.
1966         * symtab.h (struct block): Add `hashtable' flag.  Comment the
1967         hashtable.
1968         (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
1969         (ALL_BLOCK_SYMBOLS): Update.
1970         (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
1971         (struct symbol): Add `hash_next' pointer.
1972         * symtab.c (lookup_block_symbol): Search using the hash table when
1973         possible.
1974         (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
1975         (search_symbols, find_addr_symbol): Likewise.
1976
1977         * dstread.c (process_dst_block): Clear hashtable bit for new block.
1978         (read_dst_symtab): Likewise.
1979         * jv-lang.c (get_java_class_symtab): Likewise.
1980         * mdebugread.c: Include "gdb_assert.h".
1981         (shrink_block): Assert that the block being modified is not hashed.
1982         * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
1983         * symmisc.c (free_symtab_block): Walk the hash table when freeing
1984         symbols.
1985         (dump_symtab): Recognize hashed blocks.
1986         * printcmd.c (print_frame_args):  Assert that function blocks do not
1987         have hashed symbol tables.
1988         * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
1989         (fill_in_ada_prototype, debug_print_block): Likewise.
1990         (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS.  Handle hash tables.
1991
1992 2002-07-11  Corinna Vinschen  <[email protected]>
1993
1994         * stack.c (print_frame): Use result of frame_address_in_block()
1995         instead of fi->pc when evaluating symbols.
1996         (backtrace_command_1): Ditto.
1997
1998 2002-07-11  Andrew Cagney  <[email protected]>
1999
2000         * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
2001         Make static.
2002
2003         * arm-tdep.c (arm_register_name): Make return type constant.
2004
2005 2002-07-10  Andrew Cagney  <[email protected]>
2006
2007         * win32-nat.c (has_detach_ability): Convert to strict ISO C
2008         prototype.
2009         * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
2010         * s390-tdep.c (s390_fp_regnum): Ditto.
2011         (s390_read_fp): Ditto.
2012         (s390_pop_frame): Ditto.
2013         (_initialize_s390_tdep): Ditto.
2014         * remote.c (get_remote_state): Ditto.
2015         * procfs.c (mappingflags): Ditto.
2016         * memattr.c (_initialize_mem): Ditto.
2017         * mcore-tdep.c (mcore_pop_frame): Ditto.
2018         * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
2019         * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
2020         * language.c (set_case_str): Ditto.
2021         * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
2022         * frv-tdep.c (new_variant): Ditto.
2023         (frv_stopped_data_address): Ditto.
2024         * dwarf2cfi.c (fde_chunks_need_space): Ditto.
2025         (context_alloc): Ditto.
2026         (frame_state_alloc): Ditto.
2027         (unwind_tmp_obstack_init): Ditto.
2028         (unwind_tmp_obstack_free): Ditto.
2029         (cfi_read_fp): Ditto.
2030         * cris-tdep.c (cris_saved_pc_after_call): Ditto.
2031         (cris_pop_frame): Ditto.
2032         * c-lang.c (scanning_macro_expansion): Ditto.
2033         (finished_macro_expansion): Ditto.
2034         (c_preprocess_and_parse): Ditto.
2035         * gdbarch.sh: Ditto.
2036         * gdbarch.h, gdbarch.c: Regenerate.
2037         * config/mn10200/tm-mn10200.h: Adjust indentation.
2038         * target.c: Adjust indentation.
2039         * symtab.h: Adjust indentation.
2040         * stabsread.h: Adjust indentation.
2041         * remote-es.c: Adjust indentation.
2042         * os9kread.c: Adjust indentation.
2043
2044 2002-07-10  Andrew Cagney  <[email protected]>
2045         
2046         * wince.c (_initialize_wince): Rename _initialize_inftarg.
2047         * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
2048
2049 2002-07-10  Grace Sainsbury  <[email protected]>
2050         
2051         * NEWS: Mention m68k, mcore multi-arching.  
2052         * MAINTAINERS: Change status of m68k, mcore to reflect
2053         multi-arching.
2054
2055 2002-07-10  Daniel Jacobowitz  <[email protected]>
2056
2057         * valops.c (find_overload_match): Free oload_syms.
2058
2059 2002-07-09  Joel Brobecker  <[email protected]>
2060
2061         Define HAVE_SYS_PROC_H if sys/proc.h exists
2062         * configure.in: Add check for sys/proc.h
2063         * config.in: Regenerate.
2064         * configure: Regenerate.
2065
2066 2002-07-09  Grace Sainsbury  <[email protected]>
2067
2068         * config/m68k/tm-m68k.h: Remove macros wrapped in 
2069         #if !GDB_MULTI_ARCH. 
2070
2071 2002-07-09  David O'Brien  <[email protected]>
2072
2073         * gdbserver/gdbreplay.c (stdlib.h, unistd.h): Conditionaly include.
2074         (perror_with_name, remote_close, remote_open, expect, play): Static.
2075
2076 2002-07-08  Andrew Cagney  <[email protected]>
2077
2078         * config.in, configure: Regenerate.
2079
2080 2002-07-08  Mark Kettenis  <[email protected]>
2081
2082         * dwarf2cfi.c: Include "gcore.h".
2083         (execute_stack_op): Fix implementation of the
2084         DW_OP_deref and DW_OP_deref_size operators by letting do their
2085         lookup in the target.
2086
2087 2002-07-07  Mark Kettenis  <[email protected]>
2088
2089         From Peter Schauer <[email protected]>:
2090         * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
2091         tdep->sc_sp_offset.
2092
2093 2002-07-05  Daniel Jacobowitz  <[email protected]>
2094
2095         Fix PR gdb/595, gdb/602
2096         * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
2097         Don't call value_cast, just read the vtable pointer; update comments
2098         to match.
2099
2100 2002-07-05  Grace Sainsbury  <[email protected]>
2101
2102         * config/mcore/tm-mcore.h: Remove file.
2103         * config/mcore/mcore.mt: Remove definition of TM_FILE
2104         * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
2105
2106 2002-07-05  Mark Kettenis  <[email protected]>
2107
2108         * i386bsd-tdep.c: Include "gdb_string.h".
2109
2110 2002-07-04  Grace Sainsbury  <[email protected]>
2111
2112         * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
2113         (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
2114         mcore-tdep.
2115         (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
2116         (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
2117         * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
2118         (RETVAL_REGNUM): Move macros from tm-mcore.h
2119         (mcore_reg_struct_has_addr): New function.
2120         (mcore_gdbarch_init): Added initializations for the macros removed
2121         from tm-mcore.h.
2122
2123 2002-07-04  Mark Kettenis  <[email protected]>
2124
2125         * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
2126         traditonal string branding within the ELF header.
2127
2128 2002-07-04  Daniel Jacobowitz  <[email protected]>
2129
2130         * symtab.c (remove_params): New function.
2131         (make_symbol_overload_list): Use it instead of cplus_demangle.
2132         (overload_list_add_symbol): Likewise.  Reorder.  Fix memory leak.
2133
2134 2002-07-04  Mark Kettenis  <[email protected]>
2135
2136         * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
2137
2138         * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
2139         New variables.
2140         (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
2141         and tdep->sigtramp_end.
2142         * i386obsd-nat.c: New file.
2143         * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
2144
2145         * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
2146         Don't call get_current_frame().
2147
2148 2002-07-04  Pierre Muller  <[email protected]>
2149
2150         * i386-nat.c (child_post_startup_inferior): New function
2151         calling i386_cleanup_dregs if
2152         I386_USE_GENERIC_WATCHPOINTS is defined.
2153         * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
2154         conditional to acknowledge that i386-nat.c has its
2155         own child_post_startup_inferior function.
2156
2157 2002-07-04  Mark Kettenis  <[email protected]>
2158
2159         * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
2160         * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
2161         instead of MAX_REGISTER_RAW_SIZE.
2162         (i386_extract_return_value, i386_extract_struct_value_address):
2163         Convert to use regcache.
2164         (i386_gdbarch_init): Set max_register_raw_size and
2165         max_register_virtual_size to I386_MAX_REGISTER_SIZE.
2166         Set extract_return_value and extract_struct_value_address instead
2167         of their deprecated variants.
2168
2169         Convert i386 target to generic dummy frames.
2170         * i386-tdep.c: Include "symfile.h".
2171         (i386_frameless_signal_p): Consider a function to be frameless if
2172         the pc points at the first instruction of the function.
2173         (i386_frame_chain): Handle (generic) call dummies.
2174         (i386_frame_saved_pc): Likewise.
2175         (i386_frame_init_saved_regs): Remove code dealing with call
2176         dummies on the stack.
2177         (i386_push_dummy_frame): Removed.
2178         (i386_call_dummy_words): Removed.
2179         (i386_fix_call_dummy): Removed.
2180         (i386_push_return_address): New function.
2181         (i386_do_pop_frame): Renamed from i386_pop_frame.  Add FRAME
2182         parameter, and don't call get_current_frame.
2183         (i386_pop_frame): New function.
2184         (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
2185         call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
2186         entry_point_address, set call_dummy_breakpoint_offset to 0, set
2187         call_dummy_length to 0, set call_dummy_words to NULL, set
2188         sizeof_call_dummy_words to 0, set fix_call_dummy to
2189         generic_fix_call_dummy, set pc_in_call_dummy to
2190         pc_in_call_dummy_at_entry_point, set push_dummy_frame to
2191         generic_push_dummy_frame, set push_return_address to
2192         i386_push_return_address and set frame_chain_valid to
2193         generic_file_frame_chain_valid.
2194
2195 2002-07-04  Michal Ludvig  <[email protected]>
2196
2197         * gdbserver/linux-x86-64-low.c (x86_64_regmap): Make it an array of 
2198         byte offsets instead of an array of indexes.
2199         (x86_64_store_gregset, x86_64_store_fpregset): Parameter made const.
2200
2201 2002-07-03  Andrew Cagney  <[email protected]>
2202
2203         * gdbarch.sh (struct regcache): Add opaque declaration.
2204         (EXTRACT_RETURN_VALUE): New architecture method.
2205         (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
2206         * gdbarch.h, gdbarch.c: Regenerate.
2207         * arch-utils.c (legacy_extract_return_value): New function.
2208         * arch-utils.h (legacy_extract_return_value): Declare.
2209         * values.c (value_being_returned): Re-enable code handling
2210         EXTRACT_STRUCT_VALUE_ADDRESS.  Move
2211         deprecated_grub_regcache_for_registers call to block handling
2212         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
2213         (EXTRACT_RETURN_VALUE): Do not define.
2214
2215 2002-07-03  Grace Sainsbury  <[email protected]>
2216
2217         * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
2218         (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
2219         (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
2220         (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
2221         (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
2222         (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
2223         (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
2224         (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
2225         (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
2226         (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
2227         * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
2228         argument so the function fits the prototype in the architecture
2229         vector.
2230         (mcore_pop_frame): Remove argument so the function fits the
2231         prototype. Use get_current_frame instead of the argument.
2232         (mcore_push_arguments): Change type of struct_return so the
2233         function can be used in the architecture vector.
2234         (mcore_store_struct_return): Add.
2235         (mcore_frame_init_saved_regs): Add.
2236         (mcore_gdbarch_init): Add function calls to replace the macros
2237         removed from tm-mcore.h
2238
2239 2002-07-03  Andrew Cagney  <[email protected]>
2240
2241         * infcmd.c (print_return_value): Remove compatibility code calling
2242         deprecated_grub_regcache_for_registers.
2243         
2244         * values.c: Include "regcache.h".
2245         (value_being_returned): Update.  Use
2246         deprecated_grub_regcache_for_registers to extract the register
2247         buffer address.  
2248         * value.h (value_being_returned): Change ``retbuf'' parameter to a
2249         ``struct regcache''.
2250         * Makefile.in (values.o): Add dependency on $(regcache_h).
2251
2252         * inferior.h (run_stack_dummy): Change type of second parameter to
2253         a ``struct regcache''.
2254         * valops.c (hand_function_call): Change type of retbuf to ``struct
2255         regcache''.  Allocate using regcache_xmalloc, clean using
2256         make_cleanup_regcache_xfree.
2257         * infcmd.c (run_stack_dummy): Update.  Use
2258         regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
2259
2260         * regcache.c (do_regcache_xfree): New function.
2261         (make_cleanup_regcache_xfree): New function.
2262         * regcache.h (make_cleanup_regcache_xfree): Declare.
2263
2264 2002-07-03  Martin M. Hunt  <[email protected]>
2265
2266         * event-top.c (command_line_handler): Don't read past
2267         beginning of buffer.
2268
2269 2002-07-03  Martin M. Hunt  <[email protected]>
2270         
2271         * varobj.c (struct varobj_root): Change frame from CORE_ADDR to 
2272         struct frame_id. 
2273         (varobj_create): Store frame_id for root.
2274         (varobj_gen_name): Use xasprintf.
2275         (varobj_update): Save and restore frame using get_frame_id() and
2276         frame_find_by_id().
2277         (create_child): Use xasprintf.
2278         (new_root_variable): Initialize frame_id.
2279         (c_name_of_child): Use xasprintf. Call find_frame_by_id().
2280         (c_value_of_variable): Use xasprintf. Move mem_fileopen call
2281         to prevent memory leak.
2282
2283 2002-07-03  Andrew Cagney  <[email protected]>
2284
2285         * valops.c (hand_function_call): Move declaration of retbuf to
2286         start of function, allocate using malloc, add a cleanup but before
2287         the inf_status cleanup, cleanup the buffer.  Rename local variable
2288         old_chain to inf_status_cleanup.
2289
2290 2002-07-03  Martin M. Hunt  <[email protected]>
2291
2292         * top.c (execute_command): Use cmd_func() and cmd_func_p().
2293
2294         * cli/cli-decode.c (cmd_func_p): New function.
2295         (cmd_func): New function.
2296
2297         * command.h: Add cmd_func() and cmd_func_p().   
2298         
2299 2002-07-03  Grace Sainsbury  <[email protected]>
2300
2301         * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
2302         (REGISTER_SIZE): Remove.
2303         (MAX_REGISTER_RAW_SIZE): Remove.
2304         (REGISTER_VIRTUAL_TYPE): Remove.
2305         (MAX_REGISTER_VIRTUAL_SIZE): Remove.
2306         (REGISTER_NAME): Remove.
2307         (USE_GENERIC_DUMMY_FRAMES): Remove.
2308         (CALL_DUMMY): Remove.
2309         (CALL_DUMMY_START_OFFSET): Remove.
2310         (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
2311         (CALL_DUMMY_LOCATION): Remove.
2312         (FIX_CALL_DUMMY): Remove.
2313         (CALL_DUMMY_ADDRESS): Remove.
2314         (SIZEOF_CALL_DUMMY_WORDS): Remove.
2315         (SAVE_DUMMY_FRAME_TOS): Remove.
2316         * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
2317         (mcore_register_virtual_type): New function.
2318         (mcore_register_byte): New function.
2319         (mcore_register_size): New function.
2320         (mcore_register_name): New function.
2321         (mcore_gdbarch_init): New function. Add set_gdbarch calls for
2322         macros removed from tm-mcore.h.
2323         (mcore_dump_tdep): Add.
2324         (_initialize_mcore_tdep): Add gdbarch_register call.
2325
2326 2002-07-03  Mark Kettenis  <[email protected]>
2327
2328         * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
2329         frameless_look_for_prologue, such that we actually call this
2330         function.
2331
2332 2002-07-02  Joel Brobecker  <[email protected]>
2333
2334         * frame.h (frame_address_in_block): New function.
2335
2336         * blockframe.c (frame_address_in_block): New function extracted
2337         from get_frame_block().
2338         (get_frame_block): Use frame_address_in_block().
2339         (block_innermost_frame): Use frame_address_in_block() to match
2340         the frame pc address against the block boundaries rather than
2341         the frame pc directly. This prevents a failure when a frame pc
2342         is actually a return-address pointing immediately after the end
2343         of the given block. 
2344
2345 2002-07-02  Grace Sainsbury  <[email protected]>
2346
2347         * MAINTAINERS: Add self under write after approval. 
2348
2349 2002-07-02  Grace Sainsbury  <[email protected]>
2350
2351         * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
2352         used in architecture vector. The default is
2353         m68k_local_breakpoint_from_pc.
2354         (m68k_local_breakpoint_from_pc): Add.
2355         (enum): Add register numbers from tm-m68k.h.
2356         (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
2357         vector.  
2358         * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
2359         GDB_MULTI_ARCH_PARTIAL.
2360         (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
2361         (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
2362         m68k-tdep.c.
2363         (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
2364         (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
2365         to enum in m68k-tdep.c
2366
2367 2002-07-02  Joel Brobecker  <[email protected]>
2368
2369         * solib-osf.c (open_map): Compute the list of shared libraries
2370         loaded by the inferior, rather than the list of libraries loaded
2371         by GDB itself.  Otherwise, GDB ends up reading the symbols from
2372         the wrong shared libraries...
2373
2374 2002-07-02  Mark Kettenis  <[email protected]>
2375
2376         * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
2377         (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
2378         macros.
2379         (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
2380         Remove functions.
2381         (FRAMELESS_SIGNAL): Remove function.
2382         (i386_linux_frame_chain, i386_linux_frame_saved_pc,
2383         i386_linux_saved_pc_after_call): Removed.
2384         (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
2385         tdep->sc_pc_offset and tdep->sc_sp_offset.  Don't override
2386         frame_chain, frame_saved_pc and saved_pc_after_call any longer.
2387
2388         * i386-tdep.c (i386_frameless_signal_p): New function.
2389         (i386_frame_chain): Deal with frameless signals.
2390         (i386_sigtramp_saved_sp): New function.
2391         (i386_frame_saved_pc): Deal with frameless signals.
2392         (i386_saved_pc_after_call): Make sure the correct value is
2393         returned just after entry into a sigtramp.
2394         * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
2395         i386fbsd4_sc_sp_offset): New variables.
2396         (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
2397         these variables to initialize tdep->sc_sp_offset.  * i386bsd-nat.c
2398         (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
2399         similiar to what we already did for sc_pc_offset.
2400         * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
2401         tdep->sc_sp_offset.
2402
2403         * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
2404
2405 2002-07-02  Michal Ludvig  <[email protected]>
2406
2407         * config/i386/tm-x86-64linux.h: New.
2408         * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
2409         definitions.
2410         * config/i386/nm-x86-64.h: Rename to ...
2411         * config/i386/nm-x86-64linux.h: ... this one.
2412         * config/i386/x86-64linux.mh: Reflect the above change.
2413         
2414 2002-07-01  Mark Kettenis  <[email protected]>
2415
2416         * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
2417         with sigcontext_addr.  Add sc_sp_offset.
2418         (i386bsd_sigtramp_saved_pc): Remove prototype.
2419         (i386bsd_sicontext_addr): Add prototype.
2420         * i386-tdep.c (i386_sigtramp_saved_pc): New function.
2421         (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
2422         (i386_svr4_sigtramp_saved_pc): Removed.
2423         (i386_svr4_sigcontext_addr): New function.
2424         (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
2425         Initialize tdep->sigcontext_addr instead.  Initialize
2426         tdep->sc_pc_offset and tdep->sc_sp_offset.
2427         (i386_gdbarch_init): Likewise.
2428         * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
2429         any more.
2430         (i386bsd_sigtramp_saved_pc): Remove function.
2431         (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
2432         Initialize tdep->sigcontext_addr instead.  Initialize
2433         tdep->sc_pc_offset.
2434         * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
2435         of tdep->sigtramp_saved_pc.
2436         * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
2437         tdep->sigtramp_saved_pc.  Initialize tdep->sigcontext_addr
2438         instead.
2439
2440         * i386-tdep.c (i386_frameless_function_invocation,
2441         i386_frame_num_args, i386_frame_init_saved_regs,
2442         i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
2443         i386_pop_frame, i386_push_arguments, i386_store_struct_return,
2444         i386_extract_return_value, i386_store_return_value,
2445         i386_extract_struct_value_address, i386_register_virtual_type,
2446         i386_register_convertible, i386_register_convert_to_virtual,
2447         i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
2448         i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
2449         static.
2450
2451 2002-07-01  Mark Kettenis  <[email protected]>
2452
2453         * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
2454
2455         * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
2456         * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
2457         this macro.  Include "value.h".
2458
2459 2002-06-30  Aidan Skinner  <[email protected]>
2460
2461         * ada-exp.tab.c: remove as it's a generated file
2462         * ada-lex.c: remove as it's a generated file
2463                 
2464 2002-06-30  Mark Kettenis  <[email protected]>
2465
2466         * config/i386/tm-i386.h (struct frame_info, struct
2467         frame_saved_regs, struct value, struct type): Remove forward
2468         declarations.
2469
2470         * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
2471         (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
2472         * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
2473         (FILL_FPXREGSET): Define.
2474
2475         * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
2476
2477         * configure.tgt (i[3456]86-*-openbsd*): Fold into
2478         i[3456]86-*-netbsd* case.
2479         * config/i386/tm-obsd.h: Removed.
2480         * config/i386/obsd.mt: Removed.
2481         * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
2482         core-aout.o.
2483         (MH_CFLAGS): Add -DYYDEBUG=0.
2484
2485         * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
2486         i386nbsd_sc_pc_offset on OpenBSD too.
2487
2488         * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
2489         (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
2490         * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
2491         define.
2492         * i386bsd-tdep.c: Include "arch-utils.h".
2493         (i386bsd_aout_in_solib_call_trampoline): New function.
2494         (i386bsd_init_abi): Set in_solib_call_trampoline to
2495         i386bsd_aout_in_solib_call_trampoline.
2496         (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
2497         in_solib_call_trampoline to generic_in_solib_call_trampoline.
2498
2499 2002-06-28  Andrew Cagney  <[email protected]>
2500
2501         * macrotab.h: Do not include "obstack.h" or "bcache.h".
2502         (struct obstack, struct bcache): Add opaque declarations.
2503         * Makefile.in (macrotab_h): Update
2504
2505 2002-06-28  Andrew Cagney  <[email protected]>
2506
2507         * blockframe.c (generic_find_dummy_frame): Change return type to
2508         ``struct regcache''.
2509         (struct dummy_frame): Replace field ``registers'' with regcache, a
2510         struct regcache object.
2511         (generic_find_dummy_frame): Update.
2512         (generic_push_dummy_frame): Update.  Use regcache_xfree,
2513         regcache_xmalloc and regcache_cpy.
2514         (generic_pop_dummy_frame): Update.  Use regcache_cpy and
2515         regcache_xfree.
2516         (deprecated_generic_find_dummy_frame): Update.
2517         (generic_read_register_dummy): Update.  Use
2518         regcache_read_as_address.
2519         (generic_call_dummy_register_unwind): Update.  Use regcache_read.
2520         (generic_get_saved_register): Update.  Use regcache_read.
2521
2522 2002-06-28  Andrew Cagney  <[email protected]>
2523
2524         * Makefile.in (objfiles_h): Add $(bcache_h).
2525         * objfiles.h: Include "bcache.h".
2526
2527         * Makefile.in (symtab_h): Remove $(bcache_h).
2528         * symtab.h: Do not include "bcache.h".
2529
2530 2002-06-28  Andrew Cagney  <[email protected]>
2531
2532         * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
2533         generic_func_frame_chain_valid.
2534
2535 2002-06-28  David O'Brien  <[email protected]>
2536
2537         * config/i386/nm-fbsd.h: Include <sys/param.h>.
2538         * config/i386/tm-fbsd.h: Likewise.
2539
2540 2002-06-28  Andrew Cagney  <[email protected]>
2541
2542         * rs6000-tdep.c (rs6000_gdbarch_init): Use
2543         generic_unwind_get_saved_register.
2544
2545 2002-06-27  Andrew Cagney  <[email protected]>
2546
2547         From 2002-06-27 John David Anglin <[email protected]>:
2548         * regcache.c (supply_register): Add missing argument to
2549         register_buffer call.
2550
2551 2002-06-27  Andrew Cagney  <[email protected]>
2552
2553         * Makefile.in (init.c): Drop -e option to grep.  Not necessary and
2554         Solaris /bin/grep does not not like it.  From Peter Schauer.
2555
2556 2002-06-26  Tom Tromey  <[email protected]>
2557
2558         * command.h (add_setshow_cmd): Declare.
2559         (add_setshow_cmd_full): Declare.
2560         * cli/cli-decode.c (add_setshow_cmd): No longer static.  Now
2561         returns void.  Use add_setshow_cmd_full.
2562         (add_setshow_cmd_full): New function.
2563         (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
2564         (add_setshow_boolean_cmd): Likewise.
2565
2566 2002-06-26  Jason Thorpe  <[email protected]>
2567
2568         * config/vax/tm-vax.h: Protect from multiple inclusion.
2569         (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
2570         (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
2571         * config/vax/tm-vaxbsd.h: ...here.  New file.
2572         * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
2573
2574 2002-06-26  Jason Thorpe  <[email protected]>
2575
2576         * config/vax/tm-vax.h (BREAKPOINT): Remove.
2577         (BELIEVE_PCC_PROMOTION): Remove.
2578         (AP_REGNUM): Move to...
2579         * config/vax/nm-vax.h: ...here.
2580         * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
2581         (vax_breakpoint_from_pc): New function.
2582         (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
2583         and gdbarch_believe_pcc_promotion.
2584
2585 2002-06-26  Jason Thorpe  <[email protected]>
2586
2587         * Makefile.in (vax_tdep_h): Define.  
2588         (vax-tdep.o): Use $(vax_tdep_h).
2589         * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
2590         (vax_dump_tdep): New function. 
2591         (_initialize_vax_tdep): Register vax_dump_tdep.
2592         * vax-tdep.h: Include osabi.h.     
2593         (struct gdbarch_tdep): New. 
2594
2595 2002-06-26  Andrew Cagney  <[email protected]>
2596
2597         * frame.h (deprecated_generic_find_dummy_frame): Rename
2598         generic_find_dummy_frame.
2599         * blockframe.c (generic_find_dummy_frame): Make static.
2600         (deprecated_generic_find_dummy_frame): New function.
2601         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
2602         generic_find_dummy_frame with deprecated_find_dummy_frame.
2603         (sh64_nofp_frame_init_saved_regs): Ditto.
2604         (sh_fp_frame_init_saved_regs): Ditto.
2605         * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
2606         (s390_frame_chain): Ditto.
2607         * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
2608
2609 2002-06-26  Grace Sainsbury  <[email protected]>
2610
2611         * config/m68k/tm-m68k.h: Rearrange code so macros not in the
2612         gdbarch vector are at the top.
2613         (NUM_REGS): Remove.
2614         (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
2615         (FRAME_ARGS_ADDRESS): Remove.
2616         (FRAME_LOCALS_ADDRESS): Remove.
2617         (FRAME_NUM_ARGS): Remove.
2618         (FRAME_ARGS_SKIP): Remove.  
2619         * m68k-tdep.c (enum): Add eumeration of special register numbers.
2620         (m68k_gdbarch_init): Add gdbarch initializations for macros
2621         undefined in tm-m68k.h
2622
2623 2002-06-26  Grace Sainsbury  <[email protected]>
2624
2625         * monitor.h: Add the function regname to monitor_ops
2626         structure. This way NUM_REGS does not have to be a constant.
2627         * monitor.c (monitor_fetch_register): Added support for regname
2628         function. The function is called if the array regnames is NULL.
2629         (monitor_store_register): Same.
2630         * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
2631         regnames array.
2632         (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
2633         cpu32bug_cmds.regname to point to new function.
2634         * abug-rom.c (abug_regname): Same as above.
2635         (init_abug_cmds): Same.
2636         * dbug-rom.c (dbug_regname): Same as above.
2637         (init_dbug_cmds): Same.
2638         * remote-est.c (est_regname): Same. 
2639         (init_est_cmds): Same.
2640         * rom68k-rom.c (rom68k_regname): Same. 
2641         (init_rom68k_cmds): Same.
2642
2643 2002-06-25  Tom Tromey  <[email protected]>
2644
2645         * breakpoint.c (delete_command): Don't repeat `delete' commands.
2646
2647 2002-06-25  Andrew Cagney  <[email protected]>
2648
2649         * infrun.c (stop_registers): Change variable's type to ``struct
2650         regcache'''.
2651         (xmalloc_inferior_status): Delete function.
2652         (free_inferior_status): Delete function.
2653         (normal_stop): Use regcache_cpy.
2654         (struct inferior_status): Change type of fields ``stop_registers''
2655         and ``registers'' to ``struct regcache''.
2656         (write_inferior_status_register): Use regcache_write.
2657         (save_inferior_status): Instead of calling
2658         xmalloc_inferior_status, allocate the inf_status buffer directly.
2659         Use regcache_dup_no_passthrough and regcache_dup to save the
2660         buffers.
2661         (restore_inferior_status): Use regcache_xfree and regcache_cpy.
2662         Replace the stop_registers regcache instead of overriding it.  Use
2663         regcache_xfree.  Instead of calling free_inferior_status, xfree
2664         the buffer directly.
2665         (discard_inferior_status): Use regcache_xfree.  Instead of calling
2666         free_inferior_status, xfree the buffer directly.
2667         (build_infrun): Use regcache_xmalloc.
2668         (_initialize_infrun): Delete redundant call to build_infrun.
2669
2670         * Makefile.in (infcmd.o): Add $(regcache_h).
2671
2672         * infcmd.c: Include "regcache.h".
2673         (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
2674         obtain the address of `stop_registers' register buffer.
2675         (print_return_value): Ditto.
2676
2677         * inferior.h (struct regcache): Add opaque declaration.
2678         (stop_registers): Change variable's declared type to ``struct
2679         regcache''.
2680
2681 2002-06-24  Tom Tromey  <[email protected]>
2682
2683         * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
2684         * target.c (initialize_targets): Fixed typo in
2685         trust-readonly-sections `show' documentation.
2686
2687         * main.c: Marked all strings with _().
2688
2689 2002-06-24  Don Howard  <[email protected]>
2690
2691         * memattr.c (create_mem_region): Treat hi == 0 as a special case
2692         that means max CORE_ADDR+1.
2693         (lookup_mem_region): Ditto.
2694         (mem_info_command): Ditto.
2695
2696 2002-06-24  Grace Sainsbury  <[email protected]>
2697
2698         * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
2699         (REGISTER_BYTES_OK): Remove.
2700         (REGISTER_BYTES): Remove.
2701         (STORE_STRUCT_RETURN): Remove.
2702         (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
2703         (STORE_RETURN_VALUE): Remove.
2704         (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
2705         (FRAME_CHAIN): Remove.
2706         (FRAMELESS_FUNCTION_INVOCATION): Remove.
2707         (FRAME_SAVED_PC): Remove.  
2708         * m68k-tdep.c (m68k_register_bytes_ok):Add.
2709         (m68k_store_struct_return): Add.
2710         (m68k_deprecated_extract_return_value): Add.
2711         (m68k_deprecated_extract_struct_value_address): Add.
2712         (m68k_store_return_value): Add.
2713         (m68k_frame_chain): Add.
2714         (m68k_frameless_function_invocation): Add.
2715         (m68k_frame_saved_pc): Add.
2716         (m68k_gdbarch_init): added set_gdbarch calls for new 
2717         functions and deleted macros.
2718
2719 2002-06-23  Tom Tromey  <[email protected]>
2720
2721         * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
2722         (ALLDEPFILES): Likewise.
2723         (udiheaders): Removed.
2724         (udip2soc.o): Likewise.
2725         (udi2go32.o): Likewise.
2726         (udr.o): Likewise.
2727         (HFILES_WITH_SRCDIR): Don't mention udiheaders.
2728
2729 2002-06-22  Andrew Cagney  <[email protected]>
2730
2731         * infrun.c (_initialize_infrun): Delete unnecessary call to
2732         build_infrun.
2733
2734         * regcache.h: Update comments describing the regcache_cpy family
2735         of functions.
2736         (regcache_save, regcache_restore): Delete declaration.
2737         (regcache_save_no_passthrough): Delete declaration.
2738         (regcache_restore_no_passthrough): Delete declaration.
2739         * regcache.c (regcache_save): Delete function.
2740         (regcache_save_no_passthrough): Delete function.
2741         (regcache_restore): Delete function.
2742         (regcache_restore_no_passthrough): Delete function.
2743
2744 2002-06-21  Andrew Cagney  <[email protected]>
2745
2746         * config/m68k/tm-m68k.h: Fix typo.
2747         (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
2748         (m68k_frame_init_saved_regs): Declare.
2749
2750 2002-06-21  Jim Blandy  <[email protected]>
2751
2752         Remove some vestiges of Harris 88k support.
2753         * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
2754         register numbering quirk.
2755         * elfread.c (elf_symtab_read): Remove `#if' block for skipping
2756         odd symbols occurring in Harris 88k ELF targets.
2757
2758 2002-06-21  Tom Tromey  <[email protected]>
2759
2760         * gdb_locale.h: New file.
2761         * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
2762         (defs_h): Added gdb_locale.h.
2763         * configure, config.in: Rebuilt.
2764         * configure.in (PACKAGE): Define.
2765         * defs.h: Include gdb_locale.h.
2766         * main.c (captured_main): Call setlocale, bindtextdomain,
2767         textdomain.
2768
2769 2002-06-21  Dave Brolley  <[email protected]>
2770
2771         From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
2772         * config/frv/frv.mt: New file.
2773         * config/frv/tm-frv.h: New file.
2774         * configure.tgt: Support frv-*-*.
2775         * Makefile.in (frv-tdep.o): New target.
2776         * frv-tdep.c: New file.
2777         * NEWS: Mention frv.
2778
2779 2002-06-21  Dave Brolley  <[email protected]>
2780
2781         * MAINTAINERS: Add self to "Write After Approval" list.
2782
2783 2002-06-21  Grace Sainsbury  <[email protected]>
2784
2785         * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
2786         (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
2787         (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
2788         (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
2789         (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
2790
2791         * m68k-tdep.c: Include arch-utils.h
2792         (m68k_register_raw_size): Add.
2793         (m68k_register_virtual_size): Add.
2794         (m68k_register_virtual_type): Add.
2795         (m68k_register_name): Add.
2796         (m68k_stack_align): Add.
2797         (m68k_register_byte): Add.
2798         (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
2799         tm-m68k.h.
2800
2801 2002-06-21  Grace Sainsbury  <[email protected]>
2802
2803         * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
2804         m68k_find_saved_regs.
2805         (m68k_pop_frame): Removed saved_regs structure, and replaced
2806         references to it with frame->saved_regs.
2807         (m68k_gdbarch_init): Added function calls to initialize the
2808         gdbarch structure.
2809         (m68k_fix_call_dummy): Add. 
2810         * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
2811         (CALL_DUMMY): Remove.
2812         (CALL_DUMMY_LENGTH): Remove.
2813         (CALL_DUMMY_START_OFFSET): Remove.
2814         (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
2815         (FIX_CALL_DUMMY): Remove.
2816         (PUSH_DUMMY_FRAME): Remove.
2817         (POP_FRAME): Remove.
2818
2819 2002-06-19  Pierre Muller  <[email protected]>
2820
2821         * parse.c (parse_fprintf): New function used to avoid calls to
2822         fprintf in bison parser generated debug code.
2823         * parser-defs.h: Declaration of new parse_fprintf function.
2824         * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
2825         Set YYDEBUG to 1 by default.
2826         Set YYFPRINTF as parse_fprintf.
2827
2828 2002-06-21  Michal Ludvig  <[email protected]>
2829
2830         * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer 
2831         encoding anymore.
2832         (pointer_encoding, enum ptr_encoding): New.
2833         (execute_cfa_program): Take care about pointer encoding.        
2834         (dwarf2_build_frame_info): Only call parse_frame_info for 
2835         .debug_frame and .eh_frame.
2836         (parse_frame_info): New, derived from former dwarf2_build_frame_info.
2837         fixed augmentation handling, added relative addressing, 
2838         ignore duplicate FDEs. Added comments.
2839         * dwarf2cfi.c: Reindented.
2840         
2841 2002-06-20  Elena Zannoni  <[email protected]>
2842
2843         * event-top.c (command_handler): Don't use space_at_cmd_start
2844         unless there is sbrk() on the host. Assign time and space data
2845         to union fields of the appropriate length.
2846
2847 2002-06-20  Michal Ludvig  <[email protected]>
2848
2849         * x86-64-tdep.c (x86_64_register_nr2name): Rename to 
2850         x86_64_register_name. Return type changed to 'const char *'.
2851         (x86_64_register_name2nr): Rename to x86_64_register_number.
2852         (x86_64_gdbarch_init): Update to reflect the change.
2853         * x86-64-tdep.h: Ditto.
2854         * x86-64-linux-nat.c (x86_64_fxsave_offset)
2855         (supply_fpregset): Ditto.
2856
2857 2002-06-19  Andrew Cagney  <[email protected]>
2858
2859         * regcache.h: Update copyright.
2860         (struct regcache, struct gdbarch): Add opaque declarations.
2861         (current_regcache): Declare global variable.
2862         (regcache_read, regcache_write): Add gdbarch parameter.
2863         (regcache_save, regcache_save_no_passthrough)
2864         (regcache_restore, regcache_restore_no_passthrough)
2865         (regcache_dup, regcache_dup_no_passthrough)
2866         (regcache_cpy, regcache_cpy_no_passthrough)
2867         (deprecated_grub_regcache_for_registers)
2868         (deprecated_grub_regcache_for_register_valid)
2869         (regcache_valid_p): Add function declarations.
2870         
2871         * regcache.c: Update copyright.
2872         (regcache_descr_handle): New global variable.
2873         (struct regcache_descr): Define.
2874         (init_legacy_regcache_descr, init_regcache_descr): New functions.
2875         (regcache_descr, xfree_regcache_descr): New functions.
2876         (struct regcache): Define.
2877         (regcache_xmalloc, regcache_xfree): New functions.
2878         (regcache_cpy, regcache_cpy_no_passthrough): New functions.
2879         (regcache_dup, regcache_dup_no_passthrough): New functions.
2880         (regcache_valid_p, regcache_read_as_address): New functions.
2881         (deprecated_grub_regcache_for_registers): New function.
2882         (deprecated_grub_regcache_for_register_valid): New function.
2883         (current_regcache): New global variable.
2884         (register_buffer): Add regcache parameter.  Update calls.
2885         (regcache_read, regcache_write): Add regcache parameter.  Rewrite.
2886         (read_register_gen, write_register_gen): Update register_buffer
2887         call.  Test for legacy_p instead of gdbarch_register_read_p or
2888         gdbarch_register_write_p.
2889         (regcache_collect): Update register_buffer call.
2890         (build_regcache): Rewrite.  Use deprecated grub functions.
2891         (regcache_save, regcache_save_no_passthrough): New functions.
2892         (regcache_restore, regcache_restore_no_passthrough): New
2893         functions.
2894         (_initialize_regcache): Create the regcache_data_handle. Swap
2895         current_regcache global variable.
2896         
2897         * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
2898         parameter to regcache_read and regcache_write calls.
2899         (sh4_register_read): Ditto.
2900         (sh64_pseudo_register_read): Ditto.
2901         (sh64_register_read): Ditto.
2902         (sh_pseudo_register_write): Ditto.
2903         (sh4_register_write): Ditto.
2904         (sh64_pseudo_register_write): Ditto.
2905         (sh64_register_write): Ditto.
2906
2907         * defs.h (XCALLOC): Define.
2908
2909 2002-06-19  Grace Sainsbury  <[email protected]>
2910
2911         * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
2912         * m68k-tdep.c (m68k_gdbarch_init): Added.
2913         (m68k_dump_tdep): Added.
2914
2915 2002-06-19  Daniel Jacobowitz  <[email protected]>
2916
2917         * ada-lang.c (fill_in_ada_prototype): Update comment.
2918
2919 2002-06-19  Daniel Jacobowitz  <[email protected]>
2920
2921         * mips-tdep.c (enum mips_abi): Explicitly start at 0.  Add
2922         MIPS_ABI_LAST.
2923         (mips_abi_string, mips_abi_strings): New.
2924         (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
2925         (mips_gdbarch_init): Set tdep->found_abi.  Don't set
2926         tdep->mips_abi_string.  Honor mips_abi_string.  Default to
2927         O32 if no ABI is found.
2928         (mips_dump_tdep): Use mips_abi_strings.
2929         (mips_abi_update): New function.
2930         (_initialize_mips_tdep): Initialize mips_abi_string.  Add  
2931         ``set mips abi'' and ``show mips abi''.  Check the size of
2932         mips_abi_strings.
2933
2934 2002-06-19  Andrew Cagney  <[email protected]>
2935
2936         * i386-linux-tdep.c (i386_linux_register_name): Make return type
2937         constant.
2938
2939 2002-06-18  Joel Brobecker  <[email protected]>
2940
2941         * alpha-tdep.c (heuristic_proc_desc): Compute the size of the  
2942         current frame using only the first stack size adjustment. All
2943         subsequent size adjustments are not considered to be part of
2944         the "static" part of the current frame.
2945         Compute the address of the saved registers relative to the
2946         Frame Pointer ($fp) instead of the Stack Pointer if $fp is
2947         in use in this frame.
2948
2949 2002-06-18  Don Howard  <[email protected]>
2950  
2951         * valops.c (value_ind): Use value_at_lazy() when dereferencing
2952         type int expressions.  Thanks to Jim Blandy <[email protected]> for
2953         suggesting this solution.
2954
2955 2002-06-18  Andrew Cagney  <[email protected]>
2956
2957         * config/romp/xm-rtbsd.h: Delete file.
2958         * config/romp/rtbsd.mh: Delete file.
2959
2960 2002-06-18  Keith Seitz  <[email protected]>
2961
2962         * breakpoint.c (condition_command): Post breakpoint_modify
2963         when a condition is added to an existing breakpoint.
2964         (commands_command): Likewise for commands.
2965         (set_ignore_count): Likewise for ignore counts.
2966         If no tty, do not simply return, still need to send event
2967         notification.
2968         (ignore_command): Only print a newline if the command came
2969         from a tty.
2970         Don't call breakpoints_changed, since this is now properly
2971         handled by set_ignore_count.
2972
2973 2002-06-18  Andrew Cagney  <[email protected]>
2974
2975         * MAINTAINERS: Note that cris-elf target can be compiled with
2976         -Werror.
2977         * cris-tdep.c (cris_register_name): Make return type constant.
2978         (cris_breakpoint_from_pc): Ditto.
2979
2980 2002-06-18  Michal Ludvig  <[email protected]>
2981
2982         * frame.h (struct frame_info): Change type of context to 
2983         'struct context'.
2984
2985 2002-06-17  Andrew Cagney  <[email protected]>
2986
2987         * gdbarch.sh (REGISTER_NAME): Change return type a constant string
2988         pointer.
2989         * gdbarch.h, gdbarch.c: Regenerate.
2990         * config/mips/tm-mips.h (mips_register_name): Update.
2991         * i386-tdep.h (i386_register_name): Update.
2992         * mips-tdep.c (mips_register_name): Update
2993         * alpha-tdep.c (alpha_register_name): Update.
2994         * arch-utils.c (legacy_register_name): Update.
2995         * arch-utils.h (legacy_register_name): Update.
2996         * avr-tdep.c (avr_register_name): Update.
2997         * ia64-tdep.c (ia64_register_name): Update.
2998         * i386-tdep.c (i386_register_name): Update.
2999         * sparc-tdep.c (sparc32_register_name): Update.
3000         (sparc64_register_name): Update.
3001         (sparclite_register_name): Update.
3002         (sparclet_register_name): Update.
3003         * sh-tdep.c (sh_generic_register_name): Update.
3004         (sh_sh_register_name): Update.
3005         (sh_sh3_register_name): Update.
3006         (sh_sh3e_register_name): Update.
3007         (sh_sh_dsp_register_name): Update.
3008         (sh_sh3_dsp_register_name): Update.
3009         (sh_sh4_register_name): Update.
3010         (sh_sh64_register_name): Update.
3011         * s390-tdep.c (s390_register_name): Update.
3012         * rs6000-tdep.c (rs6000_register_name): Update.
3013         * ns32k-tdep.c (ns32k_register_name_32082): Update.
3014         (ns32k_register_name_32382): Update.
3015         * d10v-tdep.c (d10v_ts2_register_name): Update.
3016         (d10v_ts3_register_name): Update.
3017         * xstormy16-tdep.c (xstormy16_register_name): Update.
3018         * vax-tdep.c (vax_register_name): Update.
3019         * v850-tdep.c (v850_register_name): Update.
3020         * m68hc11-tdep.c (m68hc11_register_name): Update.
3021         * mn10300-tdep.c (mn10300_generic_register_name): Update.
3022         (am33_register_name): Update.
3023
3024 2002-06-17  Grace Sainsbury  <[email protected]>
3025
3026         * m68k-tdep.c: Reindented.
3027
3028 2002-06-17  Andrew Cagney  <[email protected]>
3029
3030         * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
3031         list of predefined types.
3032
3033 2002-06-16  Mark Kettenis  <[email protected]>
3034
3035         * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
3036         REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
3037         REGISTER_CONVERT_TO_RAW): Remove defines.
3038         (i386_register_virtual_type, i386_register_convertible,
3039         i386_register_convert_to_virtual, i386_register_convert_to_raw):
3040         Remove prototypes.
3041         * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
3042         macros mentioned above.
3043
3044         * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
3045         (i386lynx_saved_pc_after_call): Remove prototype.
3046         * i386ly-tdep.c: Include "i386-tdep.h".
3047         (i386lynx_saved_pc_after_call): Make static.  Use
3048         read_memory_nobpt instead of read_memory.  Use
3049         read_memory_unsigned_integer instead of read_memory_integer.
3050         (i386lynx_init_abi): New function.
3051         (i386lynx_coff_osabi_sniffer): New function.
3052         (_initialize_i386bsd_tdep): New function.
3053
3054         * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
3055         CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
3056         CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
3057         (i386_fix_call_dummy): Remove prototype.
3058         * i386-tdep.c (i386_call_dummy_words): New variable.
3059         (i386_gdbarch_init): Adjust for removal of the
3060         macros mentioned above.
3061
3062 2002-06-15  Andrew Cagney  <[email protected]>
3063
3064         * command.h (add_setshow_auto_boolean_cmd): Replace
3065         add_set_auto_boolean_cmd.
3066         * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
3067         add_set_auto_boolean_cmd.
3068         * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
3069         * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
3070         mask-address'' command.
3071         (show_mask_address): Add cmd parameter.
3072         * remote.c (add_packet_config_cmd): Update.  Change type of
3073         set_func and show_func to cmd_sfunc_ftype.
3074         (_initialize_remote): Update `set remote Z-packet'
3075         (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
3076         (show_remote_protocol_e_packet_cmd): Ditto.
3077         (show_remote_protocol_E_packet_cmd): Ditto.
3078         (show_remote_protocol_P_packet_cmd): Ditto.
3079         (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
3080         (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
3081         (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
3082         (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
3083         (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
3084         (show_remote_protocol_Z_packet_cmd): Ditto.
3085         (show_remote_protocol_binary_download_cmd): Ditto.
3086         (show_remote_cmd): Pass NULL to all of above.
3087
3088 2002-06-15  Mark Kettenis  <[email protected]>
3089
3090         * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
3091         DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
3092         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
3093         POP_FRAME): Remove defines.
3094         (i386_push_arguments, i386_store_struct_return,
3095         i386_extract_return_value, i386_store_return_value,
3096         i386_extract_struct_value_address, i386_push_dummy_frame,
3097         i386_pop_frame): Renove prototypes.
3098         * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
3099         macros mentioned above.
3100
3101 2002-06-15  Andrew Cagney  <[email protected]>
3102
3103         * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
3104         add_set_boolean_cmd.
3105         (add_setshow_cmd): New function.
3106         * command.h (add_setshow_boolean_cmd): Replace
3107         add_set_boolean_cmd.
3108         * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
3109         and ``set rdiromatzero''.
3110         * maint.c (_initialize_maint_cmds): Update commented out code.
3111         * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
3112         * target.c (initialize_targets): Update `set
3113         trust-readonly-sections'.
3114         * remote.c (_initialize_remote): Update `set remotebreak'.
3115
3116 2002-06-15  Mark Kettenis  <[email protected]>
3117
3118         * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
3119         BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
3120         * i386-tdep.c (i386_skip_prologue): Adjust function signature to
3121         fit into multi-arch framework.
3122         (i386_breakpoint_from_pc): New function.
3123         (i386_gdbarch_init): Adjust for removal of the macros mentioned
3124         above.
3125
3126         * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
3127         FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
3128         FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
3129         (i386_frameless_function_invocation, i386_frame_num_args,
3130         i386_frame_init_saved_regs): Remove prototypes.
3131         * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
3132         macros mentioned above.
3133
3134 2002-06-15  Andrew Cagney  <[email protected]>
3135
3136         * cli/cli-decode.c (set_cmd_cfunc): Update.
3137         (set_cmd_sfunc): Update.
3138         * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
3139         (set_cmd_sfunc, set_cmd_cfunc): Update.
3140         * cli/cli-decode.h: Update.
3141
3142 2002-06-15  Mark Kettenis  <[email protected]>
3143
3144         * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
3145         (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
3146
3147 2002-06-15  Andrew Cagney  <[email protected]>
3148
3149         * defs.h (auto_boolean): Declare enum.
3150         * command.h (cmd_auto_boolean): Delete enum.
3151         * mips-tdep.c (mask_address_var): Update.
3152         (mips_mask_address_p): Update.
3153         (show_mask_address): Update.
3154         * remote.c (struct packet_config): Update.
3155         (update_packet_config): Update.
3156         (show_packet_config_cmd): Update.
3157         (packet_ok): Update.
3158         (add_packet_config_cmd): Update.
3159         (_initialize_remote): 
3160         * command.h: Update.
3161         * cli/cli-setshow.c (parse_auto_binary_operation): Update.
3162         (do_setshow_command): Update.
3163         * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
3164         * cli/cli-decode.h: Update.
3165
3166 2002-06-15  Mark Kettenis  <[email protected]>
3167
3168         * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
3169         config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
3170         config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
3171         config/i386/tm-linux.h, config/i386/tm-nbsd.h,
3172         config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
3173         * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
3174
3175         * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
3176         list of DJGPP COFF targets.
3177
3178         * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
3179         (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
3180         (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
3181         (FP0_REGNUM): Remove define.
3182         (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
3183         MAX_REGISTER_VIRTUAL_SIZE): Remove define.
3184         (i386_register_virtual_size): Remove protoype.
3185         * i386-tdep.c (i386_register_virtual_size): Removed.
3186         (i386_extract_return_value, i386_store_return_value): Use
3187         FP0_REGNUM instead of NUM_FREGS to determine whether the
3188         floating-point registers are available.
3189         (i386_gdbarch_init): Tweak FIXME about FPU registers.
3190         Adjust for removal of macros mentioned above.
3191
3192 2002-06-15  Mark Kettenis  <[email protected]>
3193
3194         * i386v4-nat.c: Include "i386-tdep.h".  Reformat and tweak various
3195         comments.
3196         (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
3197         Remove prototypes.
3198         (supply_gregset, fill_gregset): Remove use of register keyword and
3199         remove declaration for regmap.  Use I386_NUM_GREGS instead of
3200         NUM_REGS and NUM_FREGS.
3201         (FPREGSET_FSAVE_OFFSET): Remove.
3202         (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
3203         NUM_FREGS to determine whether the floating-point registers are
3204         available.
3205
3206         * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
3207         gnu_store_registers): Replace usage of NUM_GREGS with
3208         I386_NUM_GREGS.
3209
3210         * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
3211         OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
3212         usage of NUM_GREGS with I386_NUM_GREGS.
3213
3214         * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
3215
3216         * i386bsd-nat.c: Include "i386-tdep.h".
3217         (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
3218         I386_NUM_GREGS.
3219
3220         * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
3221         and associated comment.  They no longer make any sense, since we
3222         don't use this file anymore on Linux.
3223
3224         * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
3225         * i386-tdep.c (i386_register_offset, i386_register_size): Use
3226         I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
3227         elements in these arrays.
3228         (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
3229         MAX_NUM_REGS.
3230
3231 2002-06-15  Mark Kettenis  <[email protected]>
3232
3233         * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
3234         * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
3235
3236 2002-06-14  Andrew Cagney  <[email protected]>
3237
3238         * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
3239         EXTRACT_RETURN_VALUE.
3240         (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
3241         EXTRACT_STRUCT_VALUE_ADDRESS.
3242         * gdbarch.h, gdbarch.c: Regenerate.
3243         
3244         * values.c (value_being_returned): Handle
3245         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
3246         (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
3247
3248         * arm-linux-tdep.c (arm_linux_init_abi): Update. 
3249         * arm-tdep.c (arm_gdbarch_init): Update.
3250         * avr-tdep.c (avr_gdbarch_init): Update.
3251         * cris-tdep.c (cris_gdbarch_init): Update.
3252         * d10v-tdep.c (d10v_gdbarch_init): Update.
3253         * ia64-tdep.c (ia64_gdbarch_init): Update.
3254         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3255         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3256         * s390-tdep.c (s390_gdbarch_init): Update.
3257         * sh-tdep.c (sh_gdbarch_init): Update.
3258         * s390-tdep.c (s390_gdbarch_init): Update.
3259         * sparc-tdep.c (sparc_gdbarch_init): Update.
3260         * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3261         * v850-tdep.c (v850_gdbarch_init): Update.
3262         * vax-tdep.c (vax_gdbarch_init): Update.
3263         * x86-64-tdep.c (x86_64_gdbarch_init): Update.
3264         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3265
3266         * config/arc/tm-arc.h: Update.
3267         * config/d30v/tm-d30v.h: Update.
3268         * config/fr30/tm-fr30.h: Update.
3269         * config/h8300/tm-h8300.h: Update.
3270         * config/h8500/tm-h8500.h: Update.
3271         * config/i386/tm-i386.h: Update.
3272         * config/i386/tm-ptx.h: Update.
3273         * config/i386/tm-symmetry.h: Update.
3274         * config/i960/tm-i960.h: Update.
3275         * config/m32r/tm-m32r.h: Update.
3276         * config/m68k/tm-delta68.h: Update.
3277         * config/m68k/tm-linux.h: Update.
3278         * config/m68k/tm-m68k.h: Update.
3279         * config/m88k/tm-m88k.h: Update.
3280         * config/mcore/tm-mcore.h: Update.
3281         * config/mips/tm-mips.h: Update.
3282         * config/mn10200/tm-mn10200.h: Update.
3283         * config/pa/tm-hppa.h: Update.
3284         * config/pa/tm-hppa64.h: Update.
3285         * config/sparc/tm-sp64.h: Update.
3286         * config/sparc/tm-sparc.h: Update.
3287         * config/sparc/tm-sparclet.h: Update.
3288         * config/z8k/tm-z8k.h: Update.
3289
3290 2002-06-14  Andrew Cagney  <[email protected]>
3291
3292         * Makefile.in (i386_linux_tdep_h): Define.
3293         (i386_tdep_h, i387_tdep_h): Define.
3294         (i386-linux-nat.o): Add $(i386_linux_tdep_h),
3295         $(i386_tdep_h) and $(i387_tdep_h).
3296         * i386-linux-nat.c: Include "i386-linux-tdep.h".
3297
3298 2002-06-14  Mark Kettenis  <[email protected]>
3299
3300         * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
3301         Already covered by the default.
3302
3303         * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
3304         TARGET_LONG_DOUBLE_BIT): Remove.  * i386-tdep.c
3305         (i386_gdbarch_init): Initialize long_double_format and long_double
3306         bit.
3307
3308         * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
3309         i386bsd-tdep.o.  Remove solib.o, solib-svr4.o and solib-legacy.o.
3310         Move these to ...
3311         * config/i386/i386sol2.mh: ... here.
3312         * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
3313         (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
3314         (SIGCONTEXT_PC_OFFSET): Remove define.
3315         (IN_SIGTRAMP): Remove define.
3316         * i386-sol2-tdep.c: New file.
3317         
3318         * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
3319         * config/i386/tm-i386nw.h: Removed.
3320
3321         * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
3322         USE_STRUCT_CONVENTION): Remove defines.
3323         (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
3324         (get_longjmp_target): Remove prototype.
3325         (IN_SIGTRAMP): Remove define.
3326         (i386bsd_in_sigtramp): Remove prototype.
3327         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
3328         function.  Update comment accordingly
3329         (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
3330         (FRAME_SAVED_PC): Remove define.
3331         (i386bsd_frame_saved_pc): Remove prototype.
3332         * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
3333         GET_LONGJMP_TARGET): Remove defines.
3334         (get_longjmp_target): Remove prototype.
3335         (IN_SIGTRAMP): Remove define.
3336         (i386bsd_in_sigtramp): Remove prototype.
3337         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
3338         function.  Update comment accordingly
3339         (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
3340         (FRAME_SAVED_PC): Remove define.
3341         (i386bsd_frame_saved_pc): Remove prototype.
3342         * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
3343         Remove prototype.
3344         (USE_STRUCT_CONVENTION): Remove prototype.
3345         * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
3346         declaration.
3347         (_initialize_i386bsd_nat): Revise logic to determine some
3348         constants at compile time when compiling a native GDB.  Warn if
3349         things don't match up with what we expect.
3350         * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
3351         Remove variables.
3352         (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp.  Rewrite
3353         to use date stored in `struct gdbarch_tdep'.
3354         (i386bsd_sigcontext_offset): Remove varaible.
3355         (i386bsd_sigtramp_saved_pc): Make public.  Rewrite to use data
3356         stored in `struct gdbarch_tdep'.
3357         (i386bsd_frame_saved_pc): Make static.
3358         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
3359         (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
3360         i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
3361         i386fbsd4_sc_pc_offset): New variables.
3362         (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
3363         i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
3364         functions.
3365         (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
3366         functions.
3367         * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
3368         Modify the value of i386fbsd_sigtramp_start and
3369         i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
3370         i386fbsd_sigtramp_end.
3371         * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
3372         function.
3373
3374         * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
3375         define to i386-linux-tdep.h.
3376         (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
3377         REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
3378         defines.
3379         (i386_linux_register_name, i386_linux_register_byte,
3380         i386_linux_register_raw_size): Remove prototypes.
3381         (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
3382         (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
3383         (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
3384         TARGET_WRITE_PC): Remove defines.
3385         (i386_linux_in_sigtramp, i386_linux_frame_chain,
3386         i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
3387         i386_linux_write_pc): Remove prototypes.
3388         (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
3389         (get_longjmp_target): Remove prototype.
3390         * i386-linux-tdep.h: New file.
3391         * i386-linux-nat.c: Include "i386-linux-tdep.h".
3392         * i386-linux-tdep.c: Include "i386-tdep.h" and
3393         "i386-linux-tdep.h".
3394         (i386_linux_register_name, i386_linux_register_byte,
3395         i386_linux_register_raw_size, i386_linux_in_sigtramp,
3396         i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
3397         Make static.
3398         (i386_linux_init_abi): New function.
3399         (_initialize_i386_linux_tdep): New function.
3400
3401         * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
3402         (i386_saved_pc_after_call): Remove prototype.
3403         (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
3404         (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
3405         DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
3406         (i386_register_name, i386_stab_reg_to_regnum,
3407         i386_dwarf_reg_to_regnum): Remove prototypes.
3408         (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
3409         SIZEOF_SSE_REGS): Remove defines.
3410         (REGISTER_BYTES): Remove define.
3411         (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
3412         (i386_register_byte, i386_register_raw_size): Remove prototypes.
3413         (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
3414         (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
3415         * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
3416         (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
3417         JB_EDX, GET_LONGJMP_TARGET): Remove defines.
3418         (get_longjmp_target): Remove prototype.
3419         (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
3420         (sigtramp_saved_pc): Remove define.
3421         (i386v4_sigtramp_saved_pc): Remove prototype.
3422         * config/i386/tm-go32.h (FRAME_CHAIN,
3423         FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
3424         (i386go32_frame_saved_pc): Remove prototype.
3425         (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
3426         (get_longjmp_target): Remove prototype.
3427         * i386-tdep.h: Include "osabi.h".
3428         (enum i386_abi): Removed.
3429         (enum struct_return): New enum.
3430         (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
3431         struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
3432         sc_pc_offset members.
3433         (i386_gdbarch_register_os_abi): Remove prototype.
3434         (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
3435         I386_SSE_NUM_REGS): New defines.
3436         (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
3437         I386_SSE_SIZEOF_REGS): New defines.
3438         (i386_register_name, i386_register_byte, i386_register_raw_size):
3439         New prototypes.
3440         (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
3441         (i386bsd_sigtramp_saved_pc): New prototype.
3442         * i386-tdep.c: Don't include "elf-bfd.h".
3443         (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
3444         i386_frame_chain, i386_saved_pc_after_call): Make static.
3445         (i386_frame_saved_pc): Rewrite to call architecture dependent
3446         function to deal with signal handlers.  Make static.
3447         (i386go32_frame_saved_pc): Removed.
3448         [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
3449         Removed.
3450         (i386_get_longjmp_target): New function.
3451         (default_struct_convention, pcc_struct_convention,
3452         reg_struct_convention, valid_conventions, struct_convention): New
3453         variables.
3454         (i386_use_struct_convention): New function.
3455         (i386v4_sigtramp_saved_pc): Renamed to
3456         i386_svr4_sigtramp_saved_pc.  Made static.  Moved.
3457         (i386_pc_in_sigtramp): New function.
3458         (i386_abi_names): Removed.
3459         (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
3460         ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
3461         Removed.
3462         (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
3463         i386_gdbarch_register_os_abi): Removed.
3464         (struct i386_abi_handler): Removed.
3465         (i386_abi_handler_list): Removed.
3466         (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
3467         functions.
3468         (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
3469         i386_nw_init_abi): New functions.
3470         (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
3471         Use set_gdbarch_xxx() calls instead of relying on macros for a
3472         number of calls.
3473         (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
3474         (_initialize_i386_tdep): Add new 'struct-convcention' command.
3475         Register the various architecture variants defined in this file.
3476
3477 2002-06-14  Daniel Jacobowitz  <[email protected]>
3478
3479         * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
3480         (struct main_type): Remove arg_types member.  Update comments for
3481         struct field.
3482         (TYPE_ARG_TYPES): Remove.
3483         (TYPE_FN_FIELD_ARGS): Update.
3484         (smash_to_method_type): Update prototype.
3485
3486         * c-typeprint.c (cp_type_print_method_args): Take method type
3487         instead of argument list.  Use new argument layout.  Simplify.
3488         (c_type_print_args): Use new argument layout.  Simplify.
3489         (c_type_print_base): Update call to cp_type_print_method_args.
3490         * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
3491         argument; use die->type instead.  Update call to
3492         smash_to_method_type.
3493         (read_structure_scope): Update call to dwarf2_add_member_fn.
3494         * gdbtypes.c (allocate_stub_method): Update comment.
3495         (smash_to_method_type): Take new NARGS and VARARGS arguments.
3496         Use new argument layout.
3497         (check_stub_method): Use new argument layout.  Don't count
3498         void as an argument.
3499         (print_arg_types): Update comments.  Use new argument layout.
3500         (recursive_dump_type): Don't print arg_types member.
3501         * hpread.c (hpread_read_struct_type): Use new argument layout.
3502         (fixup_class_method_type): Likewise.
3503         (hpread_type_lookup): Likewise.
3504         * stabsread.c (read_type): Update calls to read_args and
3505         smash_to_method_type.
3506         (read_args): Use new argument layout.  Simplify.
3507         * valops.c (typecmp): Use new argument layout.  Update parameters
3508         and comments.  Simplify.
3509         (hand_function_call): Use new argument layout.
3510         (search_struct_method): Update call to typecmp.
3511         (find_overload_match): Use new argument layout.
3512
3513 2002-06-13  Daniel Jacobowitz  <[email protected]>
3514
3515         * NEWS: Mention multithreaded debug support for gdbserver.
3516
3517 2002-06-13  Daniel Jacobowitz  <[email protected]>
3518
3519         * MAINTAINERS: Mention NEWS.
3520
3521 2002-06-13  Daniel Jacobowitz  <[email protected]>
3522
3523         * gdbserver/regcache.c: Add comment.
3524
3525 2002-06-13  Daniel Jacobowitz  <[email protected]>
3526
3527         * mips-tdep.c (PROC_SYMBOL): Add warning comment.
3528         (struct mips_objfile_private, compare_pdr_entries): New.
3529         (non_heuristic_proc_desc): Read the ".pdr" section if it
3530         is present.
3531
3532 2002-06-12  Andrew Cagney  <[email protected]>
3533
3534         * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
3535         (arm_debug): New static variable.
3536         (_initialize_arm_tdep): Add ``set debug arm'' command.
3537
3538 2002-06-12  Andrew Cagney  <[email protected]>
3539
3540         * Makefile.in (sim_arm_h): Define.
3541         (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
3542         * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
3543         (arm_register_sim_regno): New function, map an internal REGNUM
3544         onto a simulator register number.
3545         (arm_gdbarch_init): Set register_sim_regno.
3546
3547 2002-06-09  Aldy Hernandez  <[email protected]>
3548
3549         * MAINTAINERS: Add self.
3550
3551 2002-06-11  Jim Blandy  <[email protected]>
3552
3553         * source.c (source_info): Mention whether the symtab has
3554         information about preprocessor macros.
3555
3556         Call the command `info macro', not `show macro'.
3557         * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
3558         Fix error message.
3559         (_initialize_macrocmd): Register `info_macro_command' in
3560         `infolist', not `showlist'.
3561
3562 2002-06-11  Daniel Jacobowitz  <[email protected]>
3563
3564         * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
3565         (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
3566         (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
3567         (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
3568         (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions.  Define
3569         unconditionally.
3570         (set_mipsfpu_single_command, set_mipsfpu_double_command)
3571         (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
3572         (_initialize_mips_tdep): Remove dead code.
3573         * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
3574         (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
3575         * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
3576         (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
3577         * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
3578         MIPS_LAST_FP_ARG_REGNUM): Remove.
3579
3580 2002-06-11  Daniel Jacobowitz  <[email protected]>
3581
3582         * gdbserver/thread-db.c: New file.
3583         * gdbserver/proc-service.c: New file.
3584         * gdbserver/acinclude.m4: New file.
3585         * gdbserver/Makefile.in: Add GDBSERVER_LIBS, gdb_proc_service_h,
3586         proc-service.o, and thread-db.o.
3587         (linux-low.o): Add USE_THREAD_DB.
3588         * gdbserver/acconfig.h: Add HAVE_PRGREGSET_T, HAVE_PRFPREGSET_T,
3589         HAVE_LWPID_T, HAVE_PSADDR_T, and PRFPREGSET_T_BROKEN.
3590         * gdbserver/aclocal.m4: Regenerated.
3591         * gdbserver/config.in: Regenerated.
3592         * gdbserver/configure: Regenerated.
3593         * gdbserver/configure.in: Check for proc_service.h, sys/procfs.h,
3594         thread_db.h, and linux/elf.h headrs.
3595         Check for lwpid_t, psaddr_t, prgregset_t, prfpregset_t, and
3596         PRFPREGSET_T_BROKEN.  Introduce srv_thread_depfiles and USE_THREAD_DB.
3597         Check for -lthread_db and thread support.
3598         * gdbserver/configure.srv: Enable thread_db support for ARM, i386, MIPS,
3599         PowerPC, and SuperH.
3600         * gdbserver/i387-fp.c: Constify arguments.
3601         * gdbserver/i387-fp.h: Likewise.
3602         * gdbserver/inferiors.c: (struct thread_info): Renamed from
3603         `struct inferior_info'.  Remove PID member.  Use generic inferior
3604         list header.  All uses updated.
3605         (inferiors, signal_pid): Removed.
3606         (all_threads): New variable.
3607         (get_thread): Define.
3608         (add_inferior_to_list): New function.
3609         (for_each_inferior): New function.
3610         (change_inferior_id): New function.
3611         (add_inferior): Removed.
3612         (remove_inferior): New function.
3613         (add_thread): New function.
3614         (free_one_thread): New function.
3615         (remove_thread): New function.
3616         (clear_inferiors): Use for_each_inferior and free_one_thread.
3617         (find_inferior): New function.
3618         (find_inferior_id): New function.
3619         (inferior_target_data): Update argument type.
3620         (set_inferior_target_data): Likewise.
3621         (inferior_regcache_data): Likewise.
3622         (set_inferior_regcache_data): Likewise.
3623         * gdbserver/linux-low.c (linux_bp_reinsert): Remove.
3624         (all_processes, stopping_threads, using_thrads)
3625         (struct pending_signals, debug_threads, pid_of): New.
3626         (inferior_pid): Replace with macro.
3627         (struct inferior_linux_data): Remove.
3628         (get_stop_pc, add_process): New functions.
3629         (linux_create_inferior): Restore SIGRTMIN+1 before calling exec.
3630         Use add_process and add_thread.
3631         (linux_attach_lwp): New function, based on old linux_attach.  Use
3632         add_process and add_thread.  Set stop_expected for new threads.
3633         (linux_attach): New function.
3634         (linux_kill_one_process): New function.
3635         (linux_kill): Kill all LWPs.
3636         (linux_thread_alive): Use find_inferior_id.
3637         (check_removed_breakpoints, status_pending_p): New functions.
3638         (linux_wait_for_process): Renamed from linux_wait_for_one_inferior.
3639         Update.  Use WNOHANG.  Wait for cloned processes also.  Update process
3640         struct for the found process.
3641         (linux_wait_for_event): New function.
3642         (linux_wait): Use it.  Support LWPs.
3643         (send_sigstop, wait_for_sigstop, stop_all_processes)
3644         (linux_resume_one_process, linux_continue_one_process): New functions.
3645         (linux_resume): Support LWPs.
3646         (REGISTER_RAW_SIZE): Remove.
3647         (fetch_register): Use register_size instead.  Call supply_register.
3648         (usr_store_inferior_registers): Likewise.  Call collect_register.
3649         Fix recursive case.
3650         (regsets_fetch_inferior_registers): Improve error message.
3651         (regsets_store_inferior_registers): Add debugging.
3652         (linux_look_up_symbols): Call thread_db_init if USE_THREAD_DB.
3653         (unstopped_p, linux_signal_pid): New functions.
3654         (linux_target_ops): Add linux_signal_pid.
3655         (linux_init_signals): New function.
3656         (initialize_low): Call it.  Initialize using_threads.
3657         * gdbserver/regcache.c (inferior_regcache_data): Add valid
3658         flag.
3659         (get_regcache): Fetch registers lazily.  Add fetch argument
3660         and update all callers.
3661         (regcache_invalidate_one, regcache_invalidate): New
3662         functions.
3663         (new_register_cache): Renamed from create_register_cache.
3664         Return the new regcache.
3665         (free_register_cache): Change argument to a void *.
3666         (registers_to_string, registers_from_string): Call get_regcache
3667         with fetch flag set.
3668         (register_data): Make static.  Pass fetch flag to get_regcache.
3669         (supply_register): Call get_regcache with fetch flag clear.
3670         (collect_register): Call get_regcache with fetch flag set.
3671         (collect_register_as_string): New function.
3672         * gdbserver/regcache.h: Update.
3673         * gdbserver/remote-utils.c (putpkt): Flush after debug output and use
3674         stderr.
3675         Handle input interrupts while waiting for an ACK.
3676         (input_interrupt): Use signal_pid method.
3677         (getpkt): Flush after debug output and use stderr.
3678         (outreg): Use collect_register_as_string.
3679         (new_thread_notify, dead_thread_notify): New functions.
3680         (prepare_resume_reply): Check using_threads.  Set thread_from_wait
3681         and general_thread.
3682         (look_up_one_symbol): Flush after debug output.
3683         * gdbserver/server.c (step_thread, server_waiting): New variables.
3684         (start_inferior): Don't use signal_pid.  Update call to mywait.
3685         (attach_inferior): Update call to mywait.
3686         (handle_query): Handle qfThreadInfo and qsThreadInfo.
3687         (main): Don't fetch/store registers explicitly.  Use
3688         set_desired_inferior.  Support proposed ``Hs'' packet.  Update
3689         calls to mywait.
3690         * gdbserver/server.h: Update.
3691         (struct inferior_list, struct_inferior_list_entry): New.
3692         * gdbserver/target.c (set_desired_inferior): New.
3693         (write_inferior_memory): Constify.
3694         (mywait): New function.
3695         * gdbserver/target.h: Update.
3696         (struct target_ops): New signal_pid method.
3697         (mywait): Removed macro, added prototype.
3698
3699         * gdbserver/linux-low.h (regset_func): Removed.
3700         (regset_fill_func, regset_store_func): New.
3701         (enum regset_type): New.
3702         (struct regset_info): Add type field.  Use new operation types.
3703         (struct linux_target_ops): stop_pc renamed to get_pc.
3704         Add decr_pc_after_break and breakpoint_at.
3705         (get_process, get_thread_proess, get_process_thread)
3706         (strut process_info, all_processes, linux_attach_lwp)
3707         (thread_db_init): New.
3708
3709         * gdbserver/linux-arm-low.c (arm_get_pc, arm_set_pc,
3710         arm_breakpoint, arm_breakpoint_len, arm_breakpoint_at): New.
3711         (the_low_target): Add new members.
3712         * gdbserver/linux-i386-low.c (i386_store_gregset, i386_store_fpregset)
3713         (i386_store_fpxregset): Constify.
3714         (target_regsets): Add new kind identifier.
3715         (i386_get_pc): Renamed from i386_stop_pc.  Simplify.
3716         (i386_set_pc): Add debugging.
3717         (i386_breakpoint_at): New function.
3718         (the_low_target): Add new members.
3719         * gdbserver/linux-mips-low.c (mips_get_pc, mips_set_pc)
3720         (mips_breakpoint, mips_breakpoint_len, mips_reinsert_addr)
3721         (mips_breakpoint_at): New.
3722         (the_low_target): Add new members.
3723         * gdbserver/linux-ppc-low.c (ppc_get_pc, ppc_set_pc)
3724         (ppc_breakpoint, ppc_breakpoint_len, ppc_breakpoint_at): New.
3725         (the_low_target): Add new members.
3726         * gdbserver/linux-sh-low.c (sh_get_pc, sh_set_pc)
3727         (sh_breakpoint, sh_breakpoint_len, sh_breakpoint_at): New.
3728         (the_low_target): Add new members.
3729         * gdbserver/linux-x86-64-low.c (target_regsets): Add new kind
3730         identifier.
3731
3732 2002-06-11  Michal Ludvig  <[email protected]>
3733
3734         * dwarf2cfi.c (unwind_tmp_obstack_init): New.
3735         (unwind_tmp_obstack_free, parse_frame_info)
3736         (update_context, cfi_read_fp, cfi_write_fp)
3737         (cfi_frame_chain, cfi_init_extra_frame_info)
3738         (cfi_virtual_frame_pointer): Use the above function.
3739         * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
3740
3741 2002-06-11  Corinna Vinschen  <[email protected]>
3742
3743         * v850-tdep.c (v850_type_is_scalar): New function.
3744         (v850_use_struct_convention): Match current gcc implementation
3745         as close as possible.
3746         (v850_push_arguments): Fix stack_offset handling.  Don't write
3747         struct_addr into register.  This is done by v850_store_struct_return.
3748         (v850_extract_return_value): Care for structs.
3749         (v850_store_return_value): Ditto.
3750         (v850_store_struct_return): Actually write address.
3751
3752 2002-06-11  Michal Ludvig  <[email protected]>
3753
3754         * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
3755         without debug information too.
3756
3757 2002-06-10  Andrew Cagney  <[email protected]>
3758
3759         * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
3760         Make multi-arch pure.
3761         * gdbarch.h, gdbarch.c: Re-generate.
3762         * arm-tdep.c (arm_print_float_info): Update.
3763         * arch-utils.h (default_print_float_info): Update.
3764         * arch-utils.c (default_print_float_info): Update.
3765         * infcmd.c (float_info): Update call.
3766
3767 2002-06-10  Andrew Cagney  <[email protected]>
3768
3769         * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
3770         the front of the initialize list.
3771
3772 2002-06-10  Andrew Cagney  <[email protected]>
3773
3774         * infrun.c (struct inferior_status): Replace fields
3775         selected_frame_address and selected_level with field
3776         selected_frame_id.
3777         (save_inferior_status): Update.  Use get_frame_id.
3778         (struct restore_selected_frame_args): Delete.
3779         (restore_selected_frame): Update.  Use frame_find_by_id.
3780         (restore_inferior_status): Update.
3781
3782         * breakpoint.h (struct breakpoint): Change type of
3783         watchpoint_frame to frame_id.
3784         * breakpoint.c (insert_breakpoints): Use frame_find_by_id.  Remove
3785         call to get_current_frame.
3786         (do_enable_breakpoint): Use frame_find_by_id.  Remove call to
3787         get_current_frame.
3788         (watchpoint_check): Use frame_find_by_id.
3789
3790         * frame.h (record_selected_frame): Delete declaration.
3791         * stack.c (record_selected_frame): Delete function.
3792         
3793         * frame.h (struct frame_id): Define.
3794         (get_frame_id): Declare.
3795         (frame_find_by_id): Declare.
3796         * frame.c (frame_find_by_id): New function.
3797         (get_frame_id): New function.
3798
3799 2002-06-10  Andrey Volkov <[email protected]>
3800
3801         * ser-e7kpc.c: Fix duplicated define and call of 
3802         _initialize_ser_e7000pc
3803             
3804 2002-06-09  Daniel Jacobowitz  <[email protected]>
3805
3806         * signals/signals.c (target_signal_from_host): Fix #ifdef
3807         SIGRTMIN case.
3808         (do_target_signal_to_host): Likewise.
3809
3810 2002-06-09  Daniel Jacobowitz  <[email protected]>
3811
3812         * mips-tdep.c (mips_find_abi_section): New function.
3813         (mips_gdbarch_init): Call it.
3814
3815 2002-06-09  Mark Kettenis  <[email protected]>
3816
3817         * solib-svr4.c (init_fetch_link_map_offsets): Simply return
3818         legacy_fetch_link_map_offsets.  Adjust comment to reflect reality
3819         after Andrew's 2002-06-08 gdbarch change.
3820
3821 2002-06-09  Mark Kettenis  <[email protected]>
3822
3823         * i386-linux-nat.c (suppy_gregset): Don't supply
3824         I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
3825         register cache.
3826         (fill_gregset): Don't fetch it under the same circumstances.
3827
3828 2002-06-09  Andrew Cagney  <[email protected]>
3829
3830         * Makefile.in (callback_h): Define.
3831         (remote_sim_h): Update path to remote-sim.h.
3832         (remote-rdp.o): Add $(callback_h).
3833         (remote-sim.o): Use $(callback_h).
3834         * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
3835         * remote-rdp.c: Include "gdb/callback.h".
3836
3837 2002-06-09  Mark Kettenis  <[email protected]>
3838
3839         * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
3840         * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
3841
3842 2002-06-08  Andrew Cagney  <[email protected]>
3843
3844         * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
3845         * rdi-share/serpardr.c: Ditto.
3846         * rdi-share/unixcomm.c: Ditto.
3847         * rdi-share/serdrv.c: Ditto.
3848         * rdi-share/hostchan.h: Ditto.
3849         * rdi-share/hostchan.c: Ditto.
3850         * rdi-share/host.h: Ditto.
3851         * rdi-share/devsw.c: Ditto.
3852
3853         * objfiles.h: Change type of obj_private to void pointer.
3854         * pa64solib.c: Update copyright.  Don't include "assert.h", use
3855         strcmp instead of STREQ, use LONGEST, do not use PTR
3856         * somsolib.c: Ditto.
3857
3858         * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
3859         bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
3860         bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
3861
3862 2002-06-08  Andrew Cagney  <[email protected]>
3863
3864         * frame.c (GET_SAVED_REGISTER): Delete macro definition.
3865         (default_get_saved_register): Delete function.
3866         * gdbarch.sh (GET_SAVED_REGISTER): Set default to
3867         generic_unwind_get_saved_register.
3868         * gdbarch.h, gdbarch.c: Re-generate.
3869         
3870 2002-06-08  Andrew Cagney  <[email protected]>
3871
3872         * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
3873         generic_func_frame_chain_valid.
3874         * gdbarch.h, gdbarch.c: Re-generate.
3875         * blockframe.c (generic_func_frame_chain_valid): Only check
3876         PC_IN_CALL_DUMMY when generic dummy frames.  Don't worry about
3877         passing FP to PC_IN_CALL_DUMMY.
3878         Fix PR gdb/360.
3879
3880 2002-06-08  Andrew Cagney  <[email protected]>
3881
3882         * gdbarch.sh (struct gdbarch_data): Add field init_p.
3883         (register_gdbarch_data): Initialize init_p.
3884         (gdbarch_data): Initialize data pointer using the init function.
3885         (init_gdbarch_data): Delete function.
3886         (gdbarch_update_p): Update.
3887         (initialize_non_multiarch): Update.
3888         (struct gdbarch): Add field initialized_p.
3889         * gdbarch.h, gdbarch.c: Re-generate.
3890
3891 2002-06-07  Michal Ludvig  <[email protected]>
3892
3893         * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
3894         (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
3895         better do the things actually here.
3896         * x86-64-tdep.c (x86_64_register_name2nr): New.
3897         (x86_64_register_name): Renamed to x86_64_register_nr2name.
3898         (x86_64_gdbarch_init): Respect the above change.
3899         * x86-64-tdep.h (x86_64_register_name2nr)
3900         (x86_64_register_nr2name): Add prototypes.
3901         * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
3902
3903 2002-06-06  Michael Snyder  <[email protected]>
3904
3905         * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
3906         Delete extra braces and re-indent.
3907         (d10v_store_return_value): Char return values
3908         must be shifted over by one byte in R0.
3909         (d10v_extract_return_value): Delete extra braces, re-indent.
3910
3911 2002-06-06  Elena Zannoni  <[email protected]>
3912
3913         * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
3914         (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
3915         (d10v_integer_to_address): Rewrite.
3916         (d10v_frame_init_saved_regs): When reading fp and sp registers use
3917         the d10v specific functions which take care of converting to the
3918         correct space.
3919
3920 2002-06-06  Elena Zannoni  <[email protected]>
3921
3922         * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
3923         altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
3924
3925 2002-06-02  Andrew Cagney  <[email protected]>
3926
3927         * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
3928         includes.
3929         * config/tm-linux.h: Ditto.
3930         * config/alpha/tm-alphalinux.h: Ditto.
3931         * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
3932         * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
3933         * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
3934         * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
3935         * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
3936         * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
3937         * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
3938         * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
3939         * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
3940         * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
3941         * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
3942         * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
3943         * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
3944         * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
3945         * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
3946         * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
3947         * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
3948         * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
3949         * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
3950         * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
3951         * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
3952         * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
3953         * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
3954         * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
3955         * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
3956         * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
3957         * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
3958         * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
3959         * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
3960         * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
3961         * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
3962         * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
3963         * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
3964         * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
3965         * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
3966         * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
3967         * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
3968
3969 2002-05-04  Aidan Skinner <[email protected]>
3970
3971         * ada-exp.tab.c: New file
3972         * ada-exp.y: New file
3973         * ada-lang.c: New file
3974         * ada-lang.h: New file
3975         * ada-lex.c: New file
3976         * ada-lex.l: New file
3977         * ada-tasks.c: New file
3978         * ada-typeprint.c: New file
3979         * ada-valprint.c: New file
3980         
3981 2002-06-02  Jason Thorpe  <[email protected]>
3982
3983         * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
3984         use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
3985
3986 2002-06-02  Jason Thorpe  <[email protected]>
3987
3988         * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
3989         insetead of ppc-linux-tdep.o.
3990         * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
3991         * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
3992
3993 2002-06-02  Andrew Cagney  <[email protected]>
3994
3995         2002-05-07 Christian Groessler <[email protected]>
3996         * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
3997         bit register contents for little endian hosts.
3998
3999 2002-06-01  Andrew Cagney  <[email protected]>
4000
4001         * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
4002         any maintainer.
4003
4004 2002-06-01  Andrew Cagney  <[email protected]>
4005
4006         * gdbarch.h: Regenerate.
4007
4008 2002-06-01  Andrew Cagney  <[email protected]>
4009
4010         * MAINTAINERS: Add everyone to write-after-approval list.
4011
4012 2002-06-01  Andrew Cagney  <[email protected]>
4013
4014         * stack.c (frame_info): Use frame_register_unwind instead of
4015         saved_regs.  Mention when the SP is on the stack or in a register.
4016
4017         * frame.h (frame_register_unwind_ftype): Define.  Document.
4018         (struct frame_info): Add field register_unwind and
4019         register_unwind_cache.
4020         (frame_register_unwind): Declare.
4021         (generic_unwind_get_saved_register): Declare.
4022
4023         * frame.c (frame_register_unwind): New function.
4024         (generic_unwind_get_saved_register): New function.
4025
4026         * blockframe.c (generic_call_dummy_register_unwind): New function.
4027         (frame_saved_regs_register_unwind): New function.
4028         (set_unwind_by_pc): New function.
4029         (create_new_frame): New function.
4030         (get_prev_frame): New function.
4031
4032 2002-05-30  Andrew Cagney  <[email protected]>
4033
4034         * a29k-share/: Delete directory.
4035         * remote-vx29k.c: Delete file.
4036
4037 2002-05-30  Jason Thorpe  <[email protected]>
4038
4039         * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
4040         ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
4041
4042 2002-05-30  Jason Thorpe  <[email protected]>
4043
4044         * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
4045         sparcnbsd-nat.c, and sparcnbsd-tdep.c.
4046         (sparc64nbsd-nat.o)
4047         (sparcnbsd-nat.o)
4048         (sparcnbsd-tdep.o): New dependency lists.
4049         * NEWS: Note new UltraSPARC NetBSD native configuration.
4050         * configure.host (sparc64-*-netbsd*): New host.
4051         * configure.tgt (sparc-*-netbsdelf*)
4052         (sparc-*-netbsd*): Set gdb_target to nbsd.
4053         (sparc64-*-netbsd*): New target.
4054         * sparc64nbsd-nat.c: New file.
4055         * sparcnbsd-nat.c: New file.
4056         * sparcnbsd-tdep.c: New file.
4057         * sparcnbsd-tdep.h: New file.
4058         * config/sparc/nbsd.mt: New file.
4059         * config/sparc/nbsd64.mh: New file.
4060         * config/sparc/nbsd64.mt: New file.
4061         * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
4062         sparc-nat.o, and solib.o.  Add sparcnbsd-nat.o.
4063         (HOST_IPC): Remove.
4064         * config/sparc/nbsdaout.mt: Remove.
4065         * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
4066         sparc-nat.o, and solib.o.  Add sparcnbsd-nat.o.
4067         (HOST_IPC): Remove.
4068         * config/sparc/nbsdelf.mt: Remove.
4069         * config/sparc/nm-nbsd.h: Update copyright years.  Remove all
4070         sparc-nat.c compatiblity defines.
4071         * config/sparc/tm-nbsd.h: Update copyright years.  Include solib.h.
4072         (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
4073         * config/sparc/tm-nbsd64.h: New file.
4074         * config/sparc/tm-nbsdaout.h: Remove.
4075         * config/sparc/xm-nbsd.h: Remove.
4076
4077 2002-05-30  Jason Thorpe  <[email protected]>
4078
4079         * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
4080         * sparc-tdep.c: Include osabi.h.
4081         (gdbarch_tdep): Add osabi member.
4082         (_initialize_sparc_tdep): Use gdbarch_register.
4083         (sparc_gdbarch_init): Use generic OS ABI framework.
4084         (sparc_dump_tdep): New function.
4085
4086 2002-05-30  Kevin Buettner  <[email protected]>
4087
4088         * corefile.c (do_captured_read_memory_integer): Return non-zero
4089         result.
4090         (safe_read_memory_integer): Copy result of memory read when
4091         status is non-zero.  Also, add comments.
4092
4093 2002-05-20  Jason Thorpe  <[email protected]>
4094
4095         * Makefile.in (ppc_tdep_h): Define.
4096         (ppc-linux-nat.o)
4097         (ppc-linux-tdep.o)
4098         (rs6000-tdep.o): Use $(ppc_tdep_h).
4099         (ppc-sysv-tdep.o)
4100         (ppcnbsd-nat.o)
4101         (ppcnbsd-tdep.o): New dependency lists.
4102         * ppc-tdep.h: Use generic OS ABI framework.
4103         * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
4104         (ppc_linux_init_abi): New functions.
4105         (ppc_sysv_abi_broken_use_struct_convention)
4106         (ppc_sysv_abi_use_struct_convention)
4107         (ppc_sysv_abi_push_arguments): Move to...
4108         * ppc-sysv-tdep.c: ...here.
4109         * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
4110         * rs6000-tdep.c (process_note_abi_tag_sections)
4111         (get_elfosabi): Remove.
4112         (rs6000_gdbarch_init): Use generic OS ABI framework.
4113         (rs6000_dump_tdep): New function.
4114         (_initialize_rs6000_tdep): Use gdbarch_register.
4115         * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
4116         * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
4117         * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
4118         of ppc-linux-tdep.o.
4119         * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
4120         * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
4121         * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
4122         * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
4123         * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
4124         * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
4125
4126 2002-05-29  Jim Blandy  <[email protected]>
4127
4128         * macroscope.c (default_macro_scope): Put `void' in empty argument
4129         list.
4130
4131 2002-05-29  Andrew Cagney  <[email protected]>
4132
4133         * Makefile.in (arch-utils.o): Add $(sim_regno_h).
4134         * arch-utils.c: Include "sim-regno.h".
4135         * gdbarch.sh: Don't include "sim-regno.h".
4136         * gdbarch.h, gdbarch.c: Regenerate.
4137         * sim-regno.h (legacy_register_sim_regno): Move declaration from
4138         here.
4139         * arch-utils.h (legacy_register_sim_regno): To here.
4140         * remote-sim.c (legacy_register_sim_regno): Move function from
4141         here.
4142         * arch-utils.c (legacy_register_sim_regno): To here.
4143
4144 2002-05-28  Andrew Cagney  <[email protected]>
4145
4146         * sim-regno.h: New file.
4147         * Makefile.in (sim_regno_h): Define.
4148         (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
4149         * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
4150         (legacy_register_sim_regno): New function.
4151         (one2one_register_sim_regno): New function.
4152         (gdbsim_fetch_register): Rewrite.
4153         (gdbsim_store_register): Only store a register when
4154         REGISTER_SIM_REGNO is valid.
4155         * d10v-tdep.c: Include "sim-regno.h".
4156         (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
4157         (d10v_ts3_register_sim_regno): Ditto.
4158         * gdbarch.sh: Include "sim-regno.h".
4159         (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
4160         * gdbarch.h, gdbarch.c: Regenerate.
4161         * arch-utils.h (default_register_sim_regno): Delete declaration.
4162         * arch-utils.c (default_register_sim_regno): Delete function.
4163
4164 2002-05-28  Jason Thorpe  <[email protected]>
4165
4166         * ppcnbsd-nat.c: Rewrite.
4167         * ppcnbsd-tdep.c: New file.
4168         * ppcnbsd-tdep.h: New file.
4169         * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
4170         solib.o, and solib-svr4.o.
4171         * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
4172         nbsd-tdep.o, and corelow.o.
4173
4174 2002-05-28  Andrew Cagney  <[email protected]>
4175
4176         * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
4177         `tr' and `sed'.  Mention that `broken' targets are not expected to
4178         build.
4179
4180 2002-05-27  Michal Ludvig  <[email protected]>
4181
4182         * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
4183         Let PC point right after the prologue before looking up symbols.
4184         
4185 2002-05-27  Martin M. Hunt  <[email protected]>
4186
4187         * i386-tdep.c (i386_register_virtual_type): Return 
4188         builtin_type_vec128i for SSE registers.
4189
4190         * gdbtypes.h (builtin_type_vec128i): Declare.
4191
4192         * gdbtypes.c (build_builtin_type_vec128i): New function.
4193         (builtin_type_v2_double, builtin_type_v4_int64): New types.
4194         (builtin_type_vec128i): New type for SSE2 128-bit registers.
4195         (build_gdbtypes): Initialize new builtin vector types.
4196         (_initialize_gdbtypes): Register new vector types with gdbarch.
4197
4198 2002-05-26  Jason Thorpe  <[email protected]>
4199
4200         * MAINTAINERS: ns32k is not longer an obsolete candidate,
4201         since it has been multi-arch'd.
4202         * NEWS: Note that ns32k-*-* is now partial multi-arch.
4203         Move Alpha and VAX multi-arch news entries to same section
4204         as other multi-arch news.
4205
4206 2002-05-26  Jason Thorpe  <[email protected]>
4207
4208         * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
4209         target.s, arch-utils.h, ns32k-tdep.h.  Make many functions
4210         static.  Rename some register numbers to put them in ns32k-tdep
4211         private namespace.
4212         (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
4213         ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
4214         functions.
4215         (_initialize_ns32k_tdep): Use gdbarch_register.
4216         * ns32k-tdep.h: New file.
4217         * ns32knbsd-tdep.c: New file.
4218         * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
4219         * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
4220         (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
4221         REGISTER_BYTES, REGISTER_BYTE): Remove.
4222         * config/ns32k/tm-ns32k.h: New file.
4223         * config/ns32k/tm-umax.h: Remove.
4224
4225 2002-05-26  Jason Thorpe  <[email protected]>
4226
4227         * ns32k-tdep.c (ns32k_saved_pc_after_call,
4228         ns32k_store_struct_return, ns32k_extract_return_value,
4229         ns32k_store_return_value, ns32k_extract_struct_value_address): New
4230         functions.
4231         * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
4232         ns32k_saved_pc_after_call.
4233         (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
4234         (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
4235         (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
4236         (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
4237         ns32k_extract_struct_value_address.
4238
4239 2002-05-26  Jason Thorpe  <[email protected]>
4240
4241         * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
4242         ns32k_fix_call_dummy): New.
4243         * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
4244         ns32k_call_dummy_words.
4245         (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
4246         (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
4247         CALL_DUMMY_NARGS): Remove.
4248         (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
4249
4250 2002-05-26  Jason Thorpe  <[email protected]>
4251
4252         * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
4253         ns32k_frame_saved_pc, ns32k_frame_args_address,
4254         ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
4255         ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
4256         * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
4257         * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
4258         (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
4259         (BREAKPOINT): Remove..
4260         (FRAME_CHAIN): Define as ns32k_frame_chain.
4261         (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
4262         (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
4263         (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
4264         (FRAME_FIND_SAVED_REGS): Remove.
4265         (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
4266         (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
4267         (POP_FRAME): Define as ns32k_pop_frame.
4268
4269 2002-05-26  Jason Thorpe  <[email protected]>
4270
4271         * ns32k-tdep.c (ns32k_register_byte_32082,
4272         ns32k_register_byte_32382, ns32k_register_raw_size,
4273         ns32k_register_virtual_size, ns32k_register_virtual_type): New
4274         functions.
4275         * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
4276         ns32k_register_byte_32382.
4277         * config/ns32k/tm-umax.h: Update copyright years.
4278         (REGISTER_BYTE): Define as ns32k_register_byte_32082.
4279         (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
4280         (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
4281         (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
4282         (ns32k_get_enter_addr): Fix prototype.
4283
4284 2002-05-26  Jason Thorpe  <[email protected]>
4285
4286         * ns32k-tdep.c: Update copyright years.
4287         (ns32k_register_name_32082): New function.
4288         (ns32k_register_name_32382): Ditto.
4289         * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
4290         (REGISTER_NAME): Define as ns32k_register_name_32382.
4291         * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
4292         (REGISTER_NAME): Define as ns32k_register_name_32082.
4293
4294 2002-05-24  Jim Blandy  <[email protected]>
4295
4296         * dwarf2read.c (free_line_header): Use xfree, not free.
4297
4298 2002-05-24  Jason Thorpe  <[email protected]>
4299
4300         * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
4301         alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
4302
4303 2002-05-23  Andrew Cagney  <[email protected]>
4304
4305         * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
4306
4307 2002-05-23  Andrew Cagney  <[email protected]>
4308
4309         From Ross Alexander at NEC Europe:
4310         * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
4311
4312 2002-05-23  Michael Snyder  <[email protected]>
4313
4314         * cli/cli-dump.c (restore_command): Use parse_and_eval_long
4315         for input, rather than parse_and_eval_address.  
4316
4317 2002-05-23  Andrew Cagney  <[email protected]>
4318
4319         * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
4320         * Makefile.in (sim_d10v_h): Update definition.
4321
4322 2002-05-24  Andrew Cagney  <[email protected]>
4323
4324         * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
4325         change `2002-05-22 Michael Snyder' below.
4326         (d10v_push_arguments): Ditto.
4327         (d10v_extract_return_value): Ditto.
4328
4329 2002-05-23  Jim Blandy  <[email protected]>
4330
4331         * macrotab.c (check_for_redefinition): Don't complain if the new
4332         definition is the same as the previous one.  Take more arguments
4333         to allow the comparison.
4334         (macro_define_object, macro_define_function): Pass more arguments
4335         to check_for_redefinition.
4336
4337 2002-05-22  Michael Snyder  <[email protected]>
4338
4339         * d10v-tdep.c: Change a few macros to enums for ease of debugging.
4340         (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
4341         (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
4342         (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
4343         Don't bail if return_pc is PC_IN_CALL_DUMMY.
4344         Add a temp variable to save a call (and a memory read).
4345         (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
4346         if possible (so that PC_IN_CALL_DUMMY will work).
4347
4348 2002-05-22  Corinna Vinschen  <[email protected]>
4349
4350         * MAINTAINERS: Remove status `OBSOLETE' from v850.
4351
4352 2002-05-22  Michal Ludvig  <[email protected]>
4353
4354         * dwarf2cfi.c (frame_state_for): Added safety check for a valid
4355         fde->cie_ptr.
4356         (dwarf2_build_frame_info): Corrected handling of eh_frame.
4357         (dwarf2_build_frame_info): Add offset to fde->initial_location 
4358         so that frames of shared libraries are mapped correctly.
4359         (execute_stack_op): Change type of 'result' from ULONGEST to
4360         CORE_ADDR.
4361         
4362 2002-05-22  Jason Thorpe  <[email protected]>
4363
4364         * config/alpha/tm-nbsd.h: Include solib.h.
4365
4366 2002-05-22  Jason Thorpe  <[email protected]>
4367
4368         * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
4369         assumptions about the host's byte order.
4370
4371 2002-05-22  Jason Thorpe  <[email protected]>
4372
4373         * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
4374         to dependency list.
4375         * alphanbsd-tdep.c: Include solib-svr4.h.
4376         * shnbsd-tdep.c: Ditto.
4377
4378 2002-05-22  Jason Thorpe  <[email protected]>
4379
4380         * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
4381         nbsd-tdep.h to dependency list.
4382         * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
4383         i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
4384         ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
4385         nbsdaout.mh and nbsdelf.mh consistently.
4386         * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
4387         ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
4388         nbsdaout.mt and nbsdelf.mh consistently.
4389         * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h. 
4390         (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
4391         to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
4392         * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS.  Move
4393         a.out shared library stuff from here...
4394         * config/nm-nbsdaout.h: ...to here.
4395         * config/tm-nbsd.h: Remove.
4396         * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
4397         * config/arm/nbsd.mh: Remove.
4398         * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
4399         nbsd-tdep.o.
4400         * config/arm/nbsdaout.mh: New file. 
4401         * config/arm/nbsdelf.mh: New file.
4402         * config/arm/nm-nbsdaout.h: New file.
4403         * config/i386/nbsd.mh: Remove.
4404         * config/i386/nbsd.mt: Remove.
4405         * config/i386/nbsdaout.mh: New file.
4406         * config/i386/nbsdaout.mt: New file.
4407         * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
4408         * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
4409         * config/i386/nm-nbsd.h (REGISTER_U_ADDR, 
4410         i386_register_u_addr): Remove.
4411         * config/i386/nm-nbsdaout.h: New file.
4412         * config/i386/nm-nbsdelf.h: Remove.
4413         * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
4414         (USE_STRUCT_CONVENTION): Remove.
4415         * config/i386/tm-nbsdaout.h: New file.
4416         * config/i386/tm-nbsdelf.h: Remove.
4417         * config/m68k/nbsd.mh: Remove.
4418         * config/m68k/nbsd.mt: Remove.
4419         * config/m68k/nbsdaout.mh: New file.
4420         * config/m68k/nbsdaout.mt: New file. 
4421         * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
4422         * config/m68k/nm-nbsdaout.h: New file.
4423         * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
4424         (IN_SOLIB_CALL_TRAMPOLINE): Define.
4425         * config/ns32k/nbsd.mh: Remove.
4426         * config/ns32k/nbsd.mt: Remove. 
4427         * config/ns32k/nbsdaout.mh: New file.
4428         * config/ns32k/nbsdaout.mt: New file.
4429         * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h. 
4430         * config/ns32k/nm-nbsdaout.h: New file.
4431         * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.  
4432         (IN_SOLIB_CALL_TRAMPOLINE): Define.
4433         * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
4434         (SVR4_SHARED_LIBS): Remove.
4435         * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
4436         * config/sparc/nbsd.mh: Remove.
4437         * config/sparc/nbsd.mt: Remove.
4438         * config/sparc/nbsdaout.mh: New file.
4439         * config/sparc/nbsdaout.mt: New file.
4440         * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
4441         * config/sparc/nbsdelf.mt: New file.
4442         * config/sparc/nm-nbsdaout.h: New file.   
4443         * config/sparc/nm-nbsdelf.h: Remove.
4444         * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
4445         * config/sparc/tm-nbsdaout.h: New file.
4446
4447 2002-05-21  Jason Thorpe  <[email protected]>
4448
4449         * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
4450         mipsnbsd-tdep.c
4451         (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
4452
4453 2002-05-21  Jason Thorpe  <[email protected]>
4454
4455         * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
4456         shnbsd-nat.c.
4457         (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
4458
4459 2002-05-21  Jason Thorpe  <[email protected]>
4460
4461         * NEWS: Note new MIPS NetBSD native configuration. 
4462         * configure.host (mips*-*-netbsd*): New host. 
4463         * configure.tgt (mips*-*-netbsd*): New target. 
4464         * mipsnbsd-nat.c: New file.
4465         * mipsnbsd-tdep.c: New file.
4466         * mipsnbsd-tdep.h: New file.
4467         * config/mips/nbsd.mh: New file.
4468         * config/mips/nbsd.mt: New file.
4469         * config/mips/nm-nbsd.h: New file.
4470         * config/mips/tm-nbsd.h: New file.
4471
4472 2002-05-21  Jason Thorpe  <[email protected]>
4473
4474         * Makefile.in (SFILES): Add osabi.c.
4475         (COMMON_OBS): Add osabi.o.
4476         (osabi.o): New dependency list.
4477         * osabi.c: New file.
4478         * osabi.h: New file.
4479         * doc/gdbint.texinfo: Document new generic OS ABI framework.
4480
4481         * Makefile.in (alpha_tdep_h): Define and use instead of
4482         alpha-tdep.h.
4483         * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
4484         get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
4485         Remove.
4486         (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
4487         * alpha-tdep.h: Include osabi.h.
4488         (alpha_abi): Remove.
4489         (gdbarch_tdep): Use generic OS ABI framework.
4490         * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
4491         gdbarch_register_osabi.
4492         * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
4493         * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
4494         * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
4495
4496         * Makefile.in (sh_tdep_h): Add osabi.h.
4497         * sh-tdep.h (sh_osabi): Remove.
4498         (gdbarch_tdep): Use generic OS ABI framework.
4499         * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
4500         sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
4501         (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
4502         * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
4503
4504         * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
4505         * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
4506         gdbarch_register_osabi.
4507         * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
4508         arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
4509         (get_elfosabi): Rename to...
4510         (arm_elf_osabi_sniffer): ...this.  Adjust to use generic OS
4511         ABI framework support routines.
4512         (arm_gdbarch_init): Use generic OS ABI framework.
4513         (arm_dump_tdep): Likewise.
4514         (_initialize_arm_tdep): Likewise.
4515         * arm-tdep.h: Include osabi.h.
4516         (arm_abi): Remove.
4517         (gdbarch_tdep): Remove arm_abi and abi_name members.  Add
4518         osabi member.
4519         (arm_gdbarch_register_os_abi): Remove prototype.
4520         * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
4521         (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
4522
4523         * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
4524         * mips-tdep.c: Include osabi.h.
4525         (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
4526         OS ABI framework.
4527
4528 2002-05-20  Kazu Hirata  <[email protected]>
4529
4530         * h8300-tdep.c: Fix formatting.
4531
4532 2002-05-20  Elena Zannoni  <[email protected]>
4533
4534         * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
4535         printing vector registers.
4536
4537 2002-05-19  Andrew Cagney  <[email protected]>
4538
4539         From Fernando Nasser:
4540         * remote.c (remote_async_open_1): Re-throw the exception when the
4541         connection fails.
4542         (remote_cisco_open): Ditto.
4543         (remote_open_1): Ditto.
4544
4545 2002-05-19  Andrew Cagney  <[email protected]>
4546
4547         * remote.c (remote_start_remote_dummy): Add uiout parameter.
4548         (remote_start_remote): Add uiout parameter.  Pass through to
4549         remote_start_remote_dummy.
4550         (remote_open_1): Use catch_exception instead of catch_errors.
4551         (remote_async_open_1): Ditto.
4552         (remote_cisco_open): Ditto.
4553
4554 2002-05-19  Andrew Cagney  <[email protected]>
4555
4556         * remote.c (remote_start_remote): Replace PTR with void pointer.
4557         (sigint_remote_twice_token, sigint_remote_token): Ditto.  Make
4558         static.
4559
4560 2002-05-18  Andrew Cagney  <[email protected]>
4561
4562         * gdb_indent.sh: Allow the script to be run in the sim directory.
4563
4564 2002-05-18  Mark Kettenis  <[email protected]>
4565
4566         * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
4567         * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
4568
4569         * corelow.c (core_open): Only call set_gdbarch_from_file if
4570         exec_bfd is NULL.
4571
4572 2002-05-17  Andrey Volkov <[email protected]>
4573
4574         * h8300-tdep.c: Add support of EXR register
4575         * config/h8300/tm-h8300.h: Ditto. 
4576         
4577 2002-05-17  Andrey Volkov <[email protected]>
4578
4579         * h8300-tdep.c: Add additional CCR flags (I,UI,H,U) 
4580         
4581 2002-05-17  Andrey Volkov <[email protected]>
4582
4583         * h8300-tdep.c: Change literal regnums to REGNO.
4584         
4585 2002-05-17  Jim Blandy  <[email protected]>
4586
4587         * NEWS: Note addition of macro support.
4588
4589         Expand preprocessor macros in C expressions.
4590         * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
4591         (scan_macro_expansion, scanning_macro_expansion,
4592         finished_macro_expansion): New function declarations.
4593         (expression_macro_lookup_func, expression_macro_lookup_baton): New
4594         variable declarations.
4595         * parser-defs.h (expression_context_pc): New declaration.
4596         * parse.c (expression_context_pc): New variable.
4597         (parse_exp_1): Set expression_context_pc, as well as
4598         expression_context_block.
4599         * c-exp.y (yylex): If we're not already reading the result of a
4600         macro expansion, try to macro-expand the next token.  When we're
4601         done scanning a macro expansion, switch back to the mainline text.
4602         Commas and `if's in a macro's expansion don't terminate the input.
4603         * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
4604         (macro_original_text, macro_expanded_text,
4605         expression_macro_lookup_func, expression_macro_lookup_baton): New
4606         variables.
4607         (scan_macro_expansion, scanning_macro_expansion,
4608         finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
4609         c_preprocess_and_parse): New functions.
4610         (c_language_defn, cplus_language_defn, asm_language_defn): Call
4611         c_preprocess_and_parse, instead of c_parse.
4612         * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
4613         (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
4614
4615 Fri May 17 14:26:19 2002  J"orn Rennecke <[email protected]>
4616
4617         * sh-tdep.c (gdb_print_insn_sh64): Delete.
4618         (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
4619         (sh_gdbarch_init): Always use gdb_print_insn_sh.
4620
4621 2002-05-17  Corinna Vinschen  <[email protected]>
4622
4623         * NEWS: Add section for multi-arched targets.  Add v850 to that section.
4624
4625 2002-05-17  Jason Thorpe  <[email protected]>
4626
4627         * Makefile.in (sh_tdep_h): Define and use.
4628         * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
4629         register enum): Move to...
4630         * * sh-tdep.h: ...here.
4631         * sh-tdep.c: Include sh-tdep.h.
4632         * sh3-rom.c: Likewise.
4633         * shnbsd-tdep.c: Likewise.
4634
4635 2002-05-16  Michael Snyder  <[email protected]>
4636
4637         * arm-tdep.c: Spelling fix in comment.
4638
4639 2002-05-16  Jim Blandy  <[email protected]>
4640
4641         Add commands for manually expanding macros and showing their
4642         definitions.
4643         * macrocmd.c, macroscope.c, macroscope.h: New files.
4644         * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
4645         (macroscope_h): New variable.
4646         (HFILES_NO_SRCDIR): Add macroscope.h.
4647         (COMMON_OBS): Add macrocmd.o, macroscope.o.
4648         (macroscope.o, macrocmd.o): New rules.
4649
4650         Teach the Dwarf 2 reader to read macro information.
4651         * dwarf2read.c: #include "macrotab.h".
4652         (dwarf_macinfo_buffer): New variable.
4653         (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
4654         dwarf_macinfo_size.
4655         (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
4656         (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
4657         dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
4658         dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
4659         dwarf2_macro_spaces_in_definition): New complaints.
4660         (dwarf2_has_info): Initialize dwarf_macinfo_offset.
4661         (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
4662         (dwarf2_build_psymtabs_hard): Record the buffer and its size in
4663         the partial symbol table.
4664         (psymtab_to_symtab_1): Set the macinfo buffer and size globals
4665         from what's recorded in the partial symbol table.
4666         (read_file_scope): If the compilation unit has a
4667         `DW_AT_macro_info' attribute, read its macro information.
4668         * Makefile.in (dwarf2read.o): Depend on macrotab.h.
4669
4670 2002-05-16  Daniel Jacobowitz  <[email protected]>
4671
4672         Fix PR gdb/546
4673         * ser-tcp.c: Don't include <netinet/udp.h>.
4674
4675 2002-05-16  Stephane Carrez  <[email protected]>
4676
4677         * MAINTAINERS: Update my email address.
4678
4679 2002-05-16  Richard Earnshaw  <[email protected]>
4680
4681         * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
4682         include file of the same name.
4683
4684 2002-05-16  Corinna Vinschen  <[email protected]>
4685
4686         * configure.tgt: Mark v850 as multi-arched.
4687         * config/v850/tm-v850.h: Remove file.
4688         * config/v850/v850.mt: Eliminate TM_FILE.
4689
4690 2002-05-16  Corinna Vinschen  <[email protected]>
4691
4692         * v850-tdep.c: Full multi-arch.
4693         * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
4694         Define GDB_MULTI_ARCH to 2.
4695
4696 2002-05-16  Pierre Muller  <[email protected]>
4697
4698         * p-exp.y (current_type): New static variable.
4699         Carries the type of the expression at the position that is parsed.
4700         (push_current_type, pop_current_type): Two new functions. Used
4701         to store/restore current_type in expression on specific tokens.
4702         (search_field): New static variable. Set to one after parsing a point
4703         as at that point only a FIELDNAME token should be searched.
4704         (FIELDNAME): New token. After a point only a token belonging to 
4705         current_type type definition is allowed.
4706         (all over token rules): reset and change current_type according
4707         to rules.
4708         (exp '[' rule): insert implicit array index field if
4709         exp is a pascal string type.
4710
4711 2002-05-16  Corinna Vinschen  <[email protected]>
4712
4713         * v850-tdep.c: Fix comment for v850_scan_prologue.  Remove extra
4714         frame info.  Use frame_info's saved_regs instead of matching member
4715         in extra_frame_info throughout.
4716         (v850_frame_init_saved_regs): New function.
4717         (v850_init_extra_frame_info): Move most functionality into
4718         v850_frame_init_saved_regs().
4719         * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
4720         (v850_frame_find_saved_regs): Remove declaration.
4721         (FRAME_FIND_SAVED_REGS): Remove definition.
4722         (v850_frame_init_saved_regs): Add declaration.
4723         (FRAME_INIT_SAVED_REGS): Add definition.
4724
4725 2002-05-16  Corinna Vinschen  <[email protected]>
4726
4727         * v850-tdep.c: Begin multi-arch'ing v850.
4728         (v850_target_architecture_hook): Remove function.
4729         (v850_gdbarch_init): New function.  Add code previously in
4730         v850_target_architecture_hook().
4731         (_initialize_v850_tdep): Don't  set target_architecture_hook.
4732         Call register_gdbarch_init() instead.
4733
4734 2002-05-16 Daniel Jacobowitz  <[email protected]>
4735
4736         * gdbtypes.h (struct cplus_struct_type): Remove args field.
4737         * hpread.c (hpread_read_struct_type): Remove assignments to args.
4738         (fixup_class_method_type): Likewise.
4739
4740 2002-05-15  Daniel Jacobowitz  <[email protected]>
4741
4742         From Martin Pool <[email protected]>:
4743         * gdbserver/server.c (gdbserver_usage): New function.
4744         (main): Call it.
4745
4746 2002-05-15  Jim Blandy  <[email protected]>
4747
4748         Add macro structures to GDB's symbol tables.  Nobody puts anything
4749         in them yet.
4750         * symtab.h (struct symtab): New member: `macro_table'.
4751         * buildsym.h (pending_macros): New global variable.
4752         * buildsym.c: #include "macrotab.h".
4753         (buildsym_init): Initialize `pending_macros'.
4754         (end_symtab): If we found macro information while reading a CU's
4755         debugging info, do build a symtab structure for it.  Make the
4756         symtab point to the macro information, and clear the
4757         `pending_macros' pointer which held it while we were reading the
4758         debug info.
4759         (really_free_pendings): Free any pending macro table.
4760         * objfiles.h (struct objfile): New member: `macro_cache'.
4761         * objfiles.c (allocate_objfile): Set allocate and free functions
4762         for the macro cache's objstack.
4763         (free_objfile): Empty the macro cache's obstack.
4764         * symfile.c (reread_symbols): Empty the macro cache's obstack, and
4765         set new allocate and free functions for it.
4766         * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
4767         free functions for the macro cache's objstack.  (Why is this
4768         function building its own objfile?)
4769         * symmisc.c (print_objfile_statistics): Print statistics on the
4770         macro bcache.
4771         * Makefile.in: Note that buildsym.o depends on macrotab.h.
4772
4773 2002-05-15  Richard Earnshaw  <[email protected]>
4774
4775         * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
4776         (REGISTER_U_ADDR): Delete definition.
4777         (arm_register_u_addr): Delete declaration.
4778
4779 2002-05-15  Richard Earnshaw  <[email protected]>
4780
4781         * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
4782         (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
4783
4784 2002-05-14  Daniel Jacobowitz  <[email protected]>
4785
4786         * gdbserver/mem-break.c (reinsert_breakpoint_by_bp): Correct typo
4787         stop_at -> stop_pc.
4788
4789 2002-05-14  Andrew Cagney  <[email protected]>
4790
4791         * regcache.c (register_valid): Revise comments refering to "Not
4792         available" and "unavailable".
4793         * frame.c (frame_register_read): Ditto.
4794         * findvar.c (value_of_register): Ditto.
4795
4796 2002-05-15  Andrew Cagney  <[email protected]>
4797
4798         * Makefile.in (remote_sim_h): Replace remote-sim_h.
4799         (remote-sim.o): Update dependencies.
4800         (d10v-tdep.o): Specify dependencies.
4801         (sim_d10v_h): Define.
4802
4803 2002-05-14  Jim Blandy  <[email protected]>
4804
4805         * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
4806         * macrotab.c (macro_lookup_inclusion, find_definition,
4807         new_macro_table): Same.
4808         
4809         * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
4810         not `! strcmp ()'.  This is a dubious improvement.
4811         * macrotab.c (macro_lookup_inclusion, find_definition): Same.
4812
4813         * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
4814         although it's not necessary, to avoid a warning.
4815
4816 2002-05-14  Daniel Jacobowitz  <[email protected]>
4817
4818         * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
4819         (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
4820         TYPE_INSTANCE_FLAGS.
4821         (struct main_type): New.
4822         (struct type): Move most members to struct main_type.  Change
4823         cv_type and as_type to new type_chain member.  Add instance_flags.
4824         (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
4825         (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
4826         (finish_cv_type): Remove prototype.
4827         * gdbtypes.c (alloc_type): Update comment.  Allocate TYPE_MAIN_TYPE.
4828         Set TYPE_CHAIN.
4829         (alloc_type_instance): New function.
4830         (smash_type): New function.
4831         (make_pointer_type, make_reference_type, make_function_type)
4832         (smash_to_member_type, smash_to_method_type): Call smash_type.
4833         (make_qualified_type): New function.
4834         (make_type_with_address_space): Call make_qualified_type.
4835         (make_cv_type): Likewise.
4836         (finish_cv_type): Remove unnecessary function.
4837         (replace_type): Update comment.  Copy TYPE_MAIN_TYPE.
4838         (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
4839         remove TYPE_CV_TYPE and TYPE_AS_TYPE.
4840         * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
4841         * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
4842         * hpread.c (hpread_read_struct_type): Likewise.
4843         * stabsread.c (read_struct_type): Likewise.
4844
4845 2002-05-14  Elena Zannoni  <[email protected]>
4846
4847         * configure.tgt: Add a catch all sh* target, for cases like
4848         sh[2,3,4]-elf and sh-hms.
4849
4850 2002-05-14  Keith Seitz  <[email protected]>
4851
4852         * event-loop.c (create_file_handler): Don't do anything but
4853         update data when we are given a fd which we are already
4854         monitoring.
4855
4856 2002-05-14  Michal Ludvig  <[email protected]>
4857
4858         * dwarf2cfi.c (context_cpy): Copy registers correctly.
4859         (update_context): Use __func__ in warnings.
4860         
4861 2002-05-14  Daniel Jacobowitz  <[email protected]>
4862
4863         * ser-tcp.c: Include <netinet/udp.h>.  Rename tcp_open
4864         and tcp_close to net_open and net_close.
4865         (net_open): Accept "udp:" and "tcp:" specifications.  Connect
4866         using UDP if requested.  Don't try to disable Nagle on UDP
4867         sockets.
4868         * remote.c (remote_serial_open): New function.  Warn about UDP.
4869         (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
4870
4871 2002-05-13  Elena Zannoni  <[email protected]>
4872
4873         * MAINTAINERS: List sh-elf as buildable with ,-Werror.
4874
4875 2002-05-13  Elena Zannoni  <[email protected]>
4876
4877         * configure.tgt: Remove sh-hms target.
4878         * MAINTAINERS: Don't list sh-hms as a separate target.
4879
4880 2002-05-13  Jim Blandy  <[email protected]>
4881
4882         Add first preprocessor macro-expansion files.
4883         * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
4884         * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
4885         (splay_tree_h, macroexp_h, macrotab_h): New variable.
4886         (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
4887         (COMMON_OBS): Add macrotab.o, macroexp.o.
4888         (macroexp.o, macrotab.o): New rules.
4889
4890 2002-05-13  Andrew Cagney  <[email protected]>
4891
4892         * config/m88k/tm-m88k.h: Update copyright.
4893         (m88k_target_write_pc): Declare
4894         (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
4895         (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
4896         (SHIFT_INST_REGS): Update definition.
4897         * m88k-tdep.c (m88k_target_write_pc): New function.  Implement
4898         using old definition of TARGET_WRITE_PC.
4899         * regcache.c (generic_target_write_pc): Delete code handling
4900         NNPC_REGNUM.
4901         * gdbarch.sh (NNPC_REGNUM): Delete.
4902         * gdbarch.h, gdbarch.c: Regenerate.
4903
4904 2002-05-13  Richard Earnshaw  <[email protected]>
4905
4906         * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
4907         builtin reg number.
4908
4909 2002-05-13  Daniel Jacobowitz  <[email protected]>
4910
4911         * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
4912         (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
4913         (gen_address_of, gen_struct_ref, gen_repeat): Use type
4914         access macros.
4915         * c-typeprint.c (cp_type_print_method_args): Likewise.
4916         (c_type_print_args): Likewise.
4917         * d10v-tdep.c (d10v_push_arguments): Likewise.
4918         (d10v_extract_return_value): Likewise.
4919         * expprint.c (print_subexp): Likewise.
4920         * gdbtypes.c (lookup_primitive_typename): Likewise.
4921         (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
4922         * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
4923         (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
4924         (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
4925         (TYPE_VECTOR): Likewise.
4926         * hpread.c (hpread_read_struct_type)
4927         (fix_static_member_physnames, fixup_class_method_type)
4928         (hpread_type_lookup): Likewise.
4929         * mdebugread.c (parse_symbol, parse_type): Likewise.
4930         * p-lang.c (is_pascal_string_type): Likewise.
4931         * valops.c (hand_function_call): Likewise.
4932         * x86-64-tdep.c (classify_argument): Likewise.
4933
4934         * hpread.c (hpread_read_function_type)
4935         (hpread_read_doc_function_type): Call replace_type.
4936         * dstread.c (create_new_type): Delete.
4937         (decode_dst_structure, process_dst_function): Call alloc_type.
4938         Use type access macros.
4939
4940 2002-05-12  Mark Kettenis  <[email protected]>
4941
4942         * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
4943         the're not supported by the current architecture.
4944         (i387_fill_fxsave): Likewise.
4945
4946 2002-05-12  Fred Fish  <[email protected]>
4947
4948         * symfile.c (default_symfile_offsets): Arrange for uninitialized
4949         sect_index_xxx members to index the first slot in section_offsets
4950         if all of the section_offsets are zero.
4951
4952 2002-05-12  Mark Kettenis  <[email protected]>
4953
4954         * configure.tgt (sparc-*openbsd): Remove entry accidentially
4955         checked in with last change.
4956
4957 2002-05-12  Mark Kettenis  <[email protected]>
4958
4959         * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
4960         Remove targets.  These are canonicalized to i386-*-sysv4.2uw by
4961         config.sub.
4962
4963 2002-05-12  Daniel Jacobowitz  <[email protected]>
4964
4965         * Makefile.in: Update dependencies.
4966
4967 2002-05-11  Andrew Cagney  <[email protected]>
4968
4969         * language.c (local_hex_string_custom): Simplify.  Do not depend
4970         on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
4971
4972         * memattr.c (mem_info_command): Replace calls to
4973         longest_local_hex_string and longest_local_hex_string_custom.
4974         * buildsym.c (make_blockvector): Ditto.
4975         * solib.c (info_sharedlibrary_command): Ditto.
4976         * tracepoint.c (tracepoints_info): Ditto.
4977         * symtab.c (print_msymbol_info): Ditto.
4978
4979         * language.c (local_hex_string): Delete.
4980         (local_hex_string_custom): Delete.
4981         (longest_local_hex_string): Rename to local_hex_string.
4982         (longest_local_hex_string_custom): Rename to
4983         local_hex_string_custom.
4984         * language.h (local_hex_string): Change parameter type to LONGEST.
4985         (local_hex_string_custom): Ditto.
4986         (longest_local_hex_string): Delete declaration.
4987         (longest_local_hex_string_custom): Ditto.
4988
4989         * solib.c: Update copyright.
4990         * memattr.c: Update copyright.
4991         
4992 2002-05-11  Andrew Cagney  <[email protected]>
4993
4994         * arch-utils.h (legacy_register_to_value): Declare.
4995         (legacy_value_to_register): Declare.
4996         (legacy_convert_register_p): Declare.
4997         * arch-utils.c (legacy_register_to_value): New function.
4998         (legacy_value_to_register): New function.
4999         (legacy_convert_register_p): New function.
5000
5001         * gdbarch.sh (REGISTER_TO_VALUE): Define.
5002         (VALUE_TO_REGISTER): Define.
5003         (CONVERT_REGISTER_P): Define.
5004         * gdbarch.h, gdbarch.c: Regenerate.
5005
5006         * valops.c (value_assign): Use CONVERT_REGISTER_P and
5007         VALUE_TO_REGISTER.
5008         * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
5009         CONVERT_REGISTER_P.
5010
5011 2005-05-11  Daniel Jacobowitz  <[email protected]>
5012             Peter Schauer  <[email protected]>
5013
5014         * Makefile.in: Update dependencies for valops.c.
5015         * valops.c: Include "gdb_assert.h".
5016         (typecmp): Skip THIS parameter to methods.
5017         (find_method_list): Remove static_memfuncp argument,
5018         update callers.  Check for stub methods.
5019         (find_value_oload_method_list): Don't set *static_memfuncp.
5020         (find_overload_match): Don't check for stub methods.  Assert
5021         that methods are not stubbed.  Handle static methods.
5022         (value_find_oload_method_list): Remove static_memfuncp argument.
5023         * gdbtypes.c (check_stub_method): Do not add THIS pointer
5024         to the argument list for static stub methods.
5025         * value.h (value_find_oload_method_list): Update prototype.
5026
5027 2002-05-11  Andrew Cagney  <[email protected]>
5028
5029         * arch-utils.h (generic_register_size): Declare.
5030         (generic_register_raw_size, generic_register_virtual_size): Delete
5031         declarations.
5032         * arch-utils.c (generic_register_raw_size): Delete.
5033         (generic_register_size): New function.
5034         (generic_register_virtual_size): Delete.
5035
5036         * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
5037         default generic_register_size.
5038         * gdbarch.h, gdbarch.c: Re-generate.
5039         
5040         * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
5041         register_virtual_size.
5042         * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
5043         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5044
5045 2002-05-11  Andrew Cagney  <[email protected]>
5046
5047         * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
5048         * gdbarch.h, gdbarch.c: Regenerate.
5049         * gnu-v3-abi.c: Update copyright.
5050         (vtable_address_point_offset): Update.
5051         (gnuv3_rtti_type): Update.
5052         (gnuv3_baseclass_offset): Update.
5053         * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
5054         (init_fetch_link_map_offsets): Update.
5055         * remote.c (get_remote_state): Update.
5056         
5057 2002-05-11  Daniel Jacobowitz  <[email protected]>
5058
5059         * TODO: Remove value_headof/value_from_vtable_info comment.
5060         * printcmd.c (print_command_1): Don't call value_from_vtable_info.
5061         * values.c (value_headof, value_from_vtable_info): Delete.
5062         * value.h (value_from_vtable_info): Delete prototype.
5063
5064 2002-05-11  Andrew Cagney  <[email protected]>
5065
5066         * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
5067         gdb_string.h with $(gdb_string_h) and gdb_regex.h with
5068         $(gdb_regex_h).
5069         (gdb_assert_h): Define.
5070         (gdb_wait_h): Define.
5071         (gdb_regex_h): Define.
5072
5073 2002-05-11 Daniel Jacobowitz  <[email protected]>
5074
5075         From Peter Schauer <[email protected]>:
5076         * linespec.c (find_methods): Handle GCC 3.x template constructors.
5077
5078 2002-05-11  Jason Thorpe  <[email protected]>
5079
5080         * nbsd-tdep.c: Fix comment.
5081
5082 2002-05-11  Jason Thorpe  <[email protected]>
5083
5084         * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
5085         (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
5086         (nbsd-tdep.o): New dependency list.
5087         * alphanbsd-tdep.c: Don't include solib-svr4.h.  Include
5088         nbsd-tdep.h.
5089         (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
5090         (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
5091         * nbsd-tdep.c: New file.
5092         * nbsd-tdep.h: New file.
5093         * shnbsd-tdep.c: Don't include solib-svr4.h.  Include
5094         nbsd-tdep.h.
5095         (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
5096         (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
5097         * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
5098         * config/sh/nbsd.mt (TDEPFILES): Ditto.
5099
5100 2002-05-11  Jason Thorpe  <[email protected]>
5101
5102         * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
5103         * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
5104         * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
5105         * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
5106         * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
5107         * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
5108
5109 2002-05-11  Jason Thorpe  <[email protected]>
5110
5111         * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
5112         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
5113         * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
5114         * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
5115         * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
5116         * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
5117         * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
5118
5119 2002-05-11  Jason Thorpe  <[email protected]>
5120
5121         * i386nbsd-nat.c: Delete file.  Move fetch_core_registers and
5122         fetch_elfcore_registers to...
5123         * i386nbsd-tdep.c: ...here.
5124         (i386nbsd_use_struct_convention): Rename to...
5125         (i386nbsd_aout_use_struct_convention): ...this.
5126         (i386nbsd_supply_reg): New function.
5127         (i386nbsd_fill_reg): New function.
5128         (fetch_core_registers): Use i386nbsd_supply_reg.
5129         (fetch_elfcore_registers): Likewise.
5130         (_initialize_i386nbsd_tdep): New function.
5131         * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
5132         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
5133         * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
5134         * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
5135         (i386nbsd_aout_use_struct_convention): ...this.
5136
5137 2002-05-11  Jason Thorpe  <[email protected]>
5138
5139         * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
5140         (store_inferior_registers): Use shnbsd_fill_reg.
5141         * shnbsd-tdep.c (sh_nbsd_supply_registers, 
5142         sh_nbsd_supply_register): Collapse into...
5143         (shnbsd_supply_reg): ...this.
5144         (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
5145         (shnbsd_fill_reg): ...this.
5146         (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
5147         (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
5148         (fetch_core_registers): Use shnbsd_supply_reg.
5149         (fetch_elfcore_registers): Use shnbsd_supply_reg.
5150         (sh_nbsd_core_fns): Rename to...
5151         (shnbsd_core_fns): ...this.
5152         (sh_nbsd_elfcore_fns): Rename to...
5153         (shnbsd_elfcore_fns): ...this.
5154         (sh_nbsd_init_abi): Rename to...
5155         (shnbsd_init_abi): ...this.
5156         (_initialize_sh_nbsd_tdep): Rename to...
5157         (_initialize_shnbsd_tdep): ...this.
5158         * shnbsd-tdep.h (sh_nbsd_supply_registers,
5159         sh_nbsd_supply_register, sh_nbsd_fill_registers,
5160         sh_nbsd_fill_register): Remove prototypes.
5161         (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
5162
5163 2002-05-11  Jason Thorpe  <[email protected]>
5164
5165         * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
5166         (i387-nat.o): Delete dependency list.
5167         (go32-nat.o): Change i387-nat.h to i387-tdep.h.
5168         (x86-64-linux-nat.o): Likewise.
5169         * i387-nat.c: Delete file, moving contents to...
5170         * i387-tdep.c: ...here.
5171         * i387-nat.h: Rename...
5172         * i387-tdep.h: ...to this.
5173         * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
5174         * i386-linux-nat.c: Likewise.
5175         * i386bsd-nat.c: Likewise.
5176         * i386gnu-nat.c: Likewise.
5177         * i386nbsd-nat.c: Likewise.
5178         * i386v4-nat.c: Likewise.
5179         * x86-64-linux-nat.c: Likewise.
5180         * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
5181         * config/i386/go32.mh (NATDEPFILES): Likewise.
5182         * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
5183         * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
5184         * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
5185         * config/i386/linux.mh (NATDEPFILES): Likewise.
5186         * config/i386/nbsd.mh (NATDEPFILES): Likewise.
5187         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
5188         * config/i386/obsd.mh (NATDEPFILES): Likewise.
5189         * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
5190
5191 2002-05-11  Jason Thorpe  <[email protected]>
5192
5193         * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
5194         (alphanbsd-nat.o): Remove dependency list.
5195         (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
5196         * alphanbsd-nat.c: Delete.  Contents moved to...
5197         * alphanbsd-tdep.c: ...here.
5198         (_initialize_alphanbsd_tdep): Register core functions.
5199         * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
5200
5201 2002-05-11  Jason Thorpe  <[email protected]>
5202
5203         * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
5204         (alphabsd-nat.o): Depend on alphabsd-tdep.h.
5205         (alphanbsd-nat.o): Likewise.
5206         (alphabsd-tdep.o): New dependency list.
5207         * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
5208         (fill_gregset): Use alphabsd_fill_reg.
5209         (supply_fpregset): Use alphabsd_supply_fpreg.
5210         (fill_fpregset): Use alphabsd_fill_fpreg.
5211         (fetch_inferior_registers): Use struct reg and struct fpreg
5212         rather than gregset_t and fpregset_t.  Use alphabsd_supply_reg
5213         and alphabsd_supply_fpreg.
5214         (store_inferior_registers): Use struct reg and struct fpreg
5215         rather than gregset_t and fpregset_t.  Use alphabsd_fill_reg
5216         and alphabsd_fill_fpreg.
5217         * alphabsd-tdep.c: New file.
5218         * alphabsd-tdep.h: New file.
5219         * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
5220         (fetch_elfcore_registers): Use alphabsd_supply_reg and
5221         alphabsd_supply_fpreg.
5222         * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
5223         * config/alpha/nbsd.mt (TDEPFILES): Likewise.
5224
5225 2002-05-11  Eric Christopher  <[email protected]>
5226
5227         * mips-tdep.c (mips_double_register_type): Fix thinko.
5228         (mips_single_register_type): Ditto.
5229         * MAINTAINERS: Add self.
5230
5231 2002-05-11  Mark Kettenis  <[email protected]>
5232
5233         * i387-nat.c (i387_supply_register, i387_fill_fsave,
5234         i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
5235         right thing on architectures with different endianness and/or
5236         integer sizes.
5237
5238 2002-05-10  Jason Thorpe  <[email protected]>
5239
5240         From Christian Limpach <[email protected]>
5241         * configure.in: Change sed expression which comments out
5242         NATDEPFILES to also comment out continuation lines.
5243         * configure: Regenerate.
5244
5245 2002-05-10  Elena Zannoni  <[email protected]>
5246
5247         * sh-tdep.c: Clean up code erroneously reintroduced by previous
5248         big patch.
5249
5250 2002-05-10  Elena Zannoni  <[email protected]>
5251
5252         * sh-tdep.c: Include correct file.
5253
5254 2002-05-10  Elena Zannoni  <[email protected]>
5255
5256         New support for sh64-elf (sh5) target.
5257
5258         * configure.tgt: For sh64-elf target, default to sh-elf.
5259
5260         * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
5261         (struct gdbarch_tdep): Add new fields for new registers and ABI
5262         info.
5263
5264         * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
5265         (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
5266         MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
5267         UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
5268         IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
5269         IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
5270         IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
5271         IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
5272         IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
5273         IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
5274         IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
5275         (sh_sh64_register_name, sh64_elf_make_msymbol_special,
5276         pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
5277         sh64_skip_prologue_hard_way, sh64_use_struct_convention,
5278         gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
5279         sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
5280         sh64_get_gdb_regnum, sh64_media_reg_base_num,
5281         sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
5282         sign_extend, sh64_nofp_frame_init_saved_regs,
5283         sh64_init_extra_frame_info, sh64_get_saved_register,
5284         sh64_extract_struct_value_address, sh64_pop_frame,
5285         sh64_push_arguments, sh64_extract_return_value,
5286         sh64_store_return_value, sh64_show_media_regs,
5287         sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
5288         sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
5289         sh_sh64_register_virtual_type,
5290         sh_sh64_register_convert_to_virtual,
5291         sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
5292         sh64_register_read, sh64_pseudo_register_write,
5293         sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
5294         do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
5295         sh64_do_pseudo_register, sh_compact_do_registers_info,
5296         sh64_do_registers_info, sh_gdbarch_init): New functions.
5297
5298 2002-05-10  Elena Zannoni  <[email protected]>
5299
5300         * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
5301
5302 2002-05-10 Daniel Jacobowitz  <[email protected]>
5303
5304         * linespec.c (decode_line_1): Check for a double quote after
5305         a filename correctly.
5306
5307 2002-05-10  Jim Blandy  <[email protected]>
5308
5309         Properly track the size of the current objfile's .debug_line section.
5310         * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
5311         (DWARF_LINE_SIZE): New macro.
5312         (dwarf2_build_psymtabs_hard): Record the line section's size in
5313         the partial symbol table.
5314         (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
5315         symbol table.
5316
5317 2002-05-10  Petr Sorfa  <[email protected]>
5318
5319         * ia64-tdep.c: Handle breakpoints on L instruction type
5320         in MLX instruction bundle by moving the breakpoint to
5321         the third slot (X instruction type) as L holds only data.
5322
5323 2002-05-10  Kevin Buettner  <[email protected]>
5324
5325         * dbxread.c (discarding_local_symbols_complaint): New complaint.
5326         (process_one_symbol): Complain about discarding local symbols
5327         due to a misplaced N_LBRAC entry.
5328
5329 2002-05-09  Elena Zannoni  <[email protected]>
5330
5331         From Daniel Berlin <[email protected]>
5332         * linespec.c (find_toplevel_char): '<' and '>' also increase and
5333         decrease the depth we are at, in the case of templates.
5334
5335 2002-05-09  Daniel Jacobowitz  <[email protected]>
5336
5337         * mips-tdep.c (mips_float_register_type): New function.
5338         (mips_double_register_type): New function.
5339         (mips_print_register): Use them.
5340         (do_fp_register_row): Likewise.
5341
5342 2002-05-09  Daniel Jacobowitz  <[email protected]>
5343
5344         * signals/signals.c (signals): Remove conditional compilation around
5345         Mach-specific signals.  Move them to after TARGET_SIGNAL_DEFAULT.
5346         (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
5347
5348 2002-05-09  Michael Snyder  <[email protected]>
5349
5350         * remote-rdp.c (remote_rdp_can_run): Remove.
5351
5352 2002-05-09  Tom Tromey  <[email protected]>
5353
5354         * jv-valprint.c (java_val_print): Handle `char' as a special case
5355         of TYPE_CODE_INT.
5356
5357 2002-05-09  Michael Snyder  <[email protected]>
5358
5359         * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
5360         strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
5361         strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
5362         str r(0123),[sp,#nn].
5363         (arm_skip_prologue): Ditto.  Also make disassembly
5364         order-independent by placing it in a loop.
5365
5366 2002-05-06  Michael Snyder  <[email protected]>
5367
5368         * stabsread.c (read_type): Add recognition for new attribute:
5369         "@V;" means that an array type is actually a vector.
5370         This is analogous to the vector flag that's been added to dwarf2.
5371
5372 2002-05-09  Mark Kettenis  <[email protected]>
5373
5374         * i386-tdep.h (i386_abi): New enum.
5375         (struct gdbarch_tdep): Replace os_ident member with abi.
5376         (i386_gdbarch_register_os_abi): New prototype.
5377         * i386-tdep.c (i386_abi_names): New array.
5378         (process_note_abi_tag_sections): Removed.
5379         (process_note_sections): New function.
5380         (i386_elf_abi_from_note, i386_elf_abi): New functions.
5381         (struct i386_abi_handler): New struct.
5382         (i386_abi_handler_list): New variable.
5383         (i386_gdbarch_register_os_abi): New function.
5384         (i386_gdbarch_init): Adapt for the changes given above.
5385
5386 2002-05-08  Daniel Jacobowitz  <[email protected]>
5387
5388         * gregset.h: Say "GNU/Linux".
5389
5390 2002-05-08  Elena Zannoni  <[email protected]>
5391
5392         * gdbtypes.c : Add new builtin type for 64 bit vectors.
5393         (build_gdbtypes): Build builtin_type_v2_float.
5394         (_initialize_gdbtypes): Register new builtin type.
5395
5396 2002-05-08  Andrew Cagney  <[email protected]>
5397
5398         * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
5399         (clear_gdbarch_swap): New function.
5400         (initialize_non_multiarch): Call.
5401         (gdbarch_update_p): Before calling init(), swap out and clear the
5402         existing architecture.
5403         * gdbarch.c: Regenerate.
5404
5405 2002-05-08  Jason Thorpe  <[email protected]>
5406
5407         * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
5408         alphanbsd-tdep.c.
5409
5410 2002-05-08  Jason Thorpe  <[email protected]>
5411
5412         * sh-nbsd-nat.c: Rename to...
5413         * shnbsd-nat.c: ...this.
5414         * sh-nbsd-tdep.c: Rename to...
5415         * shnbsd-tdep.c: ...this.
5416         * sh-nbsd-tdep.h: Rename to...
5417         * shnbsd-tdep.h: ...this.
5418         * config/sh/nbsd.mh: Use shnbsd-nat.o.
5419         * config/sh/nbsd.mt: Use shnbsd-tdep.o.
5420
5421 2002-05-08  Richard Earnshaw  <[email protected]>
5422
5423         * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
5424         concatenation for command help messages.
5425
5426 2002-05-08  Jason Thorpe  <[email protected]>
5427
5428         * NEWS: Note new sh*-*-netbsdelf* configuration.
5429         * configure.host: Set gdb_host_cpu to sh for all sh*.
5430         (sh*-*-netbsdelf*): New host.
5431         * configure.tgt: Set gdb_target_cpu to sh for all sh*.
5432         (sh*-*-netbsdelf*): New target.
5433         * sh-nbsd-nat.c: New file.
5434         * sh-nbsd-tdep.c: New file.
5435         * sh-nbsd-tdep.h: New file.
5436         * config/sh/nbsd.mh: New file.
5437         * config/sh/nbsd.mt: New file.
5438         * config/sh/nm-nbsd.h: New file.
5439         * config/sh/tm-nbsd.h: New file.
5440
5441 2002-05-08  Jason Thorpe  <[email protected]>
5442
5443         * sh-tdep.c (sh_osabi_names): Declare.
5444         (process_note_abi_tag_sections): New function.
5445         (get_elfosabi): Ditto.
5446         (sh_gdbarch_register_os_abi): Ditto.
5447         (sh_dump_tdep): Ditto.
5448         _initialize_sh_tdep): Use gdbarch_register to register
5449         sh_gdbarch_init and sh_dump_tdep.
5450         * config/sh/tm-sh.h (sh_osabi): Declare.
5451         (gdbarch_tdep): Add sh_osabi and osabi_name members.
5452
5453 2002-05-07  Andrew Cagney  <[email protected]>
5454
5455         * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
5456         (thumb_scan_prologue): Ditto.
5457         (arm_find_callers_reg): Ditto.
5458         (arm_frame_chain): Ditto.
5459         (arm_init_extra_frame_info): Ditto.
5460         (arm_frame_saved_pc): Ditto.
5461         (arm_pop_frame): Ditto.
5462         (arm_push_return_address): New function.
5463         (arm_gdbarch_init): Initialize use_generic_dummy_frames,
5464         call_dummy_location, call_dummy_breakpoint_offset_p,
5465         call_dummy_breakpoint_offset, call_dummy_p,
5466         call_dummy_stack_adjust_p, call_dummy_words,
5467         sizeof_call_dummy_words, call_dummy_start_offset,
5468         call_dummy_length, fix_call_dummy, pc_in_call_dummy,
5469         call_dummy_address, push_return_address and push_dummy_frame for
5470         generic dummy frames.
5471
5472 2002-05-07  Jason Thorpe  <[email protected]>
5473
5474         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
5475         size computation for alloca.
5476         (sh_fp_frame_init_saved_regs): Likewise.
5477
5478 2002-05-07  Richard Earnshaw  <[email protected]>
5479
5480         * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
5481         (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
5482         * arm-tdep.c (arm_store_return_value): Use them.
5483         Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
5484         * remote-rdp.c (remote_rdp_fetch_register): Use
5485         ARM_MAX_REGISTER_RAW_SIZE.
5486         (remote_rdp_store_register): Likewise.
5487
5488 2002-05-07  Michal Ludvig  <[email protected]>
5489
5490         * dwarf2cfi.c: Code cleanup, removed unused variables,
5491         added default labels to switch {} statements.
5492         * x86-64-tdep.c: Ditto.
5493         * x86-64-linux-nat.c: Ditto.
5494
5495 2002-05-07  Jason Thorpe  <[email protected]>
5496
5497         * solib.h: Protect against multiple inclusion.
5498
5499 2002-05-06  Jim Blandy  <[email protected]>
5500
5501         Add first preprocessor macro-expansion files.
5502         * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
5503         * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
5504         (splay_tree_h, macroexp_h, macrotab_h): New variable.
5505         (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
5506         (COMMON_OBS): Add macrotab.o, macroexp.o.
5507         (macroexp.o, macrotab.o): New rules.
5508
5509         Separate the job of reading the line number info statement program
5510         header (...expialidocious) out into its own function.
5511         * dwarf2read.c (struct line_head, struct filenames, struct
5512         directories): Replace with...
5513         (struct line_header): New structure, containing the full
5514         contents of the statement program header, including the
5515         include directory and file name tables.
5516         (read_file_scope): If we have line number info, instead of just
5517         calling dwarf_decode_lines to do all the work, call
5518         dwarf_decode_line_header first to get a `struct line_header'
5519         containing the data in the statement program header, and then
5520         pass that to dwarf_decode_lines, which will pick up where that
5521         left off.  Be sure to clean up the `struct line_header' object.
5522         (dwarf_decode_line_header, free_line_header, add_include_dir,
5523         add_file_name): New functions.
5524         (dwarf_decode_lines): Move all the code to read the statement
5525         program header into dwarf_decode_line_header.  Take the line
5526         header it built as the first argument, instead of the offset to
5527         the compilation unit's line number info.  Use the new `struct
5528         line_header' type instead of the old structures.  No need to do
5529         cleanups here now, since we don't allocate anything.
5530         (dwarf2_statement_list_fits_in_line_number_section,
5531         dwarf2_line_header_too_long): New complaints.
5532
5533 2002-05-06  Elena Zannoni  <[email protected]>
5534
5535         * gdbtypes.c (init_vector_type): New function.
5536         (build_builtin_type_vec128): Simplify the representation of SIMD
5537         registers.
5538         (build_gdbtypes): Initialize new builtin vector types.
5539         (_initialize_gdbtypes): Register new vector types with gdbarch.
5540         (builtin_type_v4_float, builtin_type_v4_int32,
5541         builtin_type_v8_int16, builtin_type_v16_int8,
5542         builtin_type_v2_int32, builtin_type_v4_int16,
5543         builtin_type_v8_int8): New (renamed) SIMD types.
5544
5545 2002-05-06  Mark Kettenis  <[email protected]>
5546
5547         * i387-nat.c (i387_fill_fsave): Use regcache_collect.
5548         (i387_fill_fxsave): Likewise.
5549
5550 2002-05-05  Alexandre Oliva  <[email protected]>
5551
5552         * alpha-tdep.c (alpha_extract_return_value): Don't use
5553         non-constant array size in prototype.
5554
5555 2002-05-04  Andrew Cagney  <[email protected]>
5556
5557         From Brian Taylor <briant at model dot com>:
5558         * ui-out.c (ui_out_field_core_addr): Use the function
5559         longest_local_hex_string_custom'to format addresses > 32 bits
5560         wide.
5561
5562         * ui-out.c (ui_out_field_core_addr): Update comment.
5563
5564 2002-05-04  Andrew Cagney  <[email protected]>
5565
5566         * stack.c (select_and_print_frame): Make static.  Delete the
5567         parameter `level'.
5568         (func_command): Update call.
5569         (select_frame_command): Delete code computing the frame level.
5570         * frame.h (select_and_print_frame): Delete declaration.
5571
5572 2002-05-04  Andrew Cagney  <[email protected]>
5573
5574         * sparc-tdep.c (sparc_get_saved_register): Comment why
5575         get_prev_frame call is safe.
5576
5577 2002-05-04  Andrew Cagney  <[email protected]>
5578
5579         * frame.h (select_frame): Delete level parameter.
5580         * stack.c (select_frame): Update.  Use frame_relative_level to
5581         obtain the frame's level.
5582         (select_and_print_frame): Update call.
5583         (select_frame_command): Ditto.
5584         (up_silently_base): Ditto.
5585         (down_silently_base): Ditto.
5586         * ocd.c (ocd_start_remote): Ditto.
5587         * remote-rdp.c (remote_rdp_open): Ditto.
5588         * remote-mips.c (mips_initialize): Ditto.
5589         (common_open): Ditto.
5590         * remote-e7000.c (e7000_start_remote): Ditto.
5591         * m3-nat.c (select_thread): Ditto.
5592         * hppa-tdep.c (child_get_current_exception_event): Ditto.
5593         (child_get_current_exception_event): Ditto.
5594         * varobj.c (varobj_create): Ditto.
5595         (varobj_update): Ditto.
5596         (c_value_of_root): Ditto.
5597         * tracepoint.c (finish_tfind_command): Ditto.
5598         * corelow.c (core_open): Ditto.
5599         * arch-utils.c (generic_prepare_to_proceed): Ditto.
5600         * thread.c (info_threads_command): Ditto.
5601         (switch_to_thread): Ditto.
5602         * infrun.c (normal_stop): Ditto.
5603         (restore_selected_frame): Ditto.
5604         (restore_inferior_status): Ditto.
5605         * breakpoint.c (insert_breakpoints): Ditto.
5606         (watchpoint_check): Ditto.
5607         (bpstat_stop_status): Ditto.
5608         (do_enable_breakpoint): Ditto.
5609         * blockframe.c (flush_cached_frames): Ditto.
5610         (reinit_frame_cache): Ditto.
5611
5612 2002-05-04  Andrew Cagney  <[email protected]>
5613
5614         * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
5615         maintainer.
5616
5617 2002-05-04  Jim Blandy  <[email protected]>
5618
5619         * gdbtypes.c (replace_type): Doc fix.
5620
5621 2002-05-04  Andrew Cagney  <[email protected]>
5622
5623         * valprint.c (strcat_longest): Delete commented out function.
5624         Update copyright.
5625
5626 2002-05-04  Andrew Cagney  <[email protected]>
5627
5628         * MAINTAINERS: Mark a29k as deleted.
5629         * NEWS: Mention that a29k was removed.  Add OBSOLETE section.
5630         Move new configurations to the top.
5631         * configure.tgt: Remove a29k.
5632         * config/a29k/tm-vx29k.h: Delete.
5633         * config/a29k/vx29k.mt: Delete.
5634         * config/a29k/tm-a29k.h: Delete.
5635         * config/a29k/a29k-udi.mt: Delete.
5636         * config/a29k/a29k.mt: Delete.
5637         * a29k-tdep.c: Delete.
5638         * remote-udi.c: Delete.
5639         * remote-mm.c: Delete.
5640         * remote-eb.c: Delete.
5641         * remote-adapt.c: Delete.
5642         * Makefile.in: Remove obsolete code.
5643         * gdbserver/Makefile.in: Ditto.
5644         * config/s390/s390x.mt: Ditto.
5645         * config/s390/s390.mt: Ditto.
5646         * config/sparc/sparclynx.mh: Ditto.
5647         * config/sparc/linux.mh: Ditto.
5648         * config/pa/hppaosf.mh: Ditto.
5649         * config/pa/hppabsd.mh: Ditto.
5650         * config/ns32k/nbsd.mt: Ditto.
5651         * config/mips/vr5000.mt: Ditto.
5652         * config/m68k/sun3os4.mh: Ditto.
5653         * config/m68k/nbsd.mt: Ditto.
5654         * config/m68k/m68klynx.mh: Ditto.
5655         * config/m32r/m32r.mt: Ditto.
5656         * config/i386/x86-64linux.mt: Ditto.
5657         * config/i386/nbsdelf.mt: Ditto.
5658         * config/i386/nbsd.mt: Ditto.
5659         * config/i386/i386lynx.mh: Ditto.
5660
5661 2002-05-04  Andrew Cagney  <[email protected]>
5662
5663         * target.c (debug_print_register): New function.  Handle oversize
5664         registers.
5665         (debug_to_fetch_registers): Call.
5666         (debug_to_store_registers): Call.
5667
5668 2002-05-03  Jim Blandy  <[email protected]>
5669
5670         * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
5671         (read_type): Doc fix.
5672         * gdbtypes.c (replace_type): Doc fix.
5673
5674         * stabsread.c (multiply_defined_struct): New complaint.
5675         (read_struct_type): If the type we were passed isn't empty, or
5676         incomplete, don't read the new struct type into it; complain,
5677         and return the original type unchanged.  Take a new `type_code'
5678         argument, which is the type code for the new type.
5679         (read_type): Rather than storing the type's type code here, pass
5680         it as an argument to read_struct_type, and let that take care of
5681         storing it.  That way, we don't overwrite the original type code,
5682         so read_struct_type can use it to decide whether we're overwriting
5683         something we shouldn't.
5684         (complain_about_struct_wipeout): New function.
5685
5686 2002-05-03  Andrew Cagney  <[email protected]>
5687
5688         * gdbarch.sh: Assert that gdbarch is non-NULL.
5689         * gdbarch.c: Regenerate.
5690
5691 2002-05-03  Jason Merrill  <[email protected]>
5692
5693         * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
5694         and return NULL.
5695
5696 2002-05-03  Michal Ludvig  <[email protected]>
5697
5698         * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
5699         (x86_64_dwarf2gdb_regno_map_length),
5700         (x86_64_dwarf2_reg_to_regnum): Added.
5701         (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
5702         (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
5703         (_initialize_x86_64_tdep): Synced with the change above.
5704         (x86_64_skip_prologue): Reformulated message.
5705
5706 2002-05-03  Pierre Muller  <[email protected]>
5707
5708         * f-exp.y: Also use new prev_lexptr variable
5709         to improve error reporting. Based on Michael Snyder
5710         2002-04-24 dated patch to c-exp.y.
5711         * jv-exp.y: Likewise.
5712         * m2-exp.y: Likewise.
5713
5714 2002-05-02  Elena Zannoni  <[email protected]>
5715
5716         * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
5717         we are dealing with vectors.
5718
5719 2002-05-02  Pierre Muller  <[email protected]>
5720
5721         * config/m68k/tm-nbsd.h: Obvious fix,
5722         correct machine name.
5723
5724 2002-05-02  Pierre Muller  <[email protected]>
5725
5726         * p-typeprint.c (pascal_type_print_base): Add support
5727         for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
5728
5729 2002-05-02  Pierre Muller  <[email protected]>
5730
5731         * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
5732         for fondamental pascal 'char' type.
5733
5734 2002-05-02  Pierre Muller  <[email protected]>
5735
5736         * p-lang.h (is_pascal_string_type): Declaration changed,
5737         new sixth argument of type char ** added.
5738         * p-lang.c (is_pascal_string_type): Implementation
5739         changed. Args length_pos, length_size, string_pos, char_size
5740         can now be NULL. New argument arrayname set to the field
5741         name of the char array. Return value set to char array
5742         field index plus one.
5743         * p-valprint.c (pascal_val_print): Adapt to new declaration of
5744         is_pascal_string_type function.
5745
5746 2002-05-02  Andrew Cagney  <[email protected]>
5747
5748         * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
5749         <[email protected]> change.
5750         * gdbarch.c: Regenerate.
5751
5752 2002-05-02  Andrew Cagney  <[email protected]>
5753
5754         * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
5755         before probing for a new one.  Detect errorenous gdbarch_init
5756         functions.
5757         * gdbarch.c: Regenerate.
5758
5759 2002-05-01  Andrew Cagney  <[email protected]>
5760
5761         * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
5762         * config/mcore/tm-mcore.h: Ditto.  Update copyright.
5763         * config/v850/tm-v850.h: Ditto.  Update copyright.
5764
5765 2002-04-30  Andrew Cagney  <[email protected]>
5766
5767         * cris-tdep.c (cris_gdbarch_init): Use arches instead of
5768         current_gdbarch.
5769
5770 2002-04-30  Michael Snyder  <[email protected]>
5771
5772         * arm-tdep.c: Whitespace clean-ups.
5773         (arm_skip_prologue): Fix thinko; two lines
5774         should have been removed as part of 4/24 change.
5775
5776 2002-04-30  Kevin Buettner  <[email protected]>
5777
5778         * rs6000-tdep.c: Added comment describing how fpscr register
5779         numbers were chosen.
5780
5781 2002-04-30  Michael Snyder  <[email protected]>
5782
5783         * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
5784
5785 2002-04-29  Elena Zannoni  <[email protected]>
5786
5787         * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
5788         (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
5789         (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
5790
5791 2002-04-29  Kevin Buettner  <[email protected]>
5792
5793         From Louis Hamilton <[email protected]>:
5794         * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
5795         * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
5796         * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
5797         not bfd-private xcoff data, to determine wordsize.
5798         * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
5799
5800 2002-04-29  Andrew Cagney  <[email protected]>
5801
5802         GDB 5.2 released from 5.2 branch.
5803
5804 2002-04-29  Michal Ludvig  <[email protected]>
5805
5806         * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
5807         * x86-64-tdep.c (i386_gdbarch_init): Ditto.
5808         (x86_64_register_info_table): Added comments with register numbers.
5809
5810 2002-04-29  Elena Zannoni  <[email protected]>
5811
5812         * rs6000-tdep.c (rs6000_extract_return_value,
5813         rs6000_store_return_value): Handle returning vectors.
5814         (rs6000_gdbarch_init): Use
5815         ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
5816         * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
5817         New function.
5818         (ppc_sysv_abi_use_struct_convention): Deal with functions returning
5819         vectors.
5820         (ppc_sysv_abi_push_arguments): Handle vector parameters.
5821         * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
5822
5823 2002-04-24  Pierre Muller  <ics.u-strasbg.fr>
5824
5825         * hpread.c (hpread_psymtab_to_symtab_1,
5826         hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
5827         with fprintf_unfiltered (gdb_stderr,...).
5828
5829 2002-04-24  Pierre Muller  <ics.u-strasbg.fr>
5830
5831         * remote-array.c (printf_monitor, write_monitor,
5832         array_insert_breakpoint, array_remove_breakpoint ):
5833         Replace fprintf (stderr,...
5834         with fprintf_unfiltered (gdb_stderr,....
5835         * remote-es.c: Likewise.
5836         * remote-os9k.c: Likewise.
5837         * remote-st.c: Likewise.
5838
5839 2002-04-28  Andreas Schwab  <[email protected]>
5840
5841         * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
5842         linux-proc.o and gcore.o.
5843
5844 2002-04-26  Michal Ludvig  <[email protected]>
5845
5846         * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
5847         code without frame pointers.
5848
5849 2002-04-26  Andrew Cagney  <[email protected]>
5850
5851         * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
5852         ON_STACK is needed.
5853
5854 2002-04-26  Ben Elliston  <[email protected]>
5855
5856         * target.c (do_xfer_memory): Correct reference to the new option
5857         "trust-readonly-sections".
5858
5859 2002-04-26  Elena Zannoni  <[email protected]>
5860
5861         * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
5862         * gdbtypes.c (recursive_dump_type): Output the vector flag.
5863         * dwarf2read.c (dwarf_attr_name): Handle new attribute for
5864         vectors.
5865         (read_array_type): Record the fact that this array type is really a
5866         vector (i.e. are passed in by value).
5867
5868 2002-04-26  Jason Thorpe  <[email protected]>
5869
5870         * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
5871         * alpha-tdep.c (alpha_sigcontext_addr): New function.
5872         (alpha_find_saved_regs): Use alpha_sigcontext_addr.
5873         (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
5874         * alpha-linux-tdep.c: Include frame.h.
5875         (alpha_linux_sigcontext_addr): New function.
5876         (alpha_linux_init_abi): Set tdep->sigcontext_addr to
5877         alpha_linux_sigcontext_addr.
5878         * alpha-osf1-tdep.c: Include gdbcore.h.
5879         (alpha_osf1_sigcontext_addr): New function.
5880         (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
5881         alpha_osf1_sigcontext_addr.
5882         * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
5883         * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
5884
5885 2002-04-26  Andrew Cagney  <[email protected]>
5886
5887         * stack.c (selected_frame_level):
5888         (select_frame): Do not set selected_frame_level.
5889         * frame.h (selected_frame_level): Delete declaration.
5890
5891 2002-04-26  Andrew Cagney  <[email protected]>
5892
5893         * rs6000-tdep.c (rs6000_gdbarch_init): Only set
5894         convert_from_func_ptr-addr when AIX / PowerOpen.
5895
5896 2002-04-25  Andrew Cagney  <[email protected]>
5897
5898         * valops.c (hand_function_call): Call
5899         generic_save_call_dummy_addr.
5900         * frame.h (generic_save_call_dummy_addr): Declare.
5901         * blockframe.c (struct dummy_frame): Add fields call_lo and
5902         call_hi.
5903         (generic_find_dummy_frame): Check for PC in range call_lo to
5904         call_hi instead of entry_point_address.
5905         (generic_pc_in_call_dummy): Search the dummy frames for a PC in
5906         the call_lo to call_hi range.  Allow for DECR_PC_AFTER_BREAK.
5907         (generic_save_call_dummy_addr): New function.
5908
5909 2002-04-24  David S. Miller  <[email protected]>
5910
5911         * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
5912         sparc_skip_prologue.
5913         (sparc_skip_prologue): Kill frameless_p arg, and use line number
5914         information to find prologue when possible.
5915         (sparc_prologue_frameless_p): Call examine_prologue directly.
5916         (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
5917         * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
5918         second argument.
5919         (SKIP_PROLOGUE): Likewise.
5920
5921 2002-04-25  Jason Thorpe  <[email protected]>
5922
5923         * alpha-tdep.c (alpha_skip_prologue_internal): Remove
5924         GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
5925         indicate that the condition it was testing is always true.
5926         * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
5927         * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
5928         * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
5929
5930 2002-04-25  Jason Thorpe  <[email protected]>
5931
5932         * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
5933         * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
5934         tdep->jb_pc and tdep->jb_elt_size.
5935         * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
5936         * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
5937         * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
5938         * alpha-nat.c (get_longjmp_target): Remove.
5939         (JB_ELEMENT_SIZE): Ditto.
5940         (JB_PC): Ditto.
5941         * alpha-tdep.c (alpha_get_longjmp_target): New function.
5942         (alpha_gdbarch_init): Default tdep->jb_pc to -1.  If the
5943         OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
5944         to alpha_get_longjmp_target.
5945         (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
5946         * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
5947         * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
5948
5949 2002-04-25  Andrew Cagney  <[email protected]>
5950
5951         * README: Update to GDB 5.2.
5952
5953 2002-04-25  Andrew Cagney  <[email protected]>
5954
5955         * gdbarch.sh (LC_ALL): Set to `c'.
5956
5957 2002-04-25  Theodore A. Roth  <[email protected]>
5958
5959         * avr-tdep.c: Ran through gdb_indent.sh.
5960
5961 2002-04-25  Theodore A. Roth  <[email protected]>
5962
5963         * MAINTAINERS: Add myself as AVR maintainer.
5964         * NEWS: Note new target avr.
5965
5966 2002-04-25  Theodore A. Roth  <[email protected]>
5967
5968         * Makefile.in: Add support for AVR target.
5969         * configure.tgt: Add support for AVR target.
5970         * avr-tdep.c: New file
5971         * config/avr/avr.mt: New file.
5972
5973 2002-04-25  Theodore A. Roth  <[email protected]>
5974
5975         * MAINTAINERS: Add myself to write-after-approval.
5976
5977 2002-04-24  Pierre Muller  <ics.u-strasbg.fr>
5978
5979         * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
5980         with fprintf_unfiltered (gdb_stderr,....
5981
5982 2002-04-25  Pierre Muller  <[email protected]>
5983
5984         Fix PR gdb/508.
5985         * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
5986
5987 2002-04-25  Pierre Muller  <[email protected]>
5988
5989         * p-exp.y: Also use new prev_lexptr variable
5990         to improve error reporting. Based on Michael Snyder
5991         2002-04-24 dated patch to c-exp.y.
5992
5993 2002-04-25  Jason Thorpe  <[email protected]>
5994
5995         * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
5996         (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
5997         alpha_breakpoint_from_pc.  Set gdbarch_function_start_offset
5998         to 0.
5999         * config/alpha/tm-alpha.h: Remove forward decls of struct type
6000         and struct value.
6001         (FUNCTION_START_OFFSET): Remove.
6002         (BREAKPOINT): Ditto.
6003
6004 2002-04-25  Jason Thorpe  <[email protected]>
6005
6006         * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
6007         * NEWS: Ditto.
6008
6009 2002-04-24  Jason Thorpe  <[email protected]>
6010
6011         * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
6012         (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
6013         alpha_linux_pc_in_sigtramp.
6014         * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
6015         (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
6016         alpha_osf1_pc_in_sigtramp.
6017         * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
6018         * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
6019         (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
6020         alphafbsd_pc_in_sigtramp.
6021         * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
6022         (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
6023         alphanbsd_pc_in_sigtramp.
6024         * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
6025         * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
6026
6027 2002-04-24  Jason Thorpe  <[email protected]>
6028
6029         * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
6030
6031 2002-04-24  Jason Thorpe  <[email protected]>
6032
6033         * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
6034         alphanbsd-tdep.c.
6035         (alphanbsd-nat.o): New dependency list.
6036         (alphanbsd-tdep.o): Ditto.
6037         * NEWS: Note new native NetBSD/alpha configuration.
6038         * alphanbsd-nat.c: New file.
6039         * alphanbsd-tdep.c: Ditto.
6040         * configure.host (alpha*-*-netbsd*): New host.
6041         * configure.tgt (alpha*-*-netbsd*): New target.
6042         * config/alpha/nbsd.mh: New file.
6043         * config/alpha/nbsd.mt: Ditto.
6044         * config/alpha/nm-nbsd.h: Ditto.
6045         * config/alpha/tm-nbsd.h: Ditto.
6046
6047 2002-04-24  Jason Thorpe  <[email protected]>
6048
6049         * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
6050         (alpha-osf1-tdep.o): New dependency list.
6051         * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
6052         and skip_sigtramp_frame members.
6053         * alpha-linux-tdep.c: Include gdbcore.h.
6054         (alpha_linux_sigtramp_offset): Change return type to LONGEST.
6055         (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
6056         * alpha-osf1-tdep.c: New file.
6057         * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
6058         alpha-osf1-dep.c.
6059         (alpha_frame_past_sigtramp_frame): New function.
6060         (alpha_dynamic_sigtramp_offset): Ditto.
6061         (alpha_proc_desc_is_dyn_sigtramp): Ditto.
6062         (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
6063         (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
6064         (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
6065         (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
6066         (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
6067         (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
6068         (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
6069         (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
6070         (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
6071         and tdep->skip_sigtramp_frame.  Set gdbarch_skip_trampoline_code
6072         to find_solib_trampoline_target.
6073         * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
6074         * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
6075         (SKIP_TRAMPOLINE_CODE): Remove.
6076         (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6077         (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6078         (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
6079         (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
6080         * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
6081         (PROC_SIGTRAMP_MAGIC): Ditto.
6082         (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6083         (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6084         (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6085         (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
6086         (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
6087
6088 2002-04-24  Jason Thorpe  <[email protected]>
6089
6090         * NEWS: Note that Alpha targets are now multi-arch.
6091
6092 2002-04-24  Michael Snyder  <[email protected]>
6093
6094         * parser-defs.h (prev_lexptr): New external variable.
6095         * parse.c (parse_exp_1): Set prev_lexptr to null before
6096         calling the language-specific parser.
6097         * c-exp.y (yylex): Set prev_lexptr to start of current token.
6098         (yyerror): Use prev_lexptr in error reporting.
6099
6100 2002-04-24  Daniel Jacobowitz  <[email protected]>
6101
6102         * config/i386/tm-linux.h: Define FILL_FPXREGSET.
6103         * gregset.h: If FILL_FPXREGSET is defined, provide
6104         gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
6105         * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
6106         is defined, call fill_fpxregset.
6107
6108 2002-04-24  Roland McGrath  <[email protected]>
6109
6110         * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
6111         * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
6112         (supply_gregset, supply_fpregset): New functions.
6113
6114         * gnu-nat.c (gnu_find_memory_regions): New function.
6115         (init_gnu_ops): Set `to_find_memory_regions' hook to that.
6116         (gnu_xfer_memory): Add a cast.
6117
6118 2002-04-24  Michael Snyder  <[email protected]>
6119
6120         * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
6121         loop.  Add handling for "str lr, [sp, #-4]!" and for saves
6122         of argument regs ("str r(0123), [r11, #-nn"]).
6123         (arm_skip_prologue): Better handling for frameless functions.
6124         Treat "mov ip, sp" as optional.  Recognize "str lr, [sp, #-4]".
6125         (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
6126
6127 Wed Apr 24 14:22:21 2002  Andrew Cagney  <[email protected]>
6128
6129         * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
6130         NUM_PSEUDO_REGS can be used.
6131
6132 2002-04-24  Andrew Cagney  <[email protected]>
6133
6134         * arch-utils.h: Update copyright.
6135
6136         * gdbarch.sh (PC_IN_SIGTRAMP): Add.
6137         * gdbarch.h, gdbarch.c: Re-generate.
6138
6139         * inferior.h (IN_SIGTRAMP): Delete definition.
6140         * arch-utils.c (legacy_pc_in_sigtramp): New function.
6141         * arch-utils.h (legacy_pc_in_sigtramp): Declare.
6142
6143         * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
6144         (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
6145         * hppa-tdep.c (pc_in_interrupt_handler):  Use PC_IN_SIGTRAMP.
6146         (find_proc_framesize): Ditto.
6147         * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
6148         (alpha_init_extra_frame_info): Ditto.
6149         * infrun.c (handle_inferior_event): Ditto.
6150         (handle_inferior_event): Ditto.
6151         (check_sigtramp2): Ditto.
6152         * blockframe.c (create_new_frame): Ditto.
6153         (get_prev_frame): Ditto.
6154         * ppc-linux-tdep.c: Update comments.
6155         * i386-linux-tdep.c: Update comments.
6156         * breakpoint.c (bpstat_what): Update comment.
6157
6158 2002-04-24  Michal Ludvig  <[email protected]>
6159
6160         * gdbserver/linux-low.c (regsets_fetch_inferior_registers),
6161         (regsets_store_inferior_registers): Removed cast to int from
6162         ptrace() calls.
6163         * gdbserver/regcache.h: Added declaration of struct inferior_info.
6164
6165 2002-04-24  David S. Miller  <[email protected]>
6166
6167         * i960-tdep.c (register_in_window_p): New function.
6168         (i960_find_saved_register): Use it instead of
6169         REGISTER_IN_WINDOW_P.
6170         * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
6171
6172         * symtab.h (find_stab_function_addr): Kill extern.
6173         * minsyms.c (find_stab_function_addr): Remove from here...
6174         * dbxread.c: ... to here, and mark it static.
6175
6176 2002-04-20  David S. Miller  <[email protected]>
6177
6178         * sparc-tdep.c (sparc_pop_frame): Only need to allocate
6179         SPARC_INTREG_SIZE * 16 bytes for reg_temp.
6180
6181 2002-04-21  David S. Miller  <[email protected]>
6182
6183         * remote-vxsparc.c (vx_read_register): Fix typo, we want
6184         REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
6185         (vx_write_register): Likewise.
6186
6187 2002-04-23  J. Brobecker  <[email protected]>
6188
6189         * source.c (is_regular_file): New function.
6190         (openp): Check wether file to open is a regular file
6191         to avoid opening directories.
6192
6193 2002-04-22  Jason Thorpe  <[email protected]>
6194
6195         * findvar.c (extract_signed_integer): Cast printf argument
6196         to suppress format warning.
6197         (extract_unsigned_integer): Likewise.
6198         * infcmd.c (registers_info): Likewise.
6199         * top.c (get_prompt_1): Likewise.
6200         * valops.c (value_assign): Likewise.
6201         * valprint.c (print_decimal): Likewise.
6202
6203 2002-04-22  H.J. Lu  ([email protected])
6204
6205         * c-exp.y (typebase): Support
6206
6207         [long|long long|short] [signed|unsigned] [int|]
6208
6209         and
6210
6211         signed [long|long long|short] int
6212
6213 2002-04-22  Jason Thorpe  <[email protected]>
6214
6215         * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
6216         and vax-tdep.h.
6217         * vax-tdep.h: New file.
6218         * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
6219         Make several routines static.
6220         (vax_get_saved_register): New function.
6221         (vax_gdbarch_init): New function.
6222         (_initialize_vax_tdep): Register vax_gdbarch_init.
6223         * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
6224         Remove macros now under the control of gdbarch.
6225
6226 2002-04-22  Michael Snyder  <[email protected]>
6227
6228         * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
6229         Some whitespace and coding standards tweaks.
6230
6231 2002-04-22  Jason Thorpe  <[email protected]>
6232
6233         * vax-tdep.c: Include regcache.h.
6234         (vax_call_dummy_words): New.
6235         (sizeof_vax_call_dummy_words): New.
6236         (vax_fix_call_dummy): New function.
6237         (vax_saved_pc_after_call): Ditto.
6238         * config/vax/tm-vax.h: Don't include regcache.h.
6239         (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
6240         (CALL_DUMMY): Remove.
6241         (CALL_DUMMY_WORDS): Define.
6242         (SIZEOF_CALL_DUMMY_WORDS): Define.
6243         (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
6244
6245 2002-04-18  Michael Snyder  <[email protected]>
6246
6247         * arm-tdep.h: Change regnum defines to enums for ease of debugging.
6248
6249 2002-04-22  Jason Thorpe  <[email protected]>
6250
6251         * vax-tdep.c (vax_frame_chain): New function.
6252         (vax_push_dummy_frame): Ditto.
6253         (vax_pop_frame): Ditto.
6254         * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
6255         (FRAMELESS_FUNCTION_INVOCATION): Use
6256         generic_frameless_function_invocation_not.
6257         (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
6258         (POP_FRAME): Use vax_pop_frame.
6259
6260 2002-04-22  Jason Thorpe  <[email protected]>
6261
6262         * vax-tdep.c (vax_store_struct_return): New function.
6263         (vax_extract_return_value): Ditto.
6264         (vax_store_return_value): Ditto.
6265         (vax_extract_struct_value_address): Ditto.
6266         * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
6267         vax_store_struct_return.
6268         (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
6269         (STORE_RETURN_VALUE): Use vax_store_return_value.
6270         (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
6271
6272 2002-04-22  Jason Thorpe  <[email protected]>
6273
6274         * vax-tdep.c (vax_frame_saved_pc): New function.
6275         (vax_frame_args_address_correct): Ditto.
6276         (vax_frame_args_address): Ditto.
6277         (vax_frame_locals_address): Ditto.
6278         (vax_frame_num_args): Move code to be in proximity to
6279         other frame-related functions.
6280         * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
6281         (FRAME_SAVED_PC): Use vax_frame_saved_pc.
6282         (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
6283         (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
6284         (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
6285
6286 2002-04-22  H.J. Lu  ([email protected])
6287
6288         * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
6289         includedir.
6290
6291 2002-04-22  Jason Thorpe  <[email protected]>
6292
6293         * vax-tdep.c (vax_frame_init_saved_regs): New function.
6294         * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
6295         (FRAME_INIT_SAVED_REGS): New macro.
6296
6297 2002-04-22  Jason Thorpe  <[email protected]>
6298
6299         * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
6300
6301 2002-04-22  Jason Thorpe  <[email protected]>
6302
6303         * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
6304         where needed.
6305         (fetch_osf_core_registers): Likewise.
6306         (supply_gregset): Likewise.
6307
6308 2002-04-22  J. Brobecker  <[email protected]>
6309
6310         * symfile.h (get_section_index): Define.
6311         * symfile.c (get_section_index): New function.
6312         * mdebugread.c (SC_IS_SBSS): New macro.
6313         (SC_IS_BSS): Return true for the scBss storage class only, as
6314         the scSBss storage class refers to the .sbss section.
6315         (parse_partial_symbols): Discard the symbols which associated
6316         section does not exist.
6317         Make sure to use the .sbss section index for symbols which
6318         storage class is scBss, rather than using the .bss section index.
6319
6320 2002-04-22  Jason Thorpe  <[email protected]>
6321
6322         * vax-tdep.c: Update copyright years.
6323         (vax_register_name): New function.
6324         (vax_register_byte): Ditto.
6325         (vax_register_raw_size): Ditto.
6326         (vax_register_virtual_size): Ditto.
6327         (vax_register_virtual_type): Ditto.
6328         * config/vax/tm-vax.h: Update copyright years.
6329         (REGISTER_NAMES): Remove.
6330         (REGISTER_NAME): Define.
6331         (REGISTER_BYTE): Use vax_register_byte.
6332         (REGISTER_RAW_SIZE): Use vax_register_raw_size.
6333         (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
6334         (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
6335
6336 2002-04-21  Andrew Cagney  <[email protected]>
6337
6338         * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
6339         declaration
6340         * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
6341
6342 2002-04-21  David S. Miller  <[email protected]>
6343
6344         * arch-utils.c (generic_prologue_frameless_p): Kill
6345         SKIP_PROLOGUE_FRAMELESS_P code.
6346         * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
6347         references.
6348         (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
6349         * arc-tdep.c (arc_prologue_frameless_p): Implement.
6350         * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
6351         references.
6352         (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
6353         * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
6354         (sparc_gdbarch_init): Pass it to
6355         set_gdbarch_prologue_frameless_p.
6356
6357 2002-04-21  Jason Thorpe  <[email protected]>
6358
6359         * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
6360         (alphabsd-nat.o): New dependency list.
6361
6362 2002-04-21  Jason Thorpe  <[email protected]>
6363
6364         * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
6365         alphafbsd-tdep.c.
6366         (alpha-linux-tdep.o): New dependency list.
6367         (alphafbsd-tdep.o): Likewise.
6368
6369 2002-04-21  Jason Thorpe  <[email protected]>
6370
6371         * alpha-linux-tdep.c: New file.  Move alpha_linux_sigtramp_offset
6372         to here...
6373         * alpha-tdep.c: ...from here.
6374         * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
6375
6376 2002-04-21  Jason Thorpe  <[email protected]>
6377
6378         * config/alpha/tm-alpha.h: Move alpha_software_single_step
6379         prototype from here...
6380         * alpha-tdep.h: ...to here.
6381
6382 2002-04-21  Andrew Cagney  <[email protected]>
6383
6384         * frame.h (selected_frame_level): Document as deprecated.
6385         (frame_relative_level): Declare.
6386         * stack.c (frame_relative_level): New function.
6387         (selected_frame_level): Document as deprecated.
6388         (select_frame): Do not set the selected_frame_level.
6389
6390         * stack.c (frame_info, record_selected_frame): Update.
6391         (frame_command, current_frame_command): Update.
6392         (up_silently_base, up_command, down_silently_base): Update.
6393         (down_command): Update.
6394         * inflow.c (kill_command): Update.
6395         * tracepoint.c (finish_tfind_command): Update.
6396         * corelow.c (core_open): Update.
6397         * thread.c (info_threads_command): Update.
6398         (do_captured_thread_select): Update.
6399         * infcmd.c (finish_command): Update.
6400         * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
6401
6402 2002-04-21  Jason Thorpe  <[email protected]>
6403
6404         * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
6405
6406 2002-04-21  Andrew Cagney  <[email protected]>
6407
6408         * arm-tdep.c (arm_breakpoint_from_pc): Make static.  Make return
6409         type const.
6410
6411 2002-04-21  Jason Thorpe  <[email protected]>
6412
6413         * alphafbsd-tdep.c: Update copyright years.  Include
6414         alpha-tdep.h.
6415         (alphafbsd_use_struct_convention): Make static.
6416         (alphafbsd_init_abi): New function.
6417         (_initialize_alphafbsd_tdep): New function.
6418         * config/alpha/tm-fbsd.h: Update copyright years.
6419         (USE_STRUCT_CONVENTION): Remove.
6420
6421 2002-04-21  Jason Thorpe  <[email protected]>
6422
6423         * alpha-tdep.c (alpha_abi_handler): New structure to describe
6424         an Alpha ABI variant.
6425         (alpha_abi_handler_list): Declare.
6426         (alpha_gdbarch_register_os_abi): New function.
6427         (alpha_gdbarch_init): Give registered ABI variant handlers a
6428         chance to tweak the gdbarch once we have set up defaults.
6429         * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
6430
6431 2002-04-21  Jason Thorpe  <[email protected]>
6432
6433         * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
6434         to standard_coerce_float_to_double.
6435         * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
6436
6437 2002-04-21  Jason Thorpe  <[email protected]>
6438
6439         * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
6440         * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
6441         from gdbarch_tdep rather than a constant.
6442         (alpha_gdbarch_init): Initialize tdep->vm_min_address to
6443         the default text address for all Alpha Unix ABIs.
6444         (alpha_dump_tdep): Report the value of tdep->vm_min_address.
6445         * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
6446
6447 2002-04-21  Jason Thorpe  <[email protected]>
6448
6449         * alpha-tdep.h: New file.  Includes several Alpha target constants
6450         taken from...
6451         * config/alpha/tm-alpha.h: ...here.  Remove macros that we now
6452         let gdbarch deal with.
6453         (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
6454         * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
6455         to dependency list.
6456         * alpha-nat.c: Include alpha-tdep.h.  Update for adjusted
6457         Alpha target register names.
6458         * alphabsd-nat.c: Likewise.
6459         * alpha-tdep.c: Include alpha-tdep.h.  Update for adjusted
6460         Alpha target register names.  Make serveral routines static.
6461         (alpha_get_saved_register): New function.
6462         (alpha_abi_names): New.
6463         (process_note_abi_tag_sections): New function.
6464         (get_elfosabi): New function.
6465         (alpha_gdbarch_init): New function.
6466         (alpha_dump_tdep): New function.
6467         (_initialize_alpha_tdep): Register alpha_gdbarch_init.
6468
6469 2002-04-21  Andrew Cagney  <[email protected]>
6470
6471         * frame.c (find_saved_register): Delete #ifdef
6472         HAVE_REGISTER_WINDOWS code.
6473         * config/sparc/tm-sparc.h: Update comments.
6474         * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
6475
6476 2002-04-21  Andrew Cagney  <[email protected]>
6477
6478         * i960-tdep.c (i960_find_saved_register): New function.
6479         (i960_get_saved_register): New function.
6480         * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
6481         (i960_get_saved_register): Declare.
6482         * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
6483
6484 2002-04-20  David S. Miller  <[email protected]>
6485
6486         * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
6487
6488 2002-04-20  Andrew Cagney  <[email protected]>
6489
6490         * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
6491         instead of NUM_PSEUDO_REGS.
6492
6493 2002-04-20  David S. Miller  <[email protected]>
6494
6495         * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
6496         GDB_MULTI_ARCH_PARTIAL
6497         * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
6498         define, let tm-sp64.h do it.
6499
6500 2002-04-20  Jason Thorpe  <[email protected]>
6501
6502         * frame.c (find_saved_register): Avoid a NULL pointer
6503         dereference and actually walk the frame list.
6504
6505 2002-04-20  Andrew Cagney  <[email protected]>
6506
6507         * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
6508         sorted in most most-recent-used order.  Document.
6509         * gdbarch.h, gdbarch.c: Regenerate.
6510
6511 2002-04-20  Daniel Jacobowitz  <[email protected]>
6512
6513         * gdbserver/inferiors.c (struct inferior_info): Add regcache_data.
6514         (add_inferior): Call create_register_cache.
6515         (clear_inferiors): Call free_register_cache.
6516         (inferior_regcache_data, set_inferior_regcache_data): New functions.
6517         * gdbserver/regcache.c (struct inferior_regcache_data): New.
6518         (registers): Remove.
6519         (get_regcache): New function.
6520         (create_register_cache, free_register_cache): New functions.
6521         (set_register_cache): Don't initialize the register cache here.
6522         (registers_to_string, registers_from_string, register_data): Call
6523         get_regcache.
6524         * gdbserver/regcache.h: Add prototypes.
6525         * gdbserver/server.h: Likewise.
6526
6527 2002-04-20  Daniel Jacobowitz  <[email protected]>
6528
6529         * gdbserver/mem-break.c: New file.
6530         * gdbserver/mem-break.h: New file.
6531         * gdbserver/Makefile.in: Add mem-break.o rule; update server.h
6532         dependencies.
6533         * gdbserver/inferiors.c (struct inferior_info): Add target_data
6534         member.
6535         (clear_inferiors): Free target_data member if set.
6536         (inferior_target_data, set_inferior_target_data): New functions.
6537         * gdbserver/linux-i386-low.c (i386_breakpoint, i386_breakpoint_len)
6538         (i386_stop_pc, i386_set_pc): New.  Add to the_low_target.
6539         * gdbserver/linux-low.c (linux_bp_reinsert): New variable.
6540         (struct inferior_linux_data): New.
6541         (linux_create_inferior): Use set_inferior_target_data.
6542         (linux_attach): Likewise.  Call add_inferior.
6543         (linux_wait_for_one_inferior): New function.
6544         (linux_wait): Call it.
6545         (linux_write_memory): Add const.
6546         (initialize_low): Call set_breakpoint_data.
6547         * gdbserver/linux-low.h (struct linux_target_ops): Add breakpoint
6548         handling members.
6549         * gdbserver/server.c (attach_inferior): Remove extra add_inferior
6550         call.
6551         * gdbserver/server.h: Include mem-break.h.  Update inferior.c
6552         prototypes.
6553         * gdbserver/target.c (read_inferior_memory)
6554         (write_inferior_memory): New functions.
6555         * gdbserver/target.h (read_inferior_memory)
6556         (write_inferior_memory): Change macros to prototypes.
6557         (struct target_ops): Update comments.  Add const to write_memory
6558         definition.
6559
6560 2002-04-19  Andrew Cagney  <[email protected]>
6561
6562         * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
6563         instead of ->prev.
6564         * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
6565         * s390-tdep.c (s390_frame_chain): Do not use ->prev.
6566         * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
6567         instead of ->prev.
6568
6569 2002-04-19  Elena Zannoni  <[email protected]>
6570
6571         Fix PR gdb/471.
6572         * gdbtypes.c (init_simd_type): Rewrite using new functions.
6573         (build_builtin_type_vec128): Ditto.
6574         (append_composite_type_field): Fix calculation of type length in
6575         union case.
6576
6577 2002-04-19  Eli Zaretskii  <[email protected]>
6578
6579         * config/djgpp/README: Update.
6580
6581         * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
6582         compiler warnings.
6583
6584 2002-04-19  Jason Thorpe  <[email protected]>
6585
6586         * alpha-tdep.c (setup_arbitrary_frame): Rename...
6587         (alpha_setup_arbitrary_frame): ...to this.
6588         * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
6589         for alpha_setup_arbitrary_frame.
6590
6591 2002-04-18  Andrew Cagney  <[email protected]>
6592
6593         * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
6594         * gdbarch.h, gdbarch.c: Regenerate.
6595
6596         * defs.h (breakpoint_from_pc_fn): Delete type definition.
6597         * target.h (memory_breakpoint_from_pc): Update declaration.
6598         * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
6599
6600         * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
6601         * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
6602         * mem-break.c (memory_breakpoint_from_pc): Ditto.
6603         * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
6604         * s390-tdep.c (s390_breakpoint_from_pc): Ditto
6605         * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
6606         * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
6607         * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
6608         * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
6609         * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
6610         * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
6611         * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
6612
6613         * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
6614         const pointer.
6615         * monitor.c (monitor_insert_breakpoint): Ditto.
6616         * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
6617
6618         * config/mcore/tm-mcore.h: Update copyright.
6619         * mem-break.c: Ditto.
6620         * xstormy16-tdep.c: Ditto.
6621
6622 2002-04-18  Pierre Muller  <[email protected]>
6623
6624         * p-exp.y: Add precedence rule for '^' token.
6625         This removes the shift/reduce conflicts.
6626         Remove the comment concerning these shift/reduce conflicts.
6627
6628 2002-04-18  Elena Zannoni  <[email protected]>
6629
6630         * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
6631         (registers_powerpc_nofp): New register set for processors
6632         without floating point unit.
6633
6634 2002-04-18  David S. Miller  <[email protected]>
6635
6636         * MAINTAINERS: Add myself to write-after-approval.
6637
6638 2002-04-17  Michael Snyder  <[email protected]>
6639
6640         * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
6641
6642 2002-04-17  Andrew Cagney  <[email protected]>
6643
6644         * rs6000-tdep.c (frame_initial_stack_address): Use
6645         frame_register_read to read the alloca_reg.
6646
6647 2002-04-17  Andrew Cagney  <[email protected]>
6648
6649         * frame.c (find_saved_register): Find saved registers in the next
6650         not prev frame.
6651         Fix PR gdb/365.
6652
6653 2002-04-17  Andrew Cagney  <[email protected]>
6654
6655         * gdbarch.sh (LANG): Set to ``c''.
6656
6657 2002-04-15  Andrew Cagney  <[email protected]>
6658
6659         * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
6660
6661 2002-04-15  Andrew Cagney  <[email protected]>
6662
6663         * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
6664         Update copyright.
6665
6666         * hpread.c (hpread_get_lntt): Add declaration.
6667         Also fix PR gdb/391.
6668
6669 2002-04-14  Andrew Cagney  <[email protected]>
6670
6671         * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
6672         * aclocal.m4, configure: Re-generate.
6673         Fix PR gdb/391.
6674
6675 2002-04-14  Elena Zannoni  <[email protected]>
6676
6677         * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
6678         instead of tm_print_insn.
6679
6680 2002-04-14  Elena Zannoni  <[email protected]>
6681
6682         * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
6683
6684 2002-04-14  Andrew Cagney  <[email protected]>
6685
6686         * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
6687         * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
6688         (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
6689
6690 2002-04-12  Don Howard  <[email protected]>
6691
6692         * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
6693         max_user_call_depth.
6694         (init_cmd_lists): Initialize the new value;
6695         * cli/cli-script.c (execute_user_command): Limit the call depth of
6696         user defined commands.  This avoids a core-dump when user commands
6697         are infinitly recursive.
6698
6699 2002-04-12  Kevin Buettner  <[email protected]>
6700
6701         * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
6702         * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
6703         from tdep struct instead of DEFAULT_LR_SAVE.
6704         (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
6705         * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
6706         * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
6707
6708 2002-04-12  Michael Snyder  <[email protected]>
6709
6710         * Remote.c: Spelling fix.
6711         * gcore.c (default_derive_heap_segment): Use bfd_section_name.
6712         If no symbol found for "sbrk", try "_sbrk".
6713         (make_output_phdrs): Use bfd_section_name.
6714         (gcore_copy_callback): Use bfd_section_name.
6715         * eval.c: Indentation fix-ups.
6716         * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
6717         in case it gets applied to an address that is already
6718         in the instruction space.
6719         * cli/cli-decode.c (help_list): Allow long lines to wrap.
6720         * symfile.c: Fix indentation, long lines.
6721         * source.c: White space fix-up.
6722
6723 2002-04-12  Andrew Cagney  <[email protected]>
6724
6725         * defs.h (read_relative_register_raw_bytes): Delete declaration.
6726         * frame.c (frame_register_read): New function.  Return non-zero on
6727         success.
6728         (read_relative_register_raw_bytes_for_frame): Delete.
6729         (read_relative_register_raw_bytes): Delete.
6730         * frame.h (frame_register_read): Declare.
6731         * d30v-tdep.c: Update Copyright.  Use frame_register_read.
6732         * sh-tdep.c: Ditto.
6733         * infcmd.c (do_registers_info): Ditto.
6734         * hppa-tdep.c: Ditto.
6735         * rs6000-tdep.c: Ditto.
6736         * h8500-tdep.c: Ditto.
6737         * mips-tdep.c: Ditto.
6738         * h8300-tdep.c: Ditto.
6739         * z8k-tdep.c: Ditto.
6740
6741 2002-04-12  Kevin Buettner  <[email protected]>
6742
6743         From Jimi X <[email protected]>:
6744         * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
6745         64-bit SysV ABI.
6746
6747 2002-04-12  Kevin Buettner  <[email protected]>
6748
6749         From Jimi X <[email protected]>:
6750         * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
6751         bfd info.
6752
6753 2002-04-12  Kevin Buettner  <[email protected]>
6754
6755         From Jimi X <[email protected]>:
6756         * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
6757         register sets for these processor variants.
6758
6759 2002-04-11  Daniel Jacobowitz  <[email protected]>
6760
6761         * gdbserver/linux-low.c (usr_store_inferior_registers): Support
6762         registers which are allowed to fail to store.
6763         * gdbserver/linux-low.h (linux_target_ops): Likewise.
6764         * gdbserver/linux-ppc-low.c (ppc_regmap): Support FPSCR.
6765         (ppc_cannot_store_register): FPSCR may not be storable.
6766         * regformats/reg-ppc.dat: Support FPSCR.
6767
6768 2002-04-11  Kevin Buettner  <[email protected]>
6769
6770         * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
6771         * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
6772         Add fpscr as an invalid/unfetchable register.
6773         * ppc-linux-nat.c (ppc_register_u_addr, store_register)
6774         (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
6775         (fill_fpregset): Add support for register fpscr.
6776         (fetch_ppc_registers, store_ppc_registers, supply_gregset)
6777         (fill_gregset): Account for the fact that register ``mq'' might
6778         not exist.
6779         * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
6780         (registers_power): Add fpscr to register set at slot 71.
6781         (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
6782         exist on most PPC architectures.  Initialize ppc_fpscr_regnum.
6783
6784 2002-04-11  Michael Snyder  <[email protected]>
6785
6786         * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
6787         * configure: Regenerate.
6788         * config.in: Regenerate.
6789         * acconfig.h: Add define for _SYSCALL32.
6790         * core-sol2.c: Remove #define _SYSCALL32.
6791         * solib-legacy.c: Remove #define _SYSCALL32.
6792
6793 2002-04-10  Andrew Cagney  <[email protected]>
6794
6795         * stack.c (select_frame): Cleanup internal error message, do not
6796         use %p.
6797
6798 2002-04-10  Andrew Cagney  <[email protected]>
6799
6800         * stack.c (select_frame): Check that selected_frame and the
6801         specified level are as expected.
6802         * blockframe.c (get_prev_frame): Set the `level' from next_frame.
6803         Update copyright.
6804         * frame.h (struct frame_info): Add field `level'.  Update
6805         copyright.
6806         Work-in-progress PR gdb/464.
6807
6808 2002-04-10  Andrew Cagney  <[email protected]>
6809
6810         * maint.c (maint_print_section_info): Rename print_section_info.
6811         (print_bfd_section_info, print_objfile_section_info): Update.
6812         * inferior.h (struct gdbarch): Add opaque declaration.
6813         * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
6814         * gdbarch.h: Regenerate.
6815
6816 2002-04-10  Michal Ludvig  <[email protected]>
6817
6818         * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
6819         (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
6820         (kernel_u_size): Added.
6821         * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
6822         (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
6823
6824 2002-04-04  Jim Ingham  <[email protected]>
6825
6826        * valarith.c (find_size_for_pointer_math): New function, either returns
6827        the size for a pointer's target, returns 1 for void *, or errors for
6828        incomplete types.
6829        (value_add, value_sub): use find_size_for_pointer_math.
6830
6831 2002-04-09  Daniel Jacobowitz  <[email protected]>
6832
6833         * linux-low.c (linux_look_up_symbols): New hook.
6834         (linux_target_ops): Add linux_look_up_symbols.
6835         * remote-utils.c (decode_address): New function.
6836         (look_up_one_symbol): New function.
6837         * server.c (handle_query): Call target look_up_symbols hook.
6838         * server.h (look_up_one_symbol): Add prototype.
6839         * target.h (struct target_ops): Add look_up_symbols hook.
6840
6841 2002-04-09  Daniel Jacobowitz  <[email protected]>
6842
6843         * gdbserver/server.h: Include <string.h> if HAVE_STRING_H.
6844         * ChangeLog: Correct paths in last ChangeLog entry.
6845
6846 2002-04-09  Daniel Jacobowitz  <[email protected]>
6847
6848         * gdbserver/linux-low.h: Remove obsolete prototypes.
6849         (struct linux_target_ops): New.
6850         (extern the_low_target): New.
6851         * gdbserver/linux-low.c (num_regs, regmap): Remove declarations.
6852         (register_addr): Use the_low_target explicitly.
6853         (fetch_register): Likewise.
6854         (usr_fetch_inferior_registers): Likewise.
6855         (usr_store_inferior_registers): Likewise.
6856         * gdbserver/linux-arm-low.c (num_regs): Remove.
6857         (arm_num_regs): Define.
6858         (arm_regmap): Renamed from regmap, made static.
6859         (arm_cannot_fetch_register): Renamed from cannot_fetch_register,
6860         made static.
6861         (arm_cannot_store_register): Renamed from cannot_store_register,
6862         made static.
6863         (the_low_target): New.
6864         * gdbserver/linux-i386-low.c (num_regs): Remove.
6865         (i386_num_regs): Define.
6866         (i386_regmap): Renamed from regmap, made static.
6867         (i386_cannot_fetch_register): Renamed from cannot_fetch_register,
6868         made static.
6869         (i386_cannot_store_register): Renamed from cannot_store_register,
6870         made static.
6871         (the_low_target): New.
6872         * gdbserver/linux-ia64-low.c (num_regs): Remove.
6873         (ia64_num_regs): Define.
6874         (ia64_regmap): Renamed from regmap, made static.
6875         (ia64_cannot_fetch_register): Renamed from cannot_fetch_register,
6876         made static.
6877         (ia64_cannot_store_register): Renamed from cannot_store_register,
6878         made static.
6879         (the_low_target): New.
6880         * gdbserver/linux-m68k-low.c (num_regs): Remove.
6881         (m68k_num_regs): Define.
6882         (m68k_regmap): Renamed from regmap, made static.
6883         (m68k_cannot_fetch_register): Renamed from cannot_fetch_register,
6884         made static.
6885         (m68k_cannot_store_register): Renamed from cannot_store_register,
6886         made static.
6887         (the_low_target): New.
6888         * gdbserver/linux-mips-low.c (num_regs): Remove.
6889         (mips_num_regs): Define.
6890         (mips_regmap): Renamed from regmap, made static.
6891         (mips_cannot_fetch_register): Renamed from cannot_fetch_register,
6892         made static.
6893         (mips_cannot_store_register): Renamed from cannot_store_register,
6894         made static.
6895         (the_low_target): New.
6896         * gdbserver/linux-ppc-low.c (num_regs): Remove.
6897         (ppc_num_regs): Define.
6898         (ppc_regmap): Renamed from regmap, made static.
6899         (ppc_cannot_fetch_register): Renamed from cannot_fetch_register,
6900         made static.
6901         (ppc_cannot_store_register): Renamed from cannot_store_register,
6902         made static.
6903         (the_low_target): New.
6904         * gdbserver/linux-s390-low.c (num_regs): Remove.
6905         (s390_num_regs): Define.
6906         (s390_regmap): Renamed from regmap, made static.
6907         (s390_cannot_fetch_register): Renamed from cannot_fetch_register,
6908         made static.
6909         (s390_cannot_store_register): Renamed from cannot_store_register,
6910         made static.
6911         (the_low_target): New.
6912         * gdbserver/linux-sh-low.c (num_regs): Remove.
6913         (sh_num_regs): Define.
6914         (sh_regmap): Renamed from regmap, made static.
6915         (sh_cannot_fetch_register): Renamed from cannot_fetch_register,
6916         made static.
6917         (sh_cannot_store_register): Renamed from cannot_store_register,
6918         made static.
6919         (the_low_target): New.
6920         * gdbserver/linux-x86-64-low.c (x86_64_regmap): Renamed from regmap.
6921         (the_low_target): New.
6922
6923 2002-04-09  Andrew Cagney  <[email protected]>
6924
6925         * frame.c (read_relative_register_raw_bytes_for_frame): Do not
6926         override FP_REGNUM with frame->fp.  Update copyright.
6927         * parse.c (num_std_regs, std_regs): Delete.
6928         (target_map_name_to_register): Do not search std_regs.  Update
6929         function description.
6930         * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
6931         declarations.  Update copyright.
6932         Fix PR gdb/251.
6933
6934 2002-04-09  Daniel Jacobowitz  <[email protected]>
6935
6936         * gdbserver/Makefile.in: Add stamp-h target.
6937         * gdbserver/configure.in: Create stamp-h.
6938         * gdbserver/configure: Regenerated.
6939
6940 2002-04-09  Daniel Jacobowitz  <[email protected]>
6941
6942         * gdbserver/inferiors.c: New file.
6943         * gdbserver/target.c: New file.
6944         * gdbserver/target.h: New file.
6945         * gdbserver/Makefile.in:  Add target.o and inferiors.o.  Update
6946         dependencies.
6947         * gdbserver/linux-low.c (inferior_pid): New static variable,
6948         moved from server.c.
6949         (linux_create_inferior): Renamed from create_inferior.
6950         Call add_inferior.  Return 0 on success instead of a PID.
6951         (linux_attach): Renamed from myattach.
6952         (linux_kill): Renamed from kill_inferior.  Call clear_inferiors ().
6953         (linux_thread_alive): Renamed from mythread_alive.
6954         (linux_wait): Renamed from mywait.  Call clear_inferiors () if the
6955         child dies.
6956         (linux_resume): Renamed from myresume.  Add missing ``return 0''.
6957         (regsets_store_inferior_registers): Correct error message.
6958         Add missing ``return 0''.
6959         (linux_fetch_registers): Renamed from fetch_inferior_registers.
6960         (linux_store_registers): Renamed from store_inferior_registers.
6961         (linux_read_memory): Renamed from read_inferior_memory.
6962         (linux_write_memory): Renamed from write_inferior_memory.
6963         (linux_target_ops): New structure.
6964         (initialize_low): Call set_target_ops ().
6965         * gdbserver/remote-utils.c (unhexify): New function.
6966         (hexify): New function.
6967         (input_interrupt): Send signals to ``signal_pid''.
6968         * gdbserver/server.c (inferior_pid): Remove.
6969         (start_inferior): Update create_inferior call.
6970         (attach_inferior): Call add_inferior.
6971         (handle_query): New function.
6972         (main): Call handle_query for `q' packets.
6973         * gdbserver/server.h: Include "target.h".  Remove obsolete prototypes.
6974         Add prototypes for "inferiors.c", "target.c", hexify, and unhexify.
6975
6976 2002-04-09  Daniel Jacobowitz  <[email protected]>
6977
6978         * gdbserver/Makefile.in: Add WARN_CFLAGS.  Update configury
6979         dependencies.
6980         * gdbserver/configure.in: Check for <string.h>
6981         * gdbserver/configure: Regenerate.
6982         * gdbserver/config.in: Regenerate.
6983         * gdbserver/gdbreplay.c: Include needed system headers.
6984         (remote_open): Remove strchr prototype.
6985         * gdbserver/linux-low.h: Correct #ifdef to HAVE_LINUX_USRREGS.
6986         * gdbserver/regcache.c (supply_register): Change buf argument to const void *.
6987         (supply_register_by_name): Likewise.
6988         (collect_register): Change buf argument to void *.
6989         (collect_register_by_name): Likewise.
6990         * gdbserver/regcache.h: Add missing prototypes.
6991         * gdbserver/remote-utils.c: Include <arpa/inet.h> for inet_ntoa.
6992         * gdbserver/server.c (handle_query): New function.
6993         (attached): New static variable, moved out of main.
6994         (main): Quiet longjmp clobber warnings.
6995         * gdbserver/server.h: Add ATTR_NORETURN and ATTR_FORMAT.  Update prototypes.
6996         * gdbserver/utils.c (error): Remove NORETURN.
6997         (fatal): Likewise.
6998
6999 2002-04-09  Daniel Jacobowitz  <[email protected]>
7000
7001         * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
7002         after the last symbol in a block.
7003
7004 2002-04-09  Pierre Muller  <[email protected]>
7005
7006         * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
7007         is non zero as a found symbol.
7008
7009 2002-04-08  Andrew Cagney  <[email protected]>
7010
7011         * findvar.c: Include "builtin-regs.h".
7012         (value_of_register): Call value_of_builtin_reg when applicable.
7013         * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
7014         (target_map_name_to_register): Call
7015         builtin_reg_map_name_to_regnum.
7016         * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
7017         (COMMON_OBS): Add builtin-regs.o and std-regs.o.
7018         (builtin_regs_h): Define.
7019         (builtin-regs.o): New target.
7020         (findvar.o): Add $(builtin_regs_h).
7021         * builtin-regs.c, builtin-regs.h: New files.
7022         * std-regs.c: New file.
7023         Partial fix for PR gdb/251.
7024
7025 2002-04-08  Kevin Buettner  <[email protected]>
7026
7027         * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
7028         it's no longer required.
7029
7030 2002-04-08  Andrew Cagney  <[email protected]>
7031
7032         * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
7033
7034 2002-04-08  Kevin Buettner  <[email protected]>
7035
7036         From Jimi X <[email protected]>:
7037         * rs6000-tdep.c (rs6000_software_single_step): Use
7038         rs6000_breakpoint_from_pc() to fetch breakpoint instruction
7039         and size.  Use target_insert_breakpoint() and
7040         target_remove_breakpoint() to insert and remove breakpoints
7041         instead of explicit memory reads and writes.
7042
7043 2002-04-08  Kevin Buettner  <[email protected]>
7044
7045         * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
7046         * rs6000-tdep.c (rs6000_push_arguments): Eliminate
7047         ELF_OBJECT_FORMAT ifdef.
7048
7049 2002-04-08  Kevin Buettner  <[email protected]>
7050
7051         From Jimi X <[email protected]>:
7052         * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
7053
7054 2002-04-08  Kevin Buettner  <[email protected]>
7055
7056         From Jimi X <[email protected]>:
7057         * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
7058         definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
7059
7060 2002-04-07  Mark Kettenis  <[email protected]>
7061
7062         * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
7063         s/asprintf/xasprintf/.
7064         (fbsd_make_corefile_notes): s/strdup/xstrdup/.
7065
7066 2002-04-07  Andrew Cagney  <[email protected]>
7067
7068         I believe Jeff Law denies responsability for this one:
7069         * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
7070         * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
7071         * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
7072         Work-around for PR gdb/366.
7073
7074 2002-04-07  Elena Zannoni  <[email protected]>
7075
7076         * remote-e7000.c (write_small, e7000_read_inferior_memory,
7077         e7000_read_inferior_memory_large, e7000_insert_breakpoint,
7078         e7000_remove_breakpoint): Use paddr_nz() to print addresses.
7079
7080 2002-04-07  Elena Zannoni  <[email protected]>
7081
7082         * sh-tdep.c (sh_fp_frame_init_saved_regs,
7083         sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
7084         information.
7085
7086 2002-04-07  Andrew Cagney  <[email protected]>
7087
7088         * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
7089         maintainer.
7090
7091 2002-04-07  Andrew Cagney  <[email protected]>
7092
7093         * README (Reporting Bugs in GDB): Document the bug web page as the
7094         prefered way of submitting bugs.
7095         Fix PR gdb/402.
7096
7097 2002-04-06  Andrew Cagney  <[email protected]>
7098
7099         * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
7100         -1.  Update comment.
7101         * gdbarch.h, gdbarch.c: Re-generate.
7102
7103 2002-04-07  Andreas Schwab  <[email protected]>
7104
7105         * m68klinux-nat.c (fill_fpregset): Properly pass address of
7106         buffer to regcache_collect.
7107
7108 2002-04-06  Andrew Cagney  <[email protected]>
7109
7110         * gdbarch.sh (PS_REGNUM): Add.  Document.  Default to -1.
7111         * gdbarch.c, gdbarch.h: Re-generate.
7112
7113 2002-04-06  Andrew Cagney  <[email protected]>
7114
7115         * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
7116         declaration.  Fix -Werror.
7117
7118 2002-04-05  Daniel Jacobowitz  <[email protected]>
7119
7120         * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
7121         * gdbarch.c: Regenerate.
7122
7123 2002-04-05  Michael Snyder  <[email protected]>
7124
7125         * breakpoint.c (clear_command): Rewrite middle section to
7126         combine two loops with identical control conditions.
7127         Add a cleanup to eliminate a memory leak.
7128         * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
7129
7130 2002-04-05  H.J. Lu  ([email protected])
7131
7132         * solib-svr4.c (bkpt_names): Add "__start".
7133
7134 2002-04-04  Andrew Cagney  <[email protected]>
7135
7136         * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
7137         as test for 64 bit target.
7138
7139 2002-04-05  Andrew Cagney  <[email protected]>
7140
7141         * h8500-tdep.c (h8500_write_fp): Delete function.
7142         * dwarf2cfi.c (cfi_write_fp): Document as not used.
7143         * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
7144         * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
7145         * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
7146         * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
7147         * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
7148         (s390_write_fp):
7149         * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
7150         * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
7151         * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
7152         (d10v_write_fp): Delete function.
7153         * inferior.h (write_fp, generic_target_write_fp): Delete
7154         declarations.
7155         * regcache.c (generic_target_write_fp): Delete function.
7156         (write_fp): Delete function.
7157         * gdbarch.sh (TARGET_WRITE_FP): Delete.
7158         * gdbarch.h, gdbarch.c: Regenerate.
7159         * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
7160         * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
7161         (sparc64_write_fp): Delete declaration.
7162         * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
7163         (h8500_write_fp): Delete declaration.
7164
7165 2002-04-04  Andrew Cagney  <[email protected]>
7166
7167         * sparc-tdep.c (sparc64_write_fp): Delete.
7168         (sparc_push_dummy_frame): Replace write_fp call with code to store
7169         the FP directly.
7170         (sparc_gdbarch_init): Do not initialize write_fp.
7171
7172 2002-04-05  Kevin Buettner  <[email protected]>
7173
7174         * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
7175         clause.
7176
7177 2002-03-29  Jim Blandy  <[email protected]>
7178
7179         * stack.c (get_selected_block): Add new argument `addr_in_block',
7180         used to return the exact code address we used to select the block,
7181         not just the block.
7182         * blockframe.c (get_frame_block, get_current_block): Same.
7183         * frame.h (get_frame_block, get_current_block,
7184         get_selected_block): Update declarations.
7185         * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
7186         linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
7187
7188 2002-04-05  Michael Snyder  <[email protected]>
7189
7190         * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
7191         warning message.
7192
7193 2002-04-05  J. Brobecker  <[email protected]>
7194
7195         * utils.c (xfullpath): New function.
7196         * defs.h (xfullpath): Add declaration.
7197         * source.c (openp): Use xfullpath in place of gdb_realpath to
7198         avoid resolving the basename part of filenames when the
7199         associated file is a symbolic link. This fixes a potential
7200         inconsistency between the filenames known to GDB and the
7201         filenames it prints in the annotations.
7202         * symtab.c (lookup_symtab): Use the new xfullpath function, in order
7203         to be able to match a filename with either the real filename, or
7204         the name of any symbolic link to this file.
7205         (lookup_partial_symtab): Ditto.
7206
7207 2002-04-04  Michael Snyder  <[email protected]>
7208
7209         * breakpoint.c: Add support for hardware breakpoints in overlays.
7210         (overlay_events_enabled): New state variable.
7211         (insert_breakpoints): Use overlay_events_enabled to decide
7212         whether to attempt to set a breakpoint at the overlay load addr.
7213         Handle bp_hardware_breakpoint as well as bp_breakpoint.
7214         (remove_breakpoint): Use overlay_events_enabled to decide
7215         whether breakpoints need to be removed from overlay load addr.
7216         Handle bp_hardware_breakpoint as well as bp_breakpoint.
7217         (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
7218         (create_overlay_event_breakpoint, enable_overlay_breakpoints,
7219         disable_overlay_breakpoints): Update overlay_events_enabled.
7220
7221 2002-04-04  Daniel Jacobowitz  <[email protected]>
7222
7223         * dwarf2read.c (struct function_range): New.
7224         (cu_first_fn, cu_last_fn, cu_cached_fn): New.
7225         (check_cu_functions): New.
7226         (read_file_scope): Initialize global function lists.
7227         Call dwarf_decode_line after processing children.
7228         (read_func_scope): Add to global function list.
7229         (dwarf_decode_lines): Call check_cu_functions everywhere
7230         record_line is called.  Call record_line with a linenumber
7231         of 0 to mark sequence ends.
7232
7233 2002-04-04  Michal Ludvig  <[email protected]>
7234
7235         * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
7236         change sync with glibc.
7237
7238 2002-04-03  Jim Blandy  <[email protected]>
7239
7240         * configure.in: Call AC_C_INLINE.
7241         * configure: Regenerated.
7242
7243 2002-04-01  Daniel Jacobowitz  <[email protected]>
7244
7245         * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
7246         and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
7247
7248 2002-03-31  Mark Kettenis  <[email protected]>
7249
7250         * NEWS: Mention gcore support on FreeBSD/i386.
7251
7252         * fbsd-proc.c: New file.
7253         * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
7254         * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
7255
7256         * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
7257         while statement.
7258
7259 2002-03-29  Jim Blandy  <[email protected]>
7260
7261         * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
7262         unescaped newlines in string literals, but newer ones don't.  So
7263         escape them.
7264
7265 2002-03-26  Michael Snyder  <[email protected]>
7266             Andrew Cagney <[email protected]>
7267
7268         * cli/cli-dump.c: New file.  Dump memory to file,
7269         restore file to memory.
7270         * cli/cli-dump.h: New file.
7271         * Makefile.in: Add rules, dependencies for cli-dump.o.
7272         * NEWS: Mention new commands.
7273
7274 2002-03-28  Michael Snyder  <[email protected]>
7275
7276         * symfile.c (symbol_file_add): Move test for null symbols to later.
7277
7278 2002-03-27  Andrew Cagney  <[email protected]>
7279
7280         From veksler at il.ibm.com:
7281         * utils.c (gdb_realpath): If canonicalize_file_name fails, return
7282         the xstrduped original path.
7283         Fix PR gdb/417.
7284
7285 2002-03-27  Michael Snyder  <[email protected]>
7286
7287         * breakpoint.c (_initialize_breakpoint): Clean up help string.
7288         * infcmd.c (_initialize_infcmd): Ditto.
7289         * language.c (_initialize_language): Ditto.
7290         * symfile.c (_initialize_symfile): Ditto.
7291         * top.c (_init_main): Ditto.
7292         * cli/cli-cmds.c (init_cli_cmds): Ditto.
7293
7294 2002-03-27  Elena Zannoni  <[email protected]>
7295
7296         * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
7297         vector registers handling.
7298         (skip_prologue): Handle new AltiVec instructions.  Fill in new
7299         fields of frame data.
7300         (frame_get_saved_regs): Fill in information for AltiVec registers.
7301
7302 2002-03-27  Jim Blandy  <[email protected]>
7303
7304         * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
7305         a function; leave this macro here to invoke that function.
7306         (symbol_init_mangled_name): Declaration for that function.
7307         * symtab.c (symbol_init_mangled_name): New function.
7308
7309 2002-03-27  Andrew Cagney  <[email protected]>
7310
7311         * valarith.c: Replace strerror with safe_strerror.
7312         * tracepoint.c: Ditto.
7313         * lin-lwp.c: Ditto.
7314         * go32-nat.c: Ditto.
7315         * inflow.c: Ditto.
7316         * gnu-nat.c: Ditto.
7317
7318 2002-03-27  Andreas Schwab  <[email protected]>
7319
7320         * event-top.c (command_line_handler): Remove useless if.
7321
7322 2002-03-27  Andreas Jaeger  <[email protected]>
7323
7324         * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
7325         comment.
7326
7327 2002-03-27  Michal Ludvig  <[email protected]>
7328
7329         * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
7330         (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
7331         * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
7332         (x86_64_linux_dr_get_status, supply_gregset),
7333         (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
7334         * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
7335         (x86_64_register_info_table): Add.
7336         (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
7337         (x86_64_register_raw_size, x86_64_register_virtual_type),
7338         (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
7339         general x86_64_register_info_table.
7340         (i386_gdbarch_init): gdbarch_register_bytes is now set
7341         dynamicaly during initialization.
7342         * regformats/reg-x86-64.dat: Synced with changes to registers above.
7343         * gdbserver/linux-x86-64-low.c: Ditto.
7344
7345 2002-03-27  Daniel Jacobowitz  <[email protected]>
7346
7347         * gdbserver/server.c (main): Call target_signal_to_host_p
7348         and target_signal_to_host on signals received from the remote.
7349         * gdbserver/remote-utils.c (prepare_resume_reply): Call
7350         target_signal_from_host on signals sent to the remote.
7351         * gdbserver/server.h: Add prototypes.  Include "gdb/signals.h".
7352         * gdbserver/Makefile.in: Add signals.o.  Add -I${INCLUDE_DIR}.
7353
7354 2002-03-27  Daniel Jacobowitz  <[email protected]>
7355
7356         * signals/signals.c: Include "server.h" in gdbserver build.
7357         (target_signal_from_name): Don't use STREQ.
7358         (_initialize_signals): Likewise.  Don't include function in
7359         gdbserver build.
7360
7361 2002-03-27  Daniel Jacobowitz  <[email protected]>
7362
7363         * signals.c: Moved to...
7364         * signals/signals.c: Here.
7365         * Makefile (signals.o): Update.
7366
7367 2002-03-26  Jeff Law ([email protected])
7368
7369         * somread.c (som_symtab_read): Remove some commented out code and
7370         updated related comments.  Do not set the minimal symbol table to
7371         mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
7372         in a dynamic executable.
7373         * hppa-tdep.c (find_proc_framesize): Sanely handle the case
7374         where we are unable to find the minimal symbol for the given
7375         PC value.
7376
7377 2002-03-25  Jeff Law ([email protected])
7378
7379         * linux-proc.c (read_mapping): Scan up to end of line for filename.
7380
7381 2002-03-25  Michal Ludvig  <[email protected]>
7382
7383         * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
7384
7385 2002-03-23  Andrew Cagney  <[email protected]>
7386
7387         * command.h: Update copyright.
7388         (struct cmd_list_element): Replace definition with opaque
7389         declaration.
7390         (enum cmd_types): Document that it will eventually be moved to
7391         cli/cli-decode.h
7392         (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
7393         (MALLOCED_REPLACEMENT): Delete macro.
7394         * Makefile.in (cli_decode_h): Add $(command_h).
7395         (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
7396         * top.c: Include "cli/cli-decode.h".
7397         * completer.c: Include "cli/cli-decode.h".
7398         * maint.c: Include "cli/cli-decode.h".
7399         * cli/cli-decode.h: Include "command.h".
7400         (enum command_class): Delete.
7401         (enum cmd_types): Comment out.
7402         (enum cmd_auto_boolean): Delete.
7403         (enum var_types): Delete.
7404
7405 2002-03-23  Andrew Cagney  <[email protected]>
7406
7407         * cli/cli-decode.c: Include "gdb_assert.h".
7408         (add_set_or_show_cmd): New static function.
7409         (add_set_cmd): Rewrite.  Use add_set_or_show_cmd.
7410         (add_show_from_set): Rewrite. Use add_set_or_show_cmd.  Don't copy
7411         all fields, such as func, from the set command.
7412
7413 2002-03-23  Andrew Cagney  <[email protected]>
7414
7415         * MAINTAINERS (sh-elf): Change warning flag to -w.
7416
7417 2002-03-23  Andrew Cagney  <[email protected]>
7418
7419         * defs.h (error): Add printf format attribute.
7420         * thread-db.c (thread_from_lwp): Fix error format string.
7421         * stack.c (parse_frame_specification): Ditto.
7422         * cli/cli-decode.c (undef_cmd_error): Ditto.
7423         * scm-lang.c (scm_lookup_name): Ditto.
7424         * tracepoint.c (trace_error): Ditto.
7425         * remote-utils.c (usage): Ditto.
7426         * remote.c (compare_sections_command): Ditto.
7427         Fix PR gdb/328.
7428
7429 2002-03-22  Andrew Cagney  <[email protected]>
7430
7431         * gdbtypes.c (append_composite_type_field): New function.
7432         (init_composite_type): New function.
7433         * gdbtypes.h (append_composite_type_field): Declare.
7434         (init_composite_type): Ditto.
7435
7436 2002-03-22  Elena Zannoni  <[email protected]>
7437
7438         * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
7439         function.
7440         * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
7441         * rs6000-tdep.c (rs6000_gdbarch_init): Use different
7442         structure returning convention for SYSV ABI case, but not
7443         for GNU/Linux, FreeBSD, or NetBSD.
7444
7445 2002-03-22  Daniel Jacobowitz  <[email protected]>
7446
7447         * symtab.h (lookup_block_symbol): Add mangled_name argument
7448         to prototype.
7449
7450         * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
7451         with new mangled_name argument.
7452         * linespec.c (decode_line_1): Likewise.
7453         * valops (value_of_this): Likewise.
7454         * symtab.c (lookup_transparent_type): Likewise.
7455         (lookup_symbol_aux): Likewise.  Accept new mangled_name argument.
7456         (lookup_symbol): If we are given a mangled name, pass it down
7457         to lookup_symbol_aux.
7458         (lookup_block_symbol): If we are given a mangled name to check
7459         against, only return symbols which match it.
7460
7461 2002-03-22  Christopher Faylor  <[email protected]>
7462
7463         * win32-nat.c (child_create_inferior): Check for proper shell to use
7464         here, in case the user changes it on the fly.
7465         (_initialize_inftarg): Remove shell path considerations.
7466
7467 2002-03-21  Elena Zannoni  <[email protected]>
7468
7469         * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
7470         for gdbarch_max_register_raw_size and max_register_virtual_size.
7471         Adjust copyright year.
7472
7473 2002-03-21  Daniel Jacobowitz  <[email protected]>
7474
7475          * dbxread.c (process_one_symbol): Extend the first N_SLINE
7476          in a function to cover the entire beginning of the function
7477          as well if it does not already.
7478
7479 2002-03-21  Tom Rix  <[email protected]>
7480
7481         * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
7482         (rs6000_ptrace64): Renamed from ptrace64.
7483
7484 2002-03-20  Martin M. Hunt  <[email protected]>
7485
7486         * gdbserver/remote-utils.c (remote_open): Don't call
7487         getprotobyname, we're all using TCP here so just use
7488         IPPROTO_TCP.
7489         * gdbserver/gdbreplay.c (remote_open): Ditto.
7490
7491 2002-03-20  Martin M. Hunt  <[email protected]>
7492
7493         * regcache.c (_initialize_regcache): No need to call
7494         build_regcache() at this time; it gets called whenever
7495         the gdbarch changes.
7496
7497 2002-03-20  David O'Brien  <[email protected]>
7498
7499         * sparc-nat.c:  Include sys/param.h where possible.
7500
7501 2002-03-20  Daniel Jacobowitz  <[email protected]>
7502
7503         Fix PR gdb/422.
7504         * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
7505         FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
7506         * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
7507         complex types.
7508         * stabsread.c (rs6000_builtin_type): Likewise.
7509         (read_sun_floating_type): Likewise.
7510
7511 2002-03-19  Peter Schauer  <[email protected]>
7512
7513         * stabsread.c (read_member_functions): Remove skip code for duplicate
7514         constructor/destructor methods.  Use standard parsing for these
7515         methods and just do not chain them to the list of methods after
7516         parsing.
7517
7518 2002-03-19  Alexandre Oliva  <[email protected]>
7519
7520         * coffread.c: Remove redundant static declarations.  Replace
7521         occurrences of `PTR' with `void *'.
7522         * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
7523         * top.h (quit_cover): Likewise.
7524         * defs.h (catch_errors): Likewise.
7525
7526 2002-03-18  Andrew Cagney  <[email protected]>
7527
7528         * defs.h (XMALLOC): Define.
7529         * gdb-events.sh (XMALLOC): Delete macro.
7530         * gdb-events.c, gdb-events.h: Regenerate.
7531         * gdbarch.sh (XMALLOC): Delete macro.
7532         * gdbarch.c: Regenerate.
7533         * serial.c (XMALLOC): Delete macro.
7534         * ui-file.c (XMALLOC): Ditto.
7535         * ser-unix.h (XMALLOC): Ditto.
7536         * sh-tdep.c (XMALLOC): Ditto.
7537         * ui-out.c (XMALLOC): Ditto.
7538         * utils.c (XMALLOC): Ditto.
7539         * i386-tdep.c (XMALLOC): Ditto.
7540         * gdb-events.c (XMALLOC): Ditto.
7541         * d10v-tdep.c (XMALLOC): Ditto.
7542         * cli-out.c (XMALLOC): Ditto.
7543
7544         * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
7545         * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
7546         * ui-file.c, ui-out.c: Ditto.
7547
7548 2002-03-18  Andrew Cagney  <[email protected]>
7549
7550         * command.h (struct cmd_list_element): Add field context.
7551         (set_cmd_context, get_cmd_context): Declare.
7552         * cli/cli-decode.h: Ditto.
7553         * cli/cli-decode.c (get_cmd_context): New function.
7554         (set_cmd_context): New function.
7555         (add_cmd): Initialize context.
7556         Part of fixing PR gdb/145 and PR gdb/146.
7557
7558 2002-03-17  Andrew Cagney  <[email protected]>
7559
7560         * cli/cli-decode.c (cmd_type): New function.
7561         * command.h (cmd_type): Declare.
7562         * infrun.c (set_schedlock_func): Call function cmd_type.
7563         * kod.c (kod_set_os): Call cmd_type.
7564         * cris-tdep.c (cris_version_update): Use function cmd_type.
7565         (cris_mode_update, cris_abi_update): Ditto.
7566
7567         * command.h: (execute_cmd_post_hook): Declare.
7568         (execute_cmd_pre_hook): Declare.
7569         * cli/cli-script.c (clear_hook_in_cleanup): New function.
7570         (execute_cmd_post_hook, execute_cmd_pre_hook): New
7571         functions. Execute pre/post hook while ensuring that afterwords
7572         hook_in is cleared.
7573         * top.c (execute_command): Use execute_cmd_post_hook, and
7574         execute_cmd_pre_hook to execute pre/post commands.
7575         * infrun.c (normal_stop): Pass stop_command and not pre_hook to
7576         hook_stop_stub.
7577         (hook_stop_stub): Call execute_cmd_pre_hook.
7578
7579 2002-03-17  Andrew Cagney  <[email protected]>
7580
7581         * kod.c (kod_set_os): Revert previous change.  Is called by ``info
7582         set'' and this leads to a core dump.  Move xstrdup of
7583         operating_system to after check that it is not NULL.
7584
7585 2002-03-17  Andrew Cagney  <[email protected]>
7586
7587         * kod.c (kod_set_os): Remove unnecessary check that
7588         ``command->type'' is set_cmd.
7589
7590         * valprint.c (set_input_radix): Use input_radix.
7591         (set_output_radix): Use output_radix.
7592         (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
7593         isn't reverted.
7594
7595 2002-03-16  Andrew Cagney  <[email protected]>
7596
7597         * value.h (struct value): Delete field ``substring_addr''.  Change
7598         aligner fields to force_doublest_align, force_longest_align,
7599         force_core_addr_align and force_pointer_aligh.
7600
7601         * value.h (struct value): Fix typo in above change.
7602
7603 2002-03-16  Peter Schauer  <[email protected]>
7604
7605         * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
7606         to fix internal_error from ``maintenance print architecture''.
7607
7608 2002-03-16  Peter Schauer  <[email protected]>
7609
7610         * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
7611         for gcc versions after gcc-2.8.1.
7612
7613 2002-03-16  Peter Schauer  <[email protected]>
7614
7615         * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
7616         for method resolution.  Restore adjustment of ``this'' pointer after
7617         calling value_struct_elt, which was accidentally removed during the
7618         HP merge.
7619
7620 2002-03-15  Andrew Cagney  <[email protected]>
7621
7622         * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
7623         value_of_register.
7624         * findvar.c (value_of_register): Add ``frame'' parameter.  Pass to
7625         get_saved_register.
7626         * value.h (value_of_register): Update.
7627
7628 2002-03-14  Richard Henderson  <[email protected]>
7629
7630         * configure.in: Detect declaration for canonicalize_file_name.
7631         * utils.c (canonicalize_file_name): Declare, if needed.
7632         (gdb_realpath): Prefer realpath if available and usable.
7633         * config.in, configure: Rebuild.
7634
7635 2002-03-14  Richard Henderson  <[email protected]>
7636
7637         * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
7638         a constant array bound.
7639
7640         * MAINTAINERS: Add myself to write-after-approval.
7641
7642 2002-03-14  Michael Snyder  <[email protected]>
7643
7644         * symfile.c (syms_from_objfile): Return immediately if no syms.
7645         (symbol_file_add): Return immediately if no syms.
7646         (find_sym_fns): Return immediately if no syms.
7647
7648 2002-03-13  Michal Ludvig  <[email protected]>
7649
7650         * gdbserver/remote-util.c (remote_open): Print remote-side's
7651         IP address when remote debugging over the network.
7652
7653 2002-03-12  David O'Brien  <[email protected]>
7654
7655         * config/sparc/fbsd.mh: Fix copyright.
7656         * config/sparc/fbsd.mt: Likewise.
7657
7658 2002-03-11  Richard Earnshaw  <[email protected]>
7659
7660         * MAINTAINERS: Fix typo in name of gdb warnings option.
7661         (x86-64): Fix formating so that this can be parsed by awk.
7662
7663 2002-03-10  Daniel Jacobowitz  <[email protected]>
7664
7665         * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
7666         * defs.h: Include "gdb/signals.h".
7667         (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
7668
7669 2002-03-10  Michal Ludvig  <[email protected]>
7670
7671         * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
7672         * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
7673         from x86-64-tdep.h
7674
7675 2002-03-10  Daniel Jacobowitz  <[email protected]>
7676             Don Howard <[email protected]>
7677
7678         * mips-tdep.c (ST0_FR): Define.
7679         (mips2_fp_compat): New function, temporarily disabled.
7680         (mips_read_fp_register_single): New function.
7681         (mips_read_fp_register_double): New function.
7682         (mips_print_register): Use them.
7683         (do_fp_register_row): Likewise.
7684
7685 2002-03-09  Andrew Cagney  <[email protected]>
7686
7687         * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
7688         approval''.
7689
7690 2002-03-08  Peter Schauer  <[email protected]>
7691
7692         * stabsread.c (read_member_functions): Fix is_stub test for
7693         static member functions, improve comment.
7694
7695 2002-03-07  Richard Earnshaw  <[email protected]>
7696
7697         * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
7698         (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
7699         (_initialize_remote_rdi): Use add_set_boolean_cmd to register
7700         commands that set boolean values.
7701         (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
7702         (arm_rdi_resume): Always initialize PC.
7703         (arm_rdi_open): Don't use rslt as a boolean.
7704         (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
7705         (arm_rdi_fetch_registers, arm_rdi_store_registers)
7706         (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
7707         (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
7708
7709 2002-03-06  Alexandre Oliva  <[email protected]>
7710
7711         * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
7712         * configure: Rebuilt.
7713
7714 2002-03-06  Stephane Carrez  <[email protected]>
7715
7716         * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
7717         (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
7718
7719 2002-03-06  Andrew Cagney  <[email protected]>
7720
7721         * cli/cli-decode.c (set_cmd_completer): New function.
7722         * command.h (set_cmd_completer): Declare.
7723         * cli/cli-decode.h (set_cmd_completer): Ditto.
7724
7725         * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
7726         * cli/cli-cmds.c (init_cli_cmds): Ditto.
7727         * win32-nat.c (_initialize_inftarg): Ditto.
7728         * remote-rdi.c (_initialize_remote_rdi): Ditto.
7729         * proc-api.c (_initialize_proc_api): Ditto.
7730         * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
7731         * source.c (_initialize_source): Ditto.
7732         * exec.c (_initialize_exec): Ditto.
7733         * solib.c (_initialize_solib): Ditto.
7734         * top.c (init_main): Ditto.
7735         * tracepoint.c (_initialize_tracepoint): Ditto.
7736         * symfile.c (_initialize_symfile): Ditto.
7737         * printcmd.c (_initialize_printcmd): Ditto.
7738         * infcmd.c (_initialize_infcmd): Ditto.
7739         * corefile.c (_initialize_core): Ditto.
7740
7741 2002-03-05  Andrew Cagney  <[email protected]>
7742
7743         * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
7744
7745 2002-03-05  Andrew Cagney  <[email protected]>
7746
7747         * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
7748
7749 2002-03-05  Andrew Cagney  <[email protected]>
7750
7751         * NEWS: Update headings, 5.2 has branched.
7752
7753 2002-03-04  Daniel Jacobowitz  <[email protected]>
7754
7755         * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
7756         (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
7757         (register_addr, REGISTER_RAW_SIZE): Likewise.
7758         (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
7759         * gdbserver/linux-x86-64-low.c: Remove extra #endif.
7760
7761 2002-03-03  Michal Ludvig <[email protected]>
7762
7763         * MAINTAINERS (x86-64): Add myself.
7764         * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
7765         changed value_ptr -> struct value *
7766
7767 2002-03-01  David O'Brien  <[email protected]>
7768
7769         * configure.host (sparc64-*-freebsd): Add.
7770         * configure.tgt: Likewise.
7771         * config/sparc/fbsd.mh: New file.
7772         * config/sparc/fbsd.mt: Likewise.
7773         * config/sparc/nm-fbsd.h: Likewise.
7774         * config/sparc/tm-fbsd.h: Likewise.
7775
7776 2002-03-01  Daniel Jacobowitz  <[email protected]>
7777
7778         * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
7779         regformats/reg-s390x.dat.
7780
7781 2002-03-01  Andrew Cagney  <[email protected]>
7782
7783         * utils.c: Add FIXME explaining true/false problem.
7784
7785 2002-02-28  Andrew Cagney  <[email protected]>
7786
7787         * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
7788
7789 2002-02-28  Michael Chastain  <[email protected]>
7790
7791         * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
7792
7793 2002-02-28  Daniel Jacobowitz  <[email protected]>
7794
7795         * gdbserver/linux-s390-low.c: New file.
7796         * regformats/reg-s390.dat: New file.
7797         * regformats/reg-s390x.dat: New file.
7798         * gdbserver/configure.srv: Add S/390.
7799         * gdbserver/Makefile.in: Add S/390.
7800         * configure.tgt: Enable gdbserver for S/390.
7801
7802 2002-02-28  Eli Zaretskii  <[email protected]>
7803
7804         * go32-nat.c (_initialize_go32_nat): Don't use periods in the
7805         first line of the doc string for "info dos", except at the end of
7806         the sentence, since the short help stops at the first period.
7807
7808 2002-02-28  Jason Merrill  <[email protected]>
7809
7810         * dwarf2read.c (dwarf_cfi_name): Add new codes.
7811
7812 2002-02-27  Fred Fish  <[email protected]>
7813
7814         * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
7815         comment (dumy -> dummy).
7816
7817 2002-02-27  Peter Schauer  <[email protected]>
7818
7819         * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
7820
7821 2002-02-27  Rodney Brown  <[email protected]>
7822
7823       * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
7824
7825 2002-02-27  Daniel Jacobowitz  <[email protected]>
7826
7827         * gdbserver/acconfig.h: New file.
7828         * gdbserver/i387-fp.c: New file.
7829         * gdbserver/i387-fp.h: New file.
7830         * gdbserver/linux-x86-64.c: New file.
7831         * regformats/reg-x86-64.dat: New file.
7832         * configure.tgt: Add x86_64-*-linux* gdbserver support.
7833         * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
7834         * gdbserver/configure.in: Add support for regsets.
7835         * gdbserver/config.in: Regenerate.
7836         * gdbserver/configure: Regenerate.
7837         * gdbserver/Makefile.in: Likewise.  Add $(linux_low_h).
7838         * gdbserver/linux-low.h: New file.
7839         * gdbserver/linux-low.c: Include "linux-low.h".  Add support
7840         for regsets.
7841         * gdbserver/linux-arm-low.c: Include "linux-low.h".
7842         * gdbserver/linux-ia64-low.c: Include "linux-low.h".
7843         * gdbserver/linux-m68k-low.c: Include "linux-low.h".
7844         * gdbserver/linux-mips-low.c: Include "linux-low.h".
7845         * gdbserver/linux-ppc-low.c: Include "linux-low.h".
7846         * gdbserver/linux-sh-low.c: Include "linux-low.h".
7847         * gdbserver/linux-i386-low.c: Include "linux-low.h".  Include
7848         "i387-fp.h".  Add PTRACE_GETREGS and friends.
7849         * gdbserver/regcache.c (supply_register): New function.
7850         (supply_register_by_name): New function.
7851         (collect_register): New function.
7852         (collect_register_by_name): New function.
7853
7854 2002-02-27  Daniel Jacobowitz  <[email protected]>
7855
7856         * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
7857         (config.status): Add configure.srv dependency.
7858         (server_h): Add config.h dependency.
7859
7860 2002-02-27  Daniel Jacobowitz  <[email protected]>
7861
7862         * regformats/reg-i386-linux.dat: New file, with $orig_eax.
7863         * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
7864         * gdbserver/configure.srv: Change i386-*-linux* to use
7865         reg-i386-linux.o.
7866
7867 2002-02-26  Andrew Cagney  <[email protected]>
7868
7869         * x86-64-tdep.c: Re-indent.  Update copyright date.
7870
7871 2002-02-26  Andrew Cagney  <[email protected]>
7872
7873         From Michal Ludvig <[email protected]>:
7874         * x86-64-tdep.c (value.h): Delete.
7875         (gdb_assert.h): Include.
7876         (x86_64_register_convert_to_virtual,
7877         x86_64_register_convert_to_raw ): Add check which lets only
7878         floating-point values to be converted.
7879         (value_push): Delete.
7880         (x86_64_push_arguments): Order of arguments pushed on stack fixed.
7881         (i386_gdbarch_init): Number of register_bytes fixed.
7882
7883 2002-02-26  Andrew Cagney  <[email protected]>
7884
7885         * MAINTAINERS: Add x86-64 target.
7886
7887 2002-02-26  Andrew Cagney  <[email protected]>
7888
7889         * memattr.c (mem_command): Eliminate ``true'' and ``false''.
7890         * osfsolib.c (solib_map_sections): Ditto.
7891         * irix5-nat.c (solib_map_sections): Ditto.
7892         * corelow.c (gdb_check_format): Ditto.
7893         * symfile.c (symfile_bfd_open): Ditto.
7894         * solib.c (solib_map_sections): Ditto.
7895         Fix PR gdb/354.
7896
7897 2002-02-26  Andrew Cagney  <[email protected]>
7898
7899         * remote.c (_initialize_remote): By default, disable ``e'' and
7900         ``E'' step out-of-range packets.
7901
7902 2002-02-26  Andreas Schwab  <[email protected]>
7903
7904         * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
7905         m68k_linux_frame_saved_pc.
7906         (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
7907         in_sigtramp.
7908         (SIGCONTEXT_PC_OFFSET): Remove.
7909         * m68klinux-nat.c (m68k_linux_frame_saved_pc,
7910         m68k_linux_sigtramp_saved_pc): New functions.
7911         (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
7912         (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
7913         (UCONTEXT_PC_OFFSET): Define.
7914         (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
7915         non-RT and RT signal trampolines.
7916
7917 2002-02-26  Richard Earnshaw  <[email protected]>
7918
7919         * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
7920         (TARGET_NBPG, STACK_END_ADDR): Delete
7921         (VARIABLES_INSIDE_BLOCK): Delete.
7922
7923 2002-02-25  Andrew Cagney  <[email protected]>
7924
7925         * utils.c (perror_with_name): Make string parameter constant.
7926         (print_sys_errmsg): Ditto.
7927         (query): Ditto.
7928         * defs.h (perror_with_name): Update.
7929         (print_sys_errmsg): Update.
7930         (query): Update.
7931
7932 2002-02-25  Daniel Jacobowitz  <[email protected]>
7933
7934         From Eliot Dresselhaus <[email protected]>:
7935         * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
7936
7937 2002-02-25  Peter Schauer  <[email protected]>
7938
7939         * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
7940         if it already matches the current architecture from the exec file.
7941         Include arch-utils.h for gdbarch_info_init prototype.
7942         * Makefile.in (rs6000-nat.o): Update dependencies.
7943
7944 2002-02-25  Eli Zaretskii  <[email protected]>
7945
7946         * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
7947          list of exported variables.
7948
7949 2002-02-24  Daniel Jacobowitz  <[email protected]>
7950
7951         * gdbserver/configure.srv: New file.
7952         * gdbserver/configure.in: Use configure.srv instead
7953         of the host/target makefile fragments.  Set GDBSERVER_DEPFILES
7954         from it.
7955         * gdbserver/configure: Regenerated.
7956         * gdbserver/terminal.h: New file.
7957         * gdbserver/Makefile.in: Update for configure changes.  Remove
7958         more unneeded include paths.
7959
7960 2002-02-24  Andrew Cagney  <[email protected]>
7961
7962         From wiz at danbala:
7963         * config/sparc/tm-sp64.h: Fix grammar and typos.
7964         Fix PR gdb/287.
7965
7966 2002-02-24  Andrew Cagney  <[email protected]>
7967
7968         * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
7969         with either ``GNU/Linux'' or ``Linux kernel''.  Update copyright.
7970         * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
7971         * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
7972         * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
7973         * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
7974         * s390-tdep.c: Ditto.
7975         * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
7976         * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
7977         * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
7978         * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
7979         * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
7980         * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
7981         * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
7982         * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
7983         * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
7984         * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
7985         Fix PR gdb/378.
7986
7987 2002-02-23  Andrew Cagney  <[email protected]>
7988
7989         * lin-thread.c: Delete file.
7990         * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
7991         to gdb_proc_service.h.
7992         * configure: Re-generate.
7993
7994         * ocd.c (ocd_open): Do not try to open the "ocd" device.
7995         * serial.c (serial_open): Delete check for "ocd".
7996         Fix PR gdb/349.
7997
7998         * Makefile.in (linux-thread.o): Delete target.
7999         * linux-thread.c: Delete file.
8000
8001         * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c.  Tweak other
8002         renamed SH files to be consistent.
8003
8004         * symtab.c (sort_search_symbols): Use xfree.
8005
8006 2002-02-23  Richard Earnshaw  <[email protected]>
8007
8008         * arm-linux-tdep.c (arm_linux_init_abi): Register
8009         IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
8010         * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
8011         definition with undef, since we don't want the sysvr4 definition.
8012         (SKIP_TRAMPOLINE_CODE): Likewise.
8013
8014 2002-02-23  Andrew Cagney  <[email protected]>
8015
8016         From 2002-02-22 Alfred M. Szmidt <[email protected]>:
8017
8018         * configure.in: (AC_CHECK_FUNCS) Added test for
8019         canonicalize_file_name Regenerated.
8020         * config.in, configure: Regenerated.
8021         * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
8022         defined use canonicalize_file_name.
8023
8024 2002-02-23  Michael Chastain  <[email protected]>
8025
8026         * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
8027
8028 2002-02-23  Andrew Cagney  <[email protected]>
8029
8030         * README: Remove references to cygnus.com.
8031         * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
8032         dot com'' form.  Remove references to cygnus.com and sourceware.
8033
8034 2002-02-23  Andrew Cagney  <[email protected]>
8035
8036         From 2002-02-19 Paul Eggert <[email protected]>:
8037         * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
8038         1003.1-2001 no longer allows "head -1".
8039         * gdb/Makefile.in (version.c): Likewise.
8040         * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
8041         * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
8042         equivalent.  POSIX 1003.1-2001 no longer allows "diff -c3".
8043
8044 2002-02-23  Andrew Cagney  <[email protected]>
8045
8046         * cli/cli-decode.c (cmd_cfunc_eq): New function.
8047         * command.h (cmd_cfunc_eq): Declare.
8048         * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
8049
8050         * cli/cli-cmds.h (is_complete_command): Change parameter to a
8051         ``struct cmd_list_element *''.
8052         * cli/cli-cmds.c (is_complete_command): Update.  Use
8053         cmd_cfunc_eq.
8054         * top.c (execute_command): Pass the command to
8055         is_complete_command.
8056         * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
8057
8058 2002-02-23  Andrew Cagney  <[email protected]>
8059
8060         From 2002-02-20 Martin Schwidefsky <[email protected]>:
8061         * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
8062         architecture defines.
8063         * s390-tdep.c (s390_gdbarch_init): Likewise.
8064
8065 2002-02-23  Richard Earnshaw  <[email protected]>
8066
8067         * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
8068         (arm_linux_push_arguments): Likewise.
8069         (arm_linux_init_abi): Register them.  Also register linux-specific
8070         call_dummy_words.
8071         (find_minsym_and_objfile): Use strcmp, not STREQ.
8072         * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
8073         (arm_linux_call_dummy_words): Delete declaration.
8074         (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
8075         (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
8076         declarations.
8077         (LOWEST_PC): Delete.
8078
8079 2002-02-23  Peter Schauer  <[email protected]>
8080
8081         * maint.c (print_section_info): Do not prepend `0x' to filepos
8082         output, it will be handled by local_hex_string_custom.
8083
8084 2002-02-23  Richard Earnshaw  <[email protected]>
8085
8086         * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
8087         (store_newfpe_double, store_newfpe_extended, store_fpregister)
8088         (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
8089
8090 2002-02-22  Jim Blandy  <[email protected]>
8091
8092         Indicate that the bcache functions don't change the strings
8093         they're passed.
8094         * bcache.h (bcache, hash): Add `const' keywords to declarations.
8095         * bcache.c (bcache, hash): Add `const' keywords to definitions.
8096
8097 2002-02-22  Pierre Muller  <[email protected]>
8098
8099         * win32-nat.c (child_create_inferior): Fix create flags setting bug.
8100
8101 2002-02-21  Christopher Faylor  <[email protected]>
8102
8103         * win32-nat.c (register_loaded_dll): Just use raw name when we can't
8104         find the complete path to a loaded DLL.
8105
8106 2002-02-21  Fred Fish  <[email protected]>
8107
8108         * dbxread.c (process_one_symbol): When finding an N_FUN symbol
8109         that marks the end of the range of a function, enter a line number
8110         entry that has a line number of zero and a PC offset that matches
8111         the end of the function.  This starts a range of PC's for which no
8112         line number information is known.
8113         * symtab.c (find_pc_sect_line): If our best fit is in a range of
8114         PC's for which no line number info is found (line number is zero)
8115         then we didn't find any valid line information.
8116         * symtab.h: Document use of zero line number entry.
8117
8118 2002-02-21  Elena Zannoni  <[email protected]>
8119
8120         * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
8121         (have_ptrace_getvrregs): Define for run time checks.
8122         (gdb_vrregset_t): New type for Altivec register handling.
8123         (fetch_register, store_register): Fetch/store altivec register
8124         when needed.
8125         (fetch_altivec_register, store_altivec_register): New functions.
8126         (supply_vrregset, fill_vrregset): New functions.
8127         (fetch_altivec_registers, store_altivec_registers): New functions.
8128         (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
8129         registers as well.
8130
8131 2002-02-21  Jiri Smid  <[email protected]>
8132
8133         * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
8134
8135 2002-02-21  Richard Earnshaw  <[email protected]>
8136
8137         * Makefile.in (armnbsd-nat.o): Update dependencies.
8138         * armnbsd-nat.c (supply_gregset): New function.  Common code to
8139         supply the integer register set.
8140         (supply_fparegset): New function.  Similar for FPA registers.
8141         (fetch_regs, fetch_fp_regs): Use them.
8142         (fetch_core_registers): Likewise.
8143         (fetch_elfcore_registers): New function.
8144         (arm_netbsd_elfcore_fns): New core-file type specification.
8145         (_initialize_arm_netbsd_nat): Register it.
8146
8147 2002-02-21  Richard Earnshaw  <[email protected]>
8148
8149         * armnbsd-nat.c: Include gdbcore.h.
8150         (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
8151         (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
8152         'void' to declaration, to shut up ARI.
8153         (fetch_core_registers): Make static.  Rewrite using supply_register.
8154         (arm_netbsd_core_fns): New core-file type specification.
8155         (_initialize_arm_netbsd_nat): New function.
8156
8157 2002-02-21  Christopher Faylor  <[email protected]>
8158
8159         * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
8160         value.
8161
8162 2002-02-20  Christopher Faylor  <[email protected]>
8163
8164         * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
8165         fails.
8166
8167 2002-02-20  Daniel Jacobowitz  <[email protected]>
8168
8169         * jv-exp.y (parse_number): Change type of implicit longs
8170         to builtin_type_uint64.
8171
8172 2002-02-20  Daniel Jacobowitz  <[email protected]>
8173
8174         * gdbserver/linux-low.c (mywait): Change argument to waitpid
8175         to be an integer instead of a `union wait'.
8176
8177 2002-02-20  Daniel Jacobowitz  <[email protected]>
8178
8179         * mips-linux-nat.c: Call the operating system GNU/Linux.
8180         * mips-linux-tdep.c: Likewise.
8181         * mips-tdep.c: Likewise.
8182
8183 2002-02-20  Daniel Jacobowitz  <[email protected]>
8184
8185         Fix PR gdb/265.
8186         * jv-exp.y (parse_number): Handle 64-bit integers.
8187
8188 2002-02-20  Daniel Jacobowitz  <[email protected]>
8189
8190         * gdbserver/configure.in: Remove AM_PROC_CC_STDC.  Change
8191         AC_STDC_HEADERS to AC_HEADER_STDC.
8192         * gdbserver/configure: Regenerated.
8193
8194 2002-02-20  Richard Earnshaw  <[email protected]>
8195
8196         * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
8197         is defined.
8198         * sparc-tdep.c (get_longjmp_target): Likewise.
8199
8200 2002-02-20  Richard Earnshaw  <[email protected]>
8201
8202         * News: Add news about ARM and Multi-arch.  Mention the new target
8203         arm*-*-netbsd*.
8204
8205 2002-02-19  Jim Blandy  <[email protected]>
8206
8207         * stabsread.c (error_type_complaint): Improve error message.
8208
8209 2002-02-19  Daniel Jacobowitz  <[email protected]>
8210
8211         * gdbserver/README: Update documentation.
8212         * gdbserver/configure.in: Update configury to match documentation.
8213         * gdbserver/Makefile.in: Likewise.
8214         * gdbserver/configure: Regenerated.
8215         * gdbserver/aclocal.m4: New file, generated by aclocal.
8216         * gdbserver/config.in: New file, generated by autoheader.
8217
8218 2002-02-19  Richard Earnshaw  <[email protected]>
8219
8220         * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
8221         armnbsd-nat.c.
8222
8223 2002-02-19  Richard Earnshaw  <[email protected]>
8224
8225         * arm-tdep.h (enum arm_float_model): New enum.
8226         (struct gdbarch_tdep): Add fp_model.
8227         * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep.  Defer setting
8228         up floating-point conversions until we know the floating-point model
8229         in use by the inferior.  Don't complain about being unable to
8230         determine the ABI of the inferior when we don't have one.
8231         (arm_extract_return_value): Support different floating-point models.
8232         (arm_store_return_value): Likewise.
8233         * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
8234         ARM_FLOAT_SOFT.
8235         (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
8236
8237 2002-02-19  Peter Schauer  <[email protected]>
8238
8239         * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
8240         of ``current_gdbarch''.
8241
8242 2002-02-19  Richard Earnshaw  <[email protected]>
8243
8244         * armnbsd-nat.c : ANSIfy all function declarations.
8245         (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
8246         (fetch_inferior_registers): Re-implement in terms of above.
8247         (store_register, store_regs, store_fp_register, store_fp_regs): New.
8248         (store_inferior_registers): Re-implement in terms of above.
8249
8250 2002-02-19  Richard Earnshaw  <[email protected]>
8251
8252         * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
8253         kernel.
8254         * arm-linux-tdep.c: Likewise.
8255         * config/arm/tm-linux.h: Likewise.
8256
8257 2002-02-19  Richard Earnshaw  <[email protected]>
8258
8259         * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
8260         * config/arm/nbsd.mt (TM_FILE): Delete.
8261         * config/arm/tm-nbsd.h: Delete.
8262
8263 2002-02-19  Richard Earnshaw  <[email protected]>
8264
8265         * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
8266         Initialize CALL_DUMMY_LENGTH.
8267
8268 2002-02-19  Richard Earnshaw  <[email protected]>
8269
8270         * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
8271         function.
8272         (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
8273         * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
8274         defines one thing and that is incorrect for this port.
8275         (IN_SOLIB_CALL_TRAMPOLINE): Delete.
8276
8277 2002-02-18  Pierre Muller  <[email protected]>
8278
8279         * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
8280
8281 2002-02-18  Pierre Muller  <[email protected]>
8282
8283         * win32-nat.c (display_selector): New function. Displays information
8284         about the information returned by GetThreadSelectorEntry API function.
8285         (display_selectors): New function. Displays the infomation of
8286         the selector given as argument, or of CS, DS ans FS selectors
8287         if no argument is given.
8288         ( _initialize_inftarg): Add "w32" as info prefix command.
8289         Add "info w32 selector" as command calling display_selectors.
8290
8291 2002-02-19  Pierre Muller  <[email protected]>
8292
8293         * i386-tdep.c (get_longjmp_target): Fix compilation failure
8294         by setting dummy values to JB_PC and JB_ELEMENT_SIZE
8295         if not defined.
8296
8297 2002-02-18  Richard Earnshaw  <[email protected]>
8298
8299         * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
8300
8301 2002-02-18  Richard Earnshaw  <[email protected]>
8302
8303         * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
8304         (arm_fix_call_dummy): Call it.
8305         (arm_call_dummy_breakpoint_offset): Delete.
8306         (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
8307         * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
8308
8309 2002-02-18  Andrew Cagney  <[email protected]>
8310
8311         * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
8312         Default to func_frame_chain_valid.
8313         * gdbarch.h, gdbarch.c: Re-generate.
8314         * frame.h (FRAME_CHAIN_VALID): Delete definition.
8315
8316 2002-02-18  Elena Zannoni  <[email protected]>
8317
8318         * ppc-linux-nat.c: Update copyright.
8319         (fetch_register, store_register): Add tid parameter, don't compute
8320         tid here.
8321         (fetch_ppc_registers, store_ppc_registers): Add tid
8322         parameter. Pass it along to callees.
8323         (fetch_inferior_registers, store_inferior_registers): Compute tid
8324         here, and pass it to calleed functions.
8325         (fill_gregset, supply_fpregset): Clean up formatting.
8326
8327 2002-02-18  Richard Earnshaw  <[email protected]>
8328
8329         * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
8330         * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
8331
8332 2002-02-18  Richard Earnshaw  <[email protected]>
8333
8334         * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
8335         * gdbarch.c gdbarch.h: Regenerate.
8336         * breakpoint.c (create_longjmp_breakpoint): Always compile this
8337         function.
8338         (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
8339         * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
8340         (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
8341
8342         * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
8343         * arm-tdep.c (arm_get_longjmp_target): New function.
8344         (arm_gdbarch_init): Initialize jb_pc to -1.  If ABI handler changes
8345         this to a positive value register arm_get_longjmp_target as the
8346         longjmp handler.
8347         * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
8348         (arm_linux_init_abi): Set up longjmp description in tdep.
8349         * armnbsd-nat.c (get_longjmp_target): Delete.
8350         * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
8351         description in tdep.
8352         * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
8353         (get_longjmp_target): Delete declaration.
8354         (GET_LONGJMP_TARGET): Delete.
8355         * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
8356         (GET_LONGJMP_TARGET): Delete.
8357
8358 2002-02-17  Kevin Buettner  <[email protected]>
8359
8360         From Peter Schauer  <[email protected]>:
8361         * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
8362         of ``current_gdbarch''.
8363
8364 2002-02-17  Tom Tromey  <[email protected]>
8365
8366         * cli/cli-cmds.c (compare_strings): New function.
8367         (complete_command): Only print each unique item once.
8368         * completer.h (complete_line): Declare.
8369         * completer.c (complete_line): New function.
8370         (line_completion_function): Use it.
8371
8372 2002-02-16  Andrew Cagney  <[email protected]>
8373
8374         * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
8375         * gdbarch.h, gdbarch.c: Re-generate.
8376
8377 2002-02-16  Daniel Jacobowitz  <[email protected]>
8378
8379         * valarith.c (value_x_unop): Fix decrement; support post-decrement.
8380
8381 2002-02-16  Daniel Jacobowitz  <[email protected]>
8382
8383         From Peter Schauer <[email protected]>:
8384         * valops.c (value_arg_coerce): Don't take the address of a reference
8385         to convert an argument to a reference.
8386
8387 2002-02-15  Christopher Faylor  <[email protected]>
8388
8389         * win32-nat.c (get_image_name): New function.
8390         (handle_load_dll): Use get_image_name function.
8391         (get_child_debug_event): Avoid registering debug events until possibly
8392         execed process is started.
8393         (child_create_inferior): Allow invocation via shell so that command
8394         line redirection, etc.  works ok.
8395         (_initialize_inftarg): Add new command: "set shell" to control whether
8396         a shell is used to start a process.
8397
8398 2002-02-15  Daniel Jacobowitz  <[email protected]>
8399
8400         * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
8401         instead of find_register_by_number.
8402         (cannot_store_register): Likewise.
8403
8404 2002-02-14  Pierre Muller  <[email protected]>
8405
8406         * dwarf2read.c: Replace fprintf (stderr, ...) by
8407         fprintf_unfiltered (gdb_stderr, ...).
8408
8409 2002-02-15  Daniel Jacobowitz  <[email protected]>
8410
8411         * gdbserver/gdbserver.1: Document --attach.
8412
8413 2002-02-15  Richard Earnshaw  <[email protected]>
8414
8415         * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
8416         descriptions.
8417         * arm-tdep.c (arm_default_arm_le_breakpoint)
8418         (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
8419         (arm_default_thumb_be_breakpoint): New.  Initialize them from
8420         traditional breakpoint defines.
8421         (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
8422         (arm_gdbarch_init): Initialize new breakpoint variables.
8423         * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
8424         (arm_linux_init_abi): Initialize linux-specific breakpoint.
8425         * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
8426         (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
8427         code out to ...
8428         (arm_netbsd_init_abi_common): ... here; new function.
8429         * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
8430         (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
8431         * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
8432         * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
8433
8434 2002-02-15  Richard Earnshaw  <[email protected]>
8435
8436         * arm-tdep.h (enum arm_abi): New enum.
8437         (struct gdbarch_tdep): New structure.
8438         (LOWEST_PC): Provide a default.
8439         (arm_gdbarch_register_os_abi): Declare new function.
8440         * arm-tdep.c (arm_abi_names): New array.
8441         (process_note_abi_tag_sections): New function.
8442         (get_elfosabi): New function.
8443         (arm_gdbarch_register_os_abi): New function.
8444         (arm_gdbarch_init): Try to determine the ABI of the inferior.  If
8445         support for that ABI has been built in, then call the appropriate
8446         configuration routine.  Use gdbarch_num_regs() to get the number
8447         of registers.
8448         (arm_dump_tdep): New function.
8449         (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
8450         place-holder functions.
8451         (_initialize_arm_tdep): Register them.
8452         * config/arm/tm-arm.h (LOWEST_PC): Delete.
8453
8454         * armnbsd-tdep.c: New file.
8455         * Makefile.in (armnbsd-tdep.o): Add dependencies.
8456         * config/arm/nbsd.mt (TDEPFILES): Add it.
8457         * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
8458
8459         * armnbsd-nat.c: Include regcache.h.
8460         * Makefile.in (armnbsd-nat.o): Update dependency list.
8461
8462         * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
8463
8464 2002-02-14  Daniel Jacobowitz  <[email protected]>
8465
8466         * gdbserver/Makefile.in: Fix typos in target rules.
8467
8468 2002-02-14  Daniel Jacobowitz  <[email protected]>
8469
8470         Fix part of PR gdb/267.
8471         * linespec.c (find_methods): Handle constructors specially for now.
8472
8473 2002-02-14  Corinna Vinschen  <[email protected]>
8474
8475         * arm-tdep.c (arm_push_arguments): Eliminate special float type
8476         handling.
8477         * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
8478         standard_coerce_float_to_double().
8479
8480 2002-02-14  Christopher Faylor  <[email protected]>
8481
8482         * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
8483         GDBINIT_FILENAME.
8484
8485 2002-02-14  Elena Zannoni  <[email protected]>
8486
8487         * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
8488         find_variant_by_name, because it confuses the multiarch
8489         framework. Return NULL if there isn't an architecture with the
8490         user supplied name, instead of forcing a different one without
8491         recording the change with the multiarch machinery.
8492         (find_variant_by_name): Delete.
8493
8494 2002-02-14  Peter Schauer  <[email protected]>
8495
8496         * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
8497         i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
8498
8499 2002-02-13  Martin M. Hunt  <[email protected]>
8500
8501         * stack.c (print_frame_info_base): When calling
8502         print_frame_info_listing_hook, set current_source_symtab.
8503
8504 2002-02-14  Daniel Jacobowitz  <[email protected]>
8505
8506         * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
8507         and remove unused $(INCLUDE_DIR).
8508         Add regcache.c to OBS.
8509         Add generated register protocol files to clean target.
8510         Update dependencies for new objects, obsolete old target code.
8511
8512         * gdbserver/linux-low.c: Remove all platform-specific code to
8513         new files.  Remove various dead code.  Update to use regcache
8514         functionality.
8515         * gdbserver/remote-utils.c (fromhex): Add return statement
8516         to quiet warning.
8517         (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
8518         constant.
8519         (input_interrupt): Add integer parameter to match prototype
8520         of a signal handler.
8521         (outreg): Use register_data ().
8522         (prepare_resume_reply): Use gdbserver_expedite_regs.
8523         * gdbserver/server.c (main): Dynamically allocate own_buf because
8524         PBUFSIZ is no longer constant.  Use registers_to_string () and
8525         registers_from_string ().
8526         * gdbserver/server.h: No longer include "defs.h".  Add prototypes
8527         for error (), fatal (), and warning ().  Update definition of
8528         PBUFSIZ to use regcache functionality.  Add include guard.
8529         * gdbserver/utils.c (fatal): Add missing ``const''.
8530         (warning): New function.
8531
8532         * regformats/regdat.sh: Include "regcache.h" in generated files.
8533         Provide init_registers () function.
8534         * regformats/regdef.h: Add prototype for set_register_cache ().
8535         Add include guard.
8536
8537         * gdbserver/linux-arm-low.c: New file.
8538         * gdbserver/linux-i386-low.c: New file.
8539         * gdbserver/linux-ia64-low.c: New file.
8540         * gdbserver/linux-m68k-low.c: New file.
8541         * gdbserver/linux-mips-low.c: New file.
8542         * gdbserver/linux-ppc-low.c: New file.
8543         * gdbserver/linux-sh-low.c: New file.
8544
8545         * gdbserver/regcache.c: New file.
8546         * gdbserver/regcache.h: New file.
8547
8548         * gdbserver/low-linux.c: Removed obsolete file.
8549
8550 2002-02-14  Daniel Jacobowitz  <[email protected]>
8551
8552         * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
8553         * config/i386/linux.mt: Likewise.
8554         * config/ia64/linux.mt: Likewise.
8555         * config/m68k/linux.mh: Likewise.
8556         * config/powerpc/linux.mh: Likewise.
8557         * config/mips/linux.mt: Likewise.
8558
8559         * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
8560
8561         * config/i386/i386lynx.mh: Mark gdbserver variables
8562         as (currently) obsolete for this target.
8563         * config/i386/nbsd.mt: Likewise.
8564         * config/i386/nbsdelf.mt: Likewise.
8565         * config/m32r/m32r.mt: Likewise.
8566         * config/m68k/m68klynx.mh: Likewise.
8567         * config/m68k/nbsd.mt: Likewise.
8568         * config/m68k/sun3os4.mh: Likewise.
8569         * config/mips/vr5000.mt: Likewise.
8570         * config/ns32k/nbsd.mt: Likewise.
8571         * config/pa/hppabsd.mh: Likewise.
8572         * config/pa/hppaosf.mh: Likewise.
8573         * config/powerpc/nbsd.mt: Likewise.
8574         * config/rs6000/rs6000lynx.mh: Likewise.
8575         * config/s390/s390.mt: Likewise.
8576         * config/s390/s390x.mt: Likewise.
8577         * config/sparc/sparclynx.mh: Likewise.
8578         * config/sparc/sun4os4.mh: Likewise.
8579         * config/i386/x86-64linux.mt: Likewise.
8580         * config/sparc/linux.mh: Likewise.
8581
8582 2002-02-14  Daniel Jacobowitz  <[email protected]>
8583
8584         * configure.tgt: Configure gdbserver only for known working
8585         targets.  Set ${build_gdbserver} instead of modifying ${configdirs}.
8586         * configure.in: Check ${build_gdbserver}.  Put gdbserver/ into
8587         SUBDIRS if it is configured.  Update comment for ${nativefile}.
8588         * configure: Regenerated.
8589
8590 2002-02-13  Michael Snyder  <[email protected]>
8591
8592         * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
8593
8594         * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
8595         (default_gcore_mach): Just return 0, work around a problem in bfd.
8596         (default_gcore_target): OK to return NULL if exec_bfd is null.
8597         (make_mem_sec): Use a cast, avoid a warning.
8598
8599         * procfs.c (find_memory_regions_callback): Use a cast instead of
8600         calling host_pointer_to_address (which complains if
8601         sizeof (host pointer) != sizeof (target pointer)).
8602         (procfs_make_note_section): Avoid overflow in psargs string.
8603
8604         * procfs.c (procfs_make_note_section): Make the default
8605         implementation return an error.
8606
8607 2002-02-13  Rodney Brown  <[email protected]>
8608
8609         * procfs.c (procfs_make_note_section): Provide a default definition
8610         (for alpha-dec-osf4.0f). Fix typos.
8611
8612 2002-02-13  Elena Zannoni  <[email protected]>
8613
8614         * linux-proc.c: Add include of regcache.h.
8615         * Makefile.in (linux-proc.o): Add dependency on regcache.h.
8616
8617 2002-02-13  Andrew Cagney  <[email protected]>
8618
8619         From 2002-01-18 Greg McGary <[email protected]>:
8620         * memattr.c (create_mem_region): Disallow useless empty region.
8621         Regions are half-open intervals, so allow [A..B) [B..C) as
8622         non-overlapping.
8623
8624 2002-02-13  Michael Chastain <[email protected]>
8625
8626         * defs.h: Kill CONST_PTR.
8627         * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
8628         * c-lang.c (c_builtin_types): Likewise.
8629         * ch-lang.c (ch_builtin_types): Likewise.
8630         * f-lang.c (f_builtin_types): Likewise.
8631         * language.c (unknown_builtin_types): Likewise.
8632         * m2-lang.c (m2_builtin_types): Likewise.
8633         * p-lang.c (pascal_builtin_types): Likewise.
8634         * scm-lang.c (c_builtin_types): Likewise.
8635
8636 2002-02-13  Keith Seitz  <[email protected]>
8637
8638         * arm-tdep.h (arm_get_next_pc): Add declaration.
8639
8640 2002-02-13  Richard Earnshaw  <[email protected]>
8641
8642         * arm-tdep.c (arm_use_struct_convention): Make static.  Move to be
8643         with other related struct-returning functions.
8644         (arm_extract_struct_value_address): New function.
8645         (arm_gdbarch_init): Initialize the above in multi-arch vector.  Also
8646         initialize float_format, double_format and long_double_format as
8647         appropriate to the endianness of the target.
8648         * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
8649         (arm_use_struct_convention): Delete declaration.
8650         (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
8651
8652 2002-02-13  Keith Seitz  <[email protected]>
8653
8654         * defs.h (core_addr_to_string_nz): New function.
8655
8656 2002-02-13  Mark Kettenis  <[email protected]>
8657
8658         Apply missing bits of 2002-01-15 patch.
8659         * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
8660         (fill_fpregset): Use i387_fill_fsave.
8661
8662 2002-02-12  Keith Seitz  <[email protected]>
8663
8664         * utils.c (core_addr_to_string): Use phex instead of phex_nz.
8665         (core_addr_to_string_nz): New function.
8666
8667 2002-02-11  Richard Earnshaw  <[email protected]>
8668
8669         * arm-linux-nat.c: Really include arm-tdep.h.
8670         * config/arm/tm-linux.h (struct type, struct value): Declare.
8671
8672 2002-02-11  Michael Snyder  <[email protected]>
8673
8674         * procfs.c: Include elf-bfd.h (for elfcore_write functions).
8675         (gcore section): Ifdef for Solaris and Unixware only.
8676         (procfs_do_thread_registers): Unixware needs one lwpstatus
8677         per thread (not one prstatus or pstatus).
8678         (procfs_make_note_section): Iterate only over kernel threads (lwps),
8679         not over all gdb threads.  For unixware, call elfcore_write_pstatus
8680         once before iterating over threads.
8681
8682 2002-02-11  Richard Earnshaw  <[email protected]>
8683
8684         * arm-tdep.h: New file.
8685         * arm-tdep.c: Include arm-tdep.h.
8686         (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
8687         (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
8688         (arm_print_float_info, arm_register_type, convert_to_extended)
8689         (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
8690         (arm_extract_return_value, arm_register_name): Make static.
8691         (arm_software_single_step): Similarly.  Fix types in declaration.
8692         (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
8693         (arm_store_return_value, arm_store_struct_return): New functions.
8694         (arm_gdbarch_init): Register the above functions.  Also register
8695         call_dummy_start_offset, sizeof_call_dummy_words,
8696         function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
8697         sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
8698         max_register_virtual_size, register_size.  Set up
8699         prologue_cache.saved_regs here, rather than ...
8700         (_initialize_arm_tdep): ... here.
8701         * config/arm/tm-arm.h (struct type, struct value): Delete forward
8702         declarations.
8703         (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
8704         (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
8705         (arm_print_float_info, arm_register_type, convert_to_extended)
8706         (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
8707         (arm_extract_return_value, arm_register_name): Delete declarations.
8708         (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
8709         (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
8710         (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
8711         (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
8712         (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
8713         (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
8714         (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
8715         (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
8716         (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
8717         (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
8718         (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
8719         (arm_get_next_pc): No-longer static -- these are needed by the RDI
8720         interface.
8721         * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
8722         * remote-rdi.c remote-rdp.c: Likewise.
8723         * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
8724         (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
8725         * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
8726         definition.
8727
8728         * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
8729         (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
8730         (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
8731         from non-ARM_ prefixed definitions.
8732         * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
8733         all uses of above.
8734         * remote-rdi.c remote-rdp.c: Likewise.
8735         * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
8736
8737 2002-02-11  Richard Earnshaw  <[email protected]>
8738
8739         * arm-tdep.c (arm_frameless_function_invocation)
8740         (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
8741         (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
8742         (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
8743         (arm_pop_frame, arm_get_next_pc): Make static.
8744         (arm_gdbarch_init): Register above in gdbarch structure.
8745         (arm_read_fp): Renamed from arm_target_read_fp.
8746         (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
8747         * config/arm/tm-arm.h (arm_frameless_function_invocation)
8748         (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
8749         (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
8750         (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
8751         (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
8752         (arm_pc_is_thumb_dummy): Delete declarations.
8753         (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
8754         (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
8755         (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
8756         (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
8757
8758 2002-02-10  Daniel Jacobowitz  <[email protected]>
8759
8760         * symtab.c (compare_search_syms): New function.
8761         (sort_search_symbols): New function.
8762         (search_symbols): Sort symbols after searching rather than
8763         before.
8764
8765 2002-02-10  Andrew Cagney  <[email protected]>
8766
8767         * NEWS: Linux -> GNU/Linux.
8768
8769 2002-02-10  Andrew Cagney  <[email protected]>
8770
8771         * gdbarch.sh: For for level one methods, disallow a definition
8772         when partially multi-arched.  Add comments explaining rationale.
8773         * gdbarch.h: Re-generate.
8774
8775 2002-02-10  Andrew Cagney  <[email protected]>
8776
8777         * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
8778         multi-arch partial.
8779
8780 2002-02-10  Andrew Cagney  <[email protected]>
8781
8782         * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL.  Exit on bad
8783         field.  Use diff -u.
8784         * gdbarch.c: Re-generate.
8785
8786 2002-02-10  Andrew Cagney  <[email protected]>
8787
8788         * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
8789         * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
8790         partial.
8791
8792 2002-02-10  Andrew Cagney  <[email protected]>
8793
8794         * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
8795         multi-arch partial.
8796         (PUSH_ARGUMENTS): Switch to using predefault.
8797         * gdbarch.c: Regenerate.
8798
8799 2002-02-10  Andrew Cagney  <[email protected]>
8800
8801         * valops.c (PUSH_ARGUMENTS): Delete definition.
8802         * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
8803         partial.  Default to default_push_arguments.
8804         * gdbarch.h, gdbarch.c: Regenerate.
8805
8806 2002-02-09  Andrew Cagney  <[email protected]>
8807
8808         * defs.h (throw_exception): Rename return_to_top_level.  Update
8809         comments.
8810         * utils.c (error_stream, internal_verror, quit): Ditto.
8811         * top.c (throw_exception, catcher): Ditto.
8812         * sparclet-rom.c (sparclet_load): Ditto.
8813         * remote.c (interrupt_query, minitelnet): Ditto.
8814         * remote-sds.c (interrupt_query): Ditto.
8815         * remote-mips.c (mips_error, mips_kill): Ditto.
8816         * ocd.c (interrupt_query): Ditto.
8817         * monitor.c (monitor_interrupt_query): Ditto.
8818         * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
8819         * target.h: Update comment.
8820
8821         * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
8822
8823 2002-02-09  Andrew Cagney  <[email protected]>
8824
8825         * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
8826         default_double_format.
8827         * gdbarch.h, gdbarch.c: Re-generate.
8828         * findvar.c (floatformat_unknown): Delete variable definition.
8829         * doublest.h (floatformat_unknown): Delete variable declaration.
8830
8831 2002-02-09  Jim Blandy  <[email protected]>
8832
8833         * stabsread.c (read_type): Add code to parse Sun's syntax for
8834         prototyped function types.
8835
8836 2002-02-09  Andrew Cagney  <[email protected]>
8837
8838         * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
8839         (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
8840
8841 2002-02-09  Peter Schauer  <[email protected]>
8842
8843         * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
8844         _initialize_solib.  Fixes name clash with solib.c:_initialize_solib,
8845         now _initialize_xcoffsolib gets called again and overrides the
8846         commands from solib.c in a native configuration.
8847
8848 2002-02-09  Mark Kettenis  <[email protected]>
8849
8850         * doublest.c (store_typed_floating): Don't try to return a value.
8851         Fixes PR gdb/290.
8852
8853 2002-02-08  Jim Blandy  <[email protected]>
8854
8855         * c-typeprint.c (c_type_print_varspec_suffix): If a function type
8856         is prototyped and has no arguments, print its argument list as
8857         `(void)'.
8858
8859 2002-02-08  Chris Demetriou  <[email protected]>
8860
8861         * MAINTAINERS (write-after-approval): Add myself.
8862         (paper-trail): I've escaped!
8863
8864 2002-02-08  Christopher Faylor  <[email protected]>
8865
8866         * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
8867         changes.
8868         (_initialize_check_for_gdb_ini): Ditto.
8869
8870 2002-02-08  Martin M. Hunt  <[email protected]>
8871
8872         * win32-nat.c (cygwin_pid_to_str): Fix typo.
8873         xaprintf -> xasprintf.
8874
8875 2002-02-08  Pierre Muller  <[email protected]>
8876
8877         * win32-nat.c: Remove use of printf and sprintf functions.
8878
8879 2002-02-08  Richard Earnshaw  <[email protected]>
8880
8881         * arm-tdep.c (arm_frame_chain_valid): Make static.
8882         (arm_push_arguments): Likewise.
8883         (arm_gdbarch_init): New function.
8884         (_initialize_arm_tdep): Call it.
8885         * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
8886         (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
8887         (FRAME_CHAIN_VALID): Delete.
8888         (arm_frame_chain_valid): Delete declaration.
8889         (PUSH_ARGUMENTS): Delete.
8890         (arm_push_arguments): Delete declaration.
8891         (CALL_DUMMY_P): Delete.
8892
8893 2002-02-08  Andrew Cagney  <[email protected]>
8894             Corinna Vinschen  <[email protected]>
8895
8896         * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
8897         on builtin float types.
8898
8899 2002-02-08  Daniel Jacobowitz  <[email protected]>
8900
8901         * utils.c: Include <curses.h> before "bfd.h".
8902         * tui/tui-hooks.c: Likewise.
8903         * tui/tui.c: Likewise.
8904         * tui/tuiCommand.c: Likewise.
8905         * tui/tuiData.c: Likewise.
8906         * tui/tuiDataWin.c: Likewise.
8907         * tui/tuiDisassem.c: Likewise.
8908         * tui/tuiGeneralWin.c: Likewise.
8909         * tui/tuiIO.c: Likewise.
8910         * tui/tuiLayout.c: Likewise.
8911         * tui/tuiRegs.c: Likewise.
8912         * tui/tuiSource.c: Likewise.
8913         * tui/tuiSourceWin.c: Likewise.
8914         * tui/tuiStack.c: Likewise.
8915         * tui/tuiWin.c: Likewise.
8916
8917 2002-02-07  Elena Zannoni  <[email protected]>
8918
8919         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
8920         to include space for pseudoregs as well. Update loops accordingly.
8921         (sh_fp_frame_init_saved_regs): Ditto.
8922         (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
8923
8924 2002-02-07  Andrew Cagney  <[email protected]>
8925
8926         * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
8927         Add Richard Earnshaw to Arm maintainers.
8928
8929 2002-02-07  Andrew Cagney  <[email protected]>
8930
8931         * defs.h (warning_begin): Delete declaration.
8932
8933         * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
8934         Delete macro.
8935
8936 2002-02-07  Michael Snyder  <[email protected]>
8937
8938         * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
8939         Logic bug, remove misplaced else.
8940
8941 2002-02-07  Klee Dienes  <[email protected]>
8942
8943         * fork-inferior.c (fork_inferior): Add '!' to the list of
8944         characters that need to be quoted when building a string for the
8945         shell.  Quote '!' specifically with a backslash, since CSH chokes
8946         when trying to evaluate "str!str".
8947
8948 2002-02-06  Nick Clifton  <[email protected]>
8949
8950         * rdi-share/host.h: Only provide a typedef for bool if it is not
8951         defined.
8952
8953 2002-02-04  Michael Snyder  <[email protected]>
8954
8955         * breakpoint.h (enum bptype): Add new overlay event bp type.
8956         (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
8957
8958         * breakpoint.c (create_internal_breakpoint): New function.
8959         (internal_breakpoint_number): Moved into create_internal_breakpoint.
8960         (create_longjmp_breakpoint): Use create_internal_breakpoint.
8961         (create_thread_event_breakpoint): Ditto.
8962         (create_solib_event_breakpoint): Ditto.
8963         (create_overlay_event_breakpoint): New function.
8964         (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
8965         (update_breakpoints_after_exec): Delete and re-initialize
8966         overlay event breakpoints after an exec.  Add FIXME comment
8967         about longjmp breakpoint.
8968         (print_it_typical): Ignore overlay event breakpoints.
8969         (print_one_breakpoint): Ditto.
8970         (mention): Ditto.
8971         (bpstat_what): Do not stop for overlay event breakpoints.
8972         (delete_breakpoint): Don't delete overlay event breakpoints.
8973         (breakpoint_re_set_one): Delete the overlay event breakpoint.
8974         (breakpoint_re_set): Re-create overlay event breakpoint.
8975
8976         * symfile.c (overlay_auto_command): Enable overlay breakpoints.
8977         (overlay_manual_command): Disable overlay breakpoints.
8978         (overlay_off_command): Disable overlay breakpoints.
8979
8980 2002-02-06  Richard Earnshaw  <[email protected]>
8981
8982         * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
8983         (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
8984         to here from config/tm-arm.h.
8985         (coff_sym_is_thumb): Make static.
8986         (arm_elf_make_msymbol_special): New function.
8987         (arm_coff_make_msymbol_special): New function.
8988         * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
8989         (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
8990         (coff_sym_is_thumb): Delete declaration.
8991         (arm_elf_make_msymbol_special): Declare.
8992         (arm_coff_make_msymbol_special): Declare.
8993         (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
8994         (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
8995
8996 2002-02-06  Richard Earnshaw  <[email protected]>
8997
8998         * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
8999
9000 2002-02-06  Richard Earnshaw  <[email protected]>
9001
9002         * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
9003         * gdbarch.c gdbarch.h: Regenerate.
9004         * arch-utils.c (default_print_float_info): New function.
9005         * arch-utils.h (default_print_float_info): Prototype it.
9006         * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
9007         * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
9008         (PRINT_FLOAT_INFO): Document it.
9009
9010         * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
9011         * config/arm/tm-arm.h (FLOAT_INFO): Delete.
9012         (PRINT_FLOAT_INFO): Define.
9013
9014 2002-02-06  Pierre Muller  <[email protected]>
9015
9016         * win32-nat.c (_initialize_check_for_gdb_ini):
9017         Add typecast to sprintf argument to suppress a warning.
9018
9019 2002-02-05  Pierre Muller  <[email protected]>
9020
9021         * win32-nat.c (last_sig): Changed type of variable to target_signal,
9022         to allow easier handling of pass state.
9023         (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
9024         that gives exception name and address.
9025         (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
9026         and set last_sig value to ourstatus->value.sig. Some missing
9027         exceptions added.
9028         (child_continue): Correctly report continue_status.
9029         (get_child_debug_event,do_initial_child_stuff): Set last_sig to
9030         TARGET_SIGNAL_0 (new default value).
9031         (child_resume): consider sig argument passed to decide if
9032         the exception should be passed to debuggee or not.
9033
9034 2002-02-05  Michael Snyder  <[email protected]>
9035
9036         * regcache.c (fetch_register): Call target_fetch_register
9037         only if we don't call FETCH_PSEUDO_REGISTER.
9038         (store_register): Call target_store_register only if we
9039         don't call STORE_PSEUDO_REGISTER.
9040
9041 2002-02-05  Elena Zannoni  <[email protected]>
9042
9043         * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
9044         ELF_MAKE_MSYMBOL_SPECIAL.
9045         * gdbarch.c, gdbarch.h: Regenerate.
9046         * arch-utils.c (default_make_msymbol_special): New function.
9047         * arch-utils.h (default_make_msymbol_special): Export.
9048         * elfread.c (elf_symtab_read): Compile use of
9049         ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
9050         multiarched.
9051         * coffread.c (coff_symtab_read): Ditto, for
9052         COFF_MAKE_MSYMBOL_SPECIAL.
9053
9054 2002-02-05  Jim Blandy  <[email protected]>
9055
9056         * solib-svr4.c (svr4_truncate_ptr): New function.
9057         (svr4_relocate_section_addresses): Do the address arithmetic with
9058         the appropriate truncation for target addresses, even when
9059         CORE_ADDR is larger than a target address.
9060
9061 2002-02-05  Daniel Jacobowitz  <[email protected]>
9062
9063         * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
9064         to (int *).
9065
9066 2002-02-05  Daniel Jacobowitz  <[email protected]>
9067
9068         * gdbserver/linux-low.c (kill_inferior): Remove commented out
9069         code.
9070
9071 2002-02-05  Daniel Jacobowitz  <[email protected]>
9072
9073         * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
9074
9075 2002-02-05  Daniel Jacobowitz  <[email protected]>
9076
9077         * gdbserver/linux-low.c: Remove unused include files.
9078
9079 2002-02-05  Daniel Jacobowitz  <[email protected]>
9080
9081         * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
9082         (read_inferior_memory): Use it.
9083         (write_inferior_memory): Likewise.
9084
9085 2002-02-05  Daniel Jacobowitz  <[email protected]>
9086
9087         * gdbserver/linux-low.c (create_inferior): Call strerror instead of
9088         grubbing through sys_errlist.
9089
9090 2002-02-05  Daniel Jacobowitz  <[email protected]>
9091
9092         * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
9093
9094 2002-02-04  Pierre Muller  <[email protected]>
9095         * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
9096
9097 2002-02-04  Andrew Cagney  <[email protected]>
9098
9099         * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
9100         (do_sfunc, set_cmd_sfunc): New functions.
9101
9102         * command.h (struct cmd_list_element): Add field func.
9103         * cli/cli-decode.h (struct cmd_list_element): Ditto.
9104         * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
9105         * cli/cli-decode.h: Ditto.
9106
9107         * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
9108         (help_all, help_cmd_list): Ditto.
9109         (find_cmd, complete_on_cmdlist): Ditto.
9110         * top.c (execute_command): Ditto.
9111
9112         * cli/cli-setshow.c (do_setshow_command): Call func instead of
9113         function.sfunc.
9114
9115         * infcmd.c (notice_args_read): Fix function signature.
9116
9117         * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
9118         * cli/cli-decode.c (add_set_cmd): Ditto.
9119         * utils.c (initialize_utils): Ditto.
9120         * maint.c (_initialize_maint_cmds): Ditto.
9121         * infrun.c (_initialize_infrun): Ditto.
9122         * demangle.c (_initialize_demangler): Ditto.
9123         * remote.c (add_packet_config_cmd): Ditto.
9124         * mips-tdep.c (_initialize_mips_tdep): Ditto.
9125         * cris-tdep.c (_initialize_cris_tdep): Ditto.
9126         * proc-api.c (_initialize_proc_api): Ditto.
9127         * kod.c (_initialize_kod): Ditto.
9128         * valprint.c (_initialize_valprint): Ditto.
9129         * top.c (init_main): Ditto.
9130         * infcmd.c (_initialize_infcmd): Ditto.
9131         * corefile.c (_initialize_core): Ditto.
9132         * arm-tdep.c (_initialize_arm_tdep): Ditto.
9133         * arch-utils.c (initialize_current_architecture): Ditto.
9134         (_initialize_gdbarch_utils): Ditto.
9135         * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
9136
9137         * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
9138         * wince.c (_initialize_inftarg): Ditto.
9139         * symfile.c (_initialize_symfile): Ditto.
9140         * mips-tdep.c (_initialize_mips_tdep): Ditto.
9141         * language.c (_initialize_language): Ditto.
9142         * arc-tdep.c (_initialize_arc_tdep): Ditto.
9143
9144 2002-02-04  Michael Snyder  <[email protected]>
9145
9146         * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
9147
9148 2002-02-04  Daniel Jacobowitz  <[email protected]>
9149
9150         * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
9151         Add rules for building the register data files.
9152
9153 2002-02-04  Daniel Jacobowitz  <[email protected]>
9154
9155         * regformats/regdat.sh: Add braces to the definition of
9156         expedite_regs_${arch}.
9157
9158 2002-02-04  Daniel Jacobowitz  <[email protected]>
9159
9160         * regformats/regdef.h (struct reg): Add comment describing the
9161         requirements for offset and size fields.
9162
9163 2002-02-04  Andreas Schwab  <[email protected]>
9164
9165         * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
9166         * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
9167
9168 2002-02-04  Richard Earnshaw  <[email protected]>
9169
9170         * gdbarch.sh (copyright): Update years in generated header.
9171         (SMASH_TEXT_ADDRESS): Add rule.
9172         * gdbarch.h, gdbarch.c: Re-generate.
9173         * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
9174         * dbxread.c: Likewise.
9175         * dwarfread.c: Likewise.
9176         * elfread.c: Likewise.
9177         * somread.c: Likewise.
9178
9179         * arm-tdep.c (arm_smash_text_address): New function.
9180         * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
9181
9182 2002-02-04  Pierre Muller  <[email protected]>
9183
9184         Add support for hardware watchpoints on win32 native.
9185         * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
9186         CONTEXT_DEBUG_REGISTERS.
9187         (dr variable): New variable. Static array containing a local copy
9188         of debug registers.
9189         (debug_registers_changed): New variable.  Reflects when debug registers
9190         are changed and need to be written to inferior.
9191         (debug_registers_used): New variable. Reflects when any debug register
9192         was set, used when new threads are created.
9193         (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
9194         i386-nat code.
9195         (thread_rec): Set dr array if id is the thread of current_event .
9196         (child_continue, child_resume): Change the debug registers for all
9197         threads if debug_registers_changed.
9198         (child_add_thread): Change the debug registers if debug_registers_used.
9199         * config/i386/cygwin.mh: Add use of i386-nat.o file.
9200         Link nm.h to new nm-cygwin.h file.
9201         + config/i386/nm-cygwin.h: New file. Contains the macros used for use
9202         of hardware registers.
9203
9204 2002-02-03  Andrew Cagney  <[email protected]>
9205
9206         * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
9207         Restore behavour broken by 2002-01-20 Andrew Cagney
9208         <[email protected]> IEEE_FLOAT removal.
9209
9210 2002-02-03  Daniel Jacobowitz  <[email protected]>
9211
9212         * c-valprint.c (c_val_print): Pass a proper valaddr to
9213         cp_print_class_method.
9214         * valops.c (search_struct_method): If there is only one method
9215         and args is NULL, return that method.
9216
9217 2002-02-03  Daniel Jacobowitz  <[email protected]>
9218
9219         * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
9220         accessing tag_name directly.
9221
9222 2002-02-03  Daniel Jacobowitz  <[email protected]>
9223
9224         * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
9225         of accessing tag_name directly.
9226
9227 2002-02-03  Daniel Jacobowitz  <[email protected]>
9228
9229         PR gdb/280
9230         * gdbtypes.c (replace_type): New function.
9231         * gdbtypes.h (replace_type): Add prototype.
9232         * stabsread.c (read_type): Use replace_type.
9233
9234 2002-02-03  Richard Earnshaw  <[email protected]>
9235
9236         * Makefile.in (memattr.o): Add missing dependencies rule.
9237
9238 2002-02-03  Peter Schauer  <[email protected]>
9239
9240         * breakpoint.c (break_at_finish_command): Really export.
9241         (break_at_finish_at_depth_command): Ditto.
9242         (tbreak_at_finish_command): Ditto.
9243         * hppa-tdep.c: Include completer.h.
9244         * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
9245         (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
9246
9247 2002-02-01  Andrew Cagney  <[email protected]>
9248
9249         * utils.c (do_write): New function.
9250         (error_stream): Rewrite combining the code from error_begin and
9251         verror.
9252         (verror): Rewrite using error_stream.
9253         (error_begin): Delete function.
9254
9255 2002-02-01  Andrew Cagney  <[email protected]>
9256
9257         * utils.c (error_begin): Make static.
9258         * defs.h (error_begin): Delete declaration.
9259
9260         * linespec.c (cplusplus_error): Replace cplusplus_hint.
9261         (decode_line_1): Use cplusplus_error instead of error_begin,
9262         cplusplus_hint and return_to_top_level.
9263         * coffread.c (coff_symfile_read): Use error instead of error_begin
9264         and return_to_top_level.
9265         * infrun.c (default_skip_permanent_breakpoint): Ditto.
9266
9267 2002-02-01  Andrew Cagney  <[email protected]>
9268
9269         * language.h (type_error, range_error): Make string parameter
9270         constant.
9271         * language.c (warning_pre_print): Delete extern declaration.
9272         * dwarfread.c (warning_pre_print): Ditto.
9273         * language.c (type_error, range_error): Rewrite to use verror and
9274         vwarning instead of warning_begin.
9275
9276 2002-02-01  Michael Snyder  <[email protected]>
9277
9278         * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
9279         (set_ignore_count): Move misplaced comment back where it belongs.
9280
9281 2002-02-01  Andrew Cagney  <[email protected]>
9282
9283         * command.h (NO_FUNCTION): Delete macro.
9284         * cli/cli-decode.h (NO_FUNCTION): Ditto.
9285         * top.c (execute_command): Replace NO_FUNCTION with NULL.
9286         * tracepoint.c (_initialize_tracepoint): Ditto.
9287         * cli/cli-decode.c (add_set_cmd): Ditto.
9288         * cli/cli-cmds.c (init_cli_cmds): Ditto.
9289
9290 2002-02-01  Daniel Jacobowitz  <[email protected]>
9291
9292         * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
9293         Update ``this'' pointer when calling virtual functions.
9294
9295 2002-02-01  Michael Snyder  <[email protected]>
9296
9297         * breakpoint.c (create_temp_exception_breakpoint): Delete.
9298         * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
9299
9300 2002-02-01  Daniel Jacobowitz  <[email protected]>
9301
9302         * regformats/reg-arm.dat: New file.
9303         * regformats/reg-i386.dat: New file.
9304         * regformats/reg-ia64.dat: New file.
9305         * regformats/reg-m68k.dat: New file.
9306         * regformats/reg-mips.dat: New file.
9307         * regformats/reg-ppc.dat: New file.
9308         * regformats/reg-sh.dat: New file.
9309         * regformats/regdef.h: New file.
9310         * regformats/regdat.sh: New file.
9311
9312 2002-02-01  Richard Earnshaw  <[email protected]>
9313
9314         * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
9315         (arm_frame_args_address, arm_frame_locals_address): New functions.
9316         (arm_frame_num_args): New function.
9317         * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
9318         (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
9319         (FRMA_NUM_ARGS): Call arm_frame_num_args.
9320
9321 2002-01-31  Michael Snyder  <[email protected]>
9322
9323         * breakpoint.c (break_at_finish_command): Export.
9324         (break_at_finish_at_depth_command): Export.
9325         (tbreak_at_finish_command): Export.
9326         (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
9327         * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
9328         "tbreak" commands, which are HPPA specific.
9329
9330         * printcmd.c (disassemble_command): Remove an ancient
9331         artifact of an old merge.
9332
9333         * symfile.h (enum overlay_debugging_state):
9334         Define enum constant values for overlay mode.
9335         * symfile.c (overlay_debugging): Use enums instead of literals.
9336         (overlay_is_mapped, overlay_auto_command,
9337         overlay_manual_command): Ditto.
9338
9339         * breakpoint.c (insert_breakpoints, remove_breakpoint,
9340         breakpoint_here_p, breakpoint_inserted_here_p,
9341         breakpoint_thread_match, bpstat_stop_status,
9342         describe_other_breakpoints, check_duplicates, clear_command):
9343         Coding standard fixes.
9344
9345         * target.c (target_xfer_memory): Add spaces, coding standard.
9346         (do_xfer_memory): Add missing line to trust-readonly
9347         code: check bfd SEC_READONLY flag for section.
9348
9349 2002-01-31  Andrew Cagney  <[email protected]>
9350
9351         * PROBLEMS: Fix typo, 5.1->5.1.1.
9352
9353 2002-01-30  Daniel Jacobowitz  <[email protected]>
9354
9355         * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
9356         data symbols, since we search based on textlow and texthigh.
9357         (find_pc_sect_symtab): Likewise.
9358
9359 2002-01-30  Andrew Cagney  <[email protected]>
9360
9361         * defs.h (vwarning): Declare.
9362         * utils.c (vwarning): New function.
9363         (warning): Call vwarning.
9364         (warning_begin): Delete function.
9365
9366         * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
9367         the warning message.
9368         * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
9369         warning_begin.
9370
9371 2002-01-30  Michael Snyder  <[email protected]>
9372
9373         * NEWS: Mention "set trust-readonly-sections" command.
9374         Mention generate-core-file command.
9375
9376 2002-01-15  Michael Snyder  <[email protected]>
9377
9378         * target.c: New command, "set trust-readonly-sections on".
9379         (do_xfer_memory): Honor the suggestion to trust readonly sections
9380         by reading them from the object file instead of from the target.
9381         (initialize_targets): Register command "set trust-readonly-sections".
9382
9383 2002-01-29  Andrew Cagney  <[email protected]>
9384
9385         * parse.c (target_map_name_to_register): Simplify, search regs and
9386         pseudo-regs using a single loop.
9387
9388 2002-01-30  Andrew Cagney  <[email protected]>
9389
9390         * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
9391
9392 2002-01-15  Rodney Brown  <[email protected]>
9393
9394         * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
9395         * config/i386/i386v42mp.mh: Add i387-nat.o .
9396         * i386v4-nat.c: Include i387-nat.h.
9397         (supply_fpregset): Use i387_supply_fsave.
9398         (fill_fpregset): Use i387_fill_fsave.
9399
9400 2002-01-30  Richard Earnshaw  <[email protected]>
9401
9402         * arm-tdep.c (arm_call_dummy_words): Define.
9403         * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
9404         * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
9405         (CALL_DUMMY_WORDS): Define.
9406         (arm_call_dummy_words): Declare.
9407         * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
9408         (arm_linux_call_dummy_words): Declare.
9409
9410 2002-01-30  Andreas Schwab  <[email protected]>
9411
9412         * m68klinux-nat.c: Fix last change to use regcache_collect
9413         instead of referencing registers[] directly.
9414
9415 2002-01-29  Andrew Cagney  <[email protected]>
9416
9417         * parse.c (target_map_name_to_register): Delete code wrapped in
9418         #ifdef REGISTER_NAME_ALIAS_HOOK.
9419
9420 2002-01-28  Michael Snyder  <[email protected]>
9421
9422         * regcache.c (legacy_read_register_gen): Need to be able to
9423         read pseudo-register as well as real register.
9424         (legacy_write_register_gen): Ditto.
9425
9426 2002-01-28  Andrew Cagney  <[email protected]>
9427
9428         * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
9429         * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
9430         * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
9431         * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
9432         * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
9433         * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
9434         * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
9435         * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
9436         * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
9437         * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
9438         * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
9439         * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
9440         * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
9441         * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
9442         * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
9443         * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
9444         * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
9445         * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
9446         * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
9447         * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
9448
9449 2002-01-28  Andrew Cagney  <[email protected]>
9450
9451         * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
9452         (target_byte_order): Initialize to BFD_ENDIAN_BIG.
9453         (initialize_current_architecture): Update target_byte_order using
9454         information from BFD.
9455         * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
9456         * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
9457
9458 2002-01-28  Andrew Cagney  <[email protected]>
9459
9460         * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
9461         * vax-tdep.c (INVALID_FLOAT): To here.  Document why it is broken.
9462
9463         * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
9464         #ifdef INVALID_FLOAT.
9465         * infcmd.c (do_registers_info): Ditto.
9466         * values.c (unpack_double): Ditto.  Add comment.
9467
9468         * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
9469         already commented out.
9470
9471 2002-01-26  Andreas Schwab  <[email protected]>
9472
9473         * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
9474         * m68klinux-nat.c: Update ptrace interface for fetching/storing
9475         registers and add support for PTRACE_GETREGS.
9476
9477 2002-01-24  Andrew Cagney  <[email protected]>
9478
9479         GDB 5.1.1 released from 5.1 branch.
9480         * NEWS: Add 5.1.1 news.
9481         * README: Sync with 5.1 branch.
9482
9483 2002-01-23  Fred Fish  <[email protected]>
9484
9485         * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
9486         stabstring on initial malloc.  Reallocing will copy it for us,
9487         if necessary.
9488
9489 2002-01-23  Elena Zannoni  <[email protected]>
9490
9491         * Makefile.in (hpread_h): Delete.
9492         (HFILES_NO_SRCDIR): Remove hpread.h.
9493         (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
9494         (hpread.o): Update dependencies.
9495         (hp-psymtab-read.o, hp-symtab-read.o): Remove.
9496
9497         * hp-psymtab-read.c: Remove file.
9498         * hp-symtab-read.c: Remove file.
9499         * hpread.h: Remove file.
9500
9501         * hpread.c: Merge all contents of hp-psymtab-read.c,
9502         hp-symtab-read.c and hpread.h into this file, as it was prior to
9503         January 1999.
9504
9505         * config/pa/hpux11w.mh, config/pa/hpux11.mh,
9506         config/pa/hpux1020.mh, config/pa/hppaosf.mh,
9507         config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
9508         Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
9509
9510 2002-01-23  Elena Zannoni  <[email protected]>
9511
9512         * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
9513         fill_gregset): Call gdbarch_tdep() just once, assign result to
9514         variable and use that, instead of calling the function several
9515         times.
9516
9517 2002-01-24  Alexandre Oliva  <[email protected]>
9518
9519         * configure.host: Accept sparcv9 as alias for sparc64.
9520         * configure.tgt: Likewise.
9521
9522 2002-01-22  Kevin Buettner  <[email protected]>
9523
9524         * solib-aix5.c (build_so_list_from_mapfile)
9525         (aix5_relocate_main_executable): Fix xcalloc() calls so order of
9526         arguments is not reversed.
9527         * solib-sunos.c (sunos_relocate_main_executable): Likewise.
9528         * solib-svr4.c (svr4_relocate_main_executable): Likewise.
9529
9530 2002-01-22  Elena Zannoni  <[email protected]>
9531
9532         * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
9533         modified version of obsolete sh_fetch_pseudo_register.
9534         (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
9535         (sh4_register_read): New function.
9536         (sh_pseudo_register_write): New function. Renamed and modified
9537         version of obsolete sh_store_pseudo_register.
9538         (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
9539         (sh4_register_write): New function.
9540         (sh_gdbarch_init): Remove setting of gdbarch function
9541         fetch_pseudo_register and store_pseudo_register. Remove setting of
9542         register_convert_to_raw, register_convert_to_virtual,
9543         register_convertible.
9544         (sh_sh4_register_convertible): Delete. No longer needed. All is
9545         taken care by architecture specific functions
9546         register_read/register_write.
9547         (sh_sh4_register_convert_to_virtual): Make static.
9548         (sh_sh4_register_convert_to_raw): Ditto.
9549
9550 2002-01-22  Andrew Cagney  <[email protected]>
9551
9552         * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
9553         (floatformat_is_nan, floatformat_mantissa): Ditto.
9554
9555         * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
9556         for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
9557         builtin_type_ieee_double_little,
9558         builtin_type_ieee_double_littlebyte_bigword,
9559         builtin_type_m68881_ext, builtin_type_i960_ext,
9560         builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
9561         builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
9562         builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
9563         builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
9564
9565 2002-01-22  Corinna Vinschen  <[email protected]>
9566
9567         * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
9568         parameter.  Set frameless flag if it exists and depended of
9569         whether the scanned function is frameless or not.
9570         (xstormy16_skip_prologue): If function is frameless, return
9571         result of xstormy16_scan_prologue().
9572         (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
9573         call.
9574
9575 2002-01-21  Elena Zannoni  <[email protected]>
9576
9577         * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
9578         sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
9579         sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
9580         sh_sh4_register_byte, sh_sh4_register_raw_size,
9581         sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
9582         sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
9583         sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
9584         sh_store_pseudo_register, sh_do_pseudo_register): Call
9585         gdbarch_tdep() just once, assign result to variable and use that,
9586         instead of calling the function several times.
9587
9588 2002-01-20  Mark Kettenis  <[email protected]>
9589
9590         * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
9591         macros instead of LAST_FPU_CTRL_REGNUM.
9592         (store_register): Likewise.
9593
9594 2002-01-21  Jim Blandy  <[email protected]>
9595
9596         * infcmd.c (run_command): Check that the `exec' target layer's BFD
9597         is up-to-date before running the program, not just when a program
9598         exits.
9599
9600 2002-01-21  Fred Fish  <[email protected]>
9601
9602         * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
9603         when we have found all instructions we are looking for.
9604
9605 2002-01-21  Richard Earnshaw  <[email protected]>
9606
9607         * arm-tdep.c (arm_register_name): New function.
9608         (arm_registers_names): Make static.
9609         * config/arm/tm-arm.h (arm_register_names): Delete declaration.
9610         (arm_register_name): Declare.
9611         (REGISTER_NAME): Use it.
9612
9613 2002-01-21  Richard Earnshaw  <[email protected]>
9614             Kevin Buettner  <[email protected]>
9615
9616         Convert arm targets to new FRAME interface.
9617         * arm-tdep.c (struct frame_extra_info): Remove fsr.
9618         (arm_frame_find_save_regs): Delete.
9619         (arm_frame_init_saved_regs): New.
9620         (arm_init_extra_frame_info): Alloacte saved_regs as required.
9621         Allocate extra_info as required.  Convert all uses of fsr.regs
9622         to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
9623         to use extra_info.
9624         (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
9625         (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
9626         (check_prologue_cache, save_prologue_cache): Likewise.
9627         (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
9628         * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
9629         (FRAME_FIND_SAVED_REGS): Delete.
9630         (arm_frame_find_saved_regs): Delete prototype.
9631         (arm_frame_init_saved_regs): New prototype.
9632         (FRAME_INIT_SAVED_REGS): Define.
9633
9634 2002-01-20  Andrew Cagney  <[email protected]>
9635
9636         * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
9637
9638 2002-01-20  Andrew Cagney  <[email protected]>
9639
9640         From Jeff Law <[email protected]>:
9641         * infttrace.c: Include <sys/pstat.h>.
9642         (child_pid_to_exec_file): Revamp.  Use pstat call to get the
9643         exec file if the ttrace equivalent fails.
9644
9645 2002-01-20  Andrew Cagney  <[email protected]>
9646
9647         * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
9648         (closeLogFile): Ditto.
9649
9650 2002-01-20  Michael Chastain  <[email protected]>
9651
9652         * top.c (print_gdb_version): Bump copyright year to 2002.
9653
9654 2002-01-20  Andrew Cagney  <[email protected]>
9655
9656         * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
9657         Zannoni and Eli Zaretskii.
9658
9659 2002-01-20  Daniel Jacobowitz  <[email protected]>
9660
9661         * buildsym.c: Update copyright years.
9662         * c-typeprint.c: Likewise.
9663         * dwarf2read.c: Likewise.
9664         * f-typeprint.c: Likewise.
9665         * gdbtypes.c: Likewise.
9666         * gdbtypes.h: Likewise.
9667         * hp-symtab-read.c: Likewise.
9668         * hpread.c: Likewise.
9669         * mdebugread.c: Likewise.
9670         * p-typeprint.c: Likewise.
9671
9672 2002-01-20  Andrew Cagney  <[email protected]>
9673
9674         * remote-sim.c (gdbsim_open): Simplify code testing the macro
9675         TARGET_BYTE_ORDER_SELECTABLE_P.  Assume the target is always
9676         byte-order selectable.
9677         * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
9678         * arch-utils.c: Ditto.
9679         (set_endian): Ditto.
9680         (set_endian_from_file): Ditto.
9681         * gdbserver/low-sim.c (create_inferior): Ditto.
9682         * gdbarch.sh: Ditto.
9683         * gdbarch.h: Re-generate.
9684         * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9685         * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
9686         * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
9687         * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9688         * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9689         * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9690         * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
9691         * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
9692         macro definition.
9693         * config/mips/tm-wince.h: Remove #undef of macro
9694         TARGET_BYTE_ORDER_SELECTABLE.
9695         * config/sh/tm-wince.h: Ditto.
9696
9697 2002-01-20  Daniel Jacobowitz  <[email protected]>
9698
9699         * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
9700         member function fields.  Add accessor macro
9701         TYPE_FN_FIELD_ARTIFICIAL.
9702         * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
9703         * c-typeprint.c (c_type_print_base): Skip artificial member
9704         functions.
9705
9706 2002-01-20  Daniel Jacobowitz  <[email protected]>
9707
9708         * f-typeprint.c: Delete unused function f_type_print_args.
9709         * p-typeprint.c: Delete unused function pascal_type_print_args.
9710
9711 2002-01-20  Daniel Jacobowitz  <[email protected]>
9712
9713         * gdbtypes.h (struct type): Fix whitespace.  Remove obsolete
9714         comment.  Add ``artificial'' to ``union field_location''.
9715
9716         * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
9717
9718         * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
9719         * mdebugread.c (parse_symbol): Likewise.
9720         * stabsread.c (define_symbol): Likewise.
9721         * hp-symtab-read.c (hpread_function_type): Likewise, instead of
9722         initializing TYPE_FIELD_BITPOS to n (obsolete).
9723         (hpread_doc_function_type): Likewise.
9724         * hpread.c (hpread_function_type): Likewise.
9725
9726 2002-01-20  Andrew Cagney  <[email protected]>
9727
9728         * configure.in (host_makefile_frag): Only require a host makefile
9729         fragment when a native build.
9730         * configure: Re-generate.
9731
9732 2002-01-20  Andrew Cagney  <[email protected]>
9733
9734         * doublest.h (floatformat_from_type): Declare.
9735         * doublest.c (floatformat_from_type): New function.
9736         (convert_typed_floating): Use.
9737
9738         * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
9739         call to function floatformat_from_type.
9740
9741         * gdbarch.sh (IEEE_FLOAT): Delete.
9742         * gdbarch.h, gdbarch.c: Re-generate.
9743         * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
9744         * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
9745         * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
9746         * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
9747         * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
9748         * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
9749         * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
9750         * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
9751         * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
9752         * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
9753         * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
9754         * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
9755
9756         * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
9757         * x86-64-tdep.c (i386_gdbarch_init): Ditto.
9758         * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9759         * sh-tdep.c (sh_gdbarch_init): Ditto.
9760         * mips-tdep.c (mips_gdbarch_init): Ditto.
9761         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9762         * cris-tdep.c (cris_gdbarch_init): Ditto.
9763
9764 2002-01-20  Jiri Smid  <[email protected]>
9765
9766         * configure.host, configure.tgt: Support x86-64.
9767         * NEWS: Note new target x86-64.
9768
9769         * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
9770         * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
9771         * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
9772         * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
9773         x86-64-linux-nat.o): Fix dependencies.
9774
9775 2002-01-19  Andrew Cagney  <[email protected]>
9776
9777         * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
9778         * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
9779         * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
9780         * config/sparc/xm-sun4os4.h: Delete file.
9781         * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
9782
9783 2002-01-19  Andrew Cagney  <[email protected]>
9784
9785         * config/sparc/sparclynx.mh (XM_FILE): Delete.
9786         * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
9787         * config/m68k/m68klynx.mh (XM_FILE): Delete.
9788         * config/i386/i386lynx.mh (XM_FILE): Delete.
9789         * config/rs6000/xm-rs6000ly.h: Delete file.
9790         * config/sparc/xm-sparclynx.h: Delete file.
9791         * config/m68k/xm-m68klynx.h: Delete file.
9792         * config/i386/xm-i386lynx.h: Delete file.
9793         * config/xm-lynx.h: Delete file.
9794         * config/djgpp/fnchange.lst: Update.
9795
9796 2002-01-19  Jason Thorpe  <[email protected]>
9797
9798         * alpha-tdep.c (alpha_register_byte): New function.
9799         (alpha_register_raw_size): Ditto.
9800         (alpha_register_virtual_size): Ditto.
9801         (alpha_skip_prologue_internal): Renamed from
9802         alpha_skip_prologue.
9803         (alpha_skip_prologue): New version that calls
9804         alpha_skip_prologue_internal.
9805         (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
9806         * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
9807         second argument from alpha_skip_prologue.
9808         (REGISTER_BYTE): Use alpha_register_byte.
9809         (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
9810         (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
9811         (FRAMELESS_FUNCTION_INVOCATION): Use
9812         generic_frameless_function_invocation_not.
9813         (FRAME_NUM_ARGS): Use frame_num_args_unknown.
9814         (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
9815
9816 2002-01-19  Andrew Cagney  <[email protected]>
9817
9818         * config/mips/xm-news-mips.h: Delete file.
9819         * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
9820
9821         * config/m88k/xm-m88k.h: Delete file.
9822         * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
9823         * config/m88k/xm-delta88v4.h: Ditto.
9824         * config/m88k/xm-delta88.h: Ditto.
9825
9826         * config/alpha/xm-fbsd.h: Delete file.
9827         * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
9828
9829         * config/sparc/xm-sparc.h: Delete file.
9830         * Makefile.in (xm-sun4os4.h): Delete dependency.
9831         * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
9832         * config/sparc/xm-sun4os4.h: Ditto.
9833         * config/sparc/xm-linux.h: Ditto.
9834
9835         * config/i386/xm-windows.h: Delete file.
9836
9837 2002-01-19  Andrew Cagney  <[email protected]>
9838
9839         * utils.c: Include <sys/param.h> for MAXPATHLEN.
9840         (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
9841
9842 2002-01-19  Jason Thorpe  <[email protected]>
9843
9844         * alpha-tdep.c (alpha_call_dummy_words): New.
9845         * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
9846         (CALL_DUMMY_P): Define.
9847         (CALL_DUMMY_WORDS): Define.
9848         (SIZEOF_CALL_DUMMY_WORDS): Define.
9849
9850 2002-01-19  Per Bothner  <[email protected]>
9851
9852         * gnu-v3-abi.c (gnuv3_rtti_type):  Guard that vtable_symbol_name
9853         isn't NULL, which can happen with some gcj-3.x-produced code.
9854
9855 2002-01-19  Jason Thorpe  <[email protected]>
9856
9857         * alpha-tdep.c (alpha_register_virtual_type): New function.
9858         (alpha_init_frame_pc_first): Ditto.
9859         (alpha_fix_call_dummy): Ditto.
9860         (alpha_store_struct_return): Ditto.
9861         (alpha_extract_struct_value_address): Ditto.
9862         * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
9863         alpha_register_virtual_type.
9864         (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
9865         (EXTRACT_STRUCT_VALUE_ADDRESS): Use
9866         alpha_extract_struct_value_address.
9867         (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
9868         (INIT_FRAME_PC): Use init_frame_pc_noop.
9869         (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
9870
9871 2002-01-19  Mark Kettenis  <[email protected]>
9872
9873         * i386gnu-nat.c: Include "i386-tdep.h".
9874         (fetch_fpregs): Simplify code dealing with uninitialized floating
9875         point states such that it doesn't require FP7_REGNUM.
9876
9877 2002-01-18  Jason Thorpe  <[email protected]>
9878
9879         * alpha-tdep.c (frame_extra_info): New.
9880         (alpha_find_saved_regs): Make static.  Use
9881         frame->extra_info.
9882         (alpha_frame_init_saved_regs): New function.
9883         (alpha_frame_saved_pc): Use frame->extra_info.
9884         (temp_saved_regs): Don't declare as struct frame_saved_regs.
9885         (heuristic_proc_desc): Adjust for temp_saved_regs changes.
9886         (init_extra_frame_info): Rename to...
9887         (alpha_init_extra_frame_info): ...this.  Use frame->extra_info.
9888         (alpha_print_extra_frame_info): New function.
9889         (alpha_frame_locals_address): Ditto.
9890         (alpha_frame_args_address): Ditto.
9891         (alpha_pop_frame): Use frame->extra_info.
9892         * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
9893         alpha_frame_args_address.
9894         (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
9895         (alpha_find_saved_regs): Remove prototype.
9896         (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
9897         (EXTRA_FRAME_INFO): Remove.
9898         (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
9899         (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
9900
9901 2002-01-18  Jason Thorpe  <[email protected]>
9902
9903         * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
9904         (alpha_cannot_fetch_register): Ditto.
9905         (alpha_cannot_store_register): Ditto.
9906         (alpha_register_convertible): Ditto.
9907         (alpha_use_struct_convention): Ditto.
9908         * config/alpha/tm-alpha.h: Update copyright years.
9909         (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
9910         (INNER_THAN): Use core_addr_lessthan.
9911         (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
9912         (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
9913         (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
9914         (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
9915         (FRAME_CHAIN): Remove unnecessary cast.
9916
9917 2002-01-18  Andrew Cagney  <[email protected]>
9918
9919         * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
9920         obsolete.
9921
9922 2002-01-18  Andrew Cagney  <[email protected]>
9923
9924         * infptrace.c: Remove ATTRIBUTE_UNUSED.  Update copyright.
9925         * monitor.c, remote-array.c, remote-bug.c: Ditto.
9926         * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
9927         * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
9928         * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
9929         * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
9930         * x86-64-linux-nat.c: Ditto.
9931
9932 2002-01-18  Jason Thorpe  <[email protected]>
9933
9934         * alpha-tdep.c (alpha_register_name): New function.
9935         * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
9936         (REGISTER_NAME): Define.
9937
9938 2002-01-18  Jason Thorpe  <[email protected]>
9939
9940         * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
9941
9942 2002-01-18  Jason Thorpe  <[email protected]>
9943
9944         * alpha-tdep.c: Update copyright years.
9945         (alpha_next_pc): New function.
9946         (alpha_software_single_step): Ditto.
9947         * config/alpha/tm-alpha.h: Add prototype for
9948         alpha_software_single_step.
9949
9950 2002-01-18  Jason Thorpe  <[email protected]>
9951
9952         * alphabsd-nat.c: Update copyright years.
9953         (fill_gregset): Use regcache_collect.
9954         (fill_fpregset): Likewise.
9955         (fetch_inferior_registers): Only fetch integer registers
9956         if requested to do so.
9957         (store_inferior_registers): Only store integer registers
9958         if requested to do so.
9959
9960 2002-01-17  Andrew Cagney  <[email protected]>
9961
9962         * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
9963         * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
9964         * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
9965         * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
9966         * config/alpha/fbsd.mh (XDEPFILES): Delete.
9967         * config/arm/linux.mh (XDEPFILES): Delete.
9968         * config/arm/nbsd.mh (XDEPFILES): Delete.
9969         * config/i386/i386dgux.mh (XDEPFILES): Delete.
9970         * config/i386/i386sol2.mh (XDEPFILES): Delete.
9971         * config/i386/i386m3.mh (XDEPFILES): Delete.
9972         (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
9973         * config/i386/i386gnu.mh (XDEPFILES): Delete.
9974         * config/i386/fbsd.mh (XDEPFILES): Delete.
9975         * config/i386/i386bsd.mh (XDEPFILES): Delete.
9976         * config/i386/i386sco5.mh (XDEPFILES): Delete.
9977         * config/i386/i386v4.mh (XDEPFILES): Delete.
9978         * config/i386/i386v42mp.mh (XDEPFILES): Delete.
9979         * config/i386/i386sco4.mh (XDEPFILES): Delete.
9980         * config/i386/i386aix.mh (XDEPFILES): Delete.
9981         * config/i386/go32.mh (XDEPFILES): Delete.
9982         * config/i386/cygwin.mh (XDEPFILES): Delete.
9983         * config/i386/i386lynx.mh (XDEPFILES): Delete.
9984         * config/i386/i386mach.mh (XDEPFILES): Delete.
9985         * config/i386/i386v32.mh (XDEPFILES): Delete.
9986         * config/i386/linux.mh (XDEPFILES): Delete.
9987         * config/i386/nbsdelf.mh (XDEPFILES): Delete.
9988         * config/i386/ncr3000.mh (XDEPFILES): Delete.
9989         * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
9990         * config/i386/i386sco.mh (XDEPFILES): Delete.
9991         * config/i386/i386v.mh (XDEPFILES): Delete.
9992         * config/i386/nbsd.mh (XDEPFILES): Delete.
9993         * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
9994         * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
9995         * config/i386/symmetry.mh (XDEPFILES): Delete.
9996         * config/i386/obsd.mh (XDEPFILES): Delete.
9997         * config/i386/x86-64linux.mh (XDEPFILES): Delete.
9998         * config/ia64/linux.mh (XDEPFILES): Delete.
9999         * config/ia64/aix.mh (XDEPFILES): Delete.
10000         * config/m68k/apollo68b.mh (XDEPFILES): Delete.
10001         * config/m68k/dpx2.mh (XDEPFILES): Delete.
10002         * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
10003         * config/m68k/apollo68v.mh (XDEPFILES): Delete.
10004         * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
10005         * config/m68k/linux.mh (XDEPFILES): Delete.
10006         * config/m68k/m68klynx.mh (XDEPFILES): Delete.
10007         * config/m68k/m68kv4.mh (XDEPFILES): Delete.
10008         * config/m68k/nbsd.mh (XDEPFILES): Delete.
10009         * config/m68k/sun2os3.mh (XDEPFILES): Delete.
10010         * config/m68k/sun2os4.mh (XDEPFILES): Delete.
10011         * config/m68k/sun3os3.mh (XDEPFILES): Delete.
10012         * config/m68k/sun3os4.mh (XDEPFILES): Delete.
10013         * config/m88k/delta88.mh (XDEPFILES): Delete.
10014         * config/m88k/delta88v4.mh (XDEPFILES): Delete.
10015         * config/m88k/m88k.mh (XDEPFILES): Delete.
10016         * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
10017         * config/mips/linux.mh (XDEPFILES): Delete.
10018         * config/mips/irix6.mh (XDEPFILES): Delete.
10019         * config/mips/irix5.mh (XDEPFILES): Delete.
10020         * config/mips/irix4.mh (XDEPFILES): Delete.
10021         * config/mips/irix3.mh (XDEPFILES): Delete.
10022         * config/mips/decstation.mh (XDEPFILES): Delete.
10023         * config/mips/mipsm3.mh (XDEPFILES): Delete.
10024         (NATDEPFILES): Move core-aout.o to here.
10025         * config/ns32k/nbsd.mh (XDEPFILES): Delete.
10026         * config/pa/hpux1020.mh (XDEPFILES): Delete.
10027         * config/pa/hppabsd.mh (XDEPFILES): Delete.
10028         * config/pa/hppahpux.mh (XDEPFILES): Delete.
10029         * config/pa/hpux11w.mh (XDEPFILES): Delete.
10030         * config/pa/hppaosf.mh (XDEPFILES): Delete.
10031         * config/pa/hpux11.mh (XDEPFILES): Delete.
10032         * config/powerpc/aix.mh (XDEPFILES): Delete.
10033         * config/powerpc/nbsd.mh (XDEPFILES): Delete.
10034         * config/powerpc/linux.mh (XDEPFILES): Delete.
10035         * config/romp/rtbsd.mh: Rename XDEPFILES.
10036         * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
10037         * config/rs6000/aix4.mh (XDEPFILES): Delete.
10038         * config/rs6000/rs6000.mh (XDEPFILES): Delete.
10039         * config/s390/s390.mh (XDEPFILES): Delete.
10040         * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
10041         * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
10042         * config/sparc/sun4os4.mh (XDEPFILES): Delete.
10043         * config/sparc/sparclynx.mh (XDEPFILES): Delete.
10044         * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
10045         * config/sparc/nbsd.mh (XDEPFILES): Delete.
10046         * config/sparc/linux.mh (XDEPFILES): Delete.
10047         * config/vax/vaxult.mh (XDEPFILES): Delete.
10048         * config/vax/vaxult2.mh (XDEPFILES): Delete.
10049         * Makefile.in (DEPFILES): Remove XDEPFILES.
10050
10051 2002-01-17  Andrew Cagney  <[email protected]>
10052
10053         * utils.c (internal_verror): Fix comments, default is yes not no.
10054         Update queries to match.  Default to quit and dump core.
10055
10056 2002-01-17  Andrew Cagney  <[email protected]>
10057
10058         * breakpoint.c: Update assuming #if UI_OUT is always true.  Update
10059         copyright.
10060         * defs.h, event-top.c, gdbcmd.h: Ditto.
10061         * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
10062         * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
10063         * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
10064         * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
10065         * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
10066         * mi/mi-main.c:Ditto.
10067
10068         * stack.c, symfile.c: Update copyright.
10069
10070 2002-01-17  Daniel Jacobowitz  <[email protected]>
10071
10072         * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
10073         gdbserver/low-nbsd.c, gdbserver/low-sim.c,
10074         gdbserver/low-sparc.c, gdbserver/low-sun3.c,
10075         gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
10076
10077 2002-01-17  Daniel Jacobowitz  <[email protected]>
10078
10079         * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
10080         * gdbserver/low-lynx.c (myattach): Likewise.
10081         * gdbserver/low-nbsd.c (myattach): Likewise.
10082         * gdbserver/low-sim.c (myattach): Likewise.
10083         * gdbserver/low-sparc.c (myattach): Likewise.
10084         * gdbserver/low-sun3.c (myattach): Likewise.
10085
10086         * gdbserver/low-linux.c (myattach): New function.
10087
10088         * gdbserver/server.c (attach_inferior): New function.
10089         (main): Handle "--attach".
10090
10091 2002-01-16  Andrew Cagney  <[email protected]>
10092
10093         * MAINTAINERS (language support): Daniel Jacobwitz is C++
10094         maintainer.
10095
10096 2002-01-15  Daniel Jacobowitz  <[email protected]>
10097
10098         * c-typeprint.c (is_type_conversion_operator): Add additional
10099         check for non-conversion operators.
10100
10101 2002-01-15  Michael Snyder  <[email protected]>
10102
10103         * linux-proc.c: Add "info proc" command, a la procfs.c.
10104         (read_mapping): New function, abstract and re-use code.
10105         (linux_find_memory_regions): Use new func read_mapping.
10106         (linux_info_proc_cmd): New function, implement "info proc".
10107         (_initialize_linux_proc): Add new command "info proc".
10108
10109 2002-01-15  Michael Snyder  <[email protected]>
10110
10111         * symfile.c (generic_load): Use bfd_map_over_sections method
10112         instead of manipulating bfd structure members directly.
10113         (add_section_size_callback): New function, bfd sections callback
10114         used by generic_load.
10115         (load_sections_callback): New function, bfd sections callback
10116         used by generic_load.
10117
10118 2002-01-15  Elena Zannoni  <[email protected]>
10119
10120         [Based on work by Jim Blandy]
10121         * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
10122         (builtin_type_vec128): Export.
10123         * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
10124         types.
10125         (builtin_type_vec128): New builtin type for 128 bit vector
10126         registers.
10127         (build_gdbtypes): Initialize builtin_type_v16qi and
10128         builtin_type_v8hi. Create the vec128 register builtin type
10129         structure.
10130         (build_builtin_type_vec128): New function.
10131         (_initialize_gdbtypes): Register builtin_type_v16qi and
10132         builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
10133         * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
10134         AltiVec register to new builtin type.
10135
10136 2001-01-15  Daniel Jacobowitz  <[email protected]>
10137
10138         * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
10139         to make_cv_type.
10140
10141 2002-01-14  Andrew Cagney  <[email protected]>
10142
10143         * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
10144         CLEAN_UP_REGISTER_VALUE.
10145         * regcache.c (supply_register): Update only call.
10146
10147 2002-01-14  Andrew Cagney  <[email protected]>
10148
10149         * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
10150         a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
10151         a29k-*-vxworks* targets as obsolete.
10152
10153 2002-01-14  Michael Snyder  <[email protected]>
10154
10155         * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
10156         until we can resolve portability issues.
10157         * gregset.h: Remove references to fpxregs.
10158         * gcore.c (gcore_command): Initialize note_sec to NULL.
10159
10160 2002-01-13  Andrew Cagney  <[email protected]>
10161
10162         * signals.c (target_signal_to_name): Rewrite.  Only use
10163         signals[].name when in bounds and non-NULL.
10164
10165 2002-01-13  Andrew Cagney  <[email protected]>
10166
10167         From Petr Ledvina <[email protected]>:
10168         * signals.c (target_signal_to_name): Verify that SIG is within the
10169         bounds of the signals array.
10170
10171 2002-01-13  Andrew Cagney  <[email protected]>
10172
10173         * MAINTAINERS: Remove arm-coff and arm-pe from target list.
10174
10175 2002-01-13  Keith Seitz  <[email protected]>
10176
10177         * stack.c (print_frame_info_base): Print the frame's pc
10178         only if when print_frame_info_listing_hook is not defined.
10179
10180 2002-01-13  Keith Seitz  <[email protected]>
10181
10182         * varobj.c (varobj_set_value): Make sure that there were no
10183         errors evaluating the object before attempting to set its
10184         value.
10185         value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
10186         so this offset adjustment is no longer necessary.
10187         (create_child): Don't set the error flag if the child is
10188         a CPLUS_FAKE_CHILD.
10189         (value_of_child): If value_fetch_lazy fails, return NULL
10190         so that callers will be notified that an error occurred.
10191         (c_value_of_variable): Delay check of variable's validity
10192         until later. We actually want all structs and unions to have
10193         the value "{...}".
10194         Do not return "???" for variables which could not be evaluated.
10195         This error condition must be returned to the caller so that it
10196         can get the error condition from gdb.
10197         (cplus_name_of_child): Adjust index for vptr before figuring
10198         out the name of the child.
10199         (cplus_value_of_child): If a child's (real) parent is not valid,
10200         don't even bother trying to give a value for it. Just return
10201         an error. Change all instances in this function.
10202         (cplus_type_of_child): If our parent is one of the "fake"
10203         parents, we need to get at the type of the real parent, and
10204         derive the child's true type using this information.
10205
10206 2002-01-13  Andrew Cagney  <[email protected]>
10207
10208         From 2002-01-09 John Marshall <[email protected]>:
10209         * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
10210         sources.redhat.com, and tweak some related URLs which had
10211         suffered from linkrot.
10212
10213 2002-01-13  Andrew Cagney  <[email protected]>
10214
10215         From Jeff law:
10216         * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
10217         structures passed in registers.
10218
10219 2002-01-13  Eli Zaretskii  <[email protected]>
10220
10221         * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
10222         white space which prevented compilation.  Reported by DSK
10223         <[email protected]>.
10224
10225 2002-01-11  Michael Snyder  <[email protected]>
10226
10227         * symfile.c (build_section_addr_info_from_section_tab):
10228         Use bfd access method instead of manipulating bfd directly.
10229         (syms_from_objfile): Ditto.
10230         (simple_overlay_update_1): Ditto.
10231         (simple_overlay_update): Ditto.
10232         (generic_load): Ditto.
10233         (overlay_unmapped_address): FIXME comment, bfd access methods.
10234         (sections_overlap): FIXME comment, bfd access methods.
10235         (pc_in_mapped_range): FIXME comment, bfd access methods.
10236         (pc_in_unmapped_range): FIXME comment, bfd access methods.
10237         (section_is_mapped): FIXME comment, bfd access methods.
10238         (section_is_overlay): FIXME comment, bfd access methods.
10239
10240         * symfile.c (generic_load): Whitespace and long line cleanups.
10241         Remove duplicate variable, change several local variables to
10242         more appropriate data types.
10243         (print_transfer_performance): Use %lu instead of %ld for ulongs.
10244
10245 2002-01-12  Andrew Cagney  <[email protected]>
10246
10247         From Peter Schauer:
10248         * language.c (longest_local_hex_string_custom): Use phex_nz to
10249         convert NUM to a hex string.
10250
10251 2002-01-12  Elena Zannoni  <[email protected]>
10252
10253         * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
10254         the function.
10255         Update Copyright year.
10256
10257 2002-01-12  Andrew Cagney  <[email protected]>
10258
10259         * language.c (longest_raw_hex_string): Delete unused function.
10260
10261 2002-01-11  Petr Sorfa  <[email protected]>
10262
10263         * MAINTAINERS (write-after-approval): Add myself.
10264         * dwarf2read.c (read_tag_string_type): Handling of
10265         DW_AT_byte_size.
10266         (read_tag_string_type): FORTRAN fix to prevent propagation of
10267         first string size.
10268         (set_cu_language): Handling of DW_LANG_Fortran95
10269
10270 2002-01-11  Richard Earnshaw  <[email protected]>
10271
10272         * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
10273         GETPID(inferior_ptid).
10274         (store_inferior_registers): Likewise.
10275
10276 2002-01-10  Jason Merrill  <[email protected]>
10277
10278         * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
10279         Fix DW_OP_minus.
10280
10281 2002-01-10  Andrew Cagney  <[email protected]>
10282
10283         * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
10284         and bfd/elf32-sh-nbsd.c.
10285
10286 2002-01-10  Michael Snyder  <[email protected]>
10287
10288         * NEWS: Mention --pid and corefile/proc-id behavior change.
10289
10290         * Makefile.in: Add rules for gcore.o and linux-proc.o.
10291         * gcore.c: Include cli/cli-decode.h instead of command.h.
10292
10293         * main.c (captured_main): Add new command line option "--pid".
10294         If the second command line argument (following the symbol-file)
10295         begins with a digit, try to attach to it before trying to open
10296         it as a corefile.
10297         (print_gdb_help): Document the "--pid" argument.
10298
10299 2002-01-10  Eli Zaretskii  <[email protected]>
10300
10301         * completer.c (command_completer): New function.
10302
10303         * completer.h <command_completer>: Add prototype.
10304
10305         * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
10306         completer for the "help" command.
10307
10308 2002-01-09  Jason Merrill  <[email protected]>
10309
10310         * c-typeprint.c (is_type_conversion_operator): Fix thinko.
10311
10312 2002-01-09  Michael Snyder  <[email protected]>
10313
10314         * i386-linux-nat.c (fill_fpxregset): Make global.
10315         (store_fpxregset): Ditto.
10316
10317         * gregset.h (gdb_fpxregset_t): Define.
10318         (supply_fpxregset): Prototype.
10319         (fill_fpxregset): Prototype.
10320
10321         * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
10322
10323 2002-01-09  Richard Earnshaw  <[email protected]>
10324
10325         * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
10326         * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
10327         * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
10328
10329 2002-01-09  Andrew Cagney  <[email protected]>
10330
10331         * MAINTAINERS: Update target maintainer rules so that any
10332         Maintainer can approve a tested patch for a maintenance-only
10333         target.
10334
10335 2002-01-09  Richard Earnshaw  <[email protected]>
10336
10337         * MAINTAINERS (write-after-approval): Add myself.
10338
10339         * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
10340         IN_SIGTRAMP.
10341
10342 2002-01-08  Michael Snyder  <[email protected]>
10343
10344         * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
10345         real name of the executable, rather than the /proc name.
10346
10347 2002-01-03  Michael Snyder  <[email protected]>
10348
10349         Implement a "generate-core-file" command in gdb, save target state.
10350         * gcore.c: New file.  Implement new command 'generate-core-file'.
10351         Save a corefile image of the current state of the inferior.
10352         * linux-proc.c: Add linux-specific code for saving corefiles.
10353         * target.h (struct target_ops): Add new target vectors for saving
10354         corefiles; to_find_memory_regions and to_make_corefile_notes.
10355         (target_find_memory_regions): New macro.
10356         (target_make_corefile_notes): New macro.
10357         * target.c (update_current_target): Inherit new target methods.
10358         (dummy_find_memory_regions): New place-holder method.
10359         (dummy_make_corefile_notes): New place-holder method.
10360         (init_dummy_target): Initialize new dummy target vectors.
10361         * exec.c (exec_set_find_memory_regions): New function.
10362         Allow the exec_ops vector for memory regions to be taken over.
10363         (exec_make_note_section): New function, target vector method.
10364         * defs.h (exec_set_find_memory_regions): Export prototype.
10365         * procfs.c (proc_find_memory_regions): New function, corefile method.
10366         (procfs_make_note_section): New function, corefile method.
10367         (init_procfs_ops): Set new target vector pointers.
10368         (find_memory_regions_callback): New function.
10369         (procfs_do_thread_registers): New function.
10370         (procfs_corefile_thread_callback): New function.
10371         * sol-thread.c (sol_find_memory_regions): New function.
10372         (sol_make_note_section): New function.
10373         (init_sol_thread_ops): Initialize new target vectors.
10374         * inftarg.c (inftarg_set_find_memory_regions): New function.
10375         Allow to_find_memory_regions vector to be taken over.
10376         (inftarg_set_make_corefile_notes): New function.
10377         Allow to_make_corefile_notes vector to be taken over.
10378         * thread-db.c (thread_db_new_objfile): Don't activate thread-db
10379         interface layer if not target_has_execution (may be a corefile).
10380         * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
10381         * config/sparc/sun4sol2.mh: Ditto.
10382         * config/alpha/alpha-linux.mh: Ditto.
10383         * config/arm/linux.mh: Ditto.
10384         * config/i386/x86-64linux.mh: Ditto.
10385         * config/ia64/linux.mh: Ditto.
10386         * config/m68k/linux.mh: Ditto.
10387         * config/mips/linux.mh: Ditto.
10388         * config/powerpc/linux.mh: Ditto.
10389         * config/sparc/linux.mh: Ditto.
10390
10391 2002-01-07  Michael Snyder  <[email protected]>
10392
10393         * arm-linux-nat.c: Remove references to regcache.c internal data
10394         (registers[] and register_valid[]).
10395
10396 2002-01-07  Michael Snyder  <[email protected]>
10397
10398         * linux-proc.c: New file.  Implement child_pid_to_exec_file,
10399         so that attaching to a pid will automatically read the process's
10400         symbol file and shlibs.
10401         * Makefile.in: Add rule for linux-proc.o.
10402         * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
10403         * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
10404         * config/arm/linux.mh: Ditto.
10405         * config/i386/linux.mh: Ditto.
10406         * config/i386/x86-64linux.mh: Ditto.
10407         * config/ia64/linux.mh: Ditto.
10408         * config/m68k/linux.mh: Ditto.
10409         * config/mips/linux.mh: Ditto.
10410         * config/powerpc/linux.mh: Ditto.
10411         * config/sparc/linux.mh: Ditto.
10412
10413 2002-01-06  Pierre Muller  <[email protected]>
10414
10415         * win32-nat.c: Add i386-tdep.h dependency.
10416
10417 2002-01-07  Michael Snyder  <[email protected]>
10418
10419         * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
10420         instead of bfd_get_arch_size.  Don't bail out just because
10421         there's no exec_bfd.
10422
10423         * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
10424         * p-valprint.c (pascal_object_print_value): Ditto.
10425         * somread.c (som_symtab_read): Ditto.
10426         * symfile.c (simple_free_overlay_region_table): Ditto.
10427         * valops.c (value_assign): Ditto.
10428
10429         * tracepoint.c (tracepoint_save_command): From Klee Dienes --
10430         use tilde_expand and strerror for opening save-tracepoints file.
10431
10432         * thread-db.c (thread_db_new_objfile): Indendation fix.
10433
10434         * infptrace.c (GDB_MAX_ALLOCA): New define.
10435         (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
10436         size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
10437         can be overridden with whatever value is appropriate to the host).
10438         * infttrace.c (child_xfer_memory): Add FIXME warning about use of
10439         alloca to allocate potentially large buffer.
10440         * rs6000-nat.c (child_xfer_memory): Ditto.
10441         * symm-nat.c (child_xfer_memory): Ditto.
10442         * x86-64-linux-nat.c (child_xfer_memory): Ditto.
10443
10444 2002-01-07  Jackie Smith Cashion  <[email protected]>
10445
10446         From Nick Clifton  <[email protected]>
10447         * d10v-tdep.c: Set STACK_START to 0x200bffe.
10448
10449 2002-01-07  Michael Snyder  <[email protected]>
10450
10451         * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
10452         Don't use exec_bfd if it's NULL.
10453
10454 2002-01-06  Mark Kettenis  <[email protected]>
10455
10456         * valops.c (value_arg_coerce): Fix formatting.
10457
10458 2002-01-06  Andrew Cagney  <[email protected]>
10459
10460         * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
10461         * gnu-nat.c: Ditto.
10462
10463 2002-01-06  Andrew Cagney  <[email protected]>
10464
10465         * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
10466         arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
10467         i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
10468         ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
10469         z8k-coff have not been multi-arched.  Update z8k-coff build
10470         status.
10471
10472 2002-01-06  Andrew Cagney  <[email protected]>
10473
10474         * MAINTAINERS: Mark a29k target as obsolete.
10475         * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
10476         (remote-mm.o, remote-udi.o): Obsolete.  Remove references in
10477         comments.
10478         * NEWS: Note that a29k targets are obsolete.
10479         * a29k-tdep.c: Mark as obsolete.
10480         * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
10481         a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
10482         a29k-*-vxworks* targets as obsolete.
10483         * remote-adapt.c: Obsolete.
10484         * remote-eb.c: Obsolete.
10485         * remote-mm.c: Obsolete.
10486         * remote-udi.c: Obsolete.
10487         * config/a29k/a29k-udi.mt: Obsolete.
10488         * config/a29k/a29k.mt: Obsolete.
10489         * config/a29k/tm-a29k.h: Obsolete.
10490         * config/a29k/tm-vx29k.h: Obsolete.
10491         * config/a29k/vx29k.mt: Obsolete.
10492
10493 2002-01-05  Andrew Cagney  <[email protected]>
10494
10495         * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
10496         with BFD_ENDIAN_BIG.
10497
10498 2002-01-05  Andrew Cagney  <[email protected]>
10499
10500         * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
10501         * configure, config.in: Re-generate.
10502         * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
10503         * defs.h: Do not include <endian.h>.
10504
10505 2002-01-05  Jason Thorpe  <[email protected]>
10506
10507         * acconfig.h (HAVE_PT_GETXMMREGS): New.
10508         * config.in: Regenerate.
10509         * configure.in: Update copyright years.
10510         Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
10511         * configure: Regenerate.
10512         * i386bsd-nat.c: Update copyright years.
10513         (fill_gregset): Use regcache_collect.
10514         (fetch_inferior_registers): Only fetch integer registers
10515         if requested to do so.  Add support for XMM registers
10516         using PT_GETXMMREGS.
10517         (store_inferior_registers): Only store integer registers
10518         if requested to do so.  Add support for XMM registers
10519         using PT_SETXMMREGS.
10520         * i386nbsd-nat.c (fetch_inferior_registers): Remove.
10521         (store_inferior_registers): Remove.
10522         (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
10523         (fetch_elfcore_registers): New function.
10524         (i386nbsd_elfcore_fns): New.
10525         (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
10526         * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
10527         i386bsd-nat.o.
10528         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
10529         * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
10530         * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
10531         * config/i386/tm-nbsd.h: Update copyright years.
10532         (HAVE_SSE_REGS): Define.
10533         (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
10534         (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
10535         (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
10536         (SIGCONTEXT_PC_OFFSET): Remove.
10537         (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
10538
10539 2002-01-05  Andrew Cagney  <[email protected]>
10540
10541         * configure.tgt: Remove powerpc-*-macos* target.
10542         * config/m68k/xm-mpw.h: Delete file.
10543         * config/xm-mpw.h: Delete file.
10544         * ser-mac.c: Delete file.
10545         * mpw-make.sed: Delete file.
10546         * mpw-config.in: Delete file.
10547         * mac-xdep.c: Delete file.
10548         * mac-gdb.r: Delete file.
10549         * mac-defs.h: Delete file.
10550         * mac-nat.c: Delete file.
10551         * config/powerpc/macos.mh: Delete file.
10552         * config/powerpc/macos.mt: Delete file.
10553         * config/powerpc/nm-macos.h: Delete file.
10554         * config/powerpc/tm-macos.h: Delete file.
10555         * source.c (openp, open_source_file): Remove obsolete code.
10556         * top.c (gdb_readline): Ditto.
10557         * utils.c (query): Ditto.
10558         * event-top.c (display_gdb_prompt): Ditto.
10559         * Makefile.in (ser-mac.o): Delete obsolete target.
10560         * NEWS: Update.
10561
10562 2002-01-04  Andrew Cagney  <[email protected]>
10563
10564         * defs.h (BIG_ENDIAN): Delete macro definition.
10565         * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
10566         coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
10567         findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
10568         printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
10569         remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
10570         stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
10571         config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
10572         config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
10573         config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
10574         config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
10575         config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
10576         config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
10577         mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
10578         * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
10579         * gdbarch.c: Re-generate.
10580
10581 2002-01-04  Daniel Jacobowitz  <[email protected]>
10582
10583         * thread-db.c (thread_db_new_objfile): Do not enable thread_db
10584         for core files.
10585
10586 2002-01-04  Jason Thorpe  <[email protected]>
10587
10588         * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
10589
10590 2002-01-04  Andrew Cagney  <[email protected]>
10591
10592         * value.h (value_ptr): Delete typedef.
10593
10594 2002-01-04  Jason Thorpe  <[email protected]>
10595
10596         * i386nbsd-nat.c: Update copyright years.
10597         Include i386-tdep.h.
10598
10599 2002-01-04  Elena Zannoni  <[email protected]>
10600
10601         * stabsread.c: Update copyright years.
10602
10603         From Debashis Mahata <[email protected]>:
10604         (read_struct_fields): Deal with Sun C compiler erroneous stab
10605         output for structs and unions.
10606         Fix PR gdb/269.
10607
10608 2002-01-04  Daniel Jacobowitz  <[email protected]>
10609
10610         * p-valprint.c: Include "cp-abi.h" for baseclass_offset
10611         prototype.
10612
10613 2002-01-04  Daniel Jacobowitz  <[email protected]>
10614
10615         * cp-abi.c: Fix whitespace.
10616         (baseclass_offset): New wrapper function.
10617         * cp-abi.h (baseclass_offset): Add prototype.
10618         (struct cp_abi_ops): Add baseclass_offset pointer.
10619
10620         * valops.c (vb_match): Move to...
10621         * gnu-v2-abi.c (vb_match): here.
10622         * valops.c (baseclass_offset): Move to...
10623         * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
10624
10625         * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
10626
10627         * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
10628         * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
10629         * hpacc-abi.c (init_hpacc_ops): Likewise.
10630
10631 2002-01-04  Daniel Jacobowitz  <[email protected]>
10632
10633         * valops.c (find_overload_match): Accept obj as a
10634         reference parameter.  Update it before returning.
10635         * value.h (find_overload_match): Update prototype.
10636         * eval.c (evaluate_subexp_standard): Pass object to
10637         find_overload_match by reference.
10638
10639 2002-01-03  Andrew Cagney  <[email protected]>
10640
10641         * valarith.c: Replace value_ptr with struct value pointer.  Remove
10642         register attribute from value declarations.
10643         * valops.c: Ditto.
10644         * value.h: Ditto.
10645         * scm-lang.c (scm_lookup_name): Ditto.
10646
10647 2002-01-03  Michael Snyder  <[email protected]>
10648
10649         Abstract the functionality of iterating over mapped memory
10650         regions into a general purpose iterator function.
10651         * procfs.c (iterate_over_mappings): New function, general purpose
10652         iterator for memory sections.
10653         (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
10654         (solib_mappings_callback): New function, callback for above.
10655         (info_proc_mappings): Reimpliment using iterate_over_mappings.
10656         (info_mappings_callback): New function, callback for above.
10657
10658         * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
10659
10660 2002-01-01  Mark Kettenis  <[email protected]>
10661
10662         * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
10663         * i386-tdep.c: Include "elf-bfd.h".
10664         (process_note_abi_tag_sections): New function.
10665         (i386_gdbarch_init): Add code to recognize various OS/ABI
10666         combinations.
10667
10668         * maint.c (_initialize_maint_cmds): Add missing \ in
10669         string-literal.
10670
10671 For older changes see ChangeLog-2001
10672 \f
10673 Local Variables:
10674 mode: change-log
10675 left-margin: 8
10676 fill-column: 74
10677 version-control: never
10678 End:
This page took 0.684178 seconds and 4 git commands to generate.