]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/ChangeLog
Add 16 bit R_RBA.
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
9ce5c36a
JT
12002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
2
3 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
4 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
5 (sparc64nbsd-nat.o)
6 (sparcnbsd-nat.o)
7 (sparcnbsd-tdep.o): New dependency lists.
8 * NEWS: Note new UltraSPARC NetBSD native configuration.
9 * configure.host (sparc64-*-netbsd*): New host.
10 * configure.tgt (sparc-*-netbsdelf*)
11 (sparc-*-netbsd*): Set gdb_target to nbsd.
12 (sparc64-*-netbsd*): New target.
13 * sparc64nbsd-nat.c: New file.
14 * sparcnbsd-nat.c: New file.
15 * sparcnbsd-tdep.c: New file.
16 * sparcnbsd-tdep.h: New file.
17 * config/sparc/nbsd.mt: New file.
18 * config/sparc/nbsd64.mh: New file.
19 * config/sparc/nbsd64.mt: New file.
20 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
21 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
22 (HOST_IPC): Remove.
23 * config/sparc/nbsdaout.mt: Remove.
24 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
25 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
26 (HOST_IPC): Remove.
27 * config/sparc/nbsdelf.mt: Remove.
28 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
29 sparc-nat.c compatiblity defines.
30 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
31 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
32 * config/sparc/tm-nbsd64.h: New file.
33 * config/sparc/tm-nbsdaout.h: Remove.
34 * config/sparc/xm-nbsd.h: Remove.
35
ef3cf062
JT
362002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
37
38 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
39 * sparc-tdep.c: Include osabi.h.
40 (gdbarch_tdep): Add osabi member.
41 (_initialize_sparc_tdep): Use gdbarch_register.
42 (sparc_gdbarch_init): Use generic OS ABI framework.
43 (sparc_dump_tdep): New function.
44
ee8ff470
KB
452002-05-30 Kevin Buettner <kevinb@redhat.com>
46
47 * corefile.c (do_captured_read_memory_integer): Return non-zero
48 result.
49 (safe_read_memory_integer): Copy result of memory read when
50 status is non-zero. Also, add comments.
51
7b112f9c
JT
522002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
53
54 * Makefile.in (ppc_tdep_h): Define.
55 (ppc-linux-nat.o)
56 (ppc-linux-tdep.o)
57 (rs6000-tdep.o): Use $(ppc_tdep_h).
58 (ppc-sysv-tdep.o)
59 (ppcnbsd-nat.o)
60 (ppcnbsd-tdep.o): New dependency lists.
61 * ppc-tdep.h: Use generic OS ABI framework.
357edbbc
JT
62 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
63 (ppc_linux_init_abi): New functions.
7b112f9c
JT
64 (ppc_sysv_abi_broken_use_struct_convention)
65 (ppc_sysv_abi_use_struct_convention)
66 (ppc_sysv_abi_push_arguments): Move to...
67 * ppc-sysv-tdep.c: ...here.
68 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
69 * rs6000-tdep.c (process_note_abi_tag_sections)
70 (get_elfosabi): Remove.
71 (rs6000_gdbarch_init): Use generic OS ABI framework.
72 (rs6000_dump_tdep): New function.
73 (_initialize_rs6000_tdep): Use gdbarch_register.
74 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
75 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
76 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
77 of ppc-linux-tdep.o.
78 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
79 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
80 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
81 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
82 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
83 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
84
480dd42a
JB
852002-05-29 Jim Blandy <jimb@redhat.com>
86
87 * macroscope.c (default_macro_scope): Put `void' in empty argument
88 list.
89
4182591f
AC
902002-05-29 Andrew Cagney <ac131313@redhat.com>
91
92 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
93 * arch-utils.c: Include "sim-regno.h".
94 * gdbarch.sh: Don't include "sim-regno.h".
95 * gdbarch.h, gdbarch.c: Regenerate.
96 * sim-regno.h (legacy_register_sim_regno): Move declaration from
97 here.
98 * arch-utils.h (legacy_register_sim_regno): To here.
99 * remote-sim.c (legacy_register_sim_regno): Move function from
100 here.
101 * arch-utils.c (legacy_register_sim_regno): To here.
102
8238d0bf
AC
1032002-05-28 Andrew Cagney <ac131313@redhat.com>
104
105 * sim-regno.h: New file.
106 * Makefile.in (sim_regno_h): Define.
107 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
108 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
109 (legacy_register_sim_regno): New function.
110 (one2one_register_sim_regno): New function.
111 (gdbsim_fetch_register): Rewrite.
112 (gdbsim_store_register): Only store a register when
113 REGISTER_SIM_REGNO is valid.
114 * d10v-tdep.c: Include "sim-regno.h".
115 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
116 (d10v_ts3_register_sim_regno): Ditto.
117 * gdbarch.sh: Include "sim-regno.h".
118 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
119 * gdbarch.h, gdbarch.c: Regenerate.
120 * arch-utils.h (default_register_sim_regno): Delete declaration.
121 * arch-utils.c (default_register_sim_regno): Delete function.
122
485721b1
JT
1232002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
124
125 * ppcnbsd-nat.c: Rewrite.
126 * ppcnbsd-tdep.c: New file.
127 * ppcnbsd-tdep.h: New file.
128 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
129 solib.o, and solib-svr4.o.
130 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
131 nbsd-tdep.o, and corelow.o.
132
697f244d
AC
1332002-05-28 Andrew Cagney <ac131313@redhat.com>
134
135 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
136 `tr' and `sed'. Mention that `broken' targets are not expected to
137 build.
138
f08caad1 1392002-05-27 Michal Ludvig <mludvig@suse.cz>
b1ab997b
ML
140
141 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
142 Let PC point right after the prologue before looking up symbols.
143
3139facc
MH
1442002-05-27 Martin M. Hunt <hunt@redhat.com>
145
146 * i386-tdep.c (i386_register_virtual_type): Return
147 builtin_type_vec128i for SSE registers.
148
149 * gdbtypes.h (builtin_type_vec128i): Declare.
150
151 * gdbtypes.c (build_builtin_type_vec128i): New function.
152 (builtin_type_v2_double, builtin_type_v4_int64): New types.
153 (builtin_type_vec128i): New type for SSE2 128-bit registers.
154 (build_gdbtypes): Initialize new builtin vector types.
155 (_initialize_gdbtypes): Register new vector types with gdbarch.
156
6e3ba3b8
JT
1572002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
158
159 * MAINTAINERS: ns32k is not longer an obsolete candidate,
160 since it has been multi-arch'd.
161 * NEWS: Note that ns32k-*-* is now partial multi-arch.
162 Move Alpha and VAX multi-arch news entries to same section
163 as other multi-arch news.
164
93d5585d
JT
1652002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
166
167 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
168 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
169 static. Rename some register numbers to put them in ns32k-tdep
170 private namespace.
171 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
172 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
173 functions.
174 (_initialize_ns32k_tdep): Use gdbarch_register.
175 * ns32k-tdep.h: New file.
176 * ns32knbsd-tdep.c: New file.
177 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
178 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
179 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
180 REGISTER_BYTES, REGISTER_BYTE): Remove.
181 * config/ns32k/tm-ns32k.h: New file.
182 * config/ns32k/tm-umax.h: Remove.
183
efb2c70e
JT
1842002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
185
186 * ns32k-tdep.c (ns32k_saved_pc_after_call,
187 ns32k_store_struct_return, ns32k_extract_return_value,
188 ns32k_store_return_value, ns32k_extract_struct_value_address): New
189 functions.
190 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
191 ns32k_saved_pc_after_call.
192 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
193 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
194 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
195 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
196 ns32k_extract_struct_value_address.
197
7bcc927b
JT
1982002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
199
200 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
201 ns32k_fix_call_dummy): New.
202 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
203 ns32k_call_dummy_words.
204 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
205 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
206 CALL_DUMMY_NARGS): Remove.
207 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
208
78f9d765
JT
2092002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
210
211 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
212 ns32k_frame_saved_pc, ns32k_frame_args_address,
213 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
214 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
215 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
216 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
217 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
218 (BREAKPOINT): Remove..
219 (FRAME_CHAIN): Define as ns32k_frame_chain.
220 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
221 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
222 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
223 (FRAME_FIND_SAVED_REGS): Remove.
224 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
225 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
226 (POP_FRAME): Define as ns32k_pop_frame.
227
f2c762e0
JT
2282002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
229
230 * ns32k-tdep.c (ns32k_register_byte_32082,
231 ns32k_register_byte_32382, ns32k_register_raw_size,
232 ns32k_register_virtual_size, ns32k_register_virtual_type): New
233 functions.
234 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
235 ns32k_register_byte_32382.
236 * config/ns32k/tm-umax.h: Update copyright years.
237 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
238 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
239 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
240 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
241 (ns32k_get_enter_addr): Fix prototype.
242
af137673
JT
2432002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
244
245 * ns32k-tdep.c: Update copyright years.
246 (ns32k_register_name_32082): New function.
247 (ns32k_register_name_32382): Ditto.
248 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
249 (REGISTER_NAME): Define as ns32k_register_name_32382.
250 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
251 (REGISTER_NAME): Define as ns32k_register_name_32082.
252
a8bc7b56
JB
2532002-05-24 Jim Blandy <jimb@redhat.com>
254
255 * dwarf2read.c (free_line_header): Use xfree, not free.
256
83a45910
JT
2572002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
258
259 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
260 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
261
0db71247
AC
2622002-05-23 Andrew Cagney <ac131313@redhat.com>
263
264 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
265
b9e5e4dd
AC
2662002-05-23 Andrew Cagney <ac131313@redhat.com>
267
268 From Ross Alexander at NEC Europe:
269 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
270
de530e84
MS
2712002-05-23 Michael Snyder <msnyder@redhat.com>
272
273 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
274 for input, rather than parse_and_eval_address.
275
b91b96f4
AC
2762002-05-23 Andrew Cagney <ac131313@redhat.com>
277
278 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
279 * Makefile.in (sim_d10v_h): Update definition.
280
8b279e7a
AC
2812002-05-24 Andrew Cagney <cagney@redhat.com>
282
283 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
284 change `2002-05-22 Michael Snyder' below.
285 (d10v_push_arguments): Ditto.
286 (d10v_extract_return_value): Ditto.
287
0a3d0425
JB
2882002-05-23 Jim Blandy <jimb@redhat.com>
289
290 * macrotab.c (check_for_redefinition): Don't complain if the new
291 definition is the same as the previous one. Take more arguments
292 to allow the comparison.
293 (macro_define_object, macro_define_function): Pass more arguments
294 to check_for_redefinition.
295
78eac43e
MS
2962002-05-22 Michael Snyder <msnyder@redhat.com>
297
298 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
299 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
300 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
301 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
302 Don't bail if return_pc is PC_IN_CALL_DUMMY.
303 Add a temp variable to save a call (and a memory read).
304 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
305 if possible (so that PC_IN_CALL_DUMMY will work).
306
9bc1edb8
CV
3072002-05-22 Corinna Vinschen <vinschen@redhat.com>
308
309 * MAINTAINERS: Remove status `OBSOLETE' from v850.
310
005ef3d2
ML
3112002-05-22 Michal Ludvig <mludvig@suse.cz>
312
313 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
314 fde->cie_ptr.
315 (dwarf2_build_frame_info): Corrected handling of eh_frame.
316 (dwarf2_build_frame_info): Add offset to fde->initial_location
317 so that frames of shared libraries are mapped correctly.
6c3eb890
ML
318 (execute_stack_op): Change type of 'result' from ULONGEST to
319 CORE_ADDR.
005ef3d2 320
fcf4f891
JT
3212002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
322
323 * config/alpha/tm-nbsd.h: Include solib.h.
324
cfef91e4
JT
3252002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
326
327 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
328 assumptions about the host's byte order.
329
9964235a
JT
3302002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
331
332 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
333 to dependency list.
334 * alphanbsd-tdep.c: Include solib-svr4.h.
335 * shnbsd-tdep.c: Ditto.
336
9eeef8ef
JT
3372002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
338
339 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
340 nbsd-tdep.h to dependency list.
341 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
342 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
343 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
344 nbsdaout.mh and nbsdelf.mh consistently.
345 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
346 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
347 nbsdaout.mt and nbsdelf.mh consistently.
348 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
349 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
350 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
351 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
352 a.out shared library stuff from here...
353 * config/nm-nbsdaout.h: ...to here.
354 * config/tm-nbsd.h: Remove.
355 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
356 * config/arm/nbsd.mh: Remove.
357 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
358 nbsd-tdep.o.
359 * config/arm/nbsdaout.mh: New file.
360 * config/arm/nbsdelf.mh: New file.
361 * config/arm/nm-nbsdaout.h: New file.
362 * config/i386/nbsd.mh: Remove.
363 * config/i386/nbsd.mt: Remove.
364 * config/i386/nbsdaout.mh: New file.
365 * config/i386/nbsdaout.mt: New file.
366 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
367 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
368 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
369 i386_register_u_addr): Remove.
370 * config/i386/nm-nbsdaout.h: New file.
371 * config/i386/nm-nbsdelf.h: Remove.
372 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
373 (USE_STRUCT_CONVENTION): Remove.
374 * config/i386/tm-nbsdaout.h: New file.
375 * config/i386/tm-nbsdelf.h: Remove.
376 * config/m68k/nbsd.mh: Remove.
377 * config/m68k/nbsd.mt: Remove.
378 * config/m68k/nbsdaout.mh: New file.
379 * config/m68k/nbsdaout.mt: New file.
380 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
381 * config/m68k/nm-nbsdaout.h: New file.
382 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
383 (IN_SOLIB_CALL_TRAMPOLINE): Define.
384 * config/ns32k/nbsd.mh: Remove.
385 * config/ns32k/nbsd.mt: Remove.
386 * config/ns32k/nbsdaout.mh: New file.
387 * config/ns32k/nbsdaout.mt: New file.
388 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
389 * config/ns32k/nm-nbsdaout.h: New file.
390 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
391 (IN_SOLIB_CALL_TRAMPOLINE): Define.
392 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
393 (SVR4_SHARED_LIBS): Remove.
394 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
395 * config/sparc/nbsd.mh: Remove.
396 * config/sparc/nbsd.mt: Remove.
397 * config/sparc/nbsdaout.mh: New file.
398 * config/sparc/nbsdaout.mt: New file.
399 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
400 * config/sparc/nbsdelf.mt: New file.
401 * config/sparc/nm-nbsdaout.h: New file.
402 * config/sparc/nm-nbsdelf.h: Remove.
403 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
404 * config/sparc/tm-nbsdaout.h: New file.
405
257ce470
JT
4062002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
407
408 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
409 mipsnbsd-tdep.c
410 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
411
76a6d5fe
JT
4122002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
413
414 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
415 shnbsd-nat.c.
416 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
417
45888261
JT
4182002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
419
420 * NEWS: Note new MIPS NetBSD native configuration.
421 * configure.host (mips*-*-netbsd*): New host.
422 * configure.tgt (mips*-*-netbsd*): New target.
423 * mipsnbsd-nat.c: New file.
424 * mipsnbsd-tdep.c: New file.
425 * mipsnbsd-tdep.h: New file.
426 * config/mips/nbsd.mh: New file.
427 * config/mips/nbsd.mt: New file.
428 * config/mips/nm-nbsd.h: New file.
429 * config/mips/tm-nbsd.h: New file.
430
70f80edf
JT
4312002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
432
433 * Makefile.in (SFILES): Add osabi.c.
434 (COMMON_OBS): Add osabi.o.
435 (osabi.o): New dependency list.
436 * osabi.c: New file.
437 * osabi.h: New file.
438 * doc/gdbint.texinfo: Document new generic OS ABI framework.
439
440 * Makefile.in (alpha_tdep_h): Define and use instead of
441 alpha-tdep.h.
442 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
443 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
444 Remove.
445 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
446 * alpha-tdep.h: Include osabi.h.
447 (alpha_abi): Remove.
448 (gdbarch_tdep): Use generic OS ABI framework.
449 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
450 gdbarch_register_osabi.
451 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
452 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
453 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
454
455 * Makefile.in (sh_tdep_h): Add osabi.h.
456 * sh-tdep.h (sh_osabi): Remove.
457 (gdbarch_tdep): Use generic OS ABI framework.
458 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
459 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
460 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
461 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
462
463 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
464 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
465 gdbarch_register_osabi.
466 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
467 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
468 (get_elfosabi): Rename to...
469 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
470 ABI framework support routines.
471 (arm_gdbarch_init): Use generic OS ABI framework.
472 (arm_dump_tdep): Likewise.
473 (_initialize_arm_tdep): Likewise.
474 * arm-tdep.h: Include osabi.h.
475 (arm_abi): Remove.
476 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
477 osabi member.
478 (arm_gdbarch_register_os_abi): Remove prototype.
479 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
480 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
481
482 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
483 * mips-tdep.c: Include osabi.h.
484 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
485 OS ABI framework.
486
d194345b
KH
4872002-05-20 Kazu Hirata <kazu@cs.umass.edu>
488
489 * h8300-tdep.c: Fix formatting.
490
70c6b0d1
EZ
4912002-05-20 Elena Zannoni <ezannoni@redhat.com>
492
493 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
494 printing vector registers.
495
165b8e33
AC
4962002-05-19 Andrew Cagney <ac131313@redhat.com>
497
498 From Fernando Nasser:
499 * remote.c (remote_async_open_1): Re-throw the exception when the
500 connection fails.
501 (remote_cisco_open): Ditto.
502 (remote_open_1): Ditto.
503
36918e70
AC
5042002-05-19 Andrew Cagney <ac131313@redhat.com>
505
506 * remote.c (remote_start_remote_dummy): Add uiout parameter.
507 (remote_start_remote): Add uiout parameter. Pass through to
508 remote_start_remote_dummy.
509 (remote_open_1): Use catch_exception instead of catch_errors.
510 (remote_async_open_1): Ditto.
511 (remote_cisco_open): Ditto.
512
ae44c0c4
AC
5132002-05-19 Andrew Cagney <ac131313@redhat.com>
514
515 * remote.c (remote_start_remote): Replace PTR with void pointer.
516 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
517 static.
518
8efe637d
AC
5192002-05-18 Andrew Cagney <ac131313@redhat.com>
520
521 * gdb_indent.sh: Allow the script to be run in the sim directory.
522
2f1b5984
MK
5232002-05-18 Mark Kettenis <kettenis@gnu.org>
524
f0f625e2
MK
525 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
526 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
527
2f1b5984
MK
528 * corelow.c (core_open): Only call set_gdbarch_from_file if
529 exec_bfd is NULL.
530
fc974602
AV
5312002-05-17 Andrey Volkov <avolkov@transas.com>
532
533 * h8300-tdep.c: Add support of EXR register
534 * config/h8300/tm-h8300.h: Ditto.
535
906709f4
AV
5362002-05-17 Andrey Volkov <avolkov@transas.com>
537
538 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
539
6e591d68
AV
5402002-05-17 Andrey Volkov <avolkov@transas.com>
541
542 * h8300-tdep.c: Change literal regnums to REGNO.
543
84f0252a
JB
5442002-05-17 Jim Blandy <jimb@redhat.com>
545
e0e9281e
JB
546 * NEWS: Note addition of macro support.
547
84f0252a
JB
548 Expand preprocessor macros in C expressions.
549 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
550 (scan_macro_expansion, scanning_macro_expansion,
551 finished_macro_expansion): New function declarations.
552 (expression_macro_lookup_func, expression_macro_lookup_baton): New
553 variable declarations.
554 * parser-defs.h (expression_context_pc): New declaration.
555 * parse.c (expression_context_pc): New variable.
556 (parse_exp_1): Set expression_context_pc, as well as
557 expression_context_block.
558 * c-exp.y (yylex): If we're not already reading the result of a
559 macro expansion, try to macro-expand the next token. When we're
560 done scanning a macro expansion, switch back to the mainline text.
561 Commas and `if's in a macro's expansion don't terminate the input.
562 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
563 (macro_original_text, macro_expanded_text,
564 expression_macro_lookup_func, expression_macro_lookup_baton): New
565 variables.
566 (scan_macro_expansion, scanning_macro_expansion,
567 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
568 c_preprocess_and_parse): New functions.
569 (c_language_defn, cplus_language_defn, asm_language_defn): Call
570 c_preprocess_and_parse, instead of c_parse.
571 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
572 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
573
1c509ca8
JR
574Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
575
576 * sh-tdep.c (gdb_print_insn_sh64): Delete.
577 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
578 (sh_gdbarch_init): Always use gdb_print_insn_sh.
579
2250ee0c
CV
5802002-05-17 Corinna Vinschen <vinschen@redhat.com>
581
582 * NEWS: Add section for multi-arched targets. Add v850 to that section.
583
ab3b8126
JT
5842002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
585
586 * Makefile.in (sh_tdep_h): Define and use.
587 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
588 register enum): Move to...
589 * * sh-tdep.h: ...here.
590 * sh-tdep.c: Include sh-tdep.h.
591 * sh3-rom.c: Likewise.
592 * shnbsd-tdep.c: Likewise.
593
ed9d4749
MS
5942002-05-16 Michael Snyder <msnyder@redhat.com>
595
596 * arm-tdep.c: Spelling fix in comment.
597
2e276125
JB
5982002-05-16 Jim Blandy <jimb@redhat.com>
599
6821892e
JB
600 Add commands for manually expanding macros and showing their
601 definitions.
602 * macrocmd.c, macroscope.c, macroscope.h: New files.
603 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
604 (macroscope_h): New variable.
605 (HFILES_NO_SRCDIR): Add macroscope.h.
606 (COMMON_OBS): Add macrocmd.o, macroscope.o.
607 (macroscope.o, macrocmd.o): New rules.
608
2e276125
JB
609 Teach the Dwarf 2 reader to read macro information.
610 * dwarf2read.c: #include "macrotab.h".
611 (dwarf_macinfo_buffer): New variable.
612 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
613 dwarf_macinfo_size.
614 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
615 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
616 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
617 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
618 dwarf2_macro_spaces_in_definition): New complaints.
619 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
620 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
621 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
622 the partial symbol table.
623 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
624 from what's recorded in the partial symbol table.
625 (read_file_scope): If the compilation unit has a
626 `DW_AT_macro_info' attribute, read its macro information.
627 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
628
2f53fe6c
DJ
6292002-05-16 Daniel Jacobowitz <drow@mvista.com>
630
631 Fix PR gdb/546
632 * ser-tcp.c: Don't include <netinet/udp.h>.
633
2be99286
SC
6342002-05-16 Stephane Carrez <stcarrez@nerim.fr>
635
636 * MAINTAINERS: Update my email address.
637
c9af212b 6382002-05-16 Richard Earnshaw <rearnsha@arm.com>
8501bbeb
RE
639
640 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
641 include file of the same name.
642
bf5f1a52
CV
6432002-05-16 Corinna Vinschen <vinschen@redhat.com>
644
645 * configure.tgt: Mark v850 as multi-arched.
646 * config/v850/tm-v850.h: Remove file.
647 * config/v850/v850.mt: Eliminate TM_FILE.
648
435e042a
CV
6492002-05-16 Corinna Vinschen <vinschen@redhat.com>
650
651 * v850-tdep.c: Full multi-arch.
652 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
653 Define GDB_MULTI_ARCH to 2.
654
9819c6c8
PM
6552002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
656
657 * p-exp.y (current_type): New static variable.
658 Carries the type of the expression at the position that is parsed.
659 (push_current_type, pop_current_type): Two new functions. Used
660 to store/restore current_type in expression on specific tokens.
c9af212b
RE
661 (search_field): New static variable. Set to one after parsing a point
662 as at that point only a FIELDNAME token should be searched.
9819c6c8
PM
663 (FIELDNAME): New token. After a point only a token belonging to
664 current_type type definition is allowed.
665 (all over token rules): reset and change current_type according
666 to rules.
667 (exp '[' rule): insert implicit array index field if
668 exp is a pascal string type.
669
3a06899a
CV
6702002-05-16 Corinna Vinschen <vinschen@redhat.com>
671
672 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
673 frame info. Use frame_info's saved_regs instead of matching member
674 in extra_frame_info throughout.
675 (v850_frame_init_saved_regs): New function.
676 (v850_init_extra_frame_info): Move most functionality into
677 v850_frame_init_saved_regs().
678 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
679 (v850_frame_find_saved_regs): Remove declaration.
680 (FRAME_FIND_SAVED_REGS): Remove definition.
681 (v850_frame_init_saved_regs): Add declaration.
682 (FRAME_INIT_SAVED_REGS): Add definition.
683
6ed14b0e
CV
6842002-05-16 Corinna Vinschen <vinschen@redhat.com>
685
686 * v850-tdep.c: Begin multi-arch'ing v850.
687 (v850_target_architecture_hook): Remove function.
688 (v850_gdbarch_init): New function. Add code previously in
689 v850_target_architecture_hook().
690 (_initialize_v850_tdep): Don't set target_architecture_hook.
691 Call register_gdbarch_init() instead.
692
42725910
DJ
6932002-05-16 Daniel Jacobowitz <drow@mvista.com>
694
695 * gdbtypes.h (struct cplus_struct_type): Remove args field.
696 * hpread.c (hpread_read_struct_type): Remove assignments to args.
697 (fixup_class_method_type): Likewise.
698
0bc68c49
DJ
6992002-05-15 Daniel Jacobowitz <drow@mvista.com>
700
701 From Martin Pool <mbp@samba.org>:
702 * gdbserver/server.c (gdbserver_usage): New function.
703 (main): Call it.
704
99d9066e
JB
7052002-05-15 Jim Blandy <jimb@redhat.com>
706
707 Add macro structures to GDB's symbol tables. Nobody puts anything
708 in them yet.
709 * symtab.h (struct symtab): New member: `macro_table'.
710 * buildsym.h (pending_macros): New global variable.
711 * buildsym.c: #include "macrotab.h".
712 (buildsym_init): Initialize `pending_macros'.
713 (end_symtab): If we found macro information while reading a CU's
714 debugging info, do build a symtab structure for it. Make the
715 symtab point to the macro information, and clear the
716 `pending_macros' pointer which held it while we were reading the
717 debug info.
718 (really_free_pendings): Free any pending macro table.
719 * objfiles.h (struct objfile): New member: `macro_cache'.
720 * objfiles.c (allocate_objfile): Set allocate and free functions
721 for the macro cache's objstack.
722 (free_objfile): Empty the macro cache's obstack.
723 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
724 set new allocate and free functions for it.
725 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
726 free functions for the macro cache's objstack. (Why is this
727 function building its own objfile?)
728 * symmisc.c (print_objfile_statistics): Print statistics on the
729 macro bcache.
730 * Makefile.in: Note that buildsym.o depends on macrotab.h.
731
c899585b
RE
7322002-05-15 Richard Earnshaw <rearnsha@arm.com>
733
734 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
735 (REGISTER_U_ADDR): Delete definition.
736 (arm_register_u_addr): Delete declaration.
737
a6cdd8c5
RE
7382002-05-15 Richard Earnshaw <rearnsha@arm.com>
739
740 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
741 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
742
fd3a5ca1
DJ
7432002-05-14 Daniel Jacobowitz <drow@mvista.com>
744
745 * gdbserver/mem-break.c (reinsert_breakpoint_by_bp): Correct typo
746 stop_at -> stop_pc.
747
c97dcfc7
AC
7482002-05-14 Andrew Cagney <ac131313@redhat.com>
749
750 * regcache.c (register_valid): Revise comments refering to "Not
751 available" and "unavailable".
752 * frame.c (frame_register_read): Ditto.
753 * findvar.c (value_of_register): Ditto.
754
93021b7d
AC
7552002-05-15 Andrew Cagney <cagney@redhat.com>
756
757 * Makefile.in (remote_sim_h): Replace remote-sim_h.
758 (remote-sim.o): Update dependencies.
759 (d10v-tdep.o): Specify dependencies.
760 (sim_d10v_h): Define.
761
a86bc61c
JB
7622002-05-14 Jim Blandy <jimb@redhat.com>
763
764 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
765 * macrotab.c (macro_lookup_inclusion, find_definition,
766 new_macro_table): Same.
767
768 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
769 not `! strcmp ()'. This is a dubious improvement.
770 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
771
772 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
773 although it's not necessary, to avoid a warning.
774
2fdde8f8
DJ
7752002-05-14 Daniel Jacobowitz <drow@mvista.com>
776
777 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
778 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
779 TYPE_INSTANCE_FLAGS.
780 (struct main_type): New.
781 (struct type): Move most members to struct main_type. Change
782 cv_type and as_type to new type_chain member. Add instance_flags.
783 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
784 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
785 (finish_cv_type): Remove prototype.
786 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
787 Set TYPE_CHAIN.
788 (alloc_type_instance): New function.
789 (smash_type): New function.
790 (make_pointer_type, make_reference_type, make_function_type)
791 (smash_to_member_type, smash_to_method_type): Call smash_type.
792 (make_qualified_type): New function.
793 (make_type_with_address_space): Call make_qualified_type.
794 (make_cv_type): Likewise.
795 (finish_cv_type): Remove unnecessary function.
796 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
797 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
798 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
799 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
800 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
801 * hpread.c (hpread_read_struct_type): Likewise.
802 * stabsread.c (read_struct_type): Likewise.
803
843fedf4
EZ
8042002-05-14 Elena Zannoni <ezannoni@redhat.com>
805
806 * configure.tgt: Add a catch all sh* target, for cases like
807 sh[2,3,4]-elf and sh-hms.
808
05a6c72c
KS
8092002-05-14 Keith Seitz <keiths@redhat.com>
810
811 * event-loop.c (create_file_handler): Don't do anything but
812 update data when we are given a fd which we are already
813 monitoring.
814
5d085aaf
ML
8152002-05-14 Michal Ludvig <mludvig@suse.cz>
816
817 * dwarf2cfi.c (context_cpy): Copy registers correctly.
818 (update_context): Use __func__ in warnings.
819
9db8d71f
DJ
8202002-05-14 Daniel Jacobowitz <drow@mvista.com>
821
822 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
823 and tcp_close to net_open and net_close.
824 (net_open): Accept "udp:" and "tcp:" specifications. Connect
825 using UDP if requested. Don't try to disable Nagle on UDP
826 sockets.
827 * remote.c (remote_serial_open): New function. Warn about UDP.
828 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
829
5dbc6baa
EZ
8302002-05-13 Elena Zannoni <ezannoni@redhat.com>
831
832 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
833
cc3023f7
EZ
8342002-05-13 Elena Zannoni <ezannoni@redhat.com>
835
836 * configure.tgt: Remove sh-hms target.
837 * MAINTAINERS: Don't list sh-hms as a separate target.
838
ec2bcbe7
JB
8392002-05-13 Jim Blandy <jimb@redhat.com>
840
841 Add first preprocessor macro-expansion files.
842 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
843 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
844 (splay_tree_h, macroexp_h, macrotab_h): New variable.
845 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
846 (COMMON_OBS): Add macrotab.o, macroexp.o.
847 (macroexp.o, macrotab.o): New rules.
848
6d531722
AC
8492002-05-13 Andrew Cagney <ac131313@redhat.com>
850
851 * config/m88k/tm-m88k.h: Update copyright.
852 (m88k_target_write_pc): Declare
853 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
854 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
855 (SHIFT_INST_REGS): Update definition.
856 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
857 using old definition of TARGET_WRITE_PC.
858 * regcache.c (generic_target_write_pc): Delete code handling
859 NNPC_REGNUM.
860 * gdbarch.sh (NNPC_REGNUM): Delete.
861 * gdbarch.h, gdbarch.c: Regenerate.
862
3e3f2739
RE
8632002-05-13 Richard Earnshaw <rearnsha@arm.com>
864
865 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
866 builtin reg number.
867
0004e5a2
DJ
8682002-05-13 Daniel Jacobowitz <drow@mvista.com>
869
870 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
871 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
872 (gen_address_of, gen_struct_ref, gen_repeat): Use type
873 access macros.
874 * c-typeprint.c (cp_type_print_method_args): Likewise.
875 (c_type_print_args): Likewise.
876 * d10v-tdep.c (d10v_push_arguments): Likewise.
877 (d10v_extract_return_value): Likewise.
878 * expprint.c (print_subexp): Likewise.
879 * gdbtypes.c (lookup_primitive_typename): Likewise.
880 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
881 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
882 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
883 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
884 (TYPE_VECTOR): Likewise.
885 * hpread.c (hpread_read_struct_type)
886 (fix_static_member_physnames, fixup_class_method_type)
887 (hpread_type_lookup): Likewise.
888 * mdebugread.c (parse_symbol, parse_type): Likewise.
889 * p-lang.c (is_pascal_string_type): Likewise.
890 * valops.c (hand_function_call): Likewise.
891 * x86-64-tdep.c (classify_argument): Likewise.
892
893 * hpread.c (hpread_read_function_type)
894 (hpread_read_doc_function_type): Call replace_type.
895 * dstread.c (create_new_type): Delete.
896 (decode_dst_structure, process_dst_function): Call alloc_type.
897 Use type access macros.
898
dff95cc7
MK
8992002-05-12 Mark Kettenis <kettenis@gnu.org>
900
901 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
902 the're not supported by the current architecture.
903 (i387_fill_fxsave): Likewise.
904
bbcd32ad
FF
9052002-05-12 Fred Fish <fnf@redhat.com>
906
907 * symfile.c (default_symfile_offsets): Arrange for uninitialized
908 sect_index_xxx members to index the first slot in section_offsets
909 if all of the section_offsets are zero.
910
89cf4787
MK
9112002-05-12 Mark Kettenis <kettenis@gnu.org>
912
913 * configure.tgt (sparc-*openbsd): Remove entry accidentially
914 checked in with last change.
915
1f77ffc5
MK
9162002-05-12 Mark Kettenis <kettenis@gnu.org>
917
918 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
919 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
920 config.sub.
921
89b8b4a9
DJ
9222002-05-12 Daniel Jacobowitz <drow@mvista.com>
923
924 * Makefile.in: Update dependencies.
925
14a5e767
AC
9262002-05-11 Andrew Cagney <ac131313@redhat.com>
927
928 * language.c (local_hex_string_custom): Simplify. Do not depend
929 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
930
931 * memattr.c (mem_info_command): Replace calls to
932 longest_local_hex_string and longest_local_hex_string_custom.
933 * buildsym.c (make_blockvector): Ditto.
934 * solib.c (info_sharedlibrary_command): Ditto.
935 * tracepoint.c (tracepoints_info): Ditto.
936 * symtab.c (print_msymbol_info): Ditto.
937
938 * language.c (local_hex_string): Delete.
939 (local_hex_string_custom): Delete.
940 (longest_local_hex_string): Rename to local_hex_string.
941 (longest_local_hex_string_custom): Rename to
942 local_hex_string_custom.
943 * language.h (local_hex_string): Change parameter type to LONGEST.
944 (local_hex_string_custom): Ditto.
945 (longest_local_hex_string): Delete declaration.
946 (longest_local_hex_string_custom): Ditto.
947
948 * solib.c: Update copyright.
949 * memattr.c: Update copyright.
950
13d01224
AC
9512002-05-11 Andrew Cagney <ac131313@redhat.com>
952
953 * arch-utils.h (legacy_register_to_value): Declare.
954 (legacy_value_to_register): Declare.
955 (legacy_convert_register_p): Declare.
956 * arch-utils.c (legacy_register_to_value): New function.
957 (legacy_value_to_register): New function.
958 (legacy_convert_register_p): New function.
959
960 * gdbarch.sh (REGISTER_TO_VALUE): Define.
961 (VALUE_TO_REGISTER): Define.
962 (CONVERT_REGISTER_P): Define.
963 * gdbarch.h, gdbarch.c: Regenerate.
964
965 * valops.c (value_assign): Use CONVERT_REGISTER_P and
966 VALUE_TO_REGISTER.
967 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
968 CONVERT_REGISTER_P.
969
4a1970e4
DJ
9702005-05-11 Daniel Jacobowitz <drow@mvista.com>
971 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
972
973 * Makefile.in: Update dependencies for valops.c.
974 * valops.c: Include "gdb_assert.h".
975 (typecmp): Skip THIS parameter to methods.
976 (find_method_list): Remove static_memfuncp argument,
977 update callers. Check for stub methods.
978 (find_value_oload_method_list): Don't set *static_memfuncp.
979 (find_overload_match): Don't check for stub methods. Assert
980 that methods are not stubbed. Handle static methods.
981 (value_find_oload_method_list): Remove static_memfuncp argument.
982 * gdbtypes.c (check_stub_method): Do not add THIS pointer
983 to the argument list for static stub methods.
984 * value.h (value_find_oload_method_list): Update prototype.
985
b2e75d78
AC
9862002-05-11 Andrew Cagney <ac131313@redhat.com>
987
988 * arch-utils.h (generic_register_size): Declare.
989 (generic_register_raw_size, generic_register_virtual_size): Delete
990 declarations.
991 * arch-utils.c (generic_register_raw_size): Delete.
992 (generic_register_size): New function.
993 (generic_register_virtual_size): Delete.
994
995 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
996 default generic_register_size.
997 * gdbarch.h, gdbarch.c: Re-generate.
998
999 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
1000 register_virtual_size.
1001 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
1002 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
1003
451fbdda
AC
10042002-05-11 Andrew Cagney <ac131313@redhat.com>
1005
1006 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
1007 * gdbarch.h, gdbarch.c: Regenerate.
1008 * gnu-v3-abi.c: Update copyright.
1009 (vtable_address_point_offset): Update.
1010 (gnuv3_rtti_type): Update.
1011 (gnuv3_baseclass_offset): Update.
1012 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
1013 (init_fetch_link_map_offsets): Update.
1014 * remote.c (get_remote_state): Update.
1015
6d2f5cea
DJ
10162002-05-11 Daniel Jacobowitz <drow@mvista.com>
1017
1018 * TODO: Remove value_headof/value_from_vtable_info comment.
1019 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
1020 * values.c (value_headof, value_from_vtable_info): Delete.
1021 * value.h (value_from_vtable_info): Delete prototype.
1022
d2324da4
AC
10232002-05-11 Andrew Cagney <ac131313@redhat.com>
1024
1025 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
1026 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
1027 $(gdb_regex_h).
1028 (gdb_assert_h): Define.
1029 (gdb_wait_h): Define.
1030 (gdb_regex_h): Define.
1031
5c717440
DJ
10322002-05-11 Daniel Jacobowitz <drow@mvista.com>
1033
1034 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
1035 * linespec.c (find_methods): Handle GCC 3.x template constructors.
1036
6c7861b3
JT
10372002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
1038
1039 * nbsd-tdep.c: Fix comment.
1040
ea5bc2a6
JT
10412002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
1042
1043 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
1044 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
1045 (nbsd-tdep.o): New dependency list.
1046 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
1047 nbsd-tdep.h.
1048 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
1049 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
1050 * nbsd-tdep.c: New file.
1051 * nbsd-tdep.h: New file.
1052 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
1053 nbsd-tdep.h.
1054 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
1055 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
1056 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
1057 * config/sh/nbsd.mt (TDEPFILES): Ditto.
1058
b28da865
JT
10592002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
1060
1061 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
1062 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
1063 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
1064 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
1065 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
1066 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
1067
4b8ff1fa
JT
10682002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
1069
1070 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
1071 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
1072 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
1073 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
1074 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
1075 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
1076 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
1077
dfe6eb1f
JT
10782002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
1079
1080 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
1081 fetch_elfcore_registers to...
1082 * i386nbsd-tdep.c: ...here.
1083 (i386nbsd_use_struct_convention): Rename to...
1084 (i386nbsd_aout_use_struct_convention): ...this.
1085 (i386nbsd_supply_reg): New function.
1086 (i386nbsd_fill_reg): New function.
1087 (fetch_core_registers): Use i386nbsd_supply_reg.
1088 (fetch_elfcore_registers): Likewise.
1089 (_initialize_i386nbsd_tdep): New function.
1090 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
1091 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
1092 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
1093 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
1094 (i386nbsd_aout_use_struct_convention): ...this.
1095
20cb8cda
JT
10962002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
1097
1098 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
1099 (store_inferior_registers): Use shnbsd_fill_reg.
1100 * shnbsd-tdep.c (sh_nbsd_supply_registers,
1101 sh_nbsd_supply_register): Collapse into...
1102 (shnbsd_supply_reg): ...this.
1103 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
1104 (shnbsd_fill_reg): ...this.
1105 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
1106 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
1107 (fetch_core_registers): Use shnbsd_supply_reg.
1108 (fetch_elfcore_registers): Use shnbsd_supply_reg.
1109 (sh_nbsd_core_fns): Rename to...
1110 (shnbsd_core_fns): ...this.
1111 (sh_nbsd_elfcore_fns): Rename to...
1112 (shnbsd_elfcore_fns): ...this.
1113 (sh_nbsd_init_abi): Rename to...
1114 (shnbsd_init_abi): ...this.
1115 (_initialize_sh_nbsd_tdep): Rename to...
1116 (_initialize_shnbsd_tdep): ...this.
1117 * shnbsd-tdep.h (sh_nbsd_supply_registers,
1118 sh_nbsd_supply_register, sh_nbsd_fill_registers,
1119 sh_nbsd_fill_register): Remove prototypes.
1120 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
1121
e750d25e
JT
11222002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
1123
1124 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
1125 (i387-nat.o): Delete dependency list.
1126 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
1127 (x86-64-linux-nat.o): Likewise.
1128 * i387-nat.c: Delete file, moving contents to...
1129 * i387-tdep.c: ...here.
1130 * i387-nat.h: Rename...
1131 * i387-tdep.h: ...to this.
1132 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
1133 * i386-linux-nat.c: Likewise.
1134 * i386bsd-nat.c: Likewise.
1135 * i386gnu-nat.c: Likewise.
1136 * i386nbsd-nat.c: Likewise.
1137 * i386v4-nat.c: Likewise.
1138 * x86-64-linux-nat.c: Likewise.
1139 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
1140 * config/i386/go32.mh (NATDEPFILES): Likewise.
1141 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
1142 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
1143 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
1144 * config/i386/linux.mh (NATDEPFILES): Likewise.
1145 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
1146 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
1147 * config/i386/obsd.mh (NATDEPFILES): Likewise.
1148 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
1149
1aee598a
JT
11502002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
1151
1152 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
1153 (alphanbsd-nat.o): Remove dependency list.
1154 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
1155 * alphanbsd-nat.c: Delete. Contents moved to...
1156 * alphanbsd-tdep.c: ...here.
1157 (_initialize_alphanbsd_tdep): Register core functions.
1158 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
1159
12bcb0fe
JT
11602002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
1161
1162 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
1163 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
1164 (alphanbsd-nat.o): Likewise.
1165 (alphabsd-tdep.o): New dependency list.
1166 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
1167 (fill_gregset): Use alphabsd_fill_reg.
1168 (supply_fpregset): Use alphabsd_supply_fpreg.
1169 (fill_fpregset): Use alphabsd_fill_fpreg.
1170 (fetch_inferior_registers): Use struct reg and struct fpreg
1171 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
1172 and alphabsd_supply_fpreg.
1173 (store_inferior_registers): Use struct reg and struct fpreg
1174 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
1175 and alphabsd_fill_fpreg.
1176 * alphabsd-tdep.c: New file.
1177 * alphabsd-tdep.h: New file.
1178 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
1179 (fetch_elfcore_registers): Use alphabsd_supply_reg and
1180 alphabsd_supply_fpreg.
1181 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
1182 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
1183
361d1df0
EC
11842002-05-11 Eric Christopher <echristo@redhat.com>
1185
1186 * mips-tdep.c (mips_double_register_type): Fix thinko.
1187 (mips_single_register_type): Ditto.
1188 * MAINTAINERS: Add self.
1189
92dd7cee
MK
11902002-05-11 Mark Kettenis <kettenis@gnu.org>
1191
1192 * i387-nat.c (i387_supply_register, i387_fill_fsave,
1193 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
1194 right thing on architectures with different endianness and/or
1195 integer sizes.
1196
e27da16d
JT
11972002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
1198
1199 From Christian Limpach <chris@Pin.LU>
1200 * configure.in: Change sed expression which comments out
1201 NATDEPFILES to also comment out continuation lines.
1202 * configure: Regenerate.
1203
ddde02bd
EZ
12042002-05-10 Elena Zannoni <ezannoni@redhat.com>
1205
1206 * sh-tdep.c: Clean up code erroneously reintroduced by previous
1207 big patch.
1208
1c922164
EZ
12092002-05-10 Elena Zannoni <ezannoni@redhat.com>
1210
1211 * sh-tdep.c: Include correct file.
1212
283150cd
EZ
12132002-05-10 Elena Zannoni <ezannoni@redhat.com>
1214
1215 New support for sh64-elf (sh5) target.
1216
1217 * configure.tgt: For sh64-elf target, default to sh-elf.
1218
1219 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
1220 (struct gdbarch_tdep): Add new fields for new registers and ABI
1221 info.
361d1df0 1222
283150cd
EZ
1223 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
1224 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
1225 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
1226 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
1227 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
1228 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
1229 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
1230 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
1231 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
1232 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
1233 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
1234 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
1235 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
1236 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
1237 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
1238 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
1239 sh64_get_gdb_regnum, sh64_media_reg_base_num,
1240 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
1241 sign_extend, sh64_nofp_frame_init_saved_regs,
1242 sh64_init_extra_frame_info, sh64_get_saved_register,
1243 sh64_extract_struct_value_address, sh64_pop_frame,
1244 sh64_push_arguments, sh64_extract_return_value,
1245 sh64_store_return_value, sh64_show_media_regs,
1246 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
1247 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
1248 sh_sh64_register_virtual_type,
1249 sh_sh64_register_convert_to_virtual,
1250 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
1251 sh64_register_read, sh64_pseudo_register_write,
1252 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
1253 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
1254 sh64_do_pseudo_register, sh_compact_do_registers_info,
1255 sh64_do_registers_info, sh_gdbarch_init): New functions.
1256
3117ed25
EZ
12572002-05-10 Elena Zannoni <ezannoni@redhat.com>
1258
1259 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
1260
2654e6d4
DJ
12612002-05-10 Daniel Jacobowitz <drow@mvista.com>
1262
1263 * linespec.c (decode_line_1): Check for a double quote after
1264 a filename correctly.
1265
9ab3e532
JB
12662002-05-10 Jim Blandy <jimb@redhat.com>
1267
1268 Properly track the size of the current objfile's .debug_line section.
1269 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
1270 (DWARF_LINE_SIZE): New macro.
1271 (dwarf2_build_psymtabs_hard): Record the line section's size in
1272 the partial symbol table.
1273 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
1274 symbol table.
1275
126fa72d
PS
12762002-05-10 Petr Sorfa <petrs@caldera.com>
1277
1278 * ia64-tdep.c: Handle breakpoints on L instruction type
1279 in MLX instruction bundle by moving the breakpoint to
1280 the third slot (X instruction type) as L holds only data.
1281
1f077a3e
KB
12822002-05-10 Kevin Buettner <kevinb@redhat.com>
1283
1284 * dbxread.c (discarding_local_symbols_complaint): New complaint.
1285 (process_one_symbol): Complain about discarding local symbols
1286 due to a misplaced N_LBRAC entry.
1287
8120c9d5 12882002-05-09 Elena Zannoni <ezannoni@redhat.com>
361d1df0
EC
1289
1290 From Daniel Berlin <dan@cgsoftware.com>
8120c9d5
EZ
1291 * linespec.c (find_toplevel_char): '<' and '>' also increase and
1292 decrease the depth we are at, in the case of templates.
361d1df0 1293
67b2c998
DJ
12942002-05-09 Daniel Jacobowitz <drow@mvista.com>
1295
1296 * mips-tdep.c (mips_float_register_type): New function.
1297 (mips_double_register_type): New function.
1298 (mips_print_register): Use them.
1299 (do_fp_register_row): Likewise.
1300
fd326606
DJ
13012002-05-09 Daniel Jacobowitz <drow@mvista.com>
1302
6609d9af 1303 * signals/signals.c (signals): Remove conditional compilation around
fd326606 1304 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
6609d9af 1305 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
fd326606 1306
bef35864
MS
13072002-05-09 Michael Snyder <msnyder@redhat.com>
1308
1309 * remote-rdp.c (remote_rdp_can_run): Remove.
1310
c55a3f73
TT
13112002-05-09 Tom Tromey <tromey@redhat.com>
1312
1313 * jv-valprint.c (java_val_print): Handle `char' as a special case
1314 of TYPE_CODE_INT.
1315
b8d5e71d
MS
13162002-05-09 Michael Snyder <msnyder@redhat.com>
1317
1318 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
1319 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
361d1df0 1320 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
b8d5e71d 1321 str r(0123),[sp,#nn].
361d1df0 1322 (arm_skip_prologue): Ditto. Also make disassembly
b8d5e71d
MS
1323 order-independent by placing it in a loop.
1324
e2cd42dd
MS
13252002-05-06 Michael Snyder <msnyder@redhat.com>
1326
1327 * stabsread.c (read_type): Add recognition for new attribute:
1328 "@V;" means that an array type is actually a vector.
1329 This is analogous to the vector flag that's been added to dwarf2.
1330
3ce1502b
MK
13312002-05-09 Mark Kettenis <kettenis@gnu.org>
1332
1333 * i386-tdep.h (i386_abi): New enum.
1334 (struct gdbarch_tdep): Replace os_ident member with abi.
1335 (i386_gdbarch_register_os_abi): New prototype.
1336 * i386-tdep.c (i386_abi_names): New array.
1337 (process_note_abi_tag_sections): Removed.
1338 (process_note_sections): New function.
1339 (i386_elf_abi_from_note, i386_elf_abi): New functions.
1340 (struct i386_abi_handler): New struct.
1341 (i386_abi_handler_list): New variable.
1342 (i386_gdbarch_register_os_abi): New function.
1343 (i386_gdbarch_init): Adapt for the changes given above.
1344
084c156a
DJ
13452002-05-08 Daniel Jacobowitz <drow@mvista.com>
1346
1347 * gregset.h: Say "GNU/Linux".
1348
6599f021
EZ
13492002-05-08 Elena Zannoni <ezannoni@redhat.com>
1350
1351 * gdbtypes.c : Add new builtin type for 64 bit vectors.
1352 (build_gdbtypes): Build builtin_type_v2_float.
1353 (_initialize_gdbtypes): Register new builtin type.
1354
40af4b0c
AC
13552002-05-08 Andrew Cagney <ac131313@redhat.com>
1356
1357 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
1358 (clear_gdbarch_swap): New function.
1359 (initialize_non_multiarch): Call.
1360 (gdbarch_update_p): Before calling init(), swap out and clear the
1361 existing architecture.
1362 * gdbarch.c: Regenerate.
1363
4fe84f46
JT
13642002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
1365
1366 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
1367 alphanbsd-tdep.c.
1368
4015edd1
JT
13692002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
1370
1371 * sh-nbsd-nat.c: Rename to...
1372 * shnbsd-nat.c: ...this.
1373 * sh-nbsd-tdep.c: Rename to...
1374 * shnbsd-tdep.c: ...this.
1375 * sh-nbsd-tdep.h: Rename to...
1376 * shnbsd-tdep.h: ...this.
1377 * config/sh/nbsd.mh: Use shnbsd-nat.o.
1378 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
1379
0e2bd219
RE
13802002-05-08 Richard Earnshaw <rearnsha@arm.com>
1381
1382 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
1383 concatenation for command help messages.
1384
13a38d45
JT
13852002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
1386
1387 * NEWS: Note new sh*-*-netbsdelf* configuration.
1388 * configure.host: Set gdb_host_cpu to sh for all sh*.
1389 (sh*-*-netbsdelf*): New host.
1390 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
1391 (sh*-*-netbsdelf*): New target.
1392 * sh-nbsd-nat.c: New file.
1393 * sh-nbsd-tdep.c: New file.
1394 * sh-nbsd-tdep.h: New file.
1395 * config/sh/nbsd.mh: New file.
1396 * config/sh/nbsd.mt: New file.
1397 * config/sh/nm-nbsd.h: New file.
1398 * config/sh/tm-nbsd.h: New file.
1399
d658f924
JT
14002002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
1401
1402 * sh-tdep.c (sh_osabi_names): Declare.
1403 (process_note_abi_tag_sections): New function.
1404 (get_elfosabi): Ditto.
1405 (sh_gdbarch_register_os_abi): Ditto.
1406 (sh_dump_tdep): Ditto.
1407 _initialize_sh_tdep): Use gdbarch_register to register
1408 sh_gdbarch_init and sh_dump_tdep.
1409 * config/sh/tm-sh.h (sh_osabi): Declare.
1410 (gdbarch_tdep): Add sh_osabi and osabi_name members.
1411
848cfffb
AC
14122002-05-07 Andrew Cagney <ac131313@redhat.com>
1413
1414 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
1415 (thumb_scan_prologue): Ditto.
1416 (arm_find_callers_reg): Ditto.
1417 (arm_frame_chain): Ditto.
1418 (arm_init_extra_frame_info): Ditto.
1419 (arm_frame_saved_pc): Ditto.
1420 (arm_pop_frame): Ditto.
1421 (arm_push_return_address): New function.
1422 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
1423 call_dummy_location, call_dummy_breakpoint_offset_p,
1424 call_dummy_breakpoint_offset, call_dummy_p,
1425 call_dummy_stack_adjust_p, call_dummy_words,
1426 sizeof_call_dummy_words, call_dummy_start_offset,
1427 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
1428 call_dummy_address, push_return_address and push_dummy_frame for
1429 generic dummy frames.
1430
e7d717c0
JT
14312002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
1432
1433 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
1434 size computation for alloca.
1435 (sh_fp_frame_init_saved_regs): Likewise.
1436
7bbcf283
RE
14372002-05-07 Richard Earnshaw <rearnsha@arm.com>
1438
1439 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
1440 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
361d1df0 1441 * arm-tdep.c (arm_store_return_value): Use them.
7bbcf283
RE
1442 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
1443 * remote-rdp.c (remote_rdp_fetch_register): Use
1444 ARM_MAX_REGISTER_RAW_SIZE.
1445 (remote_rdp_store_register): Likewise.
1446
4657573b
ML
14472002-05-07 Michal Ludvig <mludvig@suse.cz>
1448
361d1df0 1449 * dwarf2cfi.c: Code cleanup, removed unused variables,
4657573b
ML
1450 added default labels to switch {} statements.
1451 * x86-64-tdep.c: Ditto.
1452 * x86-64-linux-nat.c: Ditto.
1453
010f3b2f
JT
14542002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
1455
1456 * solib.h: Protect against multiple inclusion.
1457
debd256d
JB
14582002-05-06 Jim Blandy <jimb@redhat.com>
1459
9ab3e532
JB
1460 Add first preprocessor macro-expansion files.
1461 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
1462 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
1463 (splay_tree_h, macroexp_h, macrotab_h): New variable.
1464 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
1465 (COMMON_OBS): Add macrotab.o, macroexp.o.
1466 (macroexp.o, macrotab.o): New rules.
1467
debd256d
JB
1468 Separate the job of reading the line number info statement program
1469 header (...expialidocious) out into its own function.
1470 * dwarf2read.c (struct line_head, struct filenames, struct
1471 directories): Replace with...
1472 (struct line_header): New structure, containing the full
1473 contents of the statement program header, including the
1474 include directory and file name tables.
1475 (read_file_scope): If we have line number info, instead of just
1476 calling dwarf_decode_lines to do all the work, call
1477 dwarf_decode_line_header first to get a `struct line_header'
1478 containing the data in the statement program header, and then
1479 pass that to dwarf_decode_lines, which will pick up where that
1480 left off. Be sure to clean up the `struct line_header' object.
1481 (dwarf_decode_line_header, free_line_header, add_include_dir,
1482 add_file_name): New functions.
1483 (dwarf_decode_lines): Move all the code to read the statement
1484 program header into dwarf_decode_line_header. Take the line
1485 header it built as the first argument, instead of the offset to
1486 the compilation unit's line number info. Use the new `struct
1487 line_header' type instead of the old structures. No need to do
1488 cleanups here now, since we don't allocate anything.
1489 (dwarf2_statement_list_fits_in_line_number_section,
1490 dwarf2_line_header_too_long): New complaints.
1491
ac3aafc7
EZ
14922002-05-06 Elena Zannoni <ezannoni@redhat.com>
1493
1494 * gdbtypes.c (init_vector_type): New function.
1495 (build_builtin_type_vec128): Simplify the representation of SIMD
1496 registers.
1497 (build_gdbtypes): Initialize new builtin vector types.
1498 (_initialize_gdbtypes): Register new vector types with gdbarch.
1499 (builtin_type_v4_float, builtin_type_v4_int32,
1500 builtin_type_v8_int16, builtin_type_v16_int8,
1501 builtin_type_v2_int32, builtin_type_v4_int16,
1502 builtin_type_v8_int8): New (renamed) SIMD types.
1503
13e49980
MK
15042002-05-06 Mark Kettenis <kettenis@gnu.org>
1505
1506 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
1507 (i387_fill_fxsave): Likewise.
1508
997b20b8
AO
15092002-05-05 Alexandre Oliva <aoliva@redhat.com>
1510
1511 * alpha-tdep.c (alpha_extract_return_value): Don't use
1512 non-constant array size in prototype.
1513
535c96ce
AC
15142002-05-04 Andrew Cagney <ac131313@redhat.com>
1515
1516 From Brian Taylor <briant at model dot com>:
1517 * ui-out.c (ui_out_field_core_addr): Use the function
1518 longest_local_hex_string_custom'to format addresses > 32 bits
1519 wide.
1520
1521 * ui-out.c (ui_out_field_core_addr): Update comment.
1522
bedfa57b
AC
15232002-05-04 Andrew Cagney <ac131313@redhat.com>
1524
1525 * stack.c (select_and_print_frame): Make static. Delete the
1526 parameter `level'.
1527 (func_command): Update call.
1528 (select_frame_command): Delete code computing the frame level.
1529 * frame.h (select_and_print_frame): Delete declaration.
1530
f621c63e
AC
15312002-05-04 Andrew Cagney <ac131313@redhat.com>
1532
1533 * sparc-tdep.c (sparc_get_saved_register): Comment why
1534 get_prev_frame call is safe.
1535
0f7d239c
AC
15362002-05-04 Andrew Cagney <ac131313@redhat.com>
1537
1538 * frame.h (select_frame): Delete level parameter.
1539 * stack.c (select_frame): Update. Use frame_relative_level to
1540 obtain the frame's level.
1541 (select_and_print_frame): Update call.
1542 (select_frame_command): Ditto.
1543 (up_silently_base): Ditto.
1544 (down_silently_base): Ditto.
1545 * ocd.c (ocd_start_remote): Ditto.
1546 * remote-rdp.c (remote_rdp_open): Ditto.
1547 * remote-mips.c (mips_initialize): Ditto.
1548 (common_open): Ditto.
1549 * remote-e7000.c (e7000_start_remote): Ditto.
1550 * m3-nat.c (select_thread): Ditto.
1551 * hppa-tdep.c (child_get_current_exception_event): Ditto.
1552 (child_get_current_exception_event): Ditto.
1553 * varobj.c (varobj_create): Ditto.
1554 (varobj_update): Ditto.
1555 (c_value_of_root): Ditto.
1556 * tracepoint.c (finish_tfind_command): Ditto.
1557 * corelow.c (core_open): Ditto.
1558 * arch-utils.c (generic_prepare_to_proceed): Ditto.
1559 * thread.c (info_threads_command): Ditto.
1560 (switch_to_thread): Ditto.
1561 * infrun.c (normal_stop): Ditto.
1562 (restore_selected_frame): Ditto.
1563 (restore_inferior_status): Ditto.
1564 * breakpoint.c (insert_breakpoints): Ditto.
1565 (watchpoint_check): Ditto.
1566 (bpstat_stop_status): Ditto.
1567 (do_enable_breakpoint): Ditto.
1568 * blockframe.c (flush_cached_frames): Ditto.
1569 (reinit_frame_cache): Ditto.
1570
71d6c7b1
AC
15712002-05-04 Andrew Cagney <ac131313@redhat.com>
1572
1573 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
1574 maintainer.
1575
cda6c68a
JB
15762002-05-04 Jim Blandy <jimb@redhat.com>
1577
1578 * gdbtypes.c (replace_type): Doc fix.
1579
5c1c87f0
AC
15802002-05-04 Andrew Cagney <ac131313@redhat.com>
1581
1582 * valprint.c (strcat_longest): Delete commented out function.
1583 Update copyright.
1584
cd9bfe15
AC
15852002-05-04 Andrew Cagney <ac131313@redhat.com>
1586
1587 * MAINTAINERS: Mark a29k as deleted.
1588 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
1589 Move new configurations to the top.
1590 * configure.tgt: Remove a29k.
1591 * config/a29k/tm-vx29k.h: Delete.
1592 * config/a29k/vx29k.mt: Delete.
1593 * config/a29k/tm-a29k.h: Delete.
1594 * config/a29k/a29k-udi.mt: Delete.
1595 * config/a29k/a29k.mt: Delete.
1596 * a29k-tdep.c: Delete.
1597 * remote-udi.c: Delete.
1598 * remote-mm.c: Delete.
1599 * remote-eb.c: Delete.
1600 * remote-adapt.c: Delete.
1601 * Makefile.in: Remove obsolete code.
1602 * gdbserver/Makefile.in: Ditto.
1603 * config/s390/s390x.mt: Ditto.
1604 * config/s390/s390.mt: Ditto.
1605 * config/sparc/sparclynx.mh: Ditto.
1606 * config/sparc/linux.mh: Ditto.
1607 * config/pa/hppaosf.mh: Ditto.
1608 * config/pa/hppabsd.mh: Ditto.
1609 * config/ns32k/nbsd.mt: Ditto.
1610 * config/mips/vr5000.mt: Ditto.
1611 * config/m68k/sun3os4.mh: Ditto.
1612 * config/m68k/nbsd.mt: Ditto.
1613 * config/m68k/m68klynx.mh: Ditto.
1614 * config/m32r/m32r.mt: Ditto.
1615 * config/i386/x86-64linux.mt: Ditto.
1616 * config/i386/nbsdelf.mt: Ditto.
1617 * config/i386/nbsd.mt: Ditto.
1618 * config/i386/i386lynx.mh: Ditto.
1619
bf0c5130
AC
16202002-05-04 Andrew Cagney <ac131313@redhat.com>
1621
1622 * target.c (debug_print_register): New function. Handle oversize
1623 registers.
1624 (debug_to_fetch_registers): Call.
1625 (debug_to_store_registers): Call.
1626
2ae1c2d2
JB
16272002-05-03 Jim Blandy <jimb@redhat.com>
1628
13a393b0
JB
1629 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
1630 (read_type): Doc fix.
1631 * gdbtypes.c (replace_type): Doc fix.
1632
2ae1c2d2
JB
1633 * stabsread.c (multiply_defined_struct): New complaint.
1634 (read_struct_type): If the type we were passed isn't empty, or
1635 incomplete, don't read the new struct type into it; complain,
1636 and return the original type unchanged. Take a new `type_code'
1637 argument, which is the type code for the new type.
1638 (read_type): Rather than storing the type's type code here, pass
1639 it as an argument to read_struct_type, and let that take care of
1640 storing it. That way, we don't overwrite the original type code,
1641 so read_struct_type can use it to decide whether we're overwriting
1642 something we shouldn't.
1643 (complain_about_struct_wipeout): New function.
1644
8de9bdc4
AC
16452002-05-03 Andrew Cagney <ac131313@redhat.com>
1646
1647 * gdbarch.sh: Assert that gdbarch is non-NULL.
1648 * gdbarch.c: Regenerate.
1649
f773fdbb
JM
16502002-05-03 Jason Merrill <jason@redhat.com>
1651
1652 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
1653 and return NULL.
1654
0e04a514
ML
16552002-05-03 Michal Ludvig <mludvig@suse.cz>
1656
1657 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
1658 (x86_64_dwarf2gdb_regno_map_length),
1659 (x86_64_dwarf2_reg_to_regnum): Added.
1660 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
1661 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
1662 (_initialize_x86_64_tdep): Synced with the change above.
1663 (x86_64_skip_prologue): Reformulated message.
1664
065432a8
PM
16652002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
1666
1667 * f-exp.y: Also use new prev_lexptr variable
1668 to improve error reporting. Based on Michael Snyder
1669 2002-04-24 dated patch to c-exp.y.
1670 * jv-exp.y: Likewise.
1671 * m2-exp.y: Likewise.
1672
a3162708
EZ
16732002-05-02 Elena Zannoni <ezannoni@redhat.com>
1674
1675 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
1676 we are dealing with vectors.
1677
03620c38
PM
16782002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
1679
1680 * config/m68k/tm-nbsd.h: Obvious fix,
1681 correct machine name.
1682
6604db2e
PM
16832002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
1684
1685 * p-typeprint.c (pascal_type_print_base): Add support
1686 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
1687
0906b739
PM
16882002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
1689
1690 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
1691 for fondamental pascal 'char' type.
1692
e2625b33
PM
16932002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
1694
1695 * p-lang.h (is_pascal_string_type): Declaration changed,
1696 new sixth argument of type char ** added.
361d1df0 1697 * p-lang.c (is_pascal_string_type): Implementation
e2625b33
PM
1698 changed. Args length_pos, length_size, string_pos, char_size
1699 can now be NULL. New argument arrayname set to the field
1700 name of the char array. Return value set to char array
1701 field index plus one.
361d1df0 1702 * p-valprint.c (pascal_val_print): Adapt to new declaration of
e2625b33
PM
1703 is_pascal_string_type function.
1704
cf17c188
AC
17052002-05-02 Andrew Cagney <cagney@redhat.com>
1706
1707 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
1708 <cagney@redhat.com> change.
1709 * gdbarch.c: Regenerate.
1710
52bca491
AC
17112002-05-02 Andrew Cagney <cagney@redhat.com>
1712
1713 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
1714 before probing for a new one. Detect errorenous gdbarch_init
1715 functions.
1716 * gdbarch.c: Regenerate.
1717
d5e72505
AC
17182002-05-01 Andrew Cagney <cagney@redhat.com>
1719
1720 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
1721 * config/mcore/tm-mcore.h: Ditto. Update copyright.
1722 * config/v850/tm-v850.h: Ditto. Update copyright.
1723
af566d9f
AC
17242002-04-30 Andrew Cagney <ac131313@redhat.com>
1725
1726 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
1727 current_gdbarch.
1728
880d85fa
MS
17292002-04-30 Michael Snyder <msnyder@redhat.com>
1730
94c30b78
MS
1731 * arm-tdep.c: Whitespace clean-ups.
1732 (arm_skip_prologue): Fix thinko; two lines
880d85fa
MS
1733 should have been removed as part of 4/24 change.
1734
6f5987a6
KB
17352002-04-30 Kevin Buettner <kevinb@redhat.com>
1736
1737 * rs6000-tdep.c: Added comment describing how fpscr register
1738 numbers were chosen.
1739
1a113c93
MS
17402002-04-30 Michael Snyder <msnyder@redhat.com>
1741
1742 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
1743
9a6f53fe
EZ
17442002-04-29 Elena Zannoni <ezannoni@redhat.com>
1745
1746 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
1747 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
1748 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
1749
11ed25ac
KB
17502002-04-29 Kevin Buettner <kevinb@redhat.com>
1751
1752 From Louis Hamilton <hamilton@redhat.com>:
1753 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
1754 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
1755 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
1756 not bfd-private xcoff data, to determine wordsize.
1757 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
1758
ae232405
AC
17592002-04-29 Andrew Cagney <ac131313@redhat.com>
1760
1761 GDB 5.2 released from 5.2 branch.
1762
91fd20f7
ML
17632002-04-29 Michal Ludvig <mludvig@suse.cz>
1764
1765 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
1766 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
1767 (x86_64_register_info_table): Added comments with register numbers.
361d1df0 1768
2dc5091b
EZ
17692002-04-29 Elena Zannoni <ezannoni@redhat.com>
1770
1771 * rs6000-tdep.c (rs6000_extract_return_value,
1772 rs6000_store_return_value): Handle returning vectors.
1773 (rs6000_gdbarch_init): Use
1774 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
1775 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
1776 New function.
1777 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
1778 vectors.
1779 (ppc_sysv_abi_push_arguments): Handle vector parameters.
1780 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
361d1df0 1781
2b9848d8
PM
17822002-04-24 Pierre Muller <ics.u-strasbg.fr>
1783
1784 * hpread.c (hpread_psymtab_to_symtab_1,
1785 hpread_psymtab_to_symtab): Replace fprintf (stderr,...)
1786 with fprintf_unfiltered (gdb_stderr,...).
1787
f8d17dc5
PM
17882002-04-24 Pierre Muller <ics.u-strasbg.fr>
1789
1790 * remote-array.c (printf_monitor, write_monitor,
361d1df0 1791 array_insert_breakpoint, array_remove_breakpoint ):
f8d17dc5
PM
1792 Replace fprintf (stderr,...
1793 with fprintf_unfiltered (gdb_stderr,....
1794 * remote-es.c: Likewise.
1795 * remote-os9k.c: Likewise.
1796 * remote-st.c: Likewise.
1797
2f2f1ad1
AS
17982002-04-28 Andreas Schwab <schwab@suse.de>
1799
1800 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
1801 linux-proc.o and gcore.o.
1802
b6779aa2
AC
18032002-04-26 Michal Ludvig <mludvig@suse.cz>
1804
1805 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
1806 code without frame pointers.
1807
7e57f5f4
AC
18082002-04-26 Andrew Cagney <ac131313@redhat.com>
1809
1810 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
1811 ON_STACK is needed.
1812
2ceb85d0
BE
18132002-04-26 Ben Elliston <bje@redhat.com>
1814
1815 * target.c (do_xfer_memory): Correct reference to the new option
1816 "trust-readonly-sections".
1817
f5f8a009
EZ
18182002-04-26 Elena Zannoni <ezannoni@redhat.com>
1819
1820 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
1821 * gdbtypes.c (recursive_dump_type): Output the vector flag.
1822 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
1823 vectors.
1824 (read_array_type): Record the fact that this array type is really a
1825 vector (i.e. are passed in by value).
1826
5868c862
JT
18272002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
1828
1829 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
1830 * alpha-tdep.c (alpha_sigcontext_addr): New function.
1831 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
1832 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
1833 * alpha-linux-tdep.c: Include frame.h.
1834 (alpha_linux_sigcontext_addr): New function.
1835 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
1836 alpha_linux_sigcontext_addr.
1837 * alpha-osf1-tdep.c: Include gdbcore.h.
1838 (alpha_osf1_sigcontext_addr): New function.
1839 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
1840 alpha_osf1_sigcontext_addr.
1841 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
1842 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
1843
bfb01f37
AC
18442002-04-26 Andrew Cagney <ac131313@redhat.com>
1845
361d1df0 1846 * stack.c (selected_frame_level):
bfb01f37
AC
1847 (select_frame): Do not set selected_frame_level.
1848 * frame.h (selected_frame_level): Delete declaration.
1849
15813d3f
AC
18502002-04-26 Andrew Cagney <ac131313@redhat.com>
1851
1852 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
1853 convert_from_func_ptr-addr when AIX / PowerOpen.
1854
6096c27a
AC
18552002-04-25 Andrew Cagney <ac131313@redhat.com>
1856
1857 * valops.c (hand_function_call): Call
1858 generic_save_call_dummy_addr.
1859 * frame.h (generic_save_call_dummy_addr): Declare.
1860 * blockframe.c (struct dummy_frame): Add fields call_lo and
1861 call_hi.
1862 (generic_find_dummy_frame): Check for PC in range call_lo to
1863 call_hi instead of entry_point_address.
1864 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
1865 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
1866 (generic_save_call_dummy_addr): New function.
1867
f510d44e
DM
18682002-04-24 David S. Miller <davem@redhat.com>
1869
1870 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
1871 sparc_skip_prologue.
1872 (sparc_skip_prologue): Kill frameless_p arg, and use line number
1873 information to find prologue when possible.
1874 (sparc_prologue_frameless_p): Call examine_prologue directly.
1875 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
1876 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
1877 second argument.
1878 (SKIP_PROLOGUE): Likewise.
1879
15d72a92
JT
18802002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
1881
1882 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
1883 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
1884 indicate that the condition it was testing is always true.
1885 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
1886 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
1887 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
1888
accc6d1f
JT
18892002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
1890
1891 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
1892 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
1893 tdep->jb_pc and tdep->jb_elt_size.
1894 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
1895 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
1896 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
1897 * alpha-nat.c (get_longjmp_target): Remove.
1898 (JB_ELEMENT_SIZE): Ditto.
1899 (JB_PC): Ditto.
1900 * alpha-tdep.c (alpha_get_longjmp_target): New function.
1901 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
1902 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
1903 to alpha_get_longjmp_target.
1904 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
1905 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
1906 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
1907
1bfdc549
AC
19082002-04-25 Andrew Cagney <ac131313@redhat.com>
1909
1910 * README: Update to GDB 5.2.
1911
1bd316f0
AC
19122002-04-25 Andrew Cagney <ac131313@redhat.com>
1913
1914 * gdbarch.sh (LC_ALL): Set to `c'.
1915
2e5ff58c
TR
19162002-04-25 Theodore A. Roth <troth@verinet.com>
1917
1918 * avr-tdep.c: Ran through gdb_indent.sh.
1919
e33ce519
TR
19202002-04-25 Theodore A. Roth <troth@verinet.com>
1921
1922 * MAINTAINERS: Add myself as AVR maintainer.
1923 * NEWS: Note new target avr.
1924
8818c391
TR
19252002-04-25 Theodore A. Roth <troth@verinet.com>
1926
1927 * Makefile.in: Add support for AVR target.
1928 * configure.tgt: Add support for AVR target.
1929 * avr-tdep.c: New file
1930 * config/avr/avr.mt: New file.
1931
79509c2d
TR
19322002-04-25 Theodore A. Roth <troth@verinet.com>
1933
1934 * MAINTAINERS: Add myself to write-after-approval.
1935
dac8068e
PM
19362002-04-24 Pierre Muller <ics.u-strasbg.fr>
1937
1938 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
1939 with fprintf_unfiltered (gdb_stderr,....
1940
25bf3106
PM
19412002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
1942
1943 Fix PR gdb/508.
1944 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
1945
24467a86
PM
19462002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
1947
1948 * p-exp.y: Also use new prev_lexptr variable
1949 to improve error reporting. Based on Michael Snyder
1950 2002-04-24 dated patch to c-exp.y.
1951
95b80706
JT
19522002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
1953
1954 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
1955 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
1956 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
1957 to 0.
1958 * config/alpha/tm-alpha.h: Remove forward decls of struct type
1959 and struct value.
1960 (FUNCTION_START_OFFSET): Remove.
1961 (BREAKPOINT): Ditto.
1962
e90cc612
JT
19632002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
1964
1965 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
1966 * NEWS: Ditto.
1967
6c72f9f9
JT
19682002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
1969
1970 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
1971 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
1972 alpha_linux_pc_in_sigtramp.
1973 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
1974 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
1975 alpha_osf1_pc_in_sigtramp.
1976 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
1977 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
1978 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1979 alphafbsd_pc_in_sigtramp.
1980 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
1981 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1982 alphanbsd_pc_in_sigtramp.
1983 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
1984 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
1985
5e4f3379
JT
19862002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
1987
1988 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
1989
da8ca43d
JT
19902002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
1991
1992 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
1993 alphanbsd-tdep.c.
1994 (alphanbsd-nat.o): New dependency list.
1995 (alphanbsd-tdep.o): Ditto.
1996 * NEWS: Note new native NetBSD/alpha configuration.
1997 * alphanbsd-nat.c: New file.
1998 * alphanbsd-tdep.c: Ditto.
1999 * configure.host (alpha*-*-netbsd*): New host.
2000 * configure.tgt (alpha*-*-netbsd*): New target.
2001 * config/alpha/nbsd.mh: New file.
2002 * config/alpha/nbsd.mt: Ditto.
2003 * config/alpha/nm-nbsd.h: Ditto.
2004 * config/alpha/tm-nbsd.h: Ditto.
2005
36a6271d
JT
20062002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
2007
2008 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
2009 (alpha-osf1-tdep.o): New dependency list.
2010 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
2011 and skip_sigtramp_frame members.
2012 * alpha-linux-tdep.c: Include gdbcore.h.
2013 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
2014 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
2015 * alpha-osf1-tdep.c: New file.
2016 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
2017 alpha-osf1-dep.c.
2018 (alpha_frame_past_sigtramp_frame): New function.
2019 (alpha_dynamic_sigtramp_offset): Ditto.
2020 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
2021 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
2022 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
2023 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
2024 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
2025 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
2026 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
2027 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
2028 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
2029 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
2030 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
2031 to find_solib_trampoline_target.
2032 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
2033 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
2034 (SKIP_TRAMPOLINE_CODE): Remove.
2035 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
2036 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
2037 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
2038 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
2039 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
2040 (PROC_SIGTRAMP_MAGIC): Ditto.
2041 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
2042 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
2043 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
2044 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
2045 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
2046
2f4bc57b
JT
20472002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
2048
2049 * NEWS: Note that Alpha targets are now multi-arch.
2050
665132f9
MS
20512002-04-24 Michael Snyder <msnyder@redhat.com>
2052
2053 * parser-defs.h (prev_lexptr): New external variable.
2054 * parse.c (parse_exp_1): Set prev_lexptr to null before
2055 calling the language-specific parser.
2056 * c-exp.y (yylex): Set prev_lexptr to start of current token.
2057 (yyerror): Use prev_lexptr in error reporting.
2058
32872fa7
DJ
20592002-04-24 Daniel Jacobowitz <drow@mvista.com>
2060
2061 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
2062 * gregset.h: If FILL_FPXREGSET is defined, provide
2063 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
2064 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
2065 is defined, call fill_fpxregset.
2066
57e76fac
MS
20672002-04-24 Roland McGrath <roland@frob.com>
2068
2069 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
2070 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
2071 (supply_gregset, supply_fpregset): New functions.
2072
2073 * gnu-nat.c (gnu_find_memory_regions): New function.
2074 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
2075 (gnu_xfer_memory): Add a cast.
2076
f43845b3
MS
20772002-04-24 Michael Snyder <msnyder@redhat.com>
2078
361d1df0 2079 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
f43845b3
MS
2080 loop. Add handling for "str lr, [sp, #-4]!" and for saves
2081 of argument regs ("str r(0123), [r11, #-nn"]).
361d1df0 2082 (arm_skip_prologue): Better handling for frameless functions.
f43845b3
MS
2083 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
2084 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
2085
a0abec03
AC
2086Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
2087
2088 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
2089 NUM_PSEUDO_REGS can be used.
2090
d7bd68ca
AC
20912002-04-24 Andrew Cagney <ac131313@redhat.com>
2092
2093 * arch-utils.h: Update copyright.
2094
2095 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
2096 * gdbarch.h, gdbarch.c: Re-generate.
2097
2098 * inferior.h (IN_SIGTRAMP): Delete definition.
2099 * arch-utils.c (legacy_pc_in_sigtramp): New function.
2100 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
2101
2102 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
2103 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
2104 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
2105 (find_proc_framesize): Ditto.
2106 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
2107 (alpha_init_extra_frame_info): Ditto.
2108 * infrun.c (handle_inferior_event): Ditto.
2109 (handle_inferior_event): Ditto.
2110 (check_sigtramp2): Ditto.
2111 * blockframe.c (create_new_frame): Ditto.
2112 (get_prev_frame): Ditto.
2113 * ppc-linux-tdep.c: Update comments.
2114 * i386-linux-tdep.c: Update comments.
2115 * breakpoint.c (bpstat_what): Update comment.
2116
d06f167a
ML
21172002-04-24 Michal Ludvig <mludvig@suse.cz>
2118
2119 * gdbserver/linux-low.c (regsets_fetch_inferior_registers),
361d1df0 2120 (regsets_store_inferior_registers): Removed cast to int from
d06f167a
ML
2121 ptrace() calls.
2122 * gdbserver/regcache.h: Added declaration of struct inferior_info.
2123
4867e41e
DM
21242002-04-24 David S. Miller <davem@redhat.com>
2125
21d83aa5
DM
2126 * i960-tdep.c (register_in_window_p): New function.
2127 (i960_find_saved_register): Use it instead of
2128 REGISTER_IN_WINDOW_P.
2129 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
2130
4867e41e
DM
2131 * symtab.h (find_stab_function_addr): Kill extern.
2132 * minsyms.c (find_stab_function_addr): Remove from here...
2133 * dbxread.c: ... to here, and mark it static.
2134
69cdf6a2
DM
21352002-04-20 David S. Miller <davem@redhat.com>
2136
2137 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
2138 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
2139
5a595886
DM
21402002-04-21 David S. Miller <davem@redhat.com>
2141
2142 * remote-vxsparc.c (vx_read_register): Fix typo, we want
2143 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
2144 (vx_write_register): Likewise.
2145
1da1a192
JB
21462002-04-23 J. Brobecker <brobecker@gnat.com>
2147
2148 * source.c (is_regular_file): New function.
2149 (openp): Check wether file to open is a regular file
2150 to avoid opening directories.
2151
baa6f10b
JT
21522002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
2153
2154 * findvar.c (extract_signed_integer): Cast printf argument
2155 to suppress format warning.
2156 (extract_unsigned_integer): Likewise.
2157 * infcmd.c (registers_info): Likewise.
2158 * top.c (get_prompt_1): Likewise.
2159 * valops.c (value_assign): Likewise.
2160 * valprint.c (print_decimal): Likewise.
2161
b2c4da81
L
21622002-04-22 H.J. Lu (hjl@gnu.org)
2163
2164 * c-exp.y (typebase): Support
361d1df0 2165
b2c4da81
L
2166 [long|long long|short] [signed|unsigned] [int|]
2167
2168 and
2169
2170 signed [long|long long|short] int
2171
f267bd6a
JT
21722002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
2173
2174 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
2175 and vax-tdep.h.
2176 * vax-tdep.h: New file.
2177 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
2178 Make several routines static.
2179 (vax_get_saved_register): New function.
2180 (vax_gdbarch_init): New function.
2181 (_initialize_vax_tdep): Register vax_gdbarch_init.
2182 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
2183 Remove macros now under the control of gdbarch.
2184
da3c6d4a
MS
21852002-04-22 Michael Snyder <msnyder@redhat.com>
2186
11d3b27d
MS
2187 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
2188 Some whitespace and coding standards tweaks.
da3c6d4a 2189
a33f7558
JT
21902002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
2191
2192 * vax-tdep.c: Include regcache.h.
2193 (vax_call_dummy_words): New.
2194 (sizeof_vax_call_dummy_words): New.
2195 (vax_fix_call_dummy): New function.
2196 (vax_saved_pc_after_call): Ditto.
2197 * config/vax/tm-vax.h: Don't include regcache.h.
2198 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
2199 (CALL_DUMMY): Remove.
2200 (CALL_DUMMY_WORDS): Define.
2201 (SIZEOF_CALL_DUMMY_WORDS): Define.
2202 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
2203
47a73475
MS
22042002-04-18 Michael Snyder <msnyder@redhat.com>
2205
2206 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
2207
52efde73
JT
22082002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
2209
2210 * vax-tdep.c (vax_frame_chain): New function.
2211 (vax_push_dummy_frame): Ditto.
2212 (vax_pop_frame): Ditto.
2213 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
2214 (FRAMELESS_FUNCTION_INVOCATION): Use
2215 generic_frameless_function_invocation_not.
2216 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
2217 (POP_FRAME): Use vax_pop_frame.
2218
ea74468c
JT
22192002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
2220
2221 * vax-tdep.c (vax_store_struct_return): New function.
2222 (vax_extract_return_value): Ditto.
2223 (vax_store_return_value): Ditto.
2224 (vax_extract_struct_value_address): Ditto.
2225 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
2226 vax_store_struct_return.
2227 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
2228 (STORE_RETURN_VALUE): Use vax_store_return_value.
2229 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
2230
5516aa92
JT
22312002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
2232
2233 * vax-tdep.c (vax_frame_saved_pc): New function.
2234 (vax_frame_args_address_correct): Ditto.
2235 (vax_frame_args_address): Ditto.
2236 (vax_frame_locals_address): Ditto.
2237 (vax_frame_num_args): Move code to be in proximity to
2238 other frame-related functions.
2239 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
2240 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
2241 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
2242 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
2243 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
2244
36af0b35
L
22452002-04-22 H.J. Lu (hjl@gnu.org)
2246
2247 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
2248 includedir.
2249
ab62c900
JT
22502002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
2251
2252 * vax-tdep.c (vax_frame_init_saved_regs): New function.
2253 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
2254 (FRAME_INIT_SAVED_REGS): New macro.
2255
7232b100
JT
22562002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
2257
2258 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
2259
b70d2aee
JT
22602002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
2261
2262 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
2263 where needed.
2264 (fetch_osf_core_registers): Likewise.
2265 (supply_gregset): Likewise.
2266
a0e8a2d1 22672002-04-22 J. Brobecker <brobecker@gnat.com>
361d1df0 2268
a0e8a2d1
JB
2269 * symfile.h (get_section_index): Define.
2270 * symfile.c (get_section_index): New function.
2271 * mdebugread.c (SC_IS_SBSS): New macro.
2272 (SC_IS_BSS): Return true for the scBss storage class only, as
2273 the scSBss storage class refers to the .sbss section.
2274 (parse_partial_symbols): Discard the symbols which associated
2275 section does not exist.
2276 Make sure to use the .sbss section index for symbols which
2277 storage class is scBss, rather than using the .bss section index.
2278
51eb8b08
JT
22792002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
2280
2281 * vax-tdep.c: Update copyright years.
2282 (vax_register_name): New function.
2283 (vax_register_byte): Ditto.
2284 (vax_register_raw_size): Ditto.
2285 (vax_register_virtual_size): Ditto.
2286 (vax_register_virtual_type): Ditto.
2287 * config/vax/tm-vax.h: Update copyright years.
2288 (REGISTER_NAMES): Remove.
2289 (REGISTER_NAME): Define.
2290 (REGISTER_BYTE): Use vax_register_byte.
2291 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
2292 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
2293 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
2294
6cc1c0a8
AC
22952002-04-21 Andrew Cagney <ac131313@redhat.com>
2296
2297 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
2298 declaration
2299 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
2300
9319a2fe
DM
23012002-04-21 David S. Miller <davem@redhat.com>
2302
2303 * arch-utils.c (generic_prologue_frameless_p): Kill
2304 SKIP_PROLOGUE_FRAMELESS_P code.
2305 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
2306 references.
2307 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
2308 * arc-tdep.c (arc_prologue_frameless_p): Implement.
2309 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
2310 references.
2311 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
2312 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
2313 (sparc_gdbarch_init): Pass it to
2314 set_gdbarch_prologue_frameless_p.
a0e8a2d1 2315
e9ed6d01
JT
23162002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
2317
2318 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
2319 (alphabsd-nat.o): New dependency list.
2320
36012033
JT
23212002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
2322
2323 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
2324 alphafbsd-tdep.c.
2325 (alpha-linux-tdep.o): New dependency list.
2326 (alphafbsd-tdep.o): Likewise.
2327
3379287a
JT
23282002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
2329
2330 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
2331 to here...
2332 * alpha-tdep.c: ...from here.
2333 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
2334
4bcbd6cb
JT
23352002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
2336
2337 * config/alpha/tm-alpha.h: Move alpha_software_single_step
2338 prototype from here...
2339 * alpha-tdep.h: ...to here.
2340
b31da25e
AC
23412002-04-21 Andrew Cagney <ac131313@redhat.com>
2342
2343 * frame.h (selected_frame_level): Document as deprecated.
2344 (frame_relative_level): Declare.
2345 * stack.c (frame_relative_level): New function.
2346 (selected_frame_level): Document as deprecated.
2347 (select_frame): Do not set the selected_frame_level.
2348
2349 * stack.c (frame_info, record_selected_frame): Update.
2350 (frame_command, current_frame_command): Update.
2351 (up_silently_base, up_command, down_silently_base): Update.
2352 (down_command): Update.
2353 * inflow.c (kill_command): Update.
2354 * tracepoint.c (finish_tfind_command): Update.
2355 * corelow.c (core_open): Update.
2356 * thread.c (info_threads_command): Update.
2357 (do_captured_thread_select): Update.
2358 * infcmd.c (finish_command): Update.
2359 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
2360
9c1d6fe5
JT
23612002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
2362
2363 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
2364
ab89facf
AC
23652002-04-21 Andrew Cagney <ac131313@redhat.com>
2366
2367 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
2368 type const.
2369
82a4efa1
JT
23702002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
2371
2372 * alphafbsd-tdep.c: Update copyright years. Include
2373 alpha-tdep.h.
2374 (alphafbsd_use_struct_convention): Make static.
2375 (alphafbsd_init_abi): New function.
2376 (_initialize_alphafbsd_tdep): New function.
2377 * config/alpha/tm-fbsd.h: Update copyright years.
2378 (USE_STRUCT_CONVENTION): Remove.
2379
44dffaac
JT
23802002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
2381
2382 * alpha-tdep.c (alpha_abi_handler): New structure to describe
2383 an Alpha ABI variant.
2384 (alpha_abi_handler_list): Declare.
2385 (alpha_gdbarch_register_os_abi): New function.
2386 (alpha_gdbarch_init): Give registered ABI variant handlers a
2387 chance to tweak the gdbarch once we have set up defaults.
2388 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
2389
65585be4
JT
23902002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
2391
2392 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
2393 to standard_coerce_float_to_double.
2394 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
2395
d9b023cc
JT
23962002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
2397
2398 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
2399 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
2400 from gdbarch_tdep rather than a constant.
2401 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
2402 the default text address for all Alpha Unix ABIs.
2403 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
2404 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
2405
dc129d82
JT
24062002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
2407
2408 * alpha-tdep.h: New file. Includes several Alpha target constants
2409 taken from...
2410 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
2411 let gdbarch deal with.
2412 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
2413 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
2414 to dependency list.
2415 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
2416 Alpha target register names.
2417 * alphabsd-nat.c: Likewise.
2418 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
2419 Alpha target register names. Make serveral routines static.
2420 (alpha_get_saved_register): New function.
2421 (alpha_abi_names): New.
2422 (process_note_abi_tag_sections): New function.
2423 (get_elfosabi): New function.
2424 (alpha_gdbarch_init): New function.
2425 (alpha_dump_tdep): New function.
2426 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
2427
d49d1e0a
AC
24282002-04-21 Andrew Cagney <ac131313@redhat.com>
2429
2430 * frame.c (find_saved_register): Delete #ifdef
2431 HAVE_REGISTER_WINDOWS code.
2432 * config/sparc/tm-sparc.h: Update comments.
2433 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
2434
92e8c9ed
AC
24352002-04-21 Andrew Cagney <ac131313@redhat.com>
2436
2437 * i960-tdep.c (i960_find_saved_register): New function.
2438 (i960_get_saved_register): New function.
2439 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
2440 (i960_get_saved_register): Declare.
2441 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
2442
e1925118
DM
24432002-04-20 David S. Miller <davem@redhat.com>
2444
2445 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
2446
29673b29
AC
24472002-04-20 Andrew Cagney <ac131313@redhat.com>
2448
2449 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
2450 instead of NUM_PSEUDO_REGS.
2451
6c86dcd5
DM
24522002-04-20 David S. Miller <davem@redhat.com>
2453
2454 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
2455 GDB_MULTI_ARCH_PARTIAL
2456 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
2457 define, let tm-sp64.h do it.
2458
aa40ec90
JT
24592002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
2460
2461 * frame.c (find_saved_register): Avoid a NULL pointer
2462 dereference and actually walk the frame list.
2463
0f79675b
AC
24642002-04-20 Andrew Cagney <ac131313@redhat.com>
2465
2466 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
2467 sorted in most most-recent-used order. Document.
2468 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 2469
c04a1aa8
DJ
24702002-04-20 Daniel Jacobowitz <drow@mvista.com>
2471
2472 * gdbserver/inferiors.c (struct inferior_info): Add regcache_data.
2473 (add_inferior): Call create_register_cache.
2474 (clear_inferiors): Call free_register_cache.
2475 (inferior_regcache_data, set_inferior_regcache_data): New functions.
2476 * gdbserver/regcache.c (struct inferior_regcache_data): New.
2477 (registers): Remove.
2478 (get_regcache): New function.
2479 (create_register_cache, free_register_cache): New functions.
2480 (set_register_cache): Don't initialize the register cache here.
2481 (registers_to_string, registers_from_string, register_data): Call
2482 get_regcache.
2483 * gdbserver/regcache.h: Add prototypes.
2484 * gdbserver/server.h: Likewise.
2485
611cb4a5
DJ
24862002-04-20 Daniel Jacobowitz <drow@mvista.com>
2487
2488 * gdbserver/mem-break.c: New file.
2489 * gdbserver/mem-break.h: New file.
2490 * gdbserver/Makefile.in: Add mem-break.o rule; update server.h
2491 dependencies.
2492 * gdbserver/inferiors.c (struct inferior_info): Add target_data
2493 member.
2494 (clear_inferiors): Free target_data member if set.
2495 (inferior_target_data, set_inferior_target_data): New functions.
2496 * gdbserver/linux-i386-low.c (i386_breakpoint, i386_breakpoint_len)
2497 (i386_stop_pc, i386_set_pc): New. Add to the_low_target.
2498 * gdbserver/linux-low.c (linux_bp_reinsert): New variable.
2499 (struct inferior_linux_data): New.
2500 (linux_create_inferior): Use set_inferior_target_data.
2501 (linux_attach): Likewise. Call add_inferior.
2502 (linux_wait_for_one_inferior): New function.
2503 (linux_wait): Call it.
2504 (linux_write_memory): Add const.
2505 (initialize_low): Call set_breakpoint_data.
2506 * gdbserver/linux-low.h (struct linux_target_ops): Add breakpoint
2507 handling members.
2508 * gdbserver/server.c (attach_inferior): Remove extra add_inferior
2509 call.
2510 * gdbserver/server.h: Include mem-break.h. Update inferior.c
2511 prototypes.
2512 * gdbserver/target.c (read_inferior_memory)
2513 (write_inferior_memory): New functions.
2514 * gdbserver/target.h (read_inferior_memory)
2515 (write_inferior_memory): Change macros to prototypes.
2516 (struct target_ops): Update comments. Add const to write_memory
2517 definition.
2518
f91305dd 25192002-04-19 Andrew Cagney <ac131313@redhat.com>
bf75c8c1
AC
2520
2521 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
2522 instead of ->prev.
2523 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
2524 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
2525 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
2526 instead of ->prev.
2527
73d322b1
EZ
25282002-04-19 Elena Zannoni <ezannoni@redhat.com>
2529
2530 Fix PR gdb/471.
2531 * gdbtypes.c (init_simd_type): Rewrite using new functions.
2532 (build_builtin_type_vec128): Ditto.
2533 (append_composite_type_field): Fix calculation of type length in
2534 union case.
2535
ccd9a834
EZ
25362002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
2537
2538 * config/djgpp/README: Update.
2539
2540 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
2541 compiler warnings.
2542
a57f9e49
JT
25432002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
2544
2545 * alpha-tdep.c (setup_arbitrary_frame): Rename...
2546 (alpha_setup_arbitrary_frame): ...to this.
2547 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
2548 for alpha_setup_arbitrary_frame.
2549
f4f9705a
AC
25502002-04-18 Andrew Cagney <cagney@redhat.com>
2551
2552 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
2553 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 2554
f4f9705a
AC
2555 * defs.h (breakpoint_from_pc_fn): Delete type definition.
2556 * target.h (memory_breakpoint_from_pc): Update declaration.
2557 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
2558
2559 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
2560 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
2561 * mem-break.c (memory_breakpoint_from_pc): Ditto.
2562 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
2563 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
2564 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
2565 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
2566 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
2567 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
2568 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
2569 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
2570 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
2571
2572 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
2573 const pointer.
2574 * monitor.c (monitor_insert_breakpoint): Ditto.
2575 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
2576
2577 * config/mcore/tm-mcore.h: Update copyright.
2578 * mem-break.c: Ditto.
2579 * xstormy16-tdep.c: Ditto.
2580
29f319b8
PM
25812002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
2582
2583 * p-exp.y: Add precedence rule for '^' token.
2584 This removes the shift/reduce conflicts.
2585 Remove the comment concerning these shift/reduce conflicts.
2586
ebeac11a
EZ
25872002-04-18 Elena Zannoni <ezannoni@redhat.com>
2588
2589 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
2590 (registers_powerpc_nofp): New register set for processors
2591 without floating point unit.
2592
27c31547
DM
25932002-04-18 David S. Miller <davem@redhat.com>
2594
2595 * MAINTAINERS: Add myself to write-after-approval.
2596
47a73475
MS
25972002-04-17 Michael Snyder <msnyder@redhat.com>
2598
2599 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
2600
953836b2
AC
26012002-04-17 Andrew Cagney <ac131313@redhat.com>
2602
2603 * rs6000-tdep.c (frame_initial_stack_address): Use
2604 frame_register_read to read the alloca_reg.
2605
8b0d4340
AC
26062002-04-17 Andrew Cagney <ac131313@redhat.com>
2607
2608 * frame.c (find_saved_register): Find saved registers in the next
2609 not prev frame.
2610 Fix PR gdb/365.
2611
d8864532
AC
26122002-04-17 Andrew Cagney <ac131313@redhat.com>
2613
2614 * gdbarch.sh (LANG): Set to ``c''.
2615
36cc83a3 26162002-04-15 Andrew Cagney <ac131313@redhat.com>
361d1df0 2617
36cc83a3 2618 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
361d1df0 2619
2f4150cc 26202002-04-15 Andrew Cagney <ac131313@redhat.com>
2c7ef074
AC
2621
2622 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
2623 Update copyright.
2624
628703c6 2625 * hpread.c (hpread_get_lntt): Add declaration.
2f4150cc 2626 Also fix PR gdb/391.
361d1df0 2627
56157b4a
AC
26282002-04-14 Andrew Cagney <ac131313@redhat.com>
2629
2630 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
2631 * aclocal.m4, configure: Re-generate.
2632 Fix PR gdb/391.
361d1df0 2633
6d1e3329
EZ
26342002-04-14 Elena Zannoni <ezannoni@redhat.com>
2635
2636 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
2637 instead of tm_print_insn.
2638
cb06fa07
EZ
26392002-04-14 Elena Zannoni <ezannoni@redhat.com>
2640
2641 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
2642
f208ba17
AC
26432002-04-14 Andrew Cagney <ac131313@redhat.com>
2644
2645 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
2646 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
2647 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
2648
20f01a46
DH
26492002-04-12 Don Howard <dhoward@redhat.com>
2650
2651 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
2652 max_user_call_depth.
2653 (init_cmd_lists): Initialize the new value;
2654 * cli/cli-script.c (execute_user_command): Limit the call depth of
2655 user defined commands. This avoids a core-dump when user commands
2656 are infinitly recursive.
2657
a88376a3
KB
26582002-04-12 Kevin Buettner <kevinb@redhat.com>
2659
2660 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
2661 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
2662 from tdep struct instead of DEFAULT_LR_SAVE.
2663 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
2664 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
2665 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
2666
f2172603
MS
26672002-04-12 Michael Snyder <msnyder@redhat.com>
2668
694f61fb 2669 * Remote.c: Spelling fix.
20fe79c8
MS
2670 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
2671 If no symbol found for "sbrk", try "_sbrk".
2672 (make_output_phdrs): Use bfd_section_name.
2673 (gcore_copy_callback): Use bfd_section_name.
62995fc4 2674 * eval.c: Indentation fix-ups.
169a7369
MS
2675 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
2676 in case it gets applied to an address that is already
2677 in the instruction space.
de74f71f
MS
2678 * cli/cli-decode.c (help_list): Allow long lines to wrap.
2679 * symfile.c: Fix indentation, long lines.
f2172603
MS
2680 * source.c: White space fix-up.
2681
cda5a58a
AC
26822002-04-12 Andrew Cagney <cagney@redhat.com>
2683
2684 * defs.h (read_relative_register_raw_bytes): Delete declaration.
2685 * frame.c (frame_register_read): New function. Return non-zero on
2686 success.
2687 (read_relative_register_raw_bytes_for_frame): Delete.
2688 (read_relative_register_raw_bytes): Delete.
2689 * frame.h (frame_register_read): Declare.
2690 * d30v-tdep.c: Update Copyright. Use frame_register_read.
2691 * sh-tdep.c: Ditto.
2692 * infcmd.c (do_registers_info): Ditto.
2693 * hppa-tdep.c: Ditto.
2694 * rs6000-tdep.c: Ditto.
2695 * h8500-tdep.c: Ditto.
2696 * mips-tdep.c: Ditto.
2697 * h8300-tdep.c: Ditto.
2698 * z8k-tdep.c: Ditto.
2699
2ea5f656
KB
27002002-04-12 Kevin Buettner <kevinb@redhat.com>
2701
2702 From Jimi X <jimix@watson.ibm.com>:
2703 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
2704 64-bit SysV ABI.
2705
27b15785
KB
27062002-04-12 Kevin Buettner <kevinb@redhat.com>
2707
2708 From Jimi X <jimix@watson.ibm.com>:
2709 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
2710 bfd info.
2711
5d57ee30
KB
27122002-04-12 Kevin Buettner <kevinb@redhat.com>
2713
2714 From Jimi X <jimix@watson.ibm.com>:
2715 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
2716 register sets for these processor variants.
2717
bc1e36ca
DJ
27182002-04-11 Daniel Jacobowitz <drow@mvista.com>
2719
2720 * gdbserver/linux-low.c (usr_store_inferior_registers): Support
2721 registers which are allowed to fail to store.
2722 * gdbserver/linux-low.h (linux_target_ops): Likewise.
2723 * gdbserver/linux-ppc-low.c (ppc_regmap): Support FPSCR.
2724 (ppc_cannot_store_register): FPSCR may not be storable.
2725 * regformats/reg-ppc.dat: Support FPSCR.
2726
e3f36dbd
KB
27272002-04-11 Kevin Buettner <kevinb@redhat.com>
2728
2729 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
2730 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
2731 Add fpscr as an invalid/unfetchable register.
2732 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
2733 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
2734 (fill_fpregset): Add support for register fpscr.
2735 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
2736 (fill_gregset): Account for the fact that register ``mq'' might
2737 not exist.
2738 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
2739 (registers_power): Add fpscr to register set at slot 71.
2740 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
2741 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
2742
943c9c25
MS
27432002-04-11 Michael Snyder <msnyder@redhat.com>
2744
2745 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
2746 * configure: Regenerate.
2747 * config.in: Regenerate.
2748 * acconfig.h: Add define for _SYSCALL32.
2749 * core-sol2.c: Remove #define _SYSCALL32.
2750 * solib-legacy.c: Remove #define _SYSCALL32.
2751
d8c0a2e7
AC
27522002-04-10 Andrew Cagney <ac131313@redhat.com>
2753
2754 * stack.c (select_frame): Cleanup internal error message, do not
2755 use %p.
2756
7cc19214
AC
27572002-04-10 Andrew Cagney <ac131313@redhat.com>
2758
2759 * stack.c (select_frame): Check that selected_frame and the
2760 specified level are as expected.
2761 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
2762 Update copyright.
2763 * frame.h (struct frame_info): Add field `level'. Update
2764 copyright.
2765 Work-in-progress PR gdb/464.
2766
67a2b77e
AC
27672002-04-10 Andrew Cagney <ac131313@redhat.com>
2768
2769 * maint.c (maint_print_section_info): Rename print_section_info.
2770 (print_bfd_section_info, print_objfile_section_info): Update.
2771 * inferior.h (struct gdbarch): Add opaque declaration.
2772 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
2773 * gdbarch.h: Regenerate.
2774
8cfda98c
ML
27752002-04-10 Michal Ludvig <mludvig@suse.cz>
2776
2777 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
2778 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
2779 (kernel_u_size): Added.
2780 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
2781 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
2782
ca439ad2 27832002-04-04 Jim Ingham <jingham@apple.com>
361d1df0 2784
ca439ad2
JI
2785 * valarith.c (find_size_for_pointer_math): New function, either returns
2786 the size for a pointer's target, returns 1 for void *, or errors for
2787 incomplete types.
2788 (value_add, value_sub): use find_size_for_pointer_math.
2789
2f2893d9
DJ
27902002-04-09 Daniel Jacobowitz <drow@mvista.com>
2791
2792 * linux-low.c (linux_look_up_symbols): New hook.
2793 (linux_target_ops): Add linux_look_up_symbols.
2794 * remote-utils.c (decode_address): New function.
2795 (look_up_one_symbol): New function.
2796 * server.c (handle_query): Call target look_up_symbols hook.
2797 * server.h (look_up_one_symbol): Add prototype.
2798 * target.h (struct target_ops): Add look_up_symbols hook.
2799
2ec06d2e
DJ
28002002-04-09 Daniel Jacobowitz <drow@mvista.com>
2801
d64b8841
DJ
2802 * gdbserver/server.h: Include <string.h> if HAVE_STRING_H.
2803 * ChangeLog: Correct paths in last ChangeLog entry.
2804
28052002-04-09 Daniel Jacobowitz <drow@mvista.com>
2806
2807 * gdbserver/linux-low.h: Remove obsolete prototypes.
2ec06d2e
DJ
2808 (struct linux_target_ops): New.
2809 (extern the_low_target): New.
d64b8841 2810 * gdbserver/linux-low.c (num_regs, regmap): Remove declarations.
2ec06d2e
DJ
2811 (register_addr): Use the_low_target explicitly.
2812 (fetch_register): Likewise.
2813 (usr_fetch_inferior_registers): Likewise.
2814 (usr_store_inferior_registers): Likewise.
d64b8841 2815 * gdbserver/linux-arm-low.c (num_regs): Remove.
2ec06d2e
DJ
2816 (arm_num_regs): Define.
2817 (arm_regmap): Renamed from regmap, made static.
2818 (arm_cannot_fetch_register): Renamed from cannot_fetch_register,
2819 made static.
2820 (arm_cannot_store_register): Renamed from cannot_store_register,
2821 made static.
2822 (the_low_target): New.
d64b8841 2823 * gdbserver/linux-i386-low.c (num_regs): Remove.
2ec06d2e
DJ
2824 (i386_num_regs): Define.
2825 (i386_regmap): Renamed from regmap, made static.
2826 (i386_cannot_fetch_register): Renamed from cannot_fetch_register,
2827 made static.
2828 (i386_cannot_store_register): Renamed from cannot_store_register,
2829 made static.
2830 (the_low_target): New.
d64b8841 2831 * gdbserver/linux-ia64-low.c (num_regs): Remove.
2ec06d2e
DJ
2832 (ia64_num_regs): Define.
2833 (ia64_regmap): Renamed from regmap, made static.
2834 (ia64_cannot_fetch_register): Renamed from cannot_fetch_register,
2835 made static.
2836 (ia64_cannot_store_register): Renamed from cannot_store_register,
2837 made static.
2838 (the_low_target): New.
d64b8841 2839 * gdbserver/linux-m68k-low.c (num_regs): Remove.
2ec06d2e
DJ
2840 (m68k_num_regs): Define.
2841 (m68k_regmap): Renamed from regmap, made static.
2842 (m68k_cannot_fetch_register): Renamed from cannot_fetch_register,
2843 made static.
2844 (m68k_cannot_store_register): Renamed from cannot_store_register,
2845 made static.
2846 (the_low_target): New.
d64b8841 2847 * gdbserver/linux-mips-low.c (num_regs): Remove.
2ec06d2e
DJ
2848 (mips_num_regs): Define.
2849 (mips_regmap): Renamed from regmap, made static.
2850 (mips_cannot_fetch_register): Renamed from cannot_fetch_register,
2851 made static.
2852 (mips_cannot_store_register): Renamed from cannot_store_register,
2853 made static.
2854 (the_low_target): New.
d64b8841 2855 * gdbserver/linux-ppc-low.c (num_regs): Remove.
2ec06d2e
DJ
2856 (ppc_num_regs): Define.
2857 (ppc_regmap): Renamed from regmap, made static.
2858 (ppc_cannot_fetch_register): Renamed from cannot_fetch_register,
2859 made static.
2860 (ppc_cannot_store_register): Renamed from cannot_store_register,
2861 made static.
2862 (the_low_target): New.
d64b8841 2863 * gdbserver/linux-s390-low.c (num_regs): Remove.
2ec06d2e
DJ
2864 (s390_num_regs): Define.
2865 (s390_regmap): Renamed from regmap, made static.
2866 (s390_cannot_fetch_register): Renamed from cannot_fetch_register,
2867 made static.
2868 (s390_cannot_store_register): Renamed from cannot_store_register,
2869 made static.
2870 (the_low_target): New.
d64b8841 2871 * gdbserver/linux-sh-low.c (num_regs): Remove.
2ec06d2e
DJ
2872 (sh_num_regs): Define.
2873 (sh_regmap): Renamed from regmap, made static.
2874 (sh_cannot_fetch_register): Renamed from cannot_fetch_register,
2875 made static.
2876 (sh_cannot_store_register): Renamed from cannot_store_register,
2877 made static.
2878 (the_low_target): New.
d64b8841 2879 * gdbserver/linux-x86-64-low.c (x86_64_regmap): Renamed from regmap.
2ec06d2e
DJ
2880 (the_low_target): New.
2881
96cb11df
AC
28822002-04-09 Andrew Cagney <ac131313@redhat.com>
2883
2884 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
2885 override FP_REGNUM with frame->fp. Update copyright.
2886 * parse.c (num_std_regs, std_regs): Delete.
2887 (target_map_name_to_register): Do not search std_regs. Update
2888 function description.
2889 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
2890 declarations. Update copyright.
2891 Fix PR gdb/251.
361d1df0 2892
c3a3ccc7
DJ
28932002-04-09 Daniel Jacobowitz <drow@mvista.com>
2894
2895 * gdbserver/Makefile.in: Add stamp-h target.
2896 * gdbserver/configure.in: Create stamp-h.
2897 * gdbserver/configure: Regenerated.
2898
ce3a066d
DJ
28992002-04-09 Daniel Jacobowitz <drow@mvista.com>
2900
2901 * gdbserver/inferiors.c: New file.
2902 * gdbserver/target.c: New file.
2903 * gdbserver/target.h: New file.
2904 * gdbserver/Makefile.in: Add target.o and inferiors.o. Update
2905 dependencies.
2906 * gdbserver/linux-low.c (inferior_pid): New static variable,
2907 moved from server.c.
2908 (linux_create_inferior): Renamed from create_inferior.
2909 Call add_inferior. Return 0 on success instead of a PID.
2910 (linux_attach): Renamed from myattach.
2911 (linux_kill): Renamed from kill_inferior. Call clear_inferiors ().
2912 (linux_thread_alive): Renamed from mythread_alive.
2913 (linux_wait): Renamed from mywait. Call clear_inferiors () if the
2914 child dies.
2915 (linux_resume): Renamed from myresume. Add missing ``return 0''.
2916 (regsets_store_inferior_registers): Correct error message.
2917 Add missing ``return 0''.
2918 (linux_fetch_registers): Renamed from fetch_inferior_registers.
2919 (linux_store_registers): Renamed from store_inferior_registers.
2920 (linux_read_memory): Renamed from read_inferior_memory.
2921 (linux_write_memory): Renamed from write_inferior_memory.
2922 (linux_target_ops): New structure.
2923 (initialize_low): Call set_target_ops ().
2924 * gdbserver/remote-utils.c (unhexify): New function.
2925 (hexify): New function.
2926 (input_interrupt): Send signals to ``signal_pid''.
2927 * gdbserver/server.c (inferior_pid): Remove.
2928 (start_inferior): Update create_inferior call.
2929 (attach_inferior): Call add_inferior.
2930 (handle_query): New function.
2931 (main): Call handle_query for `q' packets.
2932 * gdbserver/server.h: Include "target.h". Remove obsolete prototypes.
2933 Add prototypes for "inferiors.c", "target.c", hexify, and unhexify.
2934
0729219d
DJ
29352002-04-09 Daniel Jacobowitz <drow@mvista.com>
2936
2937 * gdbserver/Makefile.in: Add WARN_CFLAGS. Update configury
2938 dependencies.
2939 * gdbserver/configure.in: Check for <string.h>
2940 * gdbserver/configure: Regenerate.
2941 * gdbserver/config.in: Regenerate.
2942 * gdbserver/gdbreplay.c: Include needed system headers.
2943 (remote_open): Remove strchr prototype.
2944 * gdbserver/linux-low.h: Correct #ifdef to HAVE_LINUX_USRREGS.
2945 * gdbserver/regcache.c (supply_register): Change buf argument to const void *.
2946 (supply_register_by_name): Likewise.
2947 (collect_register): Change buf argument to void *.
2948 (collect_register_by_name): Likewise.
2949 * gdbserver/regcache.h: Add missing prototypes.
2950 * gdbserver/remote-utils.c: Include <arpa/inet.h> for inet_ntoa.
2951 * gdbserver/server.c (handle_query): New function.
2952 (attached): New static variable, moved out of main.
2953 (main): Quiet longjmp clobber warnings.
2954 * gdbserver/server.h: Add ATTR_NORETURN and ATTR_FORMAT. Update prototypes.
2955 * gdbserver/utils.c (error): Remove NORETURN.
2956 (fatal): Likewise.
2957
97658e92
DJ
29582002-04-09 Daniel Jacobowitz <drow@mvista.com>
2959
2960 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
2961 after the last symbol in a block.
2962
6044e3eb
PM
29632002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
2964
2965 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
2966 is non zero as a found symbol.
2967
0406ec40
AC
29682002-04-08 Andrew Cagney <ac131313@redhat.com>
2969
2970 * findvar.c: Include "builtin-regs.h".
2971 (value_of_register): Call value_of_builtin_reg when applicable.
2972 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
2973 (target_map_name_to_register): Call
2974 builtin_reg_map_name_to_regnum.
2975 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
2976 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
2977 (builtin_regs_h): Define.
2978 (builtin-regs.o): New target.
2979 (findvar.o): Add $(builtin_regs_h).
2980 * builtin-regs.c, builtin-regs.h: New files.
2981 * std-regs.c: New file.
2982 Partial fix for PR gdb/251.
2983
56a6dfb9
KB
29842002-04-08 Kevin Buettner <kevinb@redhat.com>
2985
2986 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
2987 it's no longer required.
2988
3a808432
AC
29892002-04-08 Andrew Cagney <ac131313@redhat.com>
2990
2991 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
2992
7c40d541
KB
29932002-04-08 Kevin Buettner <kevinb@redhat.com>
2994
2995 From Jimi X <jimix@watson.ibm.com>:
2996 * rs6000-tdep.c (rs6000_software_single_step): Use
2997 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
2998 and size. Use target_insert_breakpoint() and
2999 target_remove_breakpoint() to insert and remove breakpoints
3000 instead of explicit memory reads and writes.
3001
cc9836a8
KB
30022002-04-08 Kevin Buettner <kevinb@redhat.com>
3003
3004 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
3005 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
3006 ELF_OBJECT_FORMAT ifdef.
3007
7495d1dc
KB
30082002-04-08 Kevin Buettner <kevinb@redhat.com>
3009
3010 From Jimi X <jimix@watson.ibm.com>:
3011 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
3012
4288e836
KB
30132002-04-08 Kevin Buettner <kevinb@redhat.com>
3014
3015 From Jimi X <jimix@watson.ibm.com>:
3016 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
3017 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
3018
a4e4e501
MK
30192002-04-07 Mark Kettenis <kettenis@gnu.org>
3020
3021 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
3022 s/asprintf/xasprintf/.
3023 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
3024
006defba
AC
30252002-04-07 Andrew Cagney <ac131313@redhat.com>
3026
3027 I believe Jeff Law denies responsability for this one:
3028 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
3029 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
3030 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
3031 Work-around for PR gdb/366.
3032
7aa83cac
EZ
30332002-04-07 Elena Zannoni <ezannoni@redhat.com>
3034
3035 * remote-e7000.c (write_small, e7000_read_inferior_memory,
3036 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
3037 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
3038
cf1fcca1
EZ
30392002-04-07 Elena Zannoni <ezannoni@redhat.com>
3040
3041 * sh-tdep.c (sh_fp_frame_init_saved_regs,
3042 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
3043 information.
3044
3f289e6f
AC
30452002-04-07 Andrew Cagney <ac131313@redhat.com>
3046
3047 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
3048 maintainer.
3049
129188f6
AC
30502002-04-07 Andrew Cagney <ac131313@redhat.com>
3051
3052 * README (Reporting Bugs in GDB): Document the bug web page as the
3053 prefered way of submitting bugs.
3054 Fix PR gdb/402.
3055
1200cd6e
AC
30562002-04-06 Andrew Cagney <ac131313@redhat.com>
3057
3058 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
3059 -1. Update comment.
3060 * gdbarch.h, gdbarch.c: Re-generate.
3061
2853c33c
AS
30622002-04-07 Andreas Schwab <schwab@suse.de>
3063
3064 * m68klinux-nat.c (fill_fpregset): Properly pass address of
3065 buffer to regcache_collect.
3066
c2169756
AC
30672002-04-06 Andrew Cagney <ac131313@redhat.com>
3068
3069 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
3070 * gdbarch.c, gdbarch.h: Re-generate.
3071
25f1b008
AC
30722002-04-06 Andrew Cagney <ac131313@redhat.com>
3073
3074 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
3075 declaration. Fix -Werror.
3076
59263426
DJ
30772002-04-05 Daniel Jacobowitz <drow@mvista.com>
3078
3079 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
3080 * gdbarch.c: Regenerate.
3081
f5db4da3
MS
30822002-04-05 Michael Snyder <msnyder@redhat.com>
3083
80f8a6eb
MS
3084 * breakpoint.c (clear_command): Rewrite middle section to
3085 combine two loops with identical control conditions.
3086 Add a cleanup to eliminate a memory leak.
f5db4da3
MS
3087 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
3088
ad3dcc5c
L
30892002-04-05 H.J. Lu (hjl@gnu.org)
3090
3091 * solib-svr4.c (bkpt_names): Add "__start".
3092
f32e7a74
AC
30932002-04-04 Andrew Cagney <ac131313@redhat.com>
3094
3095 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
3096 as test for 64 bit target.
3097
8227c0ff
AC
30982002-04-05 Andrew Cagney <ac131313@redhat.com>
3099
3100 * h8500-tdep.c (h8500_write_fp): Delete function.
3101 * dwarf2cfi.c (cfi_write_fp): Document as not used.
3102 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
3103 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
3104 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
3105 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
3106 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
3107 (s390_write_fp):
3108 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
3109 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
3110 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
3111 (d10v_write_fp): Delete function.
3112 * inferior.h (write_fp, generic_target_write_fp): Delete
3113 declarations.
3114 * regcache.c (generic_target_write_fp): Delete function.
3115 (write_fp): Delete function.
3116 * gdbarch.sh (TARGET_WRITE_FP): Delete.
3117 * gdbarch.h, gdbarch.c: Regenerate.
3118 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
3119 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
3120 (sparc64_write_fp): Delete declaration.
3121 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
3122 (h8500_write_fp): Delete declaration.
3123
2757dd86
AC
31242002-04-04 Andrew Cagney <ac131313@redhat.com>
3125
3126 * sparc-tdep.c (sparc64_write_fp): Delete.
3127 (sparc_push_dummy_frame): Replace write_fp call with code to store
3128 the FP directly.
3129 (sparc_gdbarch_init): Do not initialize write_fp.
3130
c69255e1
KB
31312002-04-05 Kevin Buettner <kevinb@redhat.com>
3132
3133 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
3134 clause.
3135
ae767bfb
JB
31362002-03-29 Jim Blandy <jimb@redhat.com>
3137
3138 * stack.c (get_selected_block): Add new argument `addr_in_block',
3139 used to return the exact code address we used to select the block,
3140 not just the block.
3141 * blockframe.c (get_frame_block, get_current_block): Same.
3142 * frame.h (get_frame_block, get_current_block,
3143 get_selected_block): Update declarations.
3144 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
3145 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
3146
84d2ac95
MS
31472002-04-05 Michael Snyder <msnyder@redhat.com>
3148
3149 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
3150 warning message.
3151
596aa3bf
JB
31522002-04-05 J. Brobecker <brobecker@gnat.com>
3153
3154 * utils.c (xfullpath): New function.
3155 * defs.h (xfullpath): Add declaration.
3156 * source.c (openp): Use xfullpath in place of gdb_realpath to
3157 avoid resolving the basename part of filenames when the
3158 associated file is a symbolic link. This fixes a potential
3159 inconsistency between the filenames known to GDB and the
3160 filenames it prints in the annotations.
3161 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
3162 to be able to match a filename with either the real filename, or
3163 the name of any symbolic link to this file.
3164 (lookup_partial_symtab): Ditto.
3165
c02f5703
MS
31662002-04-04 Michael Snyder <msnyder@redhat.com>
3167
3168 * breakpoint.c: Add support for hardware breakpoints in overlays.
3169 (overlay_events_enabled): New state variable.
3170 (insert_breakpoints): Use overlay_events_enabled to decide
3171 whether to attempt to set a breakpoint at the overlay load addr.
3172 Handle bp_hardware_breakpoint as well as bp_breakpoint.
3173 (remove_breakpoint): Use overlay_events_enabled to decide
3174 whether breakpoints need to be removed from overlay load addr.
3175 Handle bp_hardware_breakpoint as well as bp_breakpoint.
3176 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
361d1df0 3177 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
c02f5703
MS
3178 disable_overlay_breakpoints): Update overlay_events_enabled.
3179
5fb290d7
DJ
31802002-04-04 Daniel Jacobowitz <drow@mvista.com>
3181
3182 * dwarf2read.c (struct function_range): New.
3183 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
3184 (check_cu_functions): New.
3185 (read_file_scope): Initialize global function lists.
3186 Call dwarf_decode_line after processing children.
3187 (read_func_scope): Add to global function list.
3188 (dwarf_decode_lines): Call check_cu_functions everywhere
3189 record_line is called. Call record_line with a linenumber
3190 of 0 to mark sequence ends.
3191
7b3fabf0
ML
31922002-04-04 Michal Ludvig <mludvig@suse.cz>
3193
361d1df0 3194 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
7b3fabf0
ML
3195 change sync with glibc.
3196
bce58c09
JB
31972002-04-03 Jim Blandy <jimb@redhat.com>
3198
3199 * configure.in: Call AC_C_INLINE.
3200 * configure: Regenerated.
361d1df0 3201
2fccf04a
DJ
32022002-04-01 Daniel Jacobowitz <drow@mvista.com>
3203
3204 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
3205 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
3206
2d1bfe2e
MK
32072002-03-31 Mark Kettenis <kettenis@gnu.org>
3208
a5941fbf
MK
3209 * NEWS: Mention gcore support on FreeBSD/i386.
3210
a90cd31d
MK
3211 * fbsd-proc.c: New file.
3212 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
3213 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
3214
2d1bfe2e
MK
3215 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
3216 while statement.
3217
9eb6e5a1
JB
32182002-03-29 Jim Blandy <jimb@redhat.com>
3219
3220 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
3221 unescaped newlines in string literals, but newer ones don't. So
3222 escape them.
3223
f02df580
MS
32242002-03-26 Michael Snyder <msnyder@redhat.com>
3225 Andrew Cagney <cagney@redhat.com>
3226
361d1df0 3227 * cli/cli-dump.c: New file. Dump memory to file,
f02df580
MS
3228 restore file to memory.
3229 * cli/cli-dump.h: New file.
3230 * Makefile.in: Add rules, dependencies for cli-dump.o.
89743e04 3231 * NEWS: Mention new commands.
f02df580 3232
109f874e
MS
32332002-03-28 Michael Snyder <msnyder@redhat.com>
3234
3235 * symfile.c (symbol_file_add): Move test for null symbols to later.
3236
520f6ade
AC
32372002-03-27 Andrew Cagney <ac131313@redhat.com>
3238
3239 From veksler at il.ibm.com:
3240 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
3241 the xstrduped original path.
3242 Fix PR gdb/417.
3243
d4654627
MS
32442002-03-27 Michael Snyder <msnyder@redhat.com>
3245
3246 * breakpoint.c (_initialize_breakpoint): Clean up help string.
3247 * infcmd.c (_initialize_infcmd): Ditto.
3248 * language.c (_initialize_language): Ditto.
3249 * symfile.c (_initialize_symfile): Ditto.
3250 * top.c (_init_main): Ditto.
3251 * cli/cli-cmds.c (init_cli_cmds): Ditto.
3252
6be8bc0c
EZ
32532002-03-27 Elena Zannoni <ezannoni@redhat.com>
3254
3255 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
3256 vector registers handling.
3257 (skip_prologue): Handle new AltiVec instructions. Fill in new
3258 fields of frame data.
3259 (frame_get_saved_regs): Fill in information for AltiVec registers.
3260
12af6855
JB
32612002-03-27 Jim Blandy <jimb@redhat.com>
3262
3263 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
3264 a function; leave this macro here to invoke that function.
3265 (symbol_init_mangled_name): Declaration for that function.
3266 * symtab.c (symbol_init_mangled_name): New function.
3267
dc672865
AC
32682002-03-27 Andrew Cagney <ac131313@redhat.com>
3269
3270 * valarith.c: Replace strerror with safe_strerror.
3271 * tracepoint.c: Ditto.
3272 * lin-lwp.c: Ditto.
3273 * go32-nat.c: Ditto.
3274 * inflow.c: Ditto.
3275 * gnu-nat.c: Ditto.
3276
d96429cd
AS
32772002-03-27 Andreas Schwab <schwab@suse.de>
3278
3279 * event-top.c (command_line_handler): Remove useless if.
3280
7e336ba1
AJ
32812002-03-27 Andreas Jaeger <aj@suse.de>
3282
3283 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
3284 comment.
3285
de220d0f
ML
32862002-03-27 Michal Ludvig <mludvig@suse.cz>
3287
3288 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
3289 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
3290 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
3291 (x86_64_linux_dr_get_status, supply_gregset),
3292 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
3293 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
3294 (x86_64_register_info_table): Add.
3295 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
3296 (x86_64_register_raw_size, x86_64_register_virtual_type),
3297 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
3298 general x86_64_register_info_table.
3299 (i386_gdbarch_init): gdbarch_register_bytes is now set
3300 dynamicaly during initialization.
3301 * regformats/reg-x86-64.dat: Synced with changes to registers above.
3302 * gdbserver/linux-x86-64-low.c: Ditto.
7e336ba1 3303
0e98d0a7
DJ
33042002-03-27 Daniel Jacobowitz <drow@mvista.com>
3305
3306 * gdbserver/server.c (main): Call target_signal_to_host_p
3307 and target_signal_to_host on signals received from the remote.
3308 * gdbserver/remote-utils.c (prepare_resume_reply): Call
3309 target_signal_from_host on signals sent to the remote.
3310 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
3311 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
3312
3130066b
DJ
33132002-03-27 Daniel Jacobowitz <drow@mvista.com>
3314
3315 * signals/signals.c: Include "server.h" in gdbserver build.
3316 (target_signal_from_name): Don't use STREQ.
3317 (_initialize_signals): Likewise. Don't include function in
3318 gdbserver build.
3319
9aedf4f4
DJ
33202002-03-27 Daniel Jacobowitz <drow@mvista.com>
3321
3322 * signals.c: Moved to...
3323 * signals/signals.c: Here.
7e336ba1 3324 * Makefile (signals.o): Update.
9aedf4f4 3325
3fa41cdb
JL
33262002-03-26 Jeff Law (law@redhat.com)
3327
3328 * somread.c (som_symtab_read): Remove some commented out code and
3329 updated related comments. Do not set the minimal symbol table to
3330 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
3331 in a dynamic executable.
3332 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
3333 where we are unable to find the minimal symbol for the given
3334 PC value.
3335
ee677e8d
MS
33362002-03-25 Jeff Law (law@redhat.com)
3337
3338 * linux-proc.c (read_mapping): Scan up to end of line for filename.
3339
e76e1718
ML
33402002-03-25 Michal Ludvig <mludvig@suse.cz>
3341
3342 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
3343
18a642a1
AC
33442002-03-23 Andrew Cagney <ac131313@redhat.com>
3345
3346 * command.h: Update copyright.
3347 (struct cmd_list_element): Replace definition with opaque
3348 declaration.
3349 (enum cmd_types): Document that it will eventually be moved to
3350 cli/cli-decode.h
3351 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
3352 (MALLOCED_REPLACEMENT): Delete macro.
3353 * Makefile.in (cli_decode_h): Add $(command_h).
3354 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
7e336ba1 3355 * top.c: Include "cli/cli-decode.h".
18a642a1
AC
3356 * completer.c: Include "cli/cli-decode.h".
3357 * maint.c: Include "cli/cli-decode.h".
3358 * cli/cli-decode.h: Include "command.h".
3359 (enum command_class): Delete.
3360 (enum cmd_types): Comment out.
3361 (enum cmd_auto_boolean): Delete.
3362 (enum var_types): Delete.
3363
b2875cc0
AC
33642002-03-23 Andrew Cagney <ac131313@redhat.com>
3365
3366 * cli/cli-decode.c: Include "gdb_assert.h".
3367 (add_set_or_show_cmd): New static function.
3368 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
3369 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
3370 all fields, such as func, from the set command.
3371
3b45974e
AC
33722002-03-23 Andrew Cagney <ac131313@redhat.com>
3373
3374 * MAINTAINERS (sh-elf): Change warning flag to -w.
3375
823ca731
AC
33762002-03-23 Andrew Cagney <cagney@redhat.com>
3377
3378 * defs.h (error): Add printf format attribute.
3379 * thread-db.c (thread_from_lwp): Fix error format string.
3380 * stack.c (parse_frame_specification): Ditto.
3381 * cli/cli-decode.c (undef_cmd_error): Ditto.
3382 * scm-lang.c (scm_lookup_name): Ditto.
3383 * tracepoint.c (trace_error): Ditto.
3384 * remote-utils.c (usage): Ditto.
3385 * remote.c (compare_sections_command): Ditto.
3386 Fix PR gdb/328.
3387
0e101458
AC
33882002-03-22 Andrew Cagney <ac131313@redhat.com>
3389
3390 * gdbtypes.c (append_composite_type_field): New function.
3391 (init_composite_type): New function.
3392 * gdbtypes.h (append_composite_type_field): Declare.
3393 (init_composite_type): Ditto.
3394
8e0662df
EZ
33952002-03-22 Elena Zannoni <ezannoni@redhat.com>
3396
3397 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
7e336ba1 3398 function.
8e0662df
EZ
3399 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
3400 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
3401 structure returning convention for SYSV ABI case, but not
3402 for GNU/Linux, FreeBSD, or NetBSD.
3403
3121eff0
DJ
34042002-03-22 Daniel Jacobowitz <drow@mvista.com>
3405
3406 * symtab.h (lookup_block_symbol): Add mangled_name argument
3407 to prototype.
3408
3409 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
3410 with new mangled_name argument.
3411 * linespec.c (decode_line_1): Likewise.
3412 * valops (value_of_this): Likewise.
3413 * symtab.c (lookup_transparent_type): Likewise.
3414 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
3415 (lookup_symbol): If we are given a mangled name, pass it down
3416 to lookup_symbol_aux.
3417 (lookup_block_symbol): If we are given a mangled name to check
3418 against, only return symbols which match it.
3419
349b409f
CF
34202002-03-22 Christopher Faylor <cgf@redhat.com>
3421
3422 * win32-nat.c (child_create_inferior): Check for proper shell to use
3423 here, in case the user changes it on the fly.
3424 (_initialize_inftarg): Remove shell path considerations.
3425
2a873819
EZ
34262002-03-21 Elena Zannoni <ezannoni@redhat.com>
3427
3428 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
3429 for gdbarch_max_register_raw_size and max_register_virtual_size.
3430 Adjust copyright year.
3431
a1b9830c
DJ
34322002-03-21 Daniel Jacobowitz <drow@mvista.com>
3433
3434 * dbxread.c (process_one_symbol): Extend the first N_SLINE
3435 in a function to cover the entire beginning of the function
3436 as well if it does not already.
3437
8b5790f2
TR
34382002-03-21 Tom Rix <trix@redhat.com>
3439
3440 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
3441 (rs6000_ptrace64): Renamed from ptrace64.
3442
bdbe5747
MH
34432002-03-20 Martin M. Hunt <hunt@redhat.com>
3444
3445 * gdbserver/remote-utils.c (remote_open): Don't call
3446 getprotobyname, we're all using TCP here so just use
3447 IPPROTO_TCP.
7e336ba1 3448 * gdbserver/gdbreplay.c (remote_open): Ditto.
bdbe5747
MH
3449
34502002-03-20 Martin M. Hunt <hunt@redhat.com>
7e336ba1 3451
bdbe5747
MH
3452 * regcache.c (_initialize_regcache): No need to call
3453 build_regcache() at this time; it gets called whenever
3454 the gdbarch changes.
3455
7781cd62
DB
34562002-03-20 David O'Brien <obrien@FreeBSD.org>
3457
3458 * sparc-nat.c: Include sys/param.h where possible.
3459
f65ca430
DJ
34602002-03-20 Daniel Jacobowitz <drow@mvista.com>
3461
3462 Fix PR gdb/422.
3463 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
3464 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
3465 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
3466 complex types.
3467 * stabsread.c (rs6000_builtin_type): Likewise.
3468 (read_sun_floating_type): Likewise.
3469
0c867556
PS
34702002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3471
3472 * stabsread.c (read_member_functions): Remove skip code for duplicate
3473 constructor/destructor methods. Use standard parsing for these
3474 methods and just do not chain them to the list of methods after
3475 parsing.
3476
12b9c64f
AO
34772002-03-19 Alexandre Oliva <aoliva@redhat.com>
3478
3479 * coffread.c: Remove redundant static declarations. Replace
3480 occurrences of `PTR' with `void *'.
3481 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
3482 * top.h (quit_cover): Likewise.
3483 * defs.h (catch_errors): Likewise.
3484
349c5d5f
AC
34852002-03-18 Andrew Cagney <ac131313@redhat.com>
3486
3487 * defs.h (XMALLOC): Define.
3488 * gdb-events.sh (XMALLOC): Delete macro.
3489 * gdb-events.c, gdb-events.h: Regenerate.
3490 * gdbarch.sh (XMALLOC): Delete macro.
3491 * gdbarch.c: Regenerate.
3492 * serial.c (XMALLOC): Delete macro.
3493 * ui-file.c (XMALLOC): Ditto.
3494 * ser-unix.h (XMALLOC): Ditto.
3495 * sh-tdep.c (XMALLOC): Ditto.
3496 * ui-out.c (XMALLOC): Ditto.
3497 * utils.c (XMALLOC): Ditto.
3498 * i386-tdep.c (XMALLOC): Ditto.
3499 * gdb-events.c (XMALLOC): Ditto.
3500 * d10v-tdep.c (XMALLOC): Ditto.
3501 * cli-out.c (XMALLOC): Ditto.
3502
3503 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
3504 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
3505 * ui-file.c, ui-out.c: Ditto.
3506
7d0766f3
AC
35072002-03-18 Andrew Cagney <ac131313@redhat.com>
3508
3509 * command.h (struct cmd_list_element): Add field context.
3510 (set_cmd_context, get_cmd_context): Declare.
3511 * cli/cli-decode.h: Ditto.
3512 * cli/cli-decode.c (get_cmd_context): New function.
3513 (set_cmd_context): New function.
3514 (add_cmd): Initialize context.
3515 Part of fixing PR gdb/145 and PR gdb/146.
3516
5913bcb0
AC
35172002-03-17 Andrew Cagney <ac131313@redhat.com>
3518
1868c04e
AC
3519 * cli/cli-decode.c (cmd_type): New function.
3520 * command.h (cmd_type): Declare.
3521 * infrun.c (set_schedlock_func): Call function cmd_type.
3522 * kod.c (kod_set_os): Call cmd_type.
3523 * cris-tdep.c (cris_version_update): Use function cmd_type.
3524 (cris_mode_update, cris_abi_update): Ditto.
3525
5913bcb0
AC
3526 * command.h: (execute_cmd_post_hook): Declare.
3527 (execute_cmd_pre_hook): Declare.
3528 * cli/cli-script.c (clear_hook_in_cleanup): New function.
3529 (execute_cmd_post_hook, execute_cmd_pre_hook): New
3530 functions. Execute pre/post hook while ensuring that afterwords
3531 hook_in is cleared.
3532 * top.c (execute_command): Use execute_cmd_post_hook, and
3533 execute_cmd_pre_hook to execute pre/post commands.
3534 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
3535 hook_stop_stub.
3536 (hook_stop_stub): Call execute_cmd_pre_hook.
3537
b51450c9
AC
35382002-03-17 Andrew Cagney <ac131313@redhat.com>
3539
3540 * kod.c (kod_set_os): Revert previous change. Is called by ``info
3541 set'' and this leads to a core dump. Move xstrdup of
3542 operating_system to after check that it is not NULL.
3543
f66c9f11
AC
35442002-03-17 Andrew Cagney <ac131313@redhat.com>
3545
8e694ecf
AC
3546 * kod.c (kod_set_os): Remove unnecessary check that
3547 ``command->type'' is set_cmd.
3548
f66c9f11
AC
3549 * valprint.c (set_input_radix): Use input_radix.
3550 (set_output_radix): Use output_radix.
3551 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
3552 isn't reverted.
3553
9d01611c
AC
35542002-03-16 Andrew Cagney <ac131313@redhat.com>
3555
3556 * value.h (struct value): Delete field ``substring_addr''. Change
3557 aligner fields to force_doublest_align, force_longest_align,
ee2d3b3a
AC
3558 force_core_addr_align and force_pointer_aligh.
3559
3560 * value.h (struct value): Fix typo in above change.
9d01611c 3561
4156bb53
PS
35622002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3563
3564 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
3565 to fix internal_error from ``maintenance print architecture''.
3566
0e5e3ea6
PS
35672002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3568
3569 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
3570 for gcc versions after gcc-2.8.1.
3571
9b013045
PS
35722002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3573
3574 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
3575 for method resolution. Restore adjustment of ``this'' pointer after
3576 calling value_struct_elt, which was accidentally removed during the
3577 HP merge.
3578
376c9600
AC
35792002-03-15 Andrew Cagney <ac131313@redhat.com>
3580
3581 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
3582 value_of_register.
3583 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
3584 get_saved_register.
3585 * value.h (value_of_register): Update.
3586
a4db0f07
RH
35872002-03-14 Richard Henderson <rth@redhat.com>
3588
3589 * configure.in: Detect declaration for canonicalize_file_name.
3590 * utils.c (canonicalize_file_name): Declare, if needed.
3591 (gdb_realpath): Prefer realpath if available and usable.
3592 * config.in, configure: Rebuild.
3593
96383835
RH
35942002-03-14 Richard Henderson <rth@redhat.com>
3595
3596 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
3597 a constant array bound.
3598
3599 * MAINTAINERS: Add myself to write-after-approval.
3600
75245b24
MS
36012002-03-14 Michael Snyder <msnyder@redhat.com>
3602
3603 * symfile.c (syms_from_objfile): Return immediately if no syms.
3604 (symbol_file_add): Return immediately if no syms.
3605 (find_sym_fns): Return immediately if no syms.
3606
e641a1ca
ML
36072002-03-13 Michal Ludvig <mludvig@suse.cz>
3608
3609 * gdbserver/remote-util.c (remote_open): Print remote-side's
3610 IP address when remote debugging over the network.
7e336ba1 3611
df08bfec
DB
36122002-03-12 David O'Brien <obrien@FreeBSD.org>
3613
3614 * config/sparc/fbsd.mh: Fix copyright.
3615 * config/sparc/fbsd.mt: Likewise.
3616
9a57864f
RE
36172002-03-11 Richard Earnshaw <rearnsha@arm.com>
3618
3619 * MAINTAINERS: Fix typo in name of gdb warnings option.
3620 (x86-64): Fix formating so that this can be parsed by awk.
3621
dd7bf85e
DJ
36222002-03-10 Daniel Jacobowitz <drow@mvista.com>
3623
3624 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
3625 * defs.h: Include "gdb/signals.h".
3626 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
3627
33a0a2ac
ML
36282002-03-10 Michal Ludvig <mludvig@suse.cz>
3629
3630 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
7e336ba1 3631 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
33a0a2ac
ML
3632 from x86-64-tdep.h
3633
dd824b04
DJ
36342002-03-10 Daniel Jacobowitz <drow@mvista.com>
3635 Don Howard <dhoward@redhat.com>
3636
3637 * mips-tdep.c (ST0_FR): Define.
3638 (mips2_fp_compat): New function, temporarily disabled.
3639 (mips_read_fp_register_single): New function.
3640 (mips_read_fp_register_double): New function.
3641 (mips_print_register): Use them.
3642 (do_fp_register_row): Likewise.
3643
6a41ff59
AC
36442002-03-09 Andrew Cagney <ac131313@redhat.com>
3645
3646 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
3647 approval''.
3648
4ea09c10
PS
36492002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3650
3651 * stabsread.c (read_member_functions): Fix is_stub test for
3652 static member functions, improve comment.
3653
6ccc741d
RE
36542002-03-07 Richard Earnshaw <rearnsha@arm.com>
3655
3656 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
3657 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
3658 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
3659 commands that set boolean values.
3660 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
3661 (arm_rdi_resume): Always initialize PC.
3662 (arm_rdi_open): Don't use rslt as a boolean.
3663 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
3664 (arm_rdi_fetch_registers, arm_rdi_store_registers)
3665 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
3666 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
3667
438013df
AO
36682002-03-06 Alexandre Oliva <aoliva@redhat.com>
3669
3670 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
3671 * configure: Rebuilt.
3672
70ed8774
SC
36732002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3674
3675 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
3676 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
3677
5ba2abeb
AC
36782002-03-06 Andrew Cagney <ac131313@redhat.com>
3679
3680 * cli/cli-decode.c (set_cmd_completer): New function.
3681 * command.h (set_cmd_completer): Declare.
3682 * cli/cli-decode.h (set_cmd_completer): Ditto.
3683
3684 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
3685 * cli/cli-cmds.c (init_cli_cmds): Ditto.
3686 * win32-nat.c (_initialize_inftarg): Ditto.
3687 * remote-rdi.c (_initialize_remote_rdi): Ditto.
3688 * proc-api.c (_initialize_proc_api): Ditto.
3689 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
3690 * source.c (_initialize_source): Ditto.
3691 * exec.c (_initialize_exec): Ditto.
3692 * solib.c (_initialize_solib): Ditto.
3693 * top.c (init_main): Ditto.
3694 * tracepoint.c (_initialize_tracepoint): Ditto.
3695 * symfile.c (_initialize_symfile): Ditto.
3696 * printcmd.c (_initialize_printcmd): Ditto.
3697 * infcmd.c (_initialize_infcmd): Ditto.
3698 * corefile.c (_initialize_core): Ditto.
3699
f779ca99
AC
37002002-03-05 Andrew Cagney <ac131313@redhat.com>
3701
3702 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
3703
01a3934b
AC
37042002-03-05 Andrew Cagney <ac131313@redhat.com>
3705
3706 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
3707
37057839
AC
37082002-03-05 Andrew Cagney <ac131313@redhat.com>
3709
3710 * NEWS: Update headings, 5.2 has branched.
3711
c6ecbae5
DJ
37122002-03-04 Daniel Jacobowitz <drow@mvista.com>
3713
3714 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
3715 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
3716 (register_addr, REGISTER_RAW_SIZE): Likewise.
3717 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
3718 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
3719
e9f30c21
ML
37202002-03-03 Michal Ludvig <mludvig@suse.cz>
3721
3722 * MAINTAINERS (x86-64): Add myself.
3723 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
3724 changed value_ptr -> struct value *
3725
54394ac3
DB
37262002-03-01 David O'Brien <obrien@FreeBSD.org>
3727
3728 * configure.host (sparc64-*-freebsd): Add.
3729 * configure.tgt: Likewise.
3730 * config/sparc/fbsd.mh: New file.
3731 * config/sparc/fbsd.mt: Likewise.
3732 * config/sparc/nm-fbsd.h: Likewise.
3733 * config/sparc/tm-fbsd.h: Likewise.
3734
bfe95955
DJ
37352002-03-01 Daniel Jacobowitz <drow@mvista.com>
3736
3737 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
3738 regformats/reg-s390x.dat.
3739
f33c6cbf
AC
37402002-03-01 Andrew Cagney <ac131313@redhat.com>
3741
3742 * utils.c: Add FIXME explaining true/false problem.
3743
5ecaa7dd
AC
37442002-02-28 Andrew Cagney <ac131313@redhat.com>
3745
3746 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
3747
2a251cc2
MC
37482002-02-28 Michael Chastain <mec@shout.net>
3749
3750 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
3751
6a8031a3 37522002-02-28 Daniel Jacobowitz <drow@mvista.com>
265f716b
DJ
3753
3754 * gdbserver/linux-s390-low.c: New file.
3755 * regformats/reg-s390.dat: New file.
3756 * regformats/reg-s390x.dat: New file.
3757 * gdbserver/configure.srv: Add S/390.
3758 * gdbserver/Makefile.in: Add S/390.
3759 * configure.tgt: Enable gdbserver for S/390.
3760
ac469903
EZ
37612002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
3762
3763 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
3764 first line of the doc string for "info dos", except at the end of
3765 the sentence, since the short help stops at the first period.
3766
985cb1a3
JM
37672002-02-28 Jason Merrill <jason@redhat.com>
3768
3769 * dwarf2read.c (dwarf_cfi_name): Add new codes.
3770
c570663e
FF
37712002-02-27 Fred Fish <fnf@redhat.com>
3772
3773 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
3774 comment (dumy -> dummy).
3775
43630227
PS
37762002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3777
3778 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
3779
b84911e8
RB
37802002-02-27 Rodney Brown <rbrown64@csc.com.au>
3781
3782 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
3783
58caa3dc
DJ
37842002-02-27 Daniel Jacobowitz <drow@mvista.com>
3785
3786 * gdbserver/acconfig.h: New file.
3787 * gdbserver/i387-fp.c: New file.
3788 * gdbserver/i387-fp.h: New file.
3789 * gdbserver/linux-x86-64.c: New file.
3790 * regformats/reg-x86-64.dat: New file.
3791 * configure.tgt: Add x86_64-*-linux* gdbserver support.
3792 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
3793 * gdbserver/configure.in: Add support for regsets.
3794 * gdbserver/config.in: Regenerate.
3795 * gdbserver/configure: Regenerate.
3796 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
3797 * gdbserver/linux-low.h: New file.
3798 * gdbserver/linux-low.c: Include "linux-low.h". Add support
3799 for regsets.
3800 * gdbserver/linux-arm-low.c: Include "linux-low.h".
3801 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
3802 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
3803 * gdbserver/linux-mips-low.c: Include "linux-low.h".
3804 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
3805 * gdbserver/linux-sh-low.c: Include "linux-low.h".
3806 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
3807 "i387-fp.h". Add PTRACE_GETREGS and friends.
3808 * gdbserver/regcache.c (supply_register): New function.
3809 (supply_register_by_name): New function.
3810 (collect_register): New function.
3811 (collect_register_by_name): New function.
3812
93652174
DJ
38132002-02-27 Daniel Jacobowitz <drow@mvista.com>
3814
3815 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
3816 (config.status): Add configure.srv dependency.
3817 (server_h): Add config.h dependency.
3818
a02e4a61
DJ
38192002-02-27 Daniel Jacobowitz <drow@mvista.com>
3820
3821 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
3822 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
3823 * gdbserver/configure.srv: Change i386-*-linux* to use
3824 reg-i386-linux.o.
3825
ce0eebec
AC
38262002-02-26 Andrew Cagney <ac131313@redhat.com>
3827
3828 * x86-64-tdep.c: Re-indent. Update copyright date.
3829
82dbc5f7
AC
38302002-02-26 Andrew Cagney <ac131313@redhat.com>
3831
3832 From Michal Ludvig <mludvig@suse.cz>:
3833 * x86-64-tdep.c (value.h): Delete.
3834 (gdb_assert.h): Include.
3835 (x86_64_register_convert_to_virtual,
3836 x86_64_register_convert_to_raw ): Add check which lets only
3837 floating-point values to be converted.
3838 (value_push): Delete.
3839 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
3840 (i386_gdbarch_init): Number of register_bytes fixed.
3841
e4621584
AC
38422002-02-26 Andrew Cagney <ac131313@redhat.com>
3843
3844 * MAINTAINERS: Add x86-64 target.
3845
81a9a963
AC
38462002-02-26 Andrew Cagney <ac131313@redhat.com>
3847
3848 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
3849 * osfsolib.c (solib_map_sections): Ditto.
3850 * irix5-nat.c (solib_map_sections): Ditto.
3851 * corelow.c (gdb_check_format): Ditto.
3852 * symfile.c (symfile_bfd_open): Ditto.
3853 * solib.c (solib_map_sections): Ditto.
3854 Fix PR gdb/354.
7e336ba1 3855
0f017ab9
AC
38562002-02-26 Andrew Cagney <ac131313@redhat.com>
3857
3858 * remote.c (_initialize_remote): By default, disable ``e'' and
3859 ``E'' step out-of-range packets.
3860
75738c29
AS
38612002-02-26 Andreas Schwab <schwab@suse.de>
3862
3863 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
3864 m68k_linux_frame_saved_pc.
3865 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
3866 in_sigtramp.
3867 (SIGCONTEXT_PC_OFFSET): Remove.
3868 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
3869 m68k_linux_sigtramp_saved_pc): New functions.
3870 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
3871 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
3872 (UCONTEXT_PC_OFFSET): Define.
3873 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
3874 non-RT and RT signal trampolines.
3875
7e8ed687
RE
38762002-02-26 Richard Earnshaw <rearnsha@arm.com>
3877
3878 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
3879 (TARGET_NBPG, STACK_END_ADDR): Delete
3880 (VARIABLES_INSIDE_BLOCK): Delete.
3881
6972bc8b
AC
38822002-02-25 Andrew Cagney <ac131313@redhat.com>
3883
3884 * utils.c (perror_with_name): Make string parameter constant.
3885 (print_sys_errmsg): Ditto.
3886 (query): Ditto.
3887 * defs.h (perror_with_name): Update.
3888 (print_sys_errmsg): Update.
3889 (query): Update.
3890
aa32f823
DJ
38912002-02-25 Daniel Jacobowitz <drow@mvista.com>
3892
3893 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
3894 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
3895
19caaa45
PS
38962002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3897
3898 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
3899 if it already matches the current architecture from the exec file.
3900 Include arch-utils.h for gdbarch_info_init prototype.
3901 * Makefile.in (rs6000-nat.o): Update dependencies.
3902
d951901f
EZ
39032002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
3904
3905 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
3906 list of exported variables.
3907
7ea81414
DJ
39082002-02-24 Daniel Jacobowitz <drow@mvista.com>
3909
3910 * gdbserver/configure.srv: New file.
3911 * gdbserver/configure.in: Use configure.srv instead
3912 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
3913 from it.
3914 * gdbserver/configure: Regenerated.
3915 * gdbserver/terminal.h: New file.
3916 * gdbserver/Makefile.in: Update for configure changes. Remove
3917 more unneeded include paths.
3918
080fe24b
AC
39192002-02-24 Andrew Cagney <ac131313@redhat.com>
3920
3921 From wiz at danbala:
3922 * config/sparc/tm-sp64.h: Fix grammar and typos.
3923 Fix PR gdb/287.
3924
8605d56e
AC
39252002-02-24 Andrew Cagney <ac131313@redhat.com>
3926
3927 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
a4b6fc86
AC
3928 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
3929 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
3930 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
ca557f44
AC
3931 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
3932 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
3933 * s390-tdep.c: Ditto.
92362027
AC
3934 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
3935 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
3936 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
3937 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
3938 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
3939 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
3940 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
3941 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
3942 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
3943 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
8605d56e 3944 Fix PR gdb/378.
7e336ba1 3945
8ed32cc0
AC
39462002-02-23 Andrew Cagney <ac131313@redhat.com>
3947
a3007b6f
AC
3948 * lin-thread.c: Delete file.
3949 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
3950 to gdb_proc_service.h.
3951 * configure: Re-generate.
3952
50a9e2f1
AC
3953 * ocd.c (ocd_open): Do not try to open the "ocd" device.
3954 * serial.c (serial_open): Delete check for "ocd".
3955 Fix PR gdb/349.
3956
8b6e7932
AC
3957 * Makefile.in (linux-thread.o): Delete target.
3958 * linux-thread.c: Delete file.
3959
d155c46b
AC
3960 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
3961 renamed SH files to be consistent.
3962
8ed32cc0
AC
3963 * symtab.c (sort_search_symbols): Use xfree.
3964
0e18d038
RE
39652002-02-23 Richard Earnshaw <rearnsha@arm.com>
3966
3967 * arm-linux-tdep.c (arm_linux_init_abi): Register
3968 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
3969 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
3970 definition with undef, since we don't want the sysvr4 definition.
3971 (SKIP_TRAMPOLINE_CODE): Likewise.
3972
27aac7ff
AC
39732002-02-23 Andrew Cagney <ac131313@redhat.com>
3974
3975 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
3976
3977 * configure.in: (AC_CHECK_FUNCS) Added test for
3978 canonicalize_file_name Regenerated.
3979 * config.in, configure: Regenerated.
3980 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
3981 defined use canonicalize_file_name.
7e336ba1 3982
65a6e0ee
MC
39832002-02-23 Michael Chastain <mec@shout.net>
3984
3985 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
3986
47b95330
AC
39872002-02-23 Andrew Cagney <ac131313@redhat.com>
3988
3989 * README: Remove references to cygnus.com.
3990 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
3991 dot com'' form. Remove references to cygnus.com and sourceware.
3992
696f451b
AC
39932002-02-23 Andrew Cagney <ac131313@redhat.com>
3994
3995 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
3996 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
3997 1003.1-2001 no longer allows "head -1".
3998 * gdb/Makefile.in (version.c): Likewise.
3999 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
4000 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
4001 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
4002
bbaca940
AC
40032002-02-23 Andrew Cagney <ac131313@redhat.com>
4004
4005 * cli/cli-decode.c (cmd_cfunc_eq): New function.
4006 * command.h (cmd_cfunc_eq): Declare.
4007 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
4008
4009 * cli/cli-cmds.h (is_complete_command): Change parameter to a
4010 ``struct cmd_list_element *''.
4011 * cli/cli-cmds.c (is_complete_command): Update. Use
4012 cmd_cfunc_eq.
4013 * top.c (execute_command): Pass the command to
4014 is_complete_command.
4015 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
4016
b8b8b047
AC
40172002-02-23 Andrew Cagney <ac131313@redhat.com>
4018
4019 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
4020 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
4021 architecture defines.
4022 * s390-tdep.c (s390_gdbarch_init): Likewise.
4023
19d3fc80
RE
40242002-02-23 Richard Earnshaw <rearnsha@arm.com>
4025
4026 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
4027 (arm_linux_push_arguments): Likewise.
4028 (arm_linux_init_abi): Register them. Also register linux-specific
4029 call_dummy_words.
4030 (find_minsym_and_objfile): Use strcmp, not STREQ.
4031 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
4032 (arm_linux_call_dummy_words): Delete declaration.
4033 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
4034 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
4035 declarations.
4036 (LOWEST_PC): Delete.
4037
3ab13650
PS
40382002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4039
4040 * maint.c (print_section_info): Do not prepend `0x' to filepos
4041 output, it will be handled by local_hex_string_custom.
4042
19d3fc80 40432002-02-23 Richard Earnshaw <rearnsha@arm.com>
85ae890c
RE
4044
4045 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
4046 (store_newfpe_double, store_newfpe_extended, store_fpregister)
4047 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
4048
d85a5daf
JB
40492002-02-22 Jim Blandy <jimb@redhat.com>
4050
4051 Indicate that the bcache functions don't change the strings
4052 they're passed.
4053 * bcache.h (bcache, hash): Add `const' keywords to declarations.
4054 * bcache.c (bcache, hash): Add `const' keywords to definitions.
4055
eeb25b8a
PM
40562002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
4057
4058 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
4059
6badb179
CF
40602002-02-21 Christopher Faylor <cgf@redhat.com>
4061
4062 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
4063 find the complete path to a loaded DLL.
4064
e8717518
FF
40652002-02-21 Fred Fish <fnf@redhat.com>
4066
4067 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
4068 that marks the end of the range of a function, enter a line number
4069 entry that has a line number of zero and a PC offset that matches
4070 the end of the function. This starts a range of PC's for which no
4071 line number information is known.
4072 * symtab.c (find_pc_sect_line): If our best fit is in a range of
4073 PC's for which no line number info is found (line number is zero)
4074 then we didn't find any valid line information.
4075 * symtab.h: Document use of zero line number entry.
4076
9abe5450
EZ
40772002-02-21 Elena Zannoni <ezannoni@redhat.com>
4078
4079 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
4080 (have_ptrace_getvrregs): Define for run time checks.
4081 (gdb_vrregset_t): New type for Altivec register handling.
4082 (fetch_register, store_register): Fetch/store altivec register
4083 when needed.
4084 (fetch_altivec_register, store_altivec_register): New functions.
4085 (supply_vrregset, fill_vrregset): New functions.
4086 (fetch_altivec_registers, store_altivec_registers): New functions.
4087 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
4088 registers as well.
4089
aaa38bb5
AJ
40902002-02-21 Jiri Smid <smid@suse.cz>
4091
4092 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
4093
b34db576
RE
40942002-02-21 Richard Earnshaw <rearnsha@arm.com>
4095
4096 * Makefile.in (armnbsd-nat.o): Update dependencies.
4097 * armnbsd-nat.c (supply_gregset): New function. Common code to
4098 supply the integer register set.
4099 (supply_fparegset): New function. Similar for FPA registers.
4100 (fetch_regs, fetch_fp_regs): Use them.
4101 (fetch_core_registers): Likewise.
4102 (fetch_elfcore_registers): New function.
4103 (arm_netbsd_elfcore_fns): New core-file type specification.
4104 (_initialize_arm_netbsd_nat): Register it.
4105
3e56fc4b
RE
41062002-02-21 Richard Earnshaw <rearnsha@arm.com>
4107
4108 * armnbsd-nat.c: Include gdbcore.h.
4109 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
4110 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
4111 'void' to declaration, to shut up ARI.
4112 (fetch_core_registers): Make static. Rewrite using supply_register.
4113 (arm_netbsd_core_fns): New core-file type specification.
4114 (_initialize_arm_netbsd_nat): New function.
4115
097f6b0b
CF
41162002-02-21 Christopher Faylor <cgf@redhat.com>
4117
4118 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
4119 value.
4120
c914e0cc
CF
41212002-02-20 Christopher Faylor <cgf@redhat.com>
4122
4123 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
4124 fails.
4125
385fa495
DJ
41262002-02-20 Daniel Jacobowitz <drow@mvista.com>
4127
4128 * jv-exp.y (parse_number): Change type of implicit longs
4129 to builtin_type_uint64.
4130
e5f1222d
DJ
41312002-02-20 Daniel Jacobowitz <drow@mvista.com>
4132
4133 * gdbserver/linux-low.c (mywait): Change argument to waitpid
4134 to be an integer instead of a `union wait'.
4135
75c9abc6
DJ
41362002-02-20 Daniel Jacobowitz <drow@mvista.com>
4137
4138 * mips-linux-nat.c: Call the operating system GNU/Linux.
4139 * mips-linux-tdep.c: Likewise.
4140 * mips-tdep.c: Likewise.
4141
551792a5
DJ
41422002-02-20 Daniel Jacobowitz <drow@mvista.com>
4143
4144 Fix PR gdb/265.
4145 * jv-exp.y (parse_number): Handle 64-bit integers.
4146
ee6e2b82
DJ
41472002-02-20 Daniel Jacobowitz <drow@mvista.com>
4148
4149 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
4150 AC_STDC_HEADERS to AC_HEADER_STDC.
4151 * gdbserver/configure: Regenerated.
4152
a48442a0
RE
41532002-02-20 Richard Earnshaw <rearnsha@arm.com>
4154
4155 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
4156 is defined.
4157 * sparc-tdep.c (get_longjmp_target): Likewise.
4158
fe419ffc
RE
41592002-02-20 Richard Earnshaw <rearnsha@arm.com>
4160
4161 * News: Add news about ARM and Multi-arch. Mention the new target
4162 arm*-*-netbsd*.
4163
5832ed7e
JB
41642002-02-19 Jim Blandy <jimb@redhat.com>
4165
4166 * stabsread.c (error_type_complaint): Improve error message.
4167
84563040
DJ
41682002-02-19 Daniel Jacobowitz <drow@mvista.com>
4169
4170 * gdbserver/README: Update documentation.
4171 * gdbserver/configure.in: Update configury to match documentation.
4172 * gdbserver/Makefile.in: Likewise.
4173 * gdbserver/configure: Regenerated.
4174 * gdbserver/aclocal.m4: New file, generated by aclocal.
4175 * gdbserver/config.in: New file, generated by autoheader.
4176
375fd65b
RE
41772002-02-19 Richard Earnshaw <rearnsha@arm.com>
4178
4179 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
4180 armnbsd-nat.c.
4181
08216dd7
RE
41822002-02-19 Richard Earnshaw <rearnsha@arm.com>
4183
4184 * arm-tdep.h (enum arm_float_model): New enum.
4185 (struct gdbarch_tdep): Add fp_model.
4186 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
4187 up floating-point conversions until we know the floating-point model
4188 in use by the inferior. Don't complain about being unable to
4189 determine the ABI of the inferior when we don't have one.
4190 (arm_extract_return_value): Support different floating-point models.
4191 (arm_store_return_value): Likewise.
aaa38bb5 4192 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
08216dd7
RE
4193 ARM_FLOAT_SOFT.
4194 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
4195
65d6d66a
PS
41962002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4197
4198 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
4199 of ``current_gdbarch''.
4200
47221191
RE
42012002-02-19 Richard Earnshaw <rearnsha@arm.com>
4202
4203 * armnbsd-nat.c : ANSIfy all function declarations.
4204 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
4205 (fetch_inferior_registers): Re-implement in terms of above.
4206 (store_register, store_regs, store_fp_register, store_fp_regs): New.
4207 (store_inferior_registers): Re-implement in terms of above.
4208
fdf39c9a
RE
42092002-02-19 Richard Earnshaw <rearnsha@arm.com>
4210
aaa38bb5 4211 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
fdf39c9a
RE
4212 kernel.
4213 * arm-linux-tdep.c: Likewise.
4214 * config/arm/tm-linux.h: Likewise.
4215
93247f88
RE
42162002-02-19 Richard Earnshaw <rearnsha@arm.com>
4217
4218 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
4219 * config/arm/nbsd.mt (TM_FILE): Delete.
4220 * config/arm/tm-nbsd.h: Delete.
4221
d7b486e7
RE
42222002-02-19 Richard Earnshaw <rearnsha@arm.com>
4223
4224 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
4225 Initialize CALL_DUMMY_LENGTH.
4226
41d39a95
RE
42272002-02-19 Richard Earnshaw <rearnsha@arm.com>
4228
4229 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
4230 function.
4231 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
aaa38bb5 4232 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
41d39a95
RE
4233 defines one thing and that is incorrect for this port.
4234 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
4235
e1195560
PM
42362002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
4237
4238 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
4239
c1748f97
PM
42402002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
4241
4242 * win32-nat.c (display_selector): New function. Displays information
4243 about the information returned by GetThreadSelectorEntry API function.
4244 (display_selectors): New function. Displays the infomation of
4245 the selector given as argument, or of CS, DS ans FS selectors
4246 if no argument is given.
4247 ( _initialize_inftarg): Add "w32" as info prefix command.
4248 Add "info w32 selector" as command calling display_selectors.
4249
e41e6bbf
PM
42502002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
4251
4252 * i386-tdep.c (get_longjmp_target): Fix compilation failure
4253 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
4254 if not defined.
4255
0d3a9f48
RE
42562002-02-18 Richard Earnshaw <rearnsha@arm.com>
4257
4258 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
4259
3fb4b924
RE
42602002-02-18 Richard Earnshaw <rearnsha@arm.com>
4261
4262 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
4263 (arm_fix_call_dummy): Call it.
4264 (arm_call_dummy_breakpoint_offset): Delete.
4265 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
4266 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
4267
7f55af32
AC
42682002-02-18 Andrew Cagney <ac131313@redhat.com>
4269
4270 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
4271 Default to func_frame_chain_valid.
4272 * gdbarch.h, gdbarch.c: Re-generate.
4273 * frame.h (FRAME_CHAIN_VALID): Delete definition.
4274
05f13b9c
EZ
42752002-02-18 Elena Zannoni <ezannoni@redhat.com>
4276
4277 * ppc-linux-nat.c: Update copyright.
4278 (fetch_register, store_register): Add tid parameter, don't compute
4279 tid here.
4280 (fetch_ppc_registers, store_ppc_registers): Add tid
4281 parameter. Pass it along to callees.
4282 (fetch_inferior_registers, store_inferior_registers): Compute tid
4283 here, and pass it to calleed functions.
4284 (fill_gregset, supply_fpregset): Clean up formatting.
4285
d7afb4c9
RE
42862002-02-18 Richard Earnshaw <rearnsha@arm.com>
4287
4288 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
4289 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
4290
9df628e0
RE
42912002-02-18 Richard Earnshaw <rearnsha@arm.com>
4292
4293 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
4294 * gdbarch.c gdbarch.h: Regenerate.
4295 * breakpoint.c (create_longjmp_breakpoint): Always compile this
4296 function.
4297 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
4298 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
4299 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
4300
4301 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
4302 * arm-tdep.c (arm_get_longjmp_target): New function.
4303 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
4304 this to a positive value register arm_get_longjmp_target as the
4305 longjmp handler.
4306 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
4307 (arm_linux_init_abi): Set up longjmp description in tdep.
4308 * armnbsd-nat.c (get_longjmp_target): Delete.
4309 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
4310 description in tdep.
4311 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
4312 (get_longjmp_target): Delete declaration.
4313 (GET_LONGJMP_TARGET): Delete.
4314 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
4315 (GET_LONGJMP_TARGET): Delete.
4316
57bc8964
KB
43172002-02-17 Kevin Buettner <kevinb@redhat.com>
4318
4319 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
4320 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
4321 of ``current_gdbarch''.
4322
83d31a92
TT
43232002-02-17 Tom Tromey <tromey@redhat.com>
4324
4325 * cli/cli-cmds.c (compare_strings): New function.
4326 (complete_command): Only print each unique item once.
4327 * completer.h (complete_line): Declare.
4328 * completer.c (complete_line): New function.
4329 (line_completion_function): Use it.
4330
17ef5d92
AC
43312002-02-16 Andrew Cagney <ac131313@redhat.com>
4332
4333 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
4334 * gdbarch.h, gdbarch.c: Re-generate.
4335
491b8946
DJ
43362002-02-16 Daniel Jacobowitz <drow@mvista.com>
4337
4338 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
4339
43402002-02-16 Daniel Jacobowitz <drow@mvista.com>
4341
4342 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
4343 * valops.c (value_arg_coerce): Don't take the address of a reference
4344 to convert an argument to a reference.
4345
dfe7f3ac
CF
43462002-02-15 Christopher Faylor <cgf@redhat.com>
4347
4348 * win32-nat.c (get_image_name): New function.
4349 (handle_load_dll): Use get_image_name function.
4350 (get_child_debug_event): Avoid registering debug events until possibly
4351 execed process is started.
4352 (child_create_inferior): Allow invocation via shell so that command
4353 line redirection, etc. works ok.
4354 (_initialize_inftarg): Add new command: "set shell" to control whether
4355 a shell is used to start a process.
4356
1d33e73a
DJ
43572002-02-15 Daniel Jacobowitz <drow@mvista.com>
4358
4359 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
4360 instead of find_register_by_number.
4361 (cannot_store_register): Likewise.
4362
48cd0caa
PM
43632002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
4364
aaa38bb5 4365 * dwarf2read.c: Replace fprintf (stderr, ...) by
48cd0caa
PM
4366 fprintf_unfiltered (gdb_stderr, ...).
4367
8656e7d8
DJ
43682002-02-15 Daniel Jacobowitz <drow@mvista.com>
4369
4370 * gdbserver/gdbserver.1: Document --attach.
4371
66e810cd
RE
43722002-02-15 Richard Earnshaw <rearnsha@arm.com>
4373
4374 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
4375 descriptions.
4376 * arm-tdep.c (arm_default_arm_le_breakpoint)
4377 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
4378 (arm_default_thumb_be_breakpoint): New. Initialize them from
4379 traditional breakpoint defines.
4380 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
4381 (arm_gdbarch_init): Initialize new breakpoint variables.
4382 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
4383 (arm_linux_init_abi): Initialize linux-specific breakpoint.
4384 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
4385 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
4386 code out to ...
4387 (arm_netbsd_init_abi_common): ... here; new function.
4388 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
4389 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
4390 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
4391 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
4392
97e03143
RE
43932002-02-15 Richard Earnshaw <rearnsha@arm.com>
4394
4395 * arm-tdep.h (enum arm_abi): New enum.
4396 (struct gdbarch_tdep): New structure.
4397 (LOWEST_PC): Provide a default.
4398 (arm_gdbarch_register_os_abi): Declare new function.
4399 * arm-tdep.c (arm_abi_names): New array.
4400 (process_note_abi_tag_sections): New function.
4401 (get_elfosabi): New function.
4402 (arm_gdbarch_register_os_abi): New function.
4403 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
4404 support for that ABI has been built in, then call the appropriate
4405 configuration routine. Use gdbarch_num_regs() to get the number
4406 of registers.
4407 (arm_dump_tdep): New function.
4408 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
4409 place-holder functions.
4410 (_initialize_arm_tdep): Register them.
4411 * config/arm/tm-arm.h (LOWEST_PC): Delete.
4412
4413 * armnbsd-tdep.c: New file.
4414 * Makefile.in (armnbsd-tdep.o): Add dependencies.
4415 * config/arm/nbsd.mt (TDEPFILES): Add it.
4416 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
4417
4418 * armnbsd-nat.c: Include regcache.h.
4419 * Makefile.in (armnbsd-nat.o): Update dependency list.
4420
4421 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
4422
ad68be46
DJ
44232002-02-14 Daniel Jacobowitz <drow@mvista.com>
4424
4425 * gdbserver/Makefile.in: Fix typos in target rules.
4426
003d6d1d
DJ
44272002-02-14 Daniel Jacobowitz <drow@mvista.com>
4428
aaa38bb5 4429 Fix part of PR gdb/267.
003d6d1d
DJ
4430 * linespec.c (find_methods): Handle constructors specially for now.
4431
6b230f1b
CV
44322002-02-14 Corinna Vinschen <vinschen@redhat.com>
4433
4434 * arm-tdep.c (arm_push_arguments): Eliminate special float type
4435 handling.
4436 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
4437 standard_coerce_float_to_double().
4438
1ea98d12
CF
44392002-02-14 Christopher Faylor <cgf@redhat.com>
4440
4441 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
4442 GDBINIT_FILENAME.
4443
dd47e6fd
EZ
44442002-02-14 Elena Zannoni <ezannoni@redhat.com>
4445
4446 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
4447 find_variant_by_name, because it confuses the multiarch
4448 framework. Return NULL if there isn't an architecture with the
4449 user supplied name, instead of forcing a different one without
4450 recording the change with the multiarch machinery.
4451 (find_variant_by_name): Delete.
4452
d7e39b9e
PS
44532002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4454
4455 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
4456 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
4457
76e42a4f
MH
44582002-02-13 Martin M. Hunt <hunt@redhat.com>
4459
aaa38bb5 4460 * stack.c (print_frame_info_base): When calling
76e42a4f
MH
4461 print_frame_info_listing_hook, set current_source_symtab.
4462
0a30fbc4
DJ
44632002-02-14 Daniel Jacobowitz <drow@mvista.com>
4464
4465 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
4466 and remove unused $(INCLUDE_DIR).
4467 Add regcache.c to OBS.
4468 Add generated register protocol files to clean target.
4469 Update dependencies for new objects, obsolete old target code.
4470
4471 * gdbserver/linux-low.c: Remove all platform-specific code to
4472 new files. Remove various dead code. Update to use regcache
4473 functionality.
4474 * gdbserver/remote-utils.c (fromhex): Add return statement
4475 to quiet warning.
4476 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
4477 constant.
4478 (input_interrupt): Add integer parameter to match prototype
4479 of a signal handler.
4480 (outreg): Use register_data ().
4481 (prepare_resume_reply): Use gdbserver_expedite_regs.
4482 * gdbserver/server.c (main): Dynamically allocate own_buf because
4483 PBUFSIZ is no longer constant. Use registers_to_string () and
4484 registers_from_string ().
4485 * gdbserver/server.h: No longer include "defs.h". Add prototypes
4486 for error (), fatal (), and warning (). Update definition of
4487 PBUFSIZ to use regcache functionality. Add include guard.
4488 * gdbserver/utils.c (fatal): Add missing ``const''.
4489 (warning): New function.
4490
4491 * regformats/regdat.sh: Include "regcache.h" in generated files.
4492 Provide init_registers () function.
4493 * regformats/regdef.h: Add prototype for set_register_cache ().
4494 Add include guard.
4495
4496 * gdbserver/linux-arm-low.c: New file.
4497 * gdbserver/linux-i386-low.c: New file.
4498 * gdbserver/linux-ia64-low.c: New file.
4499 * gdbserver/linux-m68k-low.c: New file.
4500 * gdbserver/linux-mips-low.c: New file.
4501 * gdbserver/linux-ppc-low.c: New file.
4502 * gdbserver/linux-sh-low.c: New file.
4503
4504 * gdbserver/regcache.c: New file.
4505 * gdbserver/regcache.h: New file.
4506
4507 * gdbserver/low-linux.c: Removed obsolete file.
4508
4cc841d0
DJ
45092002-02-14 Daniel Jacobowitz <drow@mvista.com>
4510
4511 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
4512 * config/i386/linux.mt: Likewise.
4513 * config/ia64/linux.mt: Likewise.
4514 * config/m68k/linux.mh: Likewise.
4515 * config/powerpc/linux.mh: Likewise.
4516 * config/mips/linux.mt: Likewise.
4517
4518 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
4519
4520 * config/i386/i386lynx.mh: Mark gdbserver variables
4521 as (currently) obsolete for this target.
4522 * config/i386/nbsd.mt: Likewise.
4523 * config/i386/nbsdelf.mt: Likewise.
4524 * config/m32r/m32r.mt: Likewise.
4525 * config/m68k/m68klynx.mh: Likewise.
4526 * config/m68k/nbsd.mt: Likewise.
4527 * config/m68k/sun3os4.mh: Likewise.
4528 * config/mips/vr5000.mt: Likewise.
4529 * config/ns32k/nbsd.mt: Likewise.
4530 * config/pa/hppabsd.mh: Likewise.
4531 * config/pa/hppaosf.mh: Likewise.
4532 * config/powerpc/nbsd.mt: Likewise.
4533 * config/rs6000/rs6000lynx.mh: Likewise.
4534 * config/s390/s390.mt: Likewise.
4535 * config/s390/s390x.mt: Likewise.
4536 * config/sparc/sparclynx.mh: Likewise.
4537 * config/sparc/sun4os4.mh: Likewise.
4538 * config/i386/x86-64linux.mt: Likewise.
4539 * config/sparc/linux.mh: Likewise.
4540
a85f51e7
DJ
45412002-02-14 Daniel Jacobowitz <drow@mvista.com>
4542
4543 * configure.tgt: Configure gdbserver only for known working
4544 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
4545 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
4546 SUBDIRS if it is configured. Update comment for ${nativefile}.
4547 * configure: Regenerated.
4548
65554fef
MS
45492002-02-13 Michael Snyder <msnyder@redhat.com>
4550
670a52db
MS
4551 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
4552
6dbdc4a3
MS
4553 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
4554 (default_gcore_mach): Just return 0, work around a problem in bfd.
4555 (default_gcore_target): OK to return NULL if exec_bfd is null.
4556 (make_mem_sec): Use a cast, avoid a warning.
4557
4558 * procfs.c (find_memory_regions_callback): Use a cast instead of
aaa38bb5 4559 calling host_pointer_to_address (which complains if
6dbdc4a3
MS
4560 sizeof (host pointer) != sizeof (target pointer)).
4561 (procfs_make_note_section): Avoid overflow in psargs string.
4562
aaa38bb5 4563 * procfs.c (procfs_make_note_section): Make the default
65554fef
MS
4564 implementation return an error.
4565
45662002-02-13 Rodney Brown <rbrown64@csc.com.au>
4567
4568 * procfs.c (procfs_make_note_section): Provide a default definition
4569 (for alpha-dec-osf4.0f). Fix typos.
4570
1e4d76e7
EZ
45712002-02-13 Elena Zannoni <ezannoni@redhat.com>
4572
4573 * linux-proc.c: Add include of regcache.h.
4574 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
4575
b6d1a1d5
AC
45762002-02-13 Andrew Cagney <ac131313@redhat.com>
4577
4578 From 2002-01-18 Greg McGary <greg@mcgary.org>:
aaa38bb5
AJ
4579 * memattr.c (create_mem_region): Disallow useless empty region.
4580 Regions are half-open intervals, so allow [A..B) [B..C) as
65554fef 4581 non-overlapping.
b6d1a1d5 4582
6c6ea35e
MC
45832002-02-13 Michael Chastain <mec@shout.net>
4584
4585 * defs.h: Kill CONST_PTR.
4586 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
4587 * c-lang.c (c_builtin_types): Likewise.
4588 * ch-lang.c (ch_builtin_types): Likewise.
4589 * f-lang.c (f_builtin_types): Likewise.
4590 * language.c (unknown_builtin_types): Likewise.
4591 * m2-lang.c (m2_builtin_types): Likewise.
4592 * p-lang.c (pascal_builtin_types): Likewise.
4593 * scm-lang.c (c_builtin_types): Likewise.
4594
3e0b0f48
KS
45952002-02-13 Keith Seitz <keiths@redhat.com>
4596
4597 * arm-tdep.h (arm_get_next_pc): Add declaration.
4598
67255d04
RE
45992002-02-13 Richard Earnshaw <rearnsha@arm.com>
4600
4601 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
4602 with other related struct-returning functions.
4603 (arm_extract_struct_value_address): New function.
4604 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
4605 initialize float_format, double_format and long_double_format as
4606 appropriate to the endianness of the target.
4607 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
4608 (arm_use_struct_convention): Delete declaration.
4609 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
4610
079777f6
KS
46112002-02-13 Keith Seitz <keiths@redhat.com>
4612
4613 * defs.h (core_addr_to_string_nz): New function.
4614
34588f23
MK
46152002-02-13 Mark Kettenis <kettenis@gnu.org>
4616
4617 Apply missing bits of 2002-01-15 patch.
4618 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
4619 (fill_fpregset): Use i387_fill_fsave.
4620
49b563f9
KS
46212002-02-12 Keith Seitz <keiths@redhat.com>
4622
49b563f9
KS
4623 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
4624 (core_addr_to_string_nz): New function.
4625
aeb98c60
RE
46262002-02-11 Richard Earnshaw <rearnsha@arm.com>
4627
4628 * arm-linux-nat.c: Really include arm-tdep.h.
4629 * config/arm/tm-linux.h (struct type, struct value): Declare.
4630
65554fef
MS
46312002-02-11 Michael Snyder <msnyder@redhat.com>
4632
4633 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
4634 (gcore section): Ifdef for Solaris and Unixware only.
4635 (procfs_do_thread_registers): Unixware needs one lwpstatus
4636 per thread (not one prstatus or pstatus).
4637 (procfs_make_note_section): Iterate only over kernel threads (lwps),
4638 not over all gdb threads. For unixware, call elfcore_write_pstatus
4639 once before iterating over threads.
4640
34e8f22d
RE
46412002-02-11 Richard Earnshaw <rearnsha@arm.com>
4642
4643 * arm-tdep.h: New file.
4644 * arm-tdep.c: Include arm-tdep.h.
4645 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
4646 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
4647 (arm_print_float_info, arm_register_type, convert_to_extended)
4648 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
4649 (arm_extract_return_value, arm_register_name): Make static.
4650 (arm_software_single_step): Similarly. Fix types in declaration.
4651 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
4652 (arm_store_return_value, arm_store_struct_return): New functions.
4653 (arm_gdbarch_init): Register the above functions. Also register
4654 call_dummy_start_offset, sizeof_call_dummy_words,
4655 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
4656 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
aaa38bb5 4657 max_register_virtual_size, register_size. Set up
34e8f22d
RE
4658 prologue_cache.saved_regs here, rather than ...
4659 (_initialize_arm_tdep): ... here.
4660 * config/arm/tm-arm.h (struct type, struct value): Delete forward
4661 declarations.
4662 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
4663 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
4664 (arm_print_float_info, arm_register_type, convert_to_extended)
4665 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
4666 (arm_extract_return_value, arm_register_name): Delete declarations.
4667 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
4668 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
4669 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
4670 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
4671 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
4672 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
4673 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
4674 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
4675 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
4676 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
4677 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
4678 (arm_get_next_pc): No-longer static -- these are needed by the RDI
4679 interface.
4680 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
4681 * remote-rdi.c remote-rdp.c: Likewise.
4682 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
4683 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
4684 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
4685 definition.
4686
4687 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
4688 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
4689 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
4690 from non-ARM_ prefixed definitions.
4691 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
4692 all uses of above.
4693 * remote-rdi.c remote-rdp.c: Likewise.
4694 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
4695
148754e5
RE
46962002-02-11 Richard Earnshaw <rearnsha@arm.com>
4697
4698 * arm-tdep.c (arm_frameless_function_invocation)
4699 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
4700 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
4701 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
4702 (arm_pop_frame, arm_get_next_pc): Make static.
4703 (arm_gdbarch_init): Register above in gdbarch structure.
4704 (arm_read_fp): Renamed from arm_target_read_fp.
4705 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
4706 * config/arm/tm-arm.h (arm_frameless_function_invocation)
4707 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
4708 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
4709 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
4710 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
4711 (arm_pc_is_thumb_dummy): Delete declarations.
fcfb8836
RE
4712 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
4713 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
4714 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
4715 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
148754e5 4716
434d2d4f
DJ
47172002-02-10 Daniel Jacobowitz <drow@mvista.com>
4718
4719 * symtab.c (compare_search_syms): New function.
4720 (sort_search_symbols): New function.
4721 (search_symbols): Sort symbols after searching rather than
4722 before.
4723
55241689
AC
47242002-02-10 Andrew Cagney <ac131313@redhat.com>
4725
4726 * NEWS: Linux -> GNU/Linux.
4727
028c194b
AC
47282002-02-10 Andrew Cagney <ac131313@redhat.com>
4729
4730 * gdbarch.sh: For for level one methods, disallow a definition
4731 when partially multi-arched. Add comments explaining rationale.
4732 * gdbarch.h: Re-generate.
4733
6acf50cd
AC
47342002-02-10 Andrew Cagney <ac131313@redhat.com>
4735
4736 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
4737 multi-arch partial.
aaa38bb5 4738
50248794
AC
47392002-02-10 Andrew Cagney <ac131313@redhat.com>
4740
4741 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
4742 field. Use diff -u.
4743 * gdbarch.c: Re-generate.
4744
c30e0066
AC
47452002-02-10 Andrew Cagney <ac131313@redhat.com>
4746
9b56c5f3 4747 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
c30e0066
AC
4748 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
4749 partial.
4750
6e6d6484
AC
47512002-02-10 Andrew Cagney <ac131313@redhat.com>
4752
4753 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
4754 multi-arch partial.
4755 (PUSH_ARGUMENTS): Switch to using predefault.
4756 * gdbarch.c: Regenerate.
4757
c203844d
AC
47582002-02-10 Andrew Cagney <ac131313@redhat.com>
4759
4760 * valops.c (PUSH_ARGUMENTS): Delete definition.
4761 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
4762 partial. Default to default_push_arguments.
4763 * gdbarch.h, gdbarch.c: Regenerate.
4764
b5a2688f
AC
47652002-02-09 Andrew Cagney <ac131313@redhat.com>
4766
4767 * defs.h (throw_exception): Rename return_to_top_level. Update
4768 comments.
4769 * utils.c (error_stream, internal_verror, quit): Ditto.
4770 * top.c (throw_exception, catcher): Ditto.
4771 * sparclet-rom.c (sparclet_load): Ditto.
4772 * remote.c (interrupt_query, minitelnet): Ditto.
4773 * remote-sds.c (interrupt_query): Ditto.
4774 * remote-mips.c (mips_error, mips_kill): Ditto.
4775 * ocd.c (interrupt_query): Ditto.
4776 * monitor.c (monitor_interrupt_query): Ditto.
4777 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
4778 * target.h: Update comment.
aaa38bb5 4779
b5a2688f 4780 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
aaa38bb5 4781
2fa5c1e0
AC
47822002-02-09 Andrew Cagney <ac131313@redhat.com>
4783
4784 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
4785 default_double_format.
4786 * gdbarch.h, gdbarch.c: Re-generate.
4787 * findvar.c (floatformat_unknown): Delete variable definition.
4788 * doublest.h (floatformat_unknown): Delete variable declaration.
4789
da966255
JB
47902002-02-09 Jim Blandy <jimb@redhat.com>
4791
4792 * stabsread.c (read_type): Add code to parse Sun's syntax for
4793 prototyped function types.
4794
123a4891
AC
47952002-02-09 Andrew Cagney <ac131313@redhat.com>
4796
4797 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
4798 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
4799
fb39c8f3
PS
48002002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4801
4802 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
4803 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
4804 now _initialize_xcoffsolib gets called again and overrides the
4805 commands from solib.c in a native configuration.
4806
0b87a11d
MK
48072002-02-09 Mark Kettenis <kettenis@gnu.org>
4808
4809 * doublest.c (store_typed_floating): Don't try to return a value.
4810 Fixes PR gdb/290.
4811
bdc2fc72
JB
48122002-02-08 Jim Blandy <jimb@redhat.com>
4813
4814 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
4815 is prototyped and has no arguments, print its argument list as
4816 `(void)'.
4817
da69bbcf
CD
48182002-02-08 Chris Demetriou <cgd@broadcom.com>
4819
4820 * MAINTAINERS (write-after-approval): Add myself.
4821 (paper-trail): I've escaped!
aaa38bb5 4822
b69571f5
CF
48232002-02-08 Christopher Faylor <cgf@redhat.com>
4824
4825 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
4826 changes.
4827 (_initialize_check_for_gdb_ini): Ditto.
4828
f6871398
MH
48292002-02-08 Martin M. Hunt <hunt@redhat.com>
4830
4831 * win32-nat.c (cygwin_pid_to_str): Fix typo.
4832 xaprintf -> xasprintf.
4833
4e52d31c
PM
48342002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
4835
4836 * win32-nat.c: Remove use of printf and sprintf functions.
4837
39bbf761
RE
48382002-02-08 Richard Earnshaw <rearnsha@arm.com>
4839
4840 * arm-tdep.c (arm_frame_chain_valid): Make static.
4841 (arm_push_arguments): Likewise.
4842 (arm_gdbarch_init): New function.
4843 (_initialize_arm_tdep): Call it.
4844 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
4845 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
4846 (FRAME_CHAIN_VALID): Delete.
4847 (arm_frame_chain_valid): Delete declaration.
4848 (PUSH_ARGUMENTS): Delete.
4849 (arm_push_arguments): Delete declaration.
4850 (CALL_DUMMY_P): Delete.
4851
9c9532c9
CV
48522002-02-08 Andrew Cagney <ac131313@redhat.com>
4853 Corinna Vinschen <vinschen@redhat.com>
4854
4855 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
4856 on builtin float types.
4857
4e8f7a8b
DJ
48582002-02-08 Daniel Jacobowitz <drow@mvista.com>
4859
4860 * utils.c: Include <curses.h> before "bfd.h".
4861 * tui/tui-hooks.c: Likewise.
4862 * tui/tui.c: Likewise.
4863 * tui/tuiCommand.c: Likewise.
4864 * tui/tuiData.c: Likewise.
4865 * tui/tuiDataWin.c: Likewise.
4866 * tui/tuiDisassem.c: Likewise.
4867 * tui/tuiGeneralWin.c: Likewise.
4868 * tui/tuiIO.c: Likewise.
4869 * tui/tuiLayout.c: Likewise.
4870 * tui/tuiRegs.c: Likewise.
4871 * tui/tuiSource.c: Likewise.
4872 * tui/tuiSourceWin.c: Likewise.
4873 * tui/tuiStack.c: Likewise.
4874 * tui/tuiWin.c: Likewise.
4875
cd4bffcf
EZ
48762002-02-07 Elena Zannoni <ezannoni@redhat.com>
4877
4878 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
4879 to include space for pseudoregs as well. Update loops accordingly.
4880 (sh_fp_frame_init_saved_regs): Ditto.
4881 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
4882
26806ce2
AC
48832002-02-07 Andrew Cagney <ac131313@redhat.com>
4884
4885 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
4886 Add Richard Earnshaw to Arm maintainers.
4887
97fdab62
AC
48882002-02-07 Andrew Cagney <ac131313@redhat.com>
4889
a6b98203
AC
4890 * defs.h (warning_begin): Delete declaration.
4891
97fdab62
AC
4892 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
4893 Delete macro.
4894
78b29b40
MS
48952002-02-07 Michael Snyder <msnyder@redhat.com>
4896
aaa38bb5 4897 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
78b29b40
MS
4898 Logic bug, remove misplaced else.
4899
d8849953
KD
49002002-02-07 Klee Dienes <klee@apple.com>
4901
4902 * fork-inferior.c (fork_inferior): Add '!' to the list of
4903 characters that need to be quoted when building a string for the
4904 shell. Quote '!' specifically with a backslash, since CSH chokes
4905 when trying to evaluate "str!str".
aaa38bb5 4906
095778a0
NC
49072002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
4908
4909 * rdi-share/host.h: Only provide a typedef for bool if it is not
4910 defined.
4911
1900040c
MS
49122002-02-04 Michael Snyder <msnyder@redhat.com>
4913
4914 * breakpoint.h (enum bptype): Add new overlay event bp type.
4915 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
aaa38bb5 4916
1900040c
MS
4917 * breakpoint.c (create_internal_breakpoint): New function.
4918 (internal_breakpoint_number): Moved into create_internal_breakpoint.
4919 (create_longjmp_breakpoint): Use create_internal_breakpoint.
4920 (create_thread_event_breakpoint): Ditto.
4921 (create_solib_event_breakpoint): Ditto.
4922 (create_overlay_event_breakpoint): New function.
4923 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
4924 (update_breakpoints_after_exec): Delete and re-initialize
4925 overlay event breakpoints after an exec. Add FIXME comment
4926 about longjmp breakpoint.
4927 (print_it_typical): Ignore overlay event breakpoints.
4928 (print_one_breakpoint): Ditto.
4929 (mention): Ditto.
4930 (bpstat_what): Do not stop for overlay event breakpoints.
4931 (delete_breakpoint): Don't delete overlay event breakpoints.
4932 (breakpoint_re_set_one): Delete the overlay event breakpoint.
4933 (breakpoint_re_set): Re-create overlay event breakpoint.
4934
4935 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
4936 (overlay_manual_command): Disable overlay breakpoints.
4937 (overlay_off_command): Disable overlay breakpoints.
4938
082fc60d
RE
49392002-02-06 Richard Earnshaw <rearnsha@arm.com>
4940
4941 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
4942 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
4943 to here from config/tm-arm.h.
4944 (coff_sym_is_thumb): Make static.
4945 (arm_elf_make_msymbol_special): New function.
4946 (arm_coff_make_msymbol_special): New function.
4947 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
4948 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
4949 (coff_sym_is_thumb): Delete declaration.
4950 (arm_elf_make_msymbol_special): Declare.
4951 (arm_coff_make_msymbol_special): Declare.
4952 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
4953 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
4954
039c5766
RE
49552002-02-06 Richard Earnshaw <rearnsha@arm.com>
4956
4957 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
4958
49592002-02-06 Richard Earnshaw <rearnsha@arm.com>
4960
4961 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
4962 * gdbarch.c gdbarch.h: Regenerate.
4963 * arch-utils.c (default_print_float_info): New function.
4964 * arch-utils.h (default_print_float_info): Prototype it.
4965 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
4966 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
4967 (PRINT_FLOAT_INFO): Document it.
4968
4969 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
4970 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
4971 (PRINT_FLOAT_INFO): Define.
4972
58fa08f0
PM
49732002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
4974
aaa38bb5 4975 * win32-nat.c (_initialize_check_for_gdb_ini):
58fa08f0
PM
4976 Add typecast to sprintf argument to suppress a warning.
4977
7393af7c
PM
49782002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
4979
58fa08f0 4980 * win32-nat.c (last_sig): Changed type of variable to target_signal,
7393af7c
PM
4981 to allow easier handling of pass state.
4982 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
4983 that gives exception name and address.
4984 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
aaa38bb5 4985 and set last_sig value to ourstatus->value.sig. Some missing
7393af7c 4986 exceptions added.
aaa38bb5
AJ
4987 (child_continue): Correctly report continue_status.
4988 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
7393af7c 4989 TARGET_SIGNAL_0 (new default value).
aaa38bb5 4990 (child_resume): consider sig argument passed to decide if
7393af7c
PM
4991 the exception should be passed to debuggee or not.
4992
6af4589c
MS
49932002-02-05 Michael Snyder <msnyder@redhat.com>
4994
4995 * regcache.c (fetch_register): Call target_fetch_register
4996 only if we don't call FETCH_PSEUDO_REGISTER.
4997 (store_register): Call target_store_register only if we
4998 don't call STORE_PSEUDO_REGISTER.
4999
a2cf933a
EZ
50002002-02-05 Elena Zannoni <ezannoni@redhat.com>
5001
5002 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
5003 ELF_MAKE_MSYMBOL_SPECIAL.
5004 * gdbarch.c, gdbarch.h: Regenerate.
5005 * arch-utils.c (default_make_msymbol_special): New function.
aaa38bb5 5006 * arch-utils.h (default_make_msymbol_special): Export.
a2cf933a
EZ
5007 * elfread.c (elf_symtab_read): Compile use of
5008 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
5009 multiarched.
5010 * coffread.c (coff_symtab_read): Ditto, for
5011 COFF_MAKE_MSYMBOL_SPECIAL.
5012
6bb7be43
JB
50132002-02-05 Jim Blandy <jimb@redhat.com>
5014
5015 * solib-svr4.c (svr4_truncate_ptr): New function.
5016 (svr4_relocate_section_addresses): Do the address arithmetic with
5017 the appropriate truncation for target addresses, even when
5018 CORE_ADDR is larger than a target address.
5019
e18651ec
DJ
50202002-02-05 Daniel Jacobowitz <drow@mvista.com>
5021
5022 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
5023 to (int *).
5024
6b2725be
DJ
50252002-02-05 Daniel Jacobowitz <drow@mvista.com>
5026
5027 * gdbserver/linux-low.c (kill_inferior): Remove commented out
5028 code.
5029
fca9e603
DJ
50302002-02-05 Daniel Jacobowitz <drow@mvista.com>
5031
5032 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
5033
6c537a52
DJ
50342002-02-05 Daniel Jacobowitz <drow@mvista.com>
5035
5036 * gdbserver/linux-low.c: Remove unused include files.
5037
d844cde6
DJ
50382002-02-05 Daniel Jacobowitz <drow@mvista.com>
5039
5040 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
5041 (read_inferior_memory): Use it.
5042 (write_inferior_memory): Likewise.
5043
d07c63e7
DJ
50442002-02-05 Daniel Jacobowitz <drow@mvista.com>
5045
5046 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
5047 grubbing through sys_errlist.
5048
da6d8c04
DJ
50492002-02-05 Daniel Jacobowitz <drow@mvista.com>
5050
5051 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
5052
5b421780
PM
50532002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
5054 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
5055
9f60d481
AC
50562002-02-04 Andrew Cagney <ac131313@redhat.com>
5057
5058 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
5059 (do_sfunc, set_cmd_sfunc): New functions.
5060
5061 * command.h (struct cmd_list_element): Add field func.
5062 * cli/cli-decode.h (struct cmd_list_element): Ditto.
5063 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
5064 * cli/cli-decode.h: Ditto.
5065
5066 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
5067 (help_all, help_cmd_list): Ditto.
5068 (find_cmd, complete_on_cmdlist): Ditto.
5069 * top.c (execute_command): Ditto.
5070
5071 * cli/cli-setshow.c (do_setshow_command): Call func instead of
5072 function.sfunc.
5073
5074 * infcmd.c (notice_args_read): Fix function signature.
5075
5076 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
5077 * cli/cli-decode.c (add_set_cmd): Ditto.
5078 * utils.c (initialize_utils): Ditto.
5079 * maint.c (_initialize_maint_cmds): Ditto.
5080 * infrun.c (_initialize_infrun): Ditto.
5081 * demangle.c (_initialize_demangler): Ditto.
5082 * remote.c (add_packet_config_cmd): Ditto.
5083 * mips-tdep.c (_initialize_mips_tdep): Ditto.
5084 * cris-tdep.c (_initialize_cris_tdep): Ditto.
5085 * proc-api.c (_initialize_proc_api): Ditto.
5086 * kod.c (_initialize_kod): Ditto.
5087 * valprint.c (_initialize_valprint): Ditto.
5088 * top.c (init_main): Ditto.
5089 * infcmd.c (_initialize_infcmd): Ditto.
5090 * corefile.c (_initialize_core): Ditto.
5091 * arm-tdep.c (_initialize_arm_tdep): Ditto.
5092 * arch-utils.c (initialize_current_architecture): Ditto.
5093 (_initialize_gdbarch_utils): Ditto.
5094 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
5095
5096 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
5097 * wince.c (_initialize_inftarg): Ditto.
5098 * symfile.c (_initialize_symfile): Ditto.
5099 * mips-tdep.c (_initialize_mips_tdep): Ditto.
5100 * language.c (_initialize_language): Ditto.
5101 * arc-tdep.c (_initialize_arc_tdep): Ditto.
5102
f9ba0717
MS
51032002-02-04 Michael Snyder <msnyder@redhat.com>
5104
5105 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
5106
0c74b2a7
DJ
51072002-02-04 Daniel Jacobowitz <drow@mvista.com>
5108
5109 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
5110 Add rules for building the register data files.
5111
c638789f
DJ
51122002-02-04 Daniel Jacobowitz <drow@mvista.com>
5113
5114 * regformats/regdat.sh: Add braces to the definition of
5115 expedite_regs_${arch}.
5116
db253027
DJ
51172002-02-04 Daniel Jacobowitz <drow@mvista.com>
5118
5119 * regformats/regdef.h (struct reg): Add comment describing the
5120 requirements for offset and size fields.
5121
206be19c
AS
51222002-02-04 Andreas Schwab <schwab@suse.de>
5123
5124 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
5125 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
5126
181c1381
RE
51272002-02-04 Richard Earnshaw <rearnsha@arm.com>
5128
5129 * gdbarch.sh (copyright): Update years in generated header.
5130 (SMASH_TEXT_ADDRESS): Add rule.
db253027 5131 * gdbarch.h, gdbarch.c: Re-generate.
181c1381
RE
5132 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
5133 * dbxread.c: Likewise.
5134 * dwarfread.c: Likewise.
5135 * elfread.c: Likewise.
5136 * somread.c: Likewise.
5137
5138 * arm-tdep.c (arm_smash_text_address): New function.
5139 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
5140
fa4ba8da
PM
51412002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
5142
5143 Add support for hardware watchpoints on win32 native.
aaa38bb5 5144 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
fa4ba8da 5145 CONTEXT_DEBUG_REGISTERS.
aaa38bb5 5146 (dr variable): New variable. Static array containing a local copy
fa4ba8da
PM
5147 of debug registers.
5148 (debug_registers_changed): New variable. Reflects when debug registers
5149 are changed and need to be written to inferior.
aaa38bb5 5150 (debug_registers_used): New variable. Reflects when any debug register
fa4ba8da
PM
5151 was set, used when new threads are created.
5152 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
5153 i386-nat code.
5154 (thread_rec): Set dr array if id is the thread of current_event .
5155 (child_continue, child_resume): Change the debug registers for all
5156 threads if debug_registers_changed.
5157 (child_add_thread): Change the debug registers if debug_registers_used.
5158 * config/i386/cygwin.mh: Add use of i386-nat.o file.
5159 Link nm.h to new nm-cygwin.h file.
5160 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
5161 of hardware registers.
5162
a73c86fb
AC
51632002-02-03 Andrew Cagney <ac131313@redhat.com>
5164
5165 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
5166 Restore behavour broken by 2002-01-20 Andrew Cagney
5167 <ac131313@redhat.com> IEEE_FLOAT removal.
5168
acf5ed49
DJ
51692002-02-03 Daniel Jacobowitz <drow@mvista.com>
5170
5171 * c-valprint.c (c_val_print): Pass a proper valaddr to
5172 cp_print_class_method.
5173 * valops.c (search_struct_method): If there is only one method
5174 and args is NULL, return that method.
5175
493d28d5
DJ
51762002-02-03 Daniel Jacobowitz <drow@mvista.com>
5177
5178 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
5179 accessing tag_name directly.
5180
7495dfdb
DJ
51812002-02-03 Daniel Jacobowitz <drow@mvista.com>
5182
5183 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
5184 of accessing tag_name directly.
5185
dd6bda65
DJ
51862002-02-03 Daniel Jacobowitz <drow@mvista.com>
5187
5188 PR gdb/280
5189 * gdbtypes.c (replace_type): New function.
5190 * gdbtypes.h (replace_type): Add prototype.
5191 * stabsread.c (read_type): Use replace_type.
5192
88fe217c
RE
51932002-02-03 Richard Earnshaw <rearnsha@arm.com>
5194
5195 * Makefile.in (memattr.o): Add missing dependencies rule.
5196
e5d66720
PS
51972002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5198
5199 * breakpoint.c (break_at_finish_command): Really export.
5200 (break_at_finish_at_depth_command): Ditto.
5201 (tbreak_at_finish_command): Ditto.
5202 * hppa-tdep.c: Include completer.h.
5203 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
5204 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
5205
fffee0be
AC
52062002-02-01 Andrew Cagney <ac131313@redhat.com>
5207
5208 * utils.c (do_write): New function.
5209 (error_stream): Rewrite combining the code from error_begin and
5210 verror.
5211 (verror): Rewrite using error_stream.
5212 (error_begin): Delete function.
5213
255e7dbf
AC
52142002-02-01 Andrew Cagney <ac131313@redhat.com>
5215
5216 * utils.c (error_begin): Make static.
5217 * defs.h (error_begin): Delete declaration.
5218
5219 * linespec.c (cplusplus_error): Replace cplusplus_hint.
5220 (decode_line_1): Use cplusplus_error instead of error_begin,
5221 cplusplus_hint and return_to_top_level.
5222 * coffread.c (coff_symfile_read): Use error instead of error_begin
5223 and return_to_top_level.
5224 * infrun.c (default_skip_permanent_breakpoint): Ditto.
5225
ddfe3c15
AC
52262002-02-01 Andrew Cagney <ac131313@redhat.com>
5227
5228 * language.h (type_error, range_error): Make string parameter
5229 constant.
5230 * language.c (warning_pre_print): Delete extern declaration.
5231 * dwarfread.c (warning_pre_print): Ditto.
5232 * language.c (type_error, range_error): Rewrite to use verror and
5233 vwarning instead of warning_begin.
5234
03ac34d5
MS
52352002-02-01 Michael Snyder <msnyder@redhat.com>
5236
261c4ca2
MS
5237 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
5238 (set_ignore_count): Move misplaced comment back where it belongs.
03ac34d5 5239
e00d1dc8
AC
52402002-02-01 Andrew Cagney <ac131313@redhat.com>
5241
5242 * command.h (NO_FUNCTION): Delete macro.
5243 * cli/cli-decode.h (NO_FUNCTION): Ditto.
5244 * top.c (execute_command): Replace NO_FUNCTION with NULL.
5245 * tracepoint.c (_initialize_tracepoint): Ditto.
5246 * cli/cli-decode.c (add_set_cmd): Ditto.
5247 * cli/cli-cmds.c (init_cli_cmds): Ditto.
aaa38bb5 5248
76b79d6e
DJ
52492002-02-01 Daniel Jacobowitz <drow@mvista.com>
5250
5251 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
5252 Update ``this'' pointer when calling virtual functions.
5253
799f9e91
MS
52542002-02-01 Michael Snyder <msnyder@redhat.com>
5255
c7bd442c 5256 * breakpoint.c (create_temp_exception_breakpoint): Delete.
799f9e91
MS
5257 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
5258
3cf384d4
DJ
52592002-02-01 Daniel Jacobowitz <drow@mvista.com>
5260
5261 * regformats/reg-arm.dat: New file.
5262 * regformats/reg-i386.dat: New file.
5263 * regformats/reg-ia64.dat: New file.
5264 * regformats/reg-m68k.dat: New file.
5265 * regformats/reg-mips.dat: New file.
5266 * regformats/reg-ppc.dat: New file.
5267 * regformats/reg-sh.dat: New file.
5268 * regformats/regdef.h: New file.
5269 * regformats/regdat.sh: New file.
5270
0defa245
RE
52712002-02-01 Richard Earnshaw <reanrsha@arm.com>
5272
5273 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
5274 (arm_frame_args_address, arm_frame_locals_address): New functions.
5275 (arm_frame_num_args): New function.
5276 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
5277 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
5278 (FRMA_NUM_ARGS): Call arm_frame_num_args.
5279
405f26e6
MS
52802002-01-31 Michael Snyder <msnyder@redhat.com>
5281
502fd408
MS
5282 * breakpoint.c (break_at_finish_command): Export.
5283 (break_at_finish_at_depth_command): Export.
5284 (tbreak_at_finish_command): Export.
5285 (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
5286 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
5287 "tbreak" commands, which are HPPA specific.
5288
7d35e135
MS
5289 * printcmd.c (disassemble_command): Remove an ancient
5290 artifact of an old merge.
5291
aaa38bb5 5292 * symfile.h (enum overlay_debugging_state):
d874f1e2
MS
5293 Define enum constant values for overlay mode.
5294 * symfile.c (overlay_debugging): Use enums instead of literals.
aaa38bb5
AJ
5295 (overlay_is_mapped, overlay_auto_command,
5296 overlay_manual_command): Ditto.
d874f1e2 5297
aaa38bb5
AJ
5298 * breakpoint.c (insert_breakpoints, remove_breakpoint,
5299 breakpoint_here_p, breakpoint_inserted_here_p,
5300 breakpoint_thread_match, bpstat_stop_status,
9f04af04
MS
5301 describe_other_breakpoints, check_duplicates, clear_command):
5302 Coding standard fixes.
5303
8add0441 5304 * target.c (target_xfer_memory): Add spaces, coding standard.
9f04af04 5305 (do_xfer_memory): Add missing line to trust-readonly
405f26e6
MS
5306 code: check bfd SEC_READONLY flag for section.
5307
e351066e
AC
53082002-01-31 Andrew Cagney <ac131313@redhat.com>
5309
7d35e135 5310 * PROBLEMS: Fix typo, 5.1->5.1.1.
e351066e 5311
8a48e967
DJ
53122002-01-30 Daniel Jacobowitz <drow@mvista.com>
5313
5314 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
5315 data symbols, since we search based on textlow and texthigh.
5316 (find_pc_sect_symtab): Likewise.
5317
f5a96129
AC
53182002-01-30 Andrew Cagney <ac131313@redhat.com>
5319
5320 * defs.h (vwarning): Declare.
f5a96129
AC
5321 * utils.c (vwarning): New function.
5322 (warning): Call vwarning.
5323 (warning_begin): Delete function.
5324
5325 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
5326 the warning message.
5327 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
5328 warning_begin.
5329
cefd4ef5
MS
53302002-01-30 Michael Snyder <msnyder@redhat.com>
5331
1a703748
MS
5332 * NEWS: Mention "set trust-readonly-sections" command.
5333 Mention generate-core-file command.
cefd4ef5 5334
3a11626d
MS
53352002-01-15 Michael Snyder <msnyder@redhat.com>
5336
5337 * target.c: New command, "set trust-readonly-sections on".
5338 (do_xfer_memory): Honor the suggestion to trust readonly sections
5339 by reading them from the object file instead of from the target.
5340 (initialize_targets): Register command "set trust-readonly-sections".
5341
d1c7e53b
AC
53422002-01-29 Andrew Cagney <ac131313@redhat.com>
5343
5344 * parse.c (target_map_name_to_register): Simplify, search regs and
5345 pseudo-regs using a single loop.
5346
e2c9a72c
AC
53472002-01-30 Andrew Cagney <ac131313@redhat.com>
5348
5349 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
5350
69824b4e
MK
53512002-01-15 Rodney Brown <rbrown64@csc.com.au>
5352
5353 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
5354 * config/i386/i386v42mp.mh: Add i387-nat.o .
5355 * i386v4-nat.c: Include i387-nat.h.
5356 (supply_fpregset): Use i387_supply_fsave.
5357 (fill_fpregset): Use i387_fill_fsave.
5358
6eb69eab
RE
53592002-01-30 Richard Earnshaw <rearnsha@arm.com>
5360
5361 * arm-tdep.c (arm_call_dummy_words): Define.
5362 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
5363 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
5364 (CALL_DUMMY_WORDS): Define.
5365 (arm_call_dummy_words): Declare.
5366 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
5367 (arm_linux_call_dummy_words): Declare.
5368
9852326a
AS
53692002-01-30 Andreas Schwab <schwab@suse.de>
5370
5371 * m68klinux-nat.c: Fix last change to use regcache_collect
5372 instead of referencing registers[] directly.
5373
977a3030
AC
53742002-01-29 Andrew Cagney <ac131313@redhat.com>
5375
5376 * parse.c (target_map_name_to_register): Delete code wrapped in
5377 #ifdef REGISTER_NAME_ALIAS_HOOK.
5378
2076c72b
MS
53792002-01-28 Michael Snyder <msnyder@redhat.com>
5380
5381 * regcache.c (legacy_read_register_gen): Need to be able to
5382 read pseudo-register as well as real register.
5383 (legacy_write_register_gen): Ditto.
5384
8fcc723b
AC
53852002-01-28 Andrew Cagney <ac131313@redhat.com>
5386
5387 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
5388 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
5389 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
5390 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
5391 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
5392 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
5393 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
5394 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
5395 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
5396 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
5397 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
5398 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
5399 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
5400 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
5401 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
5402 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
5403 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
5404 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
5405 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
5406 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
5407
afe64c1a
AC
54082002-01-28 Andrew Cagney <ac131313@redhat.com>
5409
5410 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
5411 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
5412 (initialize_current_architecture): Update target_byte_order using
5413 information from BFD.
aaa38bb5 5414 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
afe64c1a
AC
5415 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
5416
75bc7ddf
AC
54172002-01-28 Andrew Cagney <ac131313@redhat.com>
5418
5419 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
5420 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
5421
5422 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
5423 #ifdef INVALID_FLOAT.
5424 * infcmd.c (do_registers_info): Ditto.
5425 * values.c (unpack_double): Ditto. Add comment.
5426
5427 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
5428 already commented out.
5429
0280a90a
AS
54302002-01-26 Andreas Schwab <schwab@suse.de>
5431
5432 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
5433 * m68klinux-nat.c: Update ptrace interface for fetching/storing
5434 registers and add support for PTRACE_GETREGS.
5435
7072a954
AC
54362002-01-24 Andrew Cagney <ac131313@redhat.com>
5437
5438 GDB 5.1.1 released from 5.1 branch.
5439 * NEWS: Add 5.1.1 news.
5440 * README: Sync with 5.1 branch.
5441
86f902e0
FF
54422002-01-23 Fred Fish <fnf@redhat.com>
5443
5444 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
5445 stabstring on initial malloc. Reallocing will copy it for us,
5446 if necessary.
5447
8af51c36
EZ
54482002-01-23 Elena Zannoni <ezannoni@redhat.com>
5449
aaa38bb5 5450 * Makefile.in (hpread_h): Delete.
8af51c36
EZ
5451 (HFILES_NO_SRCDIR): Remove hpread.h.
5452 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
5453 (hpread.o): Update dependencies.
5454 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
5455
5456 * hp-psymtab-read.c: Remove file.
5457 * hp-symtab-read.c: Remove file.
5458 * hpread.h: Remove file.
5459
5460 * hpread.c: Merge all contents of hp-psymtab-read.c,
5461 hp-symtab-read.c and hpread.h into this file, as it was prior to
5462 January 1999.
5463
5464 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
aaa38bb5 5465 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
8af51c36
EZ
5466 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
5467 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
5468
dc5cfeb6
EZ
54692002-01-23 Elena Zannoni <ezannoni@redhat.com>
5470
5471 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
5472 fill_gregset): Call gdbarch_tdep() just once, assign result to
5473 variable and use that, instead of calling the function several
5474 times.
5475
ea87b71b
AO
54762002-01-24 Alexandre Oliva <aoliva@redhat.com>
5477
5478 * configure.host: Accept sparcv9 as alias for sparc64.
5479 * configure.tgt: Likewise.
5480
13fc0c2f
KB
54812002-01-22 Kevin Buettner <kevinb@redhat.com>
5482
5483 * solib-aix5.c (build_so_list_from_mapfile)
5484 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
5485 arguments is not reversed.
5486 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
5487 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
aaa38bb5 5488
7bd872fe
EZ
54892002-01-22 Elena Zannoni <ezannoni@redhat.com>
5490
5491 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
5492 modified version of obsolete sh_fetch_pseudo_register.
5493 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
5494 (sh4_register_read): New function.
5495 (sh_pseudo_register_write): New function. Renamed and modified
5496 version of obsolete sh_store_pseudo_register.
5497 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
5498 (sh4_register_write): New function.
5499 (sh_gdbarch_init): Remove setting of gdbarch function
5500 fetch_pseudo_register and store_pseudo_register. Remove setting of
5501 register_convert_to_raw, register_convert_to_virtual,
5502 register_convertible.
5503 (sh_sh4_register_convertible): Delete. No longer needed. All is
5504 taken care by architecture specific functions
5505 register_read/register_write.
5506 (sh_sh4_register_convert_to_virtual): Make static.
5507 (sh_sh4_register_convert_to_raw): Ditto.
5508
069e84fd
AC
55092002-01-22 Andrew Cagney <ac131313@redhat.com>
5510
5511 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
5512 (floatformat_is_nan, floatformat_mantissa): Ditto.
5513
5514 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
5515 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
5516 builtin_type_ieee_double_little,
5517 builtin_type_ieee_double_littlebyte_bigword,
5518 builtin_type_m68881_ext, builtin_type_i960_ext,
5519 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
5520 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
5521 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
5522 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
5523
211a4f69
CV
55242002-01-22 Corinna Vinschen <vinschen@redhat.com>
5525
5526 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
5527 parameter. Set frameless flag if it exists and depended of
5528 whether the scanned function is frameless or not.
5529 (xstormy16_skip_prologue): If function is frameless, return
5530 result of xstormy16_scan_prologue().
5531 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
5532 call.
5533
f81353e4
EZ
55342002-01-21 Elena Zannoni <ezannoni@redhat.com>
5535
5536 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
5537 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
5538 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
5539 sh_sh4_register_byte, sh_sh4_register_raw_size,
5540 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
5541 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
5542 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
5543 sh_store_pseudo_register, sh_do_pseudo_register): Call
5544 gdbarch_tdep() just once, assign result to variable and use that,
5545 instead of calling the function several times.
5546
63c73a17
MK
55472002-01-20 Mark Kettenis <kettenis@gnu.org>
5548
5549 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
5550 macros instead of LAST_FPU_CTRL_REGNUM.
5551 (store_register): Likewise.
5552
39ad761d
JB
55532002-01-21 Jim Blandy <jimb@redhat.com>
5554
5555 * infcmd.c (run_command): Check that the `exec' target layer's BFD
5556 is up-to-date before running the program, not just when a program
5557 exits.
5558
3d74b771
FF
55592002-01-21 Fred Fish <fnf@redhat.com>
5560
5561 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
5562 when we have found all instructions we are looking for.
5563
966fbf70
RE
55642002-01-21 Richard Earnshaw <rearnsha@arm.com>
5565
5566 * arm-tdep.c (arm_register_name): New function.
5567 (arm_registers_names): Make static.
5568 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
5569 (arm_register_name): Declare.
5570 (REGISTER_NAME): Use it.
5571
c3b4394c
RE
55722002-01-21 Richard Earnshaw <rearnsha@arm.com>
5573 Kevin Buettner <kevinb@redhat.com>
5574
5575 Convert arm targets to new FRAME interface.
5576 * arm-tdep.c (struct frame_extra_info): Remove fsr.
5577 (arm_frame_find_save_regs): Delete.
5578 (arm_frame_init_saved_regs): New.
5579 (arm_init_extra_frame_info): Alloacte saved_regs as required.
5580 Allocate extra_info as required. Convert all uses of fsr.regs
5581 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
5582 to use extra_info.
5583 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
5584 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
5585 (check_prologue_cache, save_prologue_cache): Likewise.
5586 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
5587 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
5588 (FRAME_FIND_SAVED_REGS): Delete.
5589 (arm_frame_find_saved_regs): Delete prototype.
5590 (arm_frame_init_saved_regs): New prototype.
5591 (FRAME_INIT_SAVED_REGS): Define.
5592
61d99182
AC
55932002-01-20 Andrew Cagney <ac131313@redhat.com>
5594
5595 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
5596
6aaea291
AC
55972002-01-20 Andrew Cagney <ac131313@redhat.com>
5598
5599 From Jeff Law <law@redhat.com>:
5600 * infttrace.c: Include <sys/pstat.h>.
5601 (child_pid_to_exec_file): Revamp. Use pstat call to get the
5602 exec file if the ttrace equivalent fails.
5603
15f698d2
AC
56042002-01-20 Andrew Cagney <ac131313@redhat.com>
5605
5606 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
5607 (closeLogFile): Ditto.
5608
f86ddd7c
MC
56092002-01-20 Michael Chastain <mec@shout.net>
5610
5611 * top.c (print_gdb_version): Bump copyright year to 2002.
5612
904507ce
AC
56132002-01-20 Andrew Cagney <ac131313@redhat.com>
5614
5615 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
5616 Zannoni and Eli Zaretskii.
5617
d7f0b9ce
DJ
56182002-01-20 Daniel Jacobowitz <drow@mvista.com>
5619
5620 * buildsym.c: Update copyright years.
5621 * c-typeprint.c: Likewise.
5622 * dwarf2read.c: Likewise.
5623 * f-typeprint.c: Likewise.
5624 * gdbtypes.c: Likewise.
5625 * gdbtypes.h: Likewise.
5626 * hp-symtab-read.c: Likewise.
5627 * hpread.c: Likewise.
5628 * mdebugread.c: Likewise.
5629 * p-typeprint.c: Likewise.
5630
3fd3d7d2
AC
56312002-01-20 Andrew Cagney <ac131313@redhat.com>
5632
5633 * remote-sim.c (gdbsim_open): Simplify code testing the macro
5634 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
5635 byte-order selectable.
5636 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
5637 * arch-utils.c: Ditto.
5638 (set_endian): Ditto.
5639 (set_endian_from_file): Ditto.
5640 * gdbserver/low-sim.c (create_inferior): Ditto.
5641 * gdbarch.sh: Ditto.
5642 * gdbarch.h: Re-generate.
aaa38bb5
AJ
5643 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
5644 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
5645 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
5646 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
5647 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
5648 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
5649 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
3fd3d7d2
AC
5650 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
5651 macro definition.
5652 * config/mips/tm-wince.h: Remove #undef of macro
5653 TARGET_BYTE_ORDER_SELECTABLE.
5654 * config/sh/tm-wince.h: Ditto.
5655
b02dede2
DJ
56562002-01-20 Daniel Jacobowitz <drow@mvista.com>
5657
5658 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
5659 member function fields. Add accessor macro
5660 TYPE_FN_FIELD_ARTIFICIAL.
5661 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
5662 * c-typeprint.c (c_type_print_base): Skip artificial member
5663 functions.
5664
c3643761
DJ
56652002-01-20 Daniel Jacobowitz <drow@mvista.com>
5666
5667 * f-typeprint.c: Delete unused function f_type_print_args.
5668 * p-typeprint.c: Delete unused function pascal_type_print_args.
5669
8176bb6d
DJ
56702002-01-20 Daniel Jacobowitz <drow@mvista.com>
5671
5672 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
5673 comment. Add ``artificial'' to ``union field_location''.
5674
5675 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
5676
5677 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
5678 * mdebugread.c (parse_symbol): Likewise.
5679 * stabsread.c (define_symbol): Likewise.
5680 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
5681 initializing TYPE_FIELD_BITPOS to n (obsolete).
5682 (hpread_doc_function_type): Likewise.
5683 * hpread.c (hpread_function_type): Likewise.
5684
7fd60527
AC
56852002-01-20 Andrew Cagney <ac131313@redhat.com>
5686
5687 * configure.in (host_makefile_frag): Only require a host makefile
5688 fragment when a native build.
5689 * configure: Re-generate.
5690
c2f05ac9
AC
56912002-01-20 Andrew Cagney <ac131313@redhat.com>
5692
5693 * doublest.h (floatformat_from_type): Declare.
5694 * doublest.c (floatformat_from_type): New function.
5695 (convert_typed_floating): Use.
5696
5697 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
5698 call to function floatformat_from_type.
5699
5700 * gdbarch.sh (IEEE_FLOAT): Delete.
5701 * gdbarch.h, gdbarch.c: Re-generate.
5702 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
5703 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
5704 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
5705 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
5706 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
5707 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
5708 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
5709 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
5710 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
5711 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
5712 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
c2f05ac9
AC
5713 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
5714
5715 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
5716 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
5717 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5718 * sh-tdep.c (sh_gdbarch_init): Ditto.
5719 * mips-tdep.c (mips_gdbarch_init): Ditto.
5720 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5721 * cris-tdep.c (cris_gdbarch_init): Ditto.
5722
abf22e64
AJ
57232002-01-20 Jiri Smid <smid@suse.cz>
5724
5725 * configure.host, configure.tgt: Support x86-64.
5726 * NEWS: Note new target x86-64.
5727
b7c4cbf8
AJ
5728 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
5729 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
5730 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
5731 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
5732 x86-64-linux-nat.o): Fix dependencies.
5733
82600034
AC
57342002-01-19 Andrew Cagney <ac131313@redhat.com>
5735
5736 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
5737 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
5738 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
5739 * config/sparc/xm-sun4os4.h: Delete file.
5740 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
abf22e64 5741
bbe5c628
AC
57422002-01-19 Andrew Cagney <ac131313@redhat.com>
5743
5744 * config/sparc/sparclynx.mh (XM_FILE): Delete.
5745 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
5746 * config/m68k/m68klynx.mh (XM_FILE): Delete.
5747 * config/i386/i386lynx.mh (XM_FILE): Delete.
5748 * config/rs6000/xm-rs6000ly.h: Delete file.
5749 * config/sparc/xm-sparclynx.h: Delete file.
5750 * config/m68k/xm-m68klynx.h: Delete file.
5751 * config/i386/xm-i386lynx.h: Delete file.
5752 * config/xm-lynx.h: Delete file.
5753 * config/djgpp/fnchange.lst: Update.
5754
f8453e34
JT
57552002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
5756
5757 * alpha-tdep.c (alpha_register_byte): New function.
5758 (alpha_register_raw_size): Ditto.
5759 (alpha_register_virtual_size): Ditto.
5760 (alpha_skip_prologue_internal): Renamed from
5761 alpha_skip_prologue.
5762 (alpha_skip_prologue): New version that calls
5763 alpha_skip_prologue_internal.
5764 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
5765 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
5766 second argument from alpha_skip_prologue.
5767 (REGISTER_BYTE): Use alpha_register_byte.
5768 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
5769 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
5770 (FRAMELESS_FUNCTION_INVOCATION): Use
5771 generic_frameless_function_invocation_not.
5772 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
5773 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
5774
52d9e613
AC
57752002-01-19 Andrew Cagney <ac131313@redhat.com>
5776
5777 * config/mips/xm-news-mips.h: Delete file.
5778 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
5779
5780 * config/m88k/xm-m88k.h: Delete file.
5781 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
5782 * config/m88k/xm-delta88v4.h: Ditto.
5783 * config/m88k/xm-delta88.h: Ditto.
5784
5785 * config/alpha/xm-fbsd.h: Delete file.
5786 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
5787
5788 * config/sparc/xm-sparc.h: Delete file.
5789 * Makefile.in (xm-sun4os4.h): Delete dependency.
5790 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
5791 * config/sparc/xm-sun4os4.h: Ditto.
5792 * config/sparc/xm-linux.h: Ditto.
5793
5794 * config/i386/xm-windows.h: Delete file.
5795
2d1b2124
AC
57962002-01-19 Andrew Cagney <ac131313@redhat.com>
5797
5798 * utils.c: Include <sys/param.h> for MAXPATHLEN.
5799 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
5800
ee1f65f0
JT
58012002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
5802
5803 * alpha-tdep.c (alpha_call_dummy_words): New.
5804 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
5805 (CALL_DUMMY_P): Define.
5806 (CALL_DUMMY_WORDS): Define.
5807 (SIZEOF_CALL_DUMMY_WORDS): Define.
5808
98081e55
PB
58092002-01-19 Per Bothner <per@bothner.com>
5810
5811 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
5812 isn't NULL, which can happen with some gcj-3.x-produced code.
5813
0d056799
JT
58142002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
5815
5816 * alpha-tdep.c (alpha_register_virtual_type): New function.
5817 (alpha_init_frame_pc_first): Ditto.
5818 (alpha_fix_call_dummy): Ditto.
5819 (alpha_store_struct_return): Ditto.
5820 (alpha_extract_struct_value_address): Ditto.
5821 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
5822 alpha_register_virtual_type.
5823 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
5824 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
5825 alpha_extract_struct_value_address.
5826 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
5827 (INIT_FRAME_PC): Use init_frame_pc_noop.
5828 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
5829
4604bcad
MK
58302002-01-19 Mark Kettenis <kettenis@gnu.org>
5831
5832 * i386gnu-nat.c: Include "i386-tdep.h".
5833 (fetch_fpregs): Simplify code dealing with uninitialized floating
5834 point states such that it doesn't require FP7_REGNUM.
5835
140f9984
JT
58362002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
5837
abf22e64
AJ
5838 * alpha-tdep.c (frame_extra_info): New.
5839 (alpha_find_saved_regs): Make static. Use
140f9984
JT
5840 frame->extra_info.
5841 (alpha_frame_init_saved_regs): New function.
abf22e64
AJ
5842 (alpha_frame_saved_pc): Use frame->extra_info.
5843 (temp_saved_regs): Don't declare as struct frame_saved_regs.
5844 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
140f9984
JT
5845 (init_extra_frame_info): Rename to...
5846 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
abf22e64 5847 (alpha_print_extra_frame_info): New function.
140f9984
JT
5848 (alpha_frame_locals_address): Ditto.
5849 (alpha_frame_args_address): Ditto.
abf22e64 5850 (alpha_pop_frame): Use frame->extra_info.
140f9984
JT
5851 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
5852 alpha_frame_args_address.
abf22e64 5853 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
140f9984 5854 (alpha_find_saved_regs): Remove prototype.
abf22e64
AJ
5855 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
5856 (EXTRA_FRAME_INFO): Remove.
140f9984
JT
5857 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
5858 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
5859
d734c450
JT
58602002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
5861
5862 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
5863 (alpha_cannot_fetch_register): Ditto.
5864 (alpha_cannot_store_register): Ditto.
5865 (alpha_register_convertible): Ditto.
5866 (alpha_use_struct_convention): Ditto.
5867 * config/alpha/tm-alpha.h: Update copyright years.
5868 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
5869 (INNER_THAN): Use core_addr_lessthan.
5870 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
5871 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
5872 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
5873 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
5874 (FRAME_CHAIN): Remove unnecessary cast.
5875
b4ceaee6
AC
58762002-01-18 Andrew Cagney <ac131313@redhat.com>
5877
5878 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
5879 obsolete.
5880
0a65a603
AC
58812002-01-18 Andrew Cagney <ac131313@redhat.com>
5882
5883 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
5884 * monitor.c, remote-array.c, remote-bug.c: Ditto.
5885 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
5886 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
5887 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
5888 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
5889 * x86-64-linux-nat.c: Ditto.
5890
636a6dfc
JT
58912002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
5892
abf22e64 5893 * alpha-tdep.c (alpha_register_name): New function.
636a6dfc
JT
5894 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
5895 (REGISTER_NAME): Define.
5896
acceddb6
JT
58972002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
5898
5899 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
5900
ec32e4be
JT
59012002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
5902
5903 * alpha-tdep.c: Update copyright years.
5904 (alpha_next_pc): New function.
5905 (alpha_software_single_step): Ditto.
5906 * config/alpha/tm-alpha.h: Add prototype for
5907 alpha_software_single_step.
5908
e771a871
JT
59092002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
5910
5911 * alphabsd-nat.c: Update copyright years.
5912 (fill_gregset): Use regcache_collect.
5913 (fill_fpregset): Likewise.
5914 (fetch_inferior_registers): Only fetch integer registers
5915 if requested to do so.
5916 (store_inferior_registers): Only store integer registers
5917 if requested to do so.
5918
7708fa01
AC
59192002-01-17 Andrew Cagney <ac131313@redhat.com>
5920
5921 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
5922 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
5923 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
5924 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
5925 * config/alpha/fbsd.mh (XDEPFILES): Delete.
5926 * config/arm/linux.mh (XDEPFILES): Delete.
5927 * config/arm/nbsd.mh (XDEPFILES): Delete.
5928 * config/i386/i386dgux.mh (XDEPFILES): Delete.
5929 * config/i386/i386sol2.mh (XDEPFILES): Delete.
5930 * config/i386/i386m3.mh (XDEPFILES): Delete.
5931 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
5932 * config/i386/i386gnu.mh (XDEPFILES): Delete.
5933 * config/i386/fbsd.mh (XDEPFILES): Delete.
5934 * config/i386/i386bsd.mh (XDEPFILES): Delete.
5935 * config/i386/i386sco5.mh (XDEPFILES): Delete.
5936 * config/i386/i386v4.mh (XDEPFILES): Delete.
5937 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
5938 * config/i386/i386sco4.mh (XDEPFILES): Delete.
5939 * config/i386/i386aix.mh (XDEPFILES): Delete.
5940 * config/i386/go32.mh (XDEPFILES): Delete.
5941 * config/i386/cygwin.mh (XDEPFILES): Delete.
5942 * config/i386/i386lynx.mh (XDEPFILES): Delete.
5943 * config/i386/i386mach.mh (XDEPFILES): Delete.
5944 * config/i386/i386v32.mh (XDEPFILES): Delete.
5945 * config/i386/linux.mh (XDEPFILES): Delete.
5946 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
5947 * config/i386/ncr3000.mh (XDEPFILES): Delete.
5948 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
5949 * config/i386/i386sco.mh (XDEPFILES): Delete.
5950 * config/i386/i386v.mh (XDEPFILES): Delete.
5951 * config/i386/nbsd.mh (XDEPFILES): Delete.
5952 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
5953 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
5954 * config/i386/symmetry.mh (XDEPFILES): Delete.
5955 * config/i386/obsd.mh (XDEPFILES): Delete.
5956 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
5957 * config/ia64/linux.mh (XDEPFILES): Delete.
5958 * config/ia64/aix.mh (XDEPFILES): Delete.
5959 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
5960 * config/m68k/dpx2.mh (XDEPFILES): Delete.
5961 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
5962 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
5963 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
5964 * config/m68k/linux.mh (XDEPFILES): Delete.
5965 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
5966 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
5967 * config/m68k/nbsd.mh (XDEPFILES): Delete.
5968 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
5969 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
5970 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
5971 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
5972 * config/m88k/delta88.mh (XDEPFILES): Delete.
5973 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
5974 * config/m88k/m88k.mh (XDEPFILES): Delete.
5975 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
5976 * config/mips/linux.mh (XDEPFILES): Delete.
5977 * config/mips/irix6.mh (XDEPFILES): Delete.
5978 * config/mips/irix5.mh (XDEPFILES): Delete.
5979 * config/mips/irix4.mh (XDEPFILES): Delete.
5980 * config/mips/irix3.mh (XDEPFILES): Delete.
5981 * config/mips/decstation.mh (XDEPFILES): Delete.
5982 * config/mips/mipsm3.mh (XDEPFILES): Delete.
5983 (NATDEPFILES): Move core-aout.o to here.
5984 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
5985 * config/pa/hpux1020.mh (XDEPFILES): Delete.
5986 * config/pa/hppabsd.mh (XDEPFILES): Delete.
5987 * config/pa/hppahpux.mh (XDEPFILES): Delete.
5988 * config/pa/hpux11w.mh (XDEPFILES): Delete.
5989 * config/pa/hppaosf.mh (XDEPFILES): Delete.
5990 * config/pa/hpux11.mh (XDEPFILES): Delete.
5991 * config/powerpc/aix.mh (XDEPFILES): Delete.
5992 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
5993 * config/powerpc/linux.mh (XDEPFILES): Delete.
5994 * config/romp/rtbsd.mh: Rename XDEPFILES.
5995 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
5996 * config/rs6000/aix4.mh (XDEPFILES): Delete.
5997 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
5998 * config/s390/s390.mh (XDEPFILES): Delete.
5999 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
6000 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
6001 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
6002 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
6003 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
6004 * config/sparc/nbsd.mh (XDEPFILES): Delete.
6005 * config/sparc/linux.mh (XDEPFILES): Delete.
6006 * config/vax/vaxult.mh (XDEPFILES): Delete.
6007 * config/vax/vaxult2.mh (XDEPFILES): Delete.
6008 * Makefile.in (DEPFILES): Remove XDEPFILES.
6009
375fc983
AC
60102002-01-17 Andrew Cagney <ac131313@redhat.com>
6011
6012 * utils.c (internal_verror): Fix comments, default is yes not no.
6013 Update queries to match. Default to quit and dump core.
6014
8926118c
AC
60152002-01-17 Andrew Cagney <ac131313@redhat.com>
6016
6017 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
6018 copyright.
6019 * defs.h, event-top.c, gdbcmd.h: Ditto.
6020 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
6021 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
6022 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
6023 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
6024 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
6025 * mi/mi-main.c:Ditto.
6026
6027 * stack.c, symfile.c: Update copyright.
6028
45b7b345
DJ
60292002-01-17 Daniel Jacobowitz <drow@mvista.com>
6030
db728ff7
DJ
6031 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
6032 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
6033 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
6034 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
45b7b345 6035
db728ff7
DJ
60362002-01-17 Daniel Jacobowitz <drow@mvista.com>
6037
6038 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
6039 * gdbserver/low-lynx.c (myattach): Likewise.
6040 * gdbserver/low-nbsd.c (myattach): Likewise.
6041 * gdbserver/low-sim.c (myattach): Likewise.
6042 * gdbserver/low-sparc.c (myattach): Likewise.
6043 * gdbserver/low-sun3.c (myattach): Likewise.
6044
6045 * gdbserver/low-linux.c (myattach): New function.
45b7b345 6046
db728ff7 6047 * gdbserver/server.c (attach_inferior): New function.
45b7b345
DJ
6048 (main): Handle "--attach".
6049
8de3c354
AC
60502002-01-16 Andrew Cagney <ac131313@redhat.com>
6051
6052 * MAINTAINERS (language support): Daniel Jacobwitz is C++
6053 maintainer.
6054
b0129042
DJ
60552002-01-15 Daniel Jacobowitz <drow@mvista.com>
6056
6057 * c-typeprint.c (is_type_conversion_operator): Add additional
6058 check for non-conversion operators.
6059
ba8679fb 60602002-01-15 Michael Snyder <msnyder@redhat.com>
2bf543a6
MS
6061
6062 * linux-proc.c: Add "info proc" command, a la procfs.c.
6063 (read_mapping): New function, abstract and re-use code.
6064 (linux_find_memory_regions): Use new func read_mapping.
6065 (linux_info_proc_cmd): New function, implement "info proc".
6066 (_initialize_linux_proc): Add new command "info proc".
6067
e4f9b4d5
MS
60682002-01-15 Michael Snyder <msnyder@redhat.com>
6069
6070 * symfile.c (generic_load): Use bfd_map_over_sections method
6071 instead of manipulating bfd structure members directly.
6072 (add_section_size_callback): New function, bfd sections callback
6073 used by generic_load.
6074 (load_sections_callback): New function, bfd sections callback
6075 used by generic_load.
6076
08cf96df
EZ
60772002-01-15 Elena Zannoni <ezannoni@redhat.com>
6078
abf22e64 6079 [Based on work by Jim Blandy]
08cf96df
EZ
6080 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
6081 (builtin_type_vec128): Export.
6082 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
6083 types.
6084 (builtin_type_vec128): New builtin type for 128 bit vector
6085 registers.
6086 (build_gdbtypes): Initialize builtin_type_v16qi and
6087 builtin_type_v8hi. Create the vec128 register builtin type
6088 structure.
6089 (build_builtin_type_vec128): New function.
abf22e64 6090 (_initialize_gdbtypes): Register builtin_type_v16qi and
08cf96df
EZ
6091 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
6092 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
6093 AltiVec register to new builtin type.
6094
d7242108
DJ
60952001-01-15 Daniel Jacobowitz <drow@mvista.com>
6096
6097 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
6098 to make_cv_type.
6099
4ee3352d
AC
61002002-01-14 Andrew Cagney <ac131313@redhat.com>
6101
6102 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
6103 CLEAN_UP_REGISTER_VALUE.
6104 * regcache.c (supply_register): Update only call.
6105
f015b2e7
AC
61062002-01-14 Andrew Cagney <ac131313@redhat.com>
6107
6108 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
6109 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
6110 a29k-*-vxworks* targets as obsolete.
6111
356ae49d
MS
61122002-01-14 Michael Snyder <msnyder@redhat.com>
6113
6114 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
6115 until we can resolve portability issues.
6116 * gregset.h: Remove references to fpxregs.
6117 * gcore.c (gcore_command): Initialize note_sec to NULL.
6118
ade8f45e
AC
61192002-01-13 Andrew Cagney <ac131313@redhat.com>
6120
6121 * signals.c (target_signal_to_name): Rewrite. Only use
6122 signals[].name when in bounds and non-NULL.
abf22e64 6123
89c49e7a
AC
61242002-01-13 Andrew Cagney <ac131313@redhat.com>
6125
6126 From Petr Ledvina <ledvinap@kae.zcu.cz>:
6127 * signals.c (target_signal_to_name): Verify that SIG is within the
6128 bounds of the signals array.
6129
4daa9f9f
AC
61302002-01-13 Andrew Cagney <ac131313@redhat.com>
6131
6132 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
6133
ba4bbdcb
KS
61342002-01-13 Keith Seitz <keiths@redhat.com>
6135
6136 * stack.c (print_frame_info_base): Print the frame's pc
6137 only if when print_frame_info_listing_hook is not defined.
6138
575bbeb6
KS
61392002-01-13 Keith Seitz <keiths@redhat.com>
6140
6141 * varobj.c (varobj_set_value): Make sure that there were no
6142 errors evaluating the object before attempting to set its
6143 value.
6144 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
6145 so this offset adjustment is no longer necessary.
6146 (create_child): Don't set the error flag if the child is
6147 a CPLUS_FAKE_CHILD.
6148 (value_of_child): If value_fetch_lazy fails, return NULL
6149 so that callers will be notified that an error occurred.
6150 (c_value_of_variable): Delay check of variable's validity
6151 until later. We actually want all structs and unions to have
6152 the value "{...}".
6153 Do not return "???" for variables which could not be evaluated.
6154 This error condition must be returned to the caller so that it
6155 can get the error condition from gdb.
6156 (cplus_name_of_child): Adjust index for vptr before figuring
6157 out the name of the child.
6158 (cplus_value_of_child): If a child's (real) parent is not valid,
6159 don't even bother trying to give a value for it. Just return
6160 an error. Change all instances in this function.
6161 (cplus_type_of_child): If our parent is one of the "fake"
6162 parents, we need to get at the type of the real parent, and
6163 derive the child's true type using this information.
6164
b76898ab
AC
61652002-01-13 Andrew Cagney <ac131313@redhat.com>
6166
6167 From 2002-01-09 John Marshall <johnm@falch.net>:
6168 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
6169 sources.redhat.com, and tweak some related URLs which had
6170 suffered from linkrot.
6171
b6649e88
AC
61722002-01-13 Andrew Cagney <ac131313@redhat.com>
6173
6174 From Jeff law:
6175 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
6176 structures passed in registers.
6177
82cc5033
EZ
61782002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
6179
6180 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
6181 white space which prevented compilation. Reported by DSK
6182 <dsk@student.unsw.edu.au>.
6183
ba5f2f8a
MS
61842002-01-11 Michael Snyder <msnyder@redhat.com>
6185
fbd35540
MS
6186 * symfile.c (build_section_addr_info_from_section_tab):
6187 Use bfd access method instead of manipulating bfd directly.
6188 (syms_from_objfile): Ditto.
6189 (simple_overlay_update_1): Ditto.
6190 (simple_overlay_update): Ditto.
6191 (generic_load): Ditto.
6192 (overlay_unmapped_address): FIXME comment, bfd access methods.
6193 (sections_overlap): FIXME comment, bfd access methods.
6194 (pc_in_mapped_range): FIXME comment, bfd access methods.
6195 (pc_in_unmapped_range): FIXME comment, bfd access methods.
6196 (section_is_mapped): FIXME comment, bfd access methods.
6197 (section_is_overlay): FIXME comment, bfd access methods.
6198
ba5f2f8a
MS
6199 * symfile.c (generic_load): Whitespace and long line cleanups.
6200 Remove duplicate variable, change several local variables to
6201 more appropriate data types.
6202 (print_transfer_performance): Use %lu instead of %ld for ulongs.
6203
17df2af6
AC
62042002-01-12 Andrew Cagney <ac131313@redhat.com>
6205
6206 From Peter Schauer:
6207 * language.c (longest_local_hex_string_custom): Use phex_nz to
6208 convert NUM to a hex string.
6209
ec920329
EZ
62102002-01-12 Elena Zannoni <ezannoni@redhat.com>
6211
6212 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
6213 the function.
538a76d6 6214 Update Copyright year.
ec920329 6215
3abd2e01
AC
62162002-01-12 Andrew Cagney <ac131313@redhat.com>
6217
6218 * language.c (longest_raw_hex_string): Delete unused function.
6219
b21b22e0
PS
62202002-01-11 Petr Sorfa <petrs@caldera.com>
6221
6222 * MAINTAINERS (write-after-approval): Add myself.
6223 * dwarf2read.c (read_tag_string_type): Handling of
6224 DW_AT_byte_size.
6225 (read_tag_string_type): FORTRAN fix to prevent propagation of
6226 first string size.
6227 (set_cu_language): Handling of DW_LANG_Fortran95
6228
747fe712
RE
62292002-01-11 Richard Earnshaw <rearnsha@arm.com>
6230
6231 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
6232 GETPID(inferior_ptid).
6233 (store_inferior_registers): Likewise.
6234
f1bea926
JM
62352002-01-10 Jason Merrill <jason@redhat.com>
6236
6237 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
6238 Fix DW_OP_minus.
6239
ae940673
AC
62402002-01-10 Andrew Cagney <ac131313@redhat.com>
6241
6242 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
6243 and bfd/elf32-sh-nbsd.c.
6244
00546b04
MS
62452002-01-10 Michael Snyder <msnyder@redhat.com>
6246
352ed7b4
MS
6247 * NEWS: Mention --pid and corefile/proc-id behavior change.
6248
c18be923
MS
6249 * Makefile.in: Add rules for gcore.o and linux-proc.o.
6250 * gcore.c: Include cli/cli-decode.h instead of command.h.
6251
00546b04
MS
6252 * main.c (captured_main): Add new command line option "--pid".
6253 If the second command line argument (following the symbol-file)
6254 begins with a digit, try to attach to it before trying to open
6255 it as a corefile.
6256 (print_gdb_help): Document the "--pid" argument.
6257
db60ec62
EZ
62582002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
6259
6260 * completer.c (command_completer): New function.
6261
6262 * completer.h <command_completer>: Add prototype.
6263
6264 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
6265 completer for the "help" command.
6266
39c22d1a
JM
62672002-01-09 Jason Merrill <jason@redhat.com>
6268
6269 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
6270
c564377f
MS
62712002-01-09 Michael Snyder <msnyder@redhat.com>
6272
975aec09
MS
6273 * i386-linux-nat.c (fill_fpxregset): Make global.
6274 (store_fpxregset): Ditto.
6275
db4a10fa
MS
6276 * gregset.h (gdb_fpxregset_t): Define.
6277 (supply_fpxregset): Prototype.
6278 (fill_fpxregset): Prototype.
6279
c564377f
MS
6280 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
6281
c3d45d70
RE
62822002-01-09 Richard Earnshaw <rearnsha@arm.com>
6283
6284 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
6285 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
6286 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
6287
fcc87af1
AC
62882002-01-09 Andrew Cagney <ac131313@redhat.com>
6289
6290 * MAINTAINERS: Update target maintainer rules so that any
6291 Maintainer can approve a tested patch for a maintenance-only
6292 target.
6293
dd96c05b
RE
62942002-01-09 Richard Earnshaw <rearnsha@arm.com>
6295
d4297db9 6296 * MAINTAINERS (write-after-approval): Add myself.
dd96c05b 6297
d4297db9 6298 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
dd96c05b
RE
6299 IN_SIGTRAMP.
6300
145fdc6e
MS
63012002-01-08 Michael Snyder <msnyder@redhat.com>
6302
6303 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
6304 real name of the executable, rather than the /proc name.
6305
be4d1333
MS
63062002-01-03 Michael Snyder <msnyder@redhat.com>
6307
6308 Implement a "generate-core-file" command in gdb, save target state.
6309 * gcore.c: New file. Implement new command 'generate-core-file'.
6310 Save a corefile image of the current state of the inferior.
6311 * linux-proc.c: Add linux-specific code for saving corefiles.
6312 * target.h (struct target_ops): Add new target vectors for saving
6313 corefiles; to_find_memory_regions and to_make_corefile_notes.
6314 (target_find_memory_regions): New macro.
6315 (target_make_corefile_notes): New macro.
6316 * target.c (update_current_target): Inherit new target methods.
6317 (dummy_find_memory_regions): New place-holder method.
6318 (dummy_make_corefile_notes): New place-holder method.
6319 (init_dummy_target): Initialize new dummy target vectors.
6320 * exec.c (exec_set_find_memory_regions): New function.
6321 Allow the exec_ops vector for memory regions to be taken over.
6322 (exec_make_note_section): New function, target vector method.
6323 * defs.h (exec_set_find_memory_regions): Export prototype.
6324 * procfs.c (proc_find_memory_regions): New function, corefile method.
6325 (procfs_make_note_section): New function, corefile method.
6326 (init_procfs_ops): Set new target vector pointers.
6327 (find_memory_regions_callback): New function.
6328 (procfs_do_thread_registers): New function.
6329 (procfs_corefile_thread_callback): New function.
6330 * sol-thread.c (sol_find_memory_regions): New function.
6331 (sol_make_note_section): New function.
6332 (init_sol_thread_ops): Initialize new target vectors.
6333 * inftarg.c (inftarg_set_find_memory_regions): New function.
6334 Allow to_find_memory_regions vector to be taken over.
6335 (inftarg_set_make_corefile_notes): New function.
6336 Allow to_make_corefile_notes vector to be taken over.
6337 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
6338 interface layer if not target_has_execution (may be a corefile).
6339 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
6340 * config/sparc/sun4sol2.mh: Ditto.
6341 * config/alpha/alpha-linux.mh: Ditto.
6342 * config/arm/linux.mh: Ditto.
6343 * config/i386/x86-64linux.mh: Ditto.
6344 * config/ia64/linux.mh: Ditto.
6345 * config/m68k/linux.mh: Ditto.
6346 * config/mips/linux.mh: Ditto.
6347 * config/powerpc/linux.mh: Ditto.
6348 * config/sparc/linux.mh: Ditto.
6349
c6b92abd
MS
63502002-01-07 Michael Snyder <msnyder@redhat.com>
6351
6352 * arm-linux-nat.c: Remove references to regcache.c internal data
6353 (registers[] and register_valid[]).
6354
4b09dc8c
MS
63552002-01-07 Michael Snyder <msnyder@redhat.com>
6356
abf22e64
AJ
6357 * linux-proc.c: New file. Implement child_pid_to_exec_file,
6358 so that attaching to a pid will automatically read the process's
4b09dc8c
MS
6359 symbol file and shlibs.
6360 * Makefile.in: Add rule for linux-proc.o.
6361 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
6362 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
6363 * config/arm/linux.mh: Ditto.
6364 * config/i386/linux.mh: Ditto.
6365 * config/i386/x86-64linux.mh: Ditto.
6366 * config/ia64/linux.mh: Ditto.
6367 * config/m68k/linux.mh: Ditto.
6368 * config/mips/linux.mh: Ditto.
6369 * config/powerpc/linux.mh: Ditto.
6370 * config/sparc/linux.mh: Ditto.
6371
c25b74ac
PM
63722002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
6373
6374 * win32-nat.c: Add i386-tdep.h dependency.
6375
94cd915f
MS
63762002-01-07 Michael Snyder <msnyder@redhat.com>
6377
c7cccb76
MS
6378 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
6379 instead of bfd_get_arch_size. Don't bail out just because
6380 there's no exec_bfd.
abf22e64 6381
34c0bd93
MS
6382 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
6383 * p-valprint.c (pascal_object_print_value): Ditto.
6384 * somread.c (som_symtab_read): Ditto.
6385 * symfile.c (simple_free_overlay_region_table): Ditto.
6386 * valops.c (value_assign): Ditto.
6387
21c1c920
MS
6388 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
6389 use tilde_expand and strerror for opening save-tracepoints file.
6390
5bbd998e
MS
6391 * thread-db.c (thread_db_new_objfile): Indendation fix.
6392
94cd915f
MS
6393 * infptrace.c (GDB_MAX_ALLOCA): New define.
6394 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
abf22e64 6395 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
94cd915f
MS
6396 can be overridden with whatever value is appropriate to the host).
6397 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
6398 alloca to allocate potentially large buffer.
6399 * rs6000-nat.c (child_xfer_memory): Ditto.
6400 * symm-nat.c (child_xfer_memory): Ditto.
6401 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
6402
494e8a93
JSC
64032002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
6404
6405 From Nick Clifton <nickc@redhat.com>
6406 * d10v-tdep.c: Set STACK_START to 0x200bffe.
6407
d0e1d48e
MS
64082002-01-07 Michael Snyder <msnyder@redhat.com>
6409
abf22e64 6410 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
d0e1d48e
MS
6411 Don't use exec_bfd if it's NULL.
6412
290b2c7a
MK
64132002-01-06 Mark Kettenis <kettenis@gnu.org>
6414
abf22e64 6415 * valops.c (value_arg_coerce): Fix formatting.
290b2c7a 6416
aef21287
AC
64172002-01-06 Andrew Cagney <ac131313@redhat.com>
6418
6419 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
6420 * gnu-nat.c: Ditto.
6421
30efa627
AC
64222002-01-06 Andrew Cagney <ac131313@redhat.com>
6423
6424 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
6425 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
6426 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
6427 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
6428 z8k-coff have not been multi-arched. Update z8k-coff build
6429 status.
6430
9b4ff276
AC
64312002-01-06 Andrew Cagney <ac131313@redhat.com>
6432
6433 * MAINTAINERS: Mark a29k target as obsolete.
6434 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
6435 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
6436 comments.
6437 * NEWS: Note that a29k targets are obsolete.
6438 * a29k-tdep.c: Mark as obsolete.
6439 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
6440 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
6441 a29k-*-vxworks* targets as obsolete.
6442 * remote-adapt.c: Obsolete.
6443 * remote-eb.c: Obsolete.
6444 * remote-mm.c: Obsolete.
6445 * remote-udi.c: Obsolete.
6446 * config/a29k/a29k-udi.mt: Obsolete.
6447 * config/a29k/a29k.mt: Obsolete.
6448 * config/a29k/tm-a29k.h: Obsolete.
6449 * config/a29k/tm-vx29k.h: Obsolete.
6450 * config/a29k/vx29k.mt: Obsolete.
6451
a9011d31
AC
64522002-01-05 Andrew Cagney <ac131313@redhat.com>
6453
6454 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
6455 with BFD_ENDIAN_BIG.
6456
9299404e
AC
64572002-01-05 Andrew Cagney <ac131313@redhat.com>
6458
6459 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
6460 * configure, config.in: Re-generate.
6461 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
6462 * defs.h: Do not include <endian.h>.
6463
7e89e357
JT
64642002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
6465
6466 * acconfig.h (HAVE_PT_GETXMMREGS): New.
6467 * config.in: Regenerate.
6468 * configure.in: Update copyright years.
6469 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
6470 * configure: Regenerate.
6471 * i386bsd-nat.c: Update copyright years.
6472 (fill_gregset): Use regcache_collect.
6473 (fetch_inferior_registers): Only fetch integer registers
6474 if requested to do so. Add support for XMM registers
6475 using PT_GETXMMREGS.
6476 (store_inferior_registers): Only store integer registers
6477 if requested to do so. Add support for XMM registers
6478 using PT_SETXMMREGS.
6479 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
6480 (store_inferior_registers): Remove.
6481 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
6482 (fetch_elfcore_registers): New function.
6483 (i386nbsd_elfcore_fns): New.
6484 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
6485 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
6486 i386bsd-nat.o.
6487 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6488 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
6489 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
6490 * config/i386/tm-nbsd.h: Update copyright years.
6491 (HAVE_SSE_REGS): Define.
6492 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
6493 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
6494 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
6495 (SIGCONTEXT_PC_OFFSET): Remove.
6496 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
6497
a752853e
AC
64982002-01-05 Andrew Cagney <ac131313@redhat.com>
6499
6500 * configure.tgt: Remove powerpc-*-macos* target.
6501 * config/m68k/xm-mpw.h: Delete file.
6502 * config/xm-mpw.h: Delete file.
6503 * ser-mac.c: Delete file.
6504 * mpw-make.sed: Delete file.
6505 * mpw-config.in: Delete file.
6506 * mac-xdep.c: Delete file.
6507 * mac-gdb.r: Delete file.
6508 * mac-defs.h: Delete file.
6509 * mac-nat.c: Delete file.
6510 * config/powerpc/macos.mh: Delete file.
6511 * config/powerpc/macos.mt: Delete file.
6512 * config/powerpc/nm-macos.h: Delete file.
6513 * config/powerpc/tm-macos.h: Delete file.
6514 * source.c (openp, open_source_file): Remove obsolete code.
6515 * top.c (gdb_readline): Ditto.
6516 * utils.c (query): Ditto.
6517 * event-top.c (display_gdb_prompt): Ditto.
6518 * Makefile.in (ser-mac.o): Delete obsolete target.
6519 * NEWS: Update.
6520
d7449b42
AC
65212002-01-04 Andrew Cagney <ac131313@redhat.com>
6522
6523 * defs.h (BIG_ENDIAN): Delete macro definition.
6524 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
6525 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
6526 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
6527 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
6528 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
6529 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
6530 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
6531 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
6532 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
6533 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
6534 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
6535 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
6536 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
6537 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
6538 * gdbarch.c: Re-generate.
6539
356374e8
DJ
65402002-01-04 Daniel Jacobowitz <drow@mvista.com>
6541
6542 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
6543 for core files.
6544
a2b8f8f8
JT
65452002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
6546
6547 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
6548
12466af9
AC
65492002-01-04 Andrew Cagney <ac131313@redhat.com>
6550
6551 * value.h (value_ptr): Delete typedef.
6552
3549ab40
JT
65532002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
6554
6555 * i386nbsd-nat.c: Update copyright years.
6556 Include i386-tdep.h.
6557
fedbd091
EZ
65582002-01-04 Elena Zannoni <ezannoni@redhat.com>
6559
6560 * stabsread.c: Update copyright years.
6561
6562 From Debashis Mahata <debashis.mahata@wipro.com>:
6563 (read_struct_fields): Deal with Sun C compiler erroneous stab
6564 output for structs and unions.
fec8b34f 6565 Fix PR gdb/269.
fedbd091 6566
eb43544b
DJ
65672002-01-04 Daniel Jacobowitz <drow@mvista.com>
6568
6569 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
6570 prototype.
6571
1514d34e
DJ
65722002-01-04 Daniel Jacobowitz <drow@mvista.com>
6573
6574 * cp-abi.c: Fix whitespace.
6575 (baseclass_offset): New wrapper function.
6576 * cp-abi.h (baseclass_offset): Add prototype.
6577 (struct cp_abi_ops): Add baseclass_offset pointer.
6578
6579 * valops.c (vb_match): Move to...
6580 * gnu-v2-abi.c (vb_match): here.
6581 * valops.c (baseclass_offset): Move to...
6582 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
6583
6584 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
6585
6586 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
6587 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
6588 * hpacc-abi.c (init_hpacc_ops): Likewise.
6589
7f8c9282
DJ
65902002-01-04 Daniel Jacobowitz <drow@mvista.com>
6591
6592 * valops.c (find_overload_match): Accept obj as a
6593 reference parameter. Update it before returning.
6594 * value.h (find_overload_match): Update prototype.
6595 * eval.c (evaluate_subexp_standard): Pass object to
6596 find_overload_match by reference.
6597
f23631e4
AC
65982002-01-03 Andrew Cagney <ac131313@redhat.com>
6599
6600 * valarith.c: Replace value_ptr with struct value pointer. Remove
6601 register attribute from value declarations.
6602 * valops.c: Ditto.
6603 * value.h: Ditto.
6604 * scm-lang.c (scm_lookup_name): Ditto.
6605
79e10fab 66062002-01-03 Michael Snyder <msnyder@redhat.com>
abf22e64 6607
79e10fab
AC
6608 Abstract the functionality of iterating over mapped memory
6609 regions into a general purpose iterator function.
abf22e64 6610 * procfs.c (iterate_over_mappings): New function, general purpose
79e10fab
AC
6611 iterator for memory sections.
6612 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
6613 (solib_mappings_callback): New function, callback for above.
6614 (info_proc_mappings): Reimpliment using iterate_over_mappings.
6615 (info_mappings_callback): New function, callback for above.
6616
6617 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
6618
c5ad026a
MK
66192002-01-01 Mark Kettenis <kettenis@gnu.org>
6620
d2a7c97a
MK
6621 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
6622 * i386-tdep.c: Include "elf-bfd.h".
6623 (process_note_abi_tag_sections): New function.
6624 (i386_gdbarch_init): Add code to recognize various OS/ABI
6625 combinations.
6626
c5ad026a
MK
6627 * maint.c (_initialize_maint_cmds): Add missing \ in
6628 string-literal.
6629
a1a5b71e 6630For older changes see ChangeLog-2001
c906108c
SS
6631\f
6632Local Variables:
6633mode: change-log
6634left-margin: 8
6635fill-column: 74
6636version-control: never
6637End: