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