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