fix tipo
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
9d01611c
AC
12002-03-16 Andrew Cagney <ac131313@redhat.com>
2
3 * value.h (struct value): Delete field ``substring_addr''. Change
4 aligner fields to force_doublest_align, force_longest_align,
ee2d3b3a
AC
5 force_core_addr_align and force_pointer_aligh.
6
7 * value.h (struct value): Fix typo in above change.
9d01611c 8
4156bb53
PS
92002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10
11 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
12 to fix internal_error from ``maintenance print architecture''.
13
0e5e3ea6
PS
142002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
15
16 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
17 for gcc versions after gcc-2.8.1.
18
9b013045
PS
192002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
20
21 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
22 for method resolution. Restore adjustment of ``this'' pointer after
23 calling value_struct_elt, which was accidentally removed during the
24 HP merge.
25
376c9600
AC
262002-03-15 Andrew Cagney <ac131313@redhat.com>
27
28 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
29 value_of_register.
30 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
31 get_saved_register.
32 * value.h (value_of_register): Update.
33
a4db0f07
RH
342002-03-14 Richard Henderson <rth@redhat.com>
35
36 * configure.in: Detect declaration for canonicalize_file_name.
37 * utils.c (canonicalize_file_name): Declare, if needed.
38 (gdb_realpath): Prefer realpath if available and usable.
39 * config.in, configure: Rebuild.
40
96383835
RH
412002-03-14 Richard Henderson <rth@redhat.com>
42
43 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
44 a constant array bound.
45
46 * MAINTAINERS: Add myself to write-after-approval.
47
e641a1ca
ML
482002-03-13 Michal Ludvig <mludvig@suse.cz>
49
50 * gdbserver/remote-util.c (remote_open): Print remote-side's
51 IP address when remote debugging over the network.
52
df08bfec
DB
532002-03-12 David O'Brien <obrien@FreeBSD.org>
54
55 * config/sparc/fbsd.mh: Fix copyright.
56 * config/sparc/fbsd.mt: Likewise.
57
9a57864f
RE
582002-03-11 Richard Earnshaw <rearnsha@arm.com>
59
60 * MAINTAINERS: Fix typo in name of gdb warnings option.
61 (x86-64): Fix formating so that this can be parsed by awk.
62
dd7bf85e
DJ
632002-03-10 Daniel Jacobowitz <drow@mvista.com>
64
65 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
66 * defs.h: Include "gdb/signals.h".
67 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
68
33a0a2ac
ML
692002-03-10 Michal Ludvig <mludvig@suse.cz>
70
71 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
72 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
73 from x86-64-tdep.h
74
dd824b04
DJ
752002-03-10 Daniel Jacobowitz <drow@mvista.com>
76 Don Howard <dhoward@redhat.com>
77
78 * mips-tdep.c (ST0_FR): Define.
79 (mips2_fp_compat): New function, temporarily disabled.
80 (mips_read_fp_register_single): New function.
81 (mips_read_fp_register_double): New function.
82 (mips_print_register): Use them.
83 (do_fp_register_row): Likewise.
84
6a41ff59
AC
852002-03-09 Andrew Cagney <ac131313@redhat.com>
86
87 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
88 approval''.
89
4ea09c10
PS
902002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
91
92 * stabsread.c (read_member_functions): Fix is_stub test for
93 static member functions, improve comment.
94
6ccc741d
RE
952002-03-07 Richard Earnshaw <rearnsha@arm.com>
96
97 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
98 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
99 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
100 commands that set boolean values.
101 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
102 (arm_rdi_resume): Always initialize PC.
103 (arm_rdi_open): Don't use rslt as a boolean.
104 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
105 (arm_rdi_fetch_registers, arm_rdi_store_registers)
106 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
107 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
108
438013df
AO
1092002-03-06 Alexandre Oliva <aoliva@redhat.com>
110
111 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
112 * configure: Rebuilt.
113
70ed8774
SC
1142002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
115
116 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
117 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
118
5ba2abeb
AC
1192002-03-06 Andrew Cagney <ac131313@redhat.com>
120
121 * cli/cli-decode.c (set_cmd_completer): New function.
122 * command.h (set_cmd_completer): Declare.
123 * cli/cli-decode.h (set_cmd_completer): Ditto.
124
125 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
126 * cli/cli-cmds.c (init_cli_cmds): Ditto.
127 * win32-nat.c (_initialize_inftarg): Ditto.
128 * remote-rdi.c (_initialize_remote_rdi): Ditto.
129 * proc-api.c (_initialize_proc_api): Ditto.
130 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
131 * source.c (_initialize_source): Ditto.
132 * exec.c (_initialize_exec): Ditto.
133 * solib.c (_initialize_solib): Ditto.
134 * top.c (init_main): Ditto.
135 * tracepoint.c (_initialize_tracepoint): Ditto.
136 * symfile.c (_initialize_symfile): Ditto.
137 * printcmd.c (_initialize_printcmd): Ditto.
138 * infcmd.c (_initialize_infcmd): Ditto.
139 * corefile.c (_initialize_core): Ditto.
140
f779ca99
AC
1412002-03-05 Andrew Cagney <ac131313@redhat.com>
142
143 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
144
01a3934b
AC
1452002-03-05 Andrew Cagney <ac131313@redhat.com>
146
147 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
148
37057839
AC
1492002-03-05 Andrew Cagney <ac131313@redhat.com>
150
151 * NEWS: Update headings, 5.2 has branched.
152
c6ecbae5
DJ
1532002-03-04 Daniel Jacobowitz <drow@mvista.com>
154
155 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
156 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
157 (register_addr, REGISTER_RAW_SIZE): Likewise.
158 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
159 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
160
e9f30c21
ML
1612002-03-03 Michal Ludvig <mludvig@suse.cz>
162
163 * MAINTAINERS (x86-64): Add myself.
164 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
165 changed value_ptr -> struct value *
166
54394ac3
DB
1672002-03-01 David O'Brien <obrien@FreeBSD.org>
168
169 * configure.host (sparc64-*-freebsd): Add.
170 * configure.tgt: Likewise.
171 * config/sparc/fbsd.mh: New file.
172 * config/sparc/fbsd.mt: Likewise.
173 * config/sparc/nm-fbsd.h: Likewise.
174 * config/sparc/tm-fbsd.h: Likewise.
175
bfe95955
DJ
1762002-03-01 Daniel Jacobowitz <drow@mvista.com>
177
178 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
179 regformats/reg-s390x.dat.
180
f33c6cbf
AC
1812002-03-01 Andrew Cagney <ac131313@redhat.com>
182
183 * utils.c: Add FIXME explaining true/false problem.
184
5ecaa7dd
AC
1852002-02-28 Andrew Cagney <ac131313@redhat.com>
186
187 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
188
2a251cc2
MC
1892002-02-28 Michael Chastain <mec@shout.net>
190
191 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
192
6a8031a3 1932002-02-28 Daniel Jacobowitz <drow@mvista.com>
265f716b
DJ
194
195 * gdbserver/linux-s390-low.c: New file.
196 * regformats/reg-s390.dat: New file.
197 * regformats/reg-s390x.dat: New file.
198 * gdbserver/configure.srv: Add S/390.
199 * gdbserver/Makefile.in: Add S/390.
200 * configure.tgt: Enable gdbserver for S/390.
201
ac469903
EZ
2022002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
203
204 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
205 first line of the doc string for "info dos", except at the end of
206 the sentence, since the short help stops at the first period.
207
985cb1a3
JM
2082002-02-28 Jason Merrill <jason@redhat.com>
209
210 * dwarf2read.c (dwarf_cfi_name): Add new codes.
211
c570663e
FF
2122002-02-27 Fred Fish <fnf@redhat.com>
213
214 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
215 comment (dumy -> dummy).
216
43630227
PS
2172002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
218
219 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
220
b84911e8
RB
2212002-02-27 Rodney Brown <rbrown64@csc.com.au>
222
223 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
224
58caa3dc
DJ
2252002-02-27 Daniel Jacobowitz <drow@mvista.com>
226
227 * gdbserver/acconfig.h: New file.
228 * gdbserver/i387-fp.c: New file.
229 * gdbserver/i387-fp.h: New file.
230 * gdbserver/linux-x86-64.c: New file.
231 * regformats/reg-x86-64.dat: New file.
232 * configure.tgt: Add x86_64-*-linux* gdbserver support.
233 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
234 * gdbserver/configure.in: Add support for regsets.
235 * gdbserver/config.in: Regenerate.
236 * gdbserver/configure: Regenerate.
237 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
238 * gdbserver/linux-low.h: New file.
239 * gdbserver/linux-low.c: Include "linux-low.h". Add support
240 for regsets.
241 * gdbserver/linux-arm-low.c: Include "linux-low.h".
242 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
243 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
244 * gdbserver/linux-mips-low.c: Include "linux-low.h".
245 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
246 * gdbserver/linux-sh-low.c: Include "linux-low.h".
247 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
248 "i387-fp.h". Add PTRACE_GETREGS and friends.
249 * gdbserver/regcache.c (supply_register): New function.
250 (supply_register_by_name): New function.
251 (collect_register): New function.
252 (collect_register_by_name): New function.
253
93652174
DJ
2542002-02-27 Daniel Jacobowitz <drow@mvista.com>
255
256 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
257 (config.status): Add configure.srv dependency.
258 (server_h): Add config.h dependency.
259
a02e4a61
DJ
2602002-02-27 Daniel Jacobowitz <drow@mvista.com>
261
262 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
263 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
264 * gdbserver/configure.srv: Change i386-*-linux* to use
265 reg-i386-linux.o.
266
ce0eebec
AC
2672002-02-26 Andrew Cagney <ac131313@redhat.com>
268
269 * x86-64-tdep.c: Re-indent. Update copyright date.
270
82dbc5f7
AC
2712002-02-26 Andrew Cagney <ac131313@redhat.com>
272
273 From Michal Ludvig <mludvig@suse.cz>:
274 * x86-64-tdep.c (value.h): Delete.
275 (gdb_assert.h): Include.
276 (x86_64_register_convert_to_virtual,
277 x86_64_register_convert_to_raw ): Add check which lets only
278 floating-point values to be converted.
279 (value_push): Delete.
280 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
281 (i386_gdbarch_init): Number of register_bytes fixed.
282
e4621584
AC
2832002-02-26 Andrew Cagney <ac131313@redhat.com>
284
285 * MAINTAINERS: Add x86-64 target.
286
81a9a963
AC
2872002-02-26 Andrew Cagney <ac131313@redhat.com>
288
289 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
290 * osfsolib.c (solib_map_sections): Ditto.
291 * irix5-nat.c (solib_map_sections): Ditto.
292 * corelow.c (gdb_check_format): Ditto.
293 * symfile.c (symfile_bfd_open): Ditto.
294 * solib.c (solib_map_sections): Ditto.
295 Fix PR gdb/354.
296
0f017ab9
AC
2972002-02-26 Andrew Cagney <ac131313@redhat.com>
298
299 * remote.c (_initialize_remote): By default, disable ``e'' and
300 ``E'' step out-of-range packets.
301
75738c29
AS
3022002-02-26 Andreas Schwab <schwab@suse.de>
303
304 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
305 m68k_linux_frame_saved_pc.
306 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
307 in_sigtramp.
308 (SIGCONTEXT_PC_OFFSET): Remove.
309 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
310 m68k_linux_sigtramp_saved_pc): New functions.
311 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
312 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
313 (UCONTEXT_PC_OFFSET): Define.
314 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
315 non-RT and RT signal trampolines.
316
7e8ed687
RE
3172002-02-26 Richard Earnshaw <rearnsha@arm.com>
318
319 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
320 (TARGET_NBPG, STACK_END_ADDR): Delete
321 (VARIABLES_INSIDE_BLOCK): Delete.
322
6972bc8b
AC
3232002-02-25 Andrew Cagney <ac131313@redhat.com>
324
325 * utils.c (perror_with_name): Make string parameter constant.
326 (print_sys_errmsg): Ditto.
327 (query): Ditto.
328 * defs.h (perror_with_name): Update.
329 (print_sys_errmsg): Update.
330 (query): Update.
331
aa32f823
DJ
3322002-02-25 Daniel Jacobowitz <drow@mvista.com>
333
334 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
335 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
336
19caaa45
PS
3372002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
338
339 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
340 if it already matches the current architecture from the exec file.
341 Include arch-utils.h for gdbarch_info_init prototype.
342 * Makefile.in (rs6000-nat.o): Update dependencies.
343
d951901f
EZ
3442002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
345
346 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
347 list of exported variables.
348
7ea81414
DJ
3492002-02-24 Daniel Jacobowitz <drow@mvista.com>
350
351 * gdbserver/configure.srv: New file.
352 * gdbserver/configure.in: Use configure.srv instead
353 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
354 from it.
355 * gdbserver/configure: Regenerated.
356 * gdbserver/terminal.h: New file.
357 * gdbserver/Makefile.in: Update for configure changes. Remove
358 more unneeded include paths.
359
080fe24b
AC
3602002-02-24 Andrew Cagney <ac131313@redhat.com>
361
362 From wiz at danbala:
363 * config/sparc/tm-sp64.h: Fix grammar and typos.
364 Fix PR gdb/287.
365
8605d56e
AC
3662002-02-24 Andrew Cagney <ac131313@redhat.com>
367
368 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
a4b6fc86
AC
369 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
370 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
371 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
ca557f44
AC
372 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
373 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
374 * s390-tdep.c: Ditto.
92362027
AC
375 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
376 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
377 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
378 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
379 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
380 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
381 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
382 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
383 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
384 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
8605d56e
AC
385 Fix PR gdb/378.
386
8ed32cc0
AC
3872002-02-23 Andrew Cagney <ac131313@redhat.com>
388
a3007b6f
AC
389 * lin-thread.c: Delete file.
390 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
391 to gdb_proc_service.h.
392 * configure: Re-generate.
393
50a9e2f1
AC
394 * ocd.c (ocd_open): Do not try to open the "ocd" device.
395 * serial.c (serial_open): Delete check for "ocd".
396 Fix PR gdb/349.
397
8b6e7932
AC
398 * Makefile.in (linux-thread.o): Delete target.
399 * linux-thread.c: Delete file.
400
d155c46b
AC
401 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
402 renamed SH files to be consistent.
403
8ed32cc0
AC
404 * symtab.c (sort_search_symbols): Use xfree.
405
0e18d038
RE
4062002-02-23 Richard Earnshaw <rearnsha@arm.com>
407
408 * arm-linux-tdep.c (arm_linux_init_abi): Register
409 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
410 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
411 definition with undef, since we don't want the sysvr4 definition.
412 (SKIP_TRAMPOLINE_CODE): Likewise.
413
27aac7ff
AC
4142002-02-23 Andrew Cagney <ac131313@redhat.com>
415
416 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
417
418 * configure.in: (AC_CHECK_FUNCS) Added test for
419 canonicalize_file_name Regenerated.
420 * config.in, configure: Regenerated.
421 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
422 defined use canonicalize_file_name.
423
65a6e0ee
MC
4242002-02-23 Michael Chastain <mec@shout.net>
425
426 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
427
47b95330
AC
4282002-02-23 Andrew Cagney <ac131313@redhat.com>
429
430 * README: Remove references to cygnus.com.
431 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
432 dot com'' form. Remove references to cygnus.com and sourceware.
433
696f451b
AC
4342002-02-23 Andrew Cagney <ac131313@redhat.com>
435
436 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
437 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
438 1003.1-2001 no longer allows "head -1".
439 * gdb/Makefile.in (version.c): Likewise.
440 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
441 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
442 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
443
bbaca940
AC
4442002-02-23 Andrew Cagney <ac131313@redhat.com>
445
446 * cli/cli-decode.c (cmd_cfunc_eq): New function.
447 * command.h (cmd_cfunc_eq): Declare.
448 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
449
450 * cli/cli-cmds.h (is_complete_command): Change parameter to a
451 ``struct cmd_list_element *''.
452 * cli/cli-cmds.c (is_complete_command): Update. Use
453 cmd_cfunc_eq.
454 * top.c (execute_command): Pass the command to
455 is_complete_command.
456 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
457
b8b8b047
AC
4582002-02-23 Andrew Cagney <ac131313@redhat.com>
459
460 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
461 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
462 architecture defines.
463 * s390-tdep.c (s390_gdbarch_init): Likewise.
464
19d3fc80
RE
4652002-02-23 Richard Earnshaw <rearnsha@arm.com>
466
467 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
468 (arm_linux_push_arguments): Likewise.
469 (arm_linux_init_abi): Register them. Also register linux-specific
470 call_dummy_words.
471 (find_minsym_and_objfile): Use strcmp, not STREQ.
472 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
473 (arm_linux_call_dummy_words): Delete declaration.
474 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
475 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
476 declarations.
477 (LOWEST_PC): Delete.
478
3ab13650
PS
4792002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
480
481 * maint.c (print_section_info): Do not prepend `0x' to filepos
482 output, it will be handled by local_hex_string_custom.
483
19d3fc80 4842002-02-23 Richard Earnshaw <rearnsha@arm.com>
85ae890c
RE
485
486 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
487 (store_newfpe_double, store_newfpe_extended, store_fpregister)
488 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
489
d85a5daf
JB
4902002-02-22 Jim Blandy <jimb@redhat.com>
491
492 Indicate that the bcache functions don't change the strings
493 they're passed.
494 * bcache.h (bcache, hash): Add `const' keywords to declarations.
495 * bcache.c (bcache, hash): Add `const' keywords to definitions.
496
eeb25b8a
PM
4972002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
498
499 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
500
6badb179
CF
5012002-02-21 Christopher Faylor <cgf@redhat.com>
502
503 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
504 find the complete path to a loaded DLL.
505
e8717518
FF
5062002-02-21 Fred Fish <fnf@redhat.com>
507
508 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
509 that marks the end of the range of a function, enter a line number
510 entry that has a line number of zero and a PC offset that matches
511 the end of the function. This starts a range of PC's for which no
512 line number information is known.
513 * symtab.c (find_pc_sect_line): If our best fit is in a range of
514 PC's for which no line number info is found (line number is zero)
515 then we didn't find any valid line information.
516 * symtab.h: Document use of zero line number entry.
517
9abe5450
EZ
5182002-02-21 Elena Zannoni <ezannoni@redhat.com>
519
520 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
521 (have_ptrace_getvrregs): Define for run time checks.
522 (gdb_vrregset_t): New type for Altivec register handling.
523 (fetch_register, store_register): Fetch/store altivec register
524 when needed.
525 (fetch_altivec_register, store_altivec_register): New functions.
526 (supply_vrregset, fill_vrregset): New functions.
527 (fetch_altivec_registers, store_altivec_registers): New functions.
528 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
529 registers as well.
530
aaa38bb5
AJ
5312002-02-21 Jiri Smid <smid@suse.cz>
532
533 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
534
b34db576
RE
5352002-02-21 Richard Earnshaw <rearnsha@arm.com>
536
537 * Makefile.in (armnbsd-nat.o): Update dependencies.
538 * armnbsd-nat.c (supply_gregset): New function. Common code to
539 supply the integer register set.
540 (supply_fparegset): New function. Similar for FPA registers.
541 (fetch_regs, fetch_fp_regs): Use them.
542 (fetch_core_registers): Likewise.
543 (fetch_elfcore_registers): New function.
544 (arm_netbsd_elfcore_fns): New core-file type specification.
545 (_initialize_arm_netbsd_nat): Register it.
546
3e56fc4b
RE
5472002-02-21 Richard Earnshaw <rearnsha@arm.com>
548
549 * armnbsd-nat.c: Include gdbcore.h.
550 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
551 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
552 'void' to declaration, to shut up ARI.
553 (fetch_core_registers): Make static. Rewrite using supply_register.
554 (arm_netbsd_core_fns): New core-file type specification.
555 (_initialize_arm_netbsd_nat): New function.
556
097f6b0b
CF
5572002-02-21 Christopher Faylor <cgf@redhat.com>
558
559 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
560 value.
561
c914e0cc
CF
5622002-02-20 Christopher Faylor <cgf@redhat.com>
563
564 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
565 fails.
566
385fa495
DJ
5672002-02-20 Daniel Jacobowitz <drow@mvista.com>
568
569 * jv-exp.y (parse_number): Change type of implicit longs
570 to builtin_type_uint64.
571
e5f1222d
DJ
5722002-02-20 Daniel Jacobowitz <drow@mvista.com>
573
574 * gdbserver/linux-low.c (mywait): Change argument to waitpid
575 to be an integer instead of a `union wait'.
576
75c9abc6
DJ
5772002-02-20 Daniel Jacobowitz <drow@mvista.com>
578
579 * mips-linux-nat.c: Call the operating system GNU/Linux.
580 * mips-linux-tdep.c: Likewise.
581 * mips-tdep.c: Likewise.
582
551792a5
DJ
5832002-02-20 Daniel Jacobowitz <drow@mvista.com>
584
585 Fix PR gdb/265.
586 * jv-exp.y (parse_number): Handle 64-bit integers.
587
ee6e2b82
DJ
5882002-02-20 Daniel Jacobowitz <drow@mvista.com>
589
590 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
591 AC_STDC_HEADERS to AC_HEADER_STDC.
592 * gdbserver/configure: Regenerated.
593
a48442a0
RE
5942002-02-20 Richard Earnshaw <rearnsha@arm.com>
595
596 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
597 is defined.
598 * sparc-tdep.c (get_longjmp_target): Likewise.
599
fe419ffc
RE
6002002-02-20 Richard Earnshaw <rearnsha@arm.com>
601
602 * News: Add news about ARM and Multi-arch. Mention the new target
603 arm*-*-netbsd*.
604
5832ed7e
JB
6052002-02-19 Jim Blandy <jimb@redhat.com>
606
607 * stabsread.c (error_type_complaint): Improve error message.
608
84563040
DJ
6092002-02-19 Daniel Jacobowitz <drow@mvista.com>
610
611 * gdbserver/README: Update documentation.
612 * gdbserver/configure.in: Update configury to match documentation.
613 * gdbserver/Makefile.in: Likewise.
614 * gdbserver/configure: Regenerated.
615 * gdbserver/aclocal.m4: New file, generated by aclocal.
616 * gdbserver/config.in: New file, generated by autoheader.
617
375fd65b
RE
6182002-02-19 Richard Earnshaw <rearnsha@arm.com>
619
620 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
621 armnbsd-nat.c.
622
08216dd7
RE
6232002-02-19 Richard Earnshaw <rearnsha@arm.com>
624
625 * arm-tdep.h (enum arm_float_model): New enum.
626 (struct gdbarch_tdep): Add fp_model.
627 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
628 up floating-point conversions until we know the floating-point model
629 in use by the inferior. Don't complain about being unable to
630 determine the ABI of the inferior when we don't have one.
631 (arm_extract_return_value): Support different floating-point models.
632 (arm_store_return_value): Likewise.
aaa38bb5 633 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
08216dd7
RE
634 ARM_FLOAT_SOFT.
635 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
636
65d6d66a
PS
6372002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
638
639 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
640 of ``current_gdbarch''.
641
47221191
RE
6422002-02-19 Richard Earnshaw <rearnsha@arm.com>
643
644 * armnbsd-nat.c : ANSIfy all function declarations.
645 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
646 (fetch_inferior_registers): Re-implement in terms of above.
647 (store_register, store_regs, store_fp_register, store_fp_regs): New.
648 (store_inferior_registers): Re-implement in terms of above.
649
fdf39c9a
RE
6502002-02-19 Richard Earnshaw <rearnsha@arm.com>
651
aaa38bb5 652 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
fdf39c9a
RE
653 kernel.
654 * arm-linux-tdep.c: Likewise.
655 * config/arm/tm-linux.h: Likewise.
656
93247f88
RE
6572002-02-19 Richard Earnshaw <rearnsha@arm.com>
658
659 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
660 * config/arm/nbsd.mt (TM_FILE): Delete.
661 * config/arm/tm-nbsd.h: Delete.
662
d7b486e7
RE
6632002-02-19 Richard Earnshaw <rearnsha@arm.com>
664
665 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
666 Initialize CALL_DUMMY_LENGTH.
667
41d39a95
RE
6682002-02-19 Richard Earnshaw <rearnsha@arm.com>
669
670 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
671 function.
672 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
aaa38bb5 673 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
41d39a95
RE
674 defines one thing and that is incorrect for this port.
675 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
676
e1195560
PM
6772002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
678
679 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
680
c1748f97
PM
6812002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
682
683 * win32-nat.c (display_selector): New function. Displays information
684 about the information returned by GetThreadSelectorEntry API function.
685 (display_selectors): New function. Displays the infomation of
686 the selector given as argument, or of CS, DS ans FS selectors
687 if no argument is given.
688 ( _initialize_inftarg): Add "w32" as info prefix command.
689 Add "info w32 selector" as command calling display_selectors.
690
e41e6bbf
PM
6912002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
692
693 * i386-tdep.c (get_longjmp_target): Fix compilation failure
694 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
695 if not defined.
696
0d3a9f48
RE
6972002-02-18 Richard Earnshaw <rearnsha@arm.com>
698
699 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
700
3fb4b924
RE
7012002-02-18 Richard Earnshaw <rearnsha@arm.com>
702
703 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
704 (arm_fix_call_dummy): Call it.
705 (arm_call_dummy_breakpoint_offset): Delete.
706 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
707 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
708
7f55af32
AC
7092002-02-18 Andrew Cagney <ac131313@redhat.com>
710
711 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
712 Default to func_frame_chain_valid.
713 * gdbarch.h, gdbarch.c: Re-generate.
714 * frame.h (FRAME_CHAIN_VALID): Delete definition.
715
05f13b9c
EZ
7162002-02-18 Elena Zannoni <ezannoni@redhat.com>
717
718 * ppc-linux-nat.c: Update copyright.
719 (fetch_register, store_register): Add tid parameter, don't compute
720 tid here.
721 (fetch_ppc_registers, store_ppc_registers): Add tid
722 parameter. Pass it along to callees.
723 (fetch_inferior_registers, store_inferior_registers): Compute tid
724 here, and pass it to calleed functions.
725 (fill_gregset, supply_fpregset): Clean up formatting.
726
d7afb4c9
RE
7272002-02-18 Richard Earnshaw <rearnsha@arm.com>
728
729 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
730 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
731
9df628e0
RE
7322002-02-18 Richard Earnshaw <rearnsha@arm.com>
733
734 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
735 * gdbarch.c gdbarch.h: Regenerate.
736 * breakpoint.c (create_longjmp_breakpoint): Always compile this
737 function.
738 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
739 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
740 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
741
742 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
743 * arm-tdep.c (arm_get_longjmp_target): New function.
744 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
745 this to a positive value register arm_get_longjmp_target as the
746 longjmp handler.
747 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
748 (arm_linux_init_abi): Set up longjmp description in tdep.
749 * armnbsd-nat.c (get_longjmp_target): Delete.
750 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
751 description in tdep.
752 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
753 (get_longjmp_target): Delete declaration.
754 (GET_LONGJMP_TARGET): Delete.
755 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
756 (GET_LONGJMP_TARGET): Delete.
757
57bc8964
KB
7582002-02-17 Kevin Buettner <kevinb@redhat.com>
759
760 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
761 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
762 of ``current_gdbarch''.
763
83d31a92
TT
7642002-02-17 Tom Tromey <tromey@redhat.com>
765
766 * cli/cli-cmds.c (compare_strings): New function.
767 (complete_command): Only print each unique item once.
768 * completer.h (complete_line): Declare.
769 * completer.c (complete_line): New function.
770 (line_completion_function): Use it.
771
17ef5d92
AC
7722002-02-16 Andrew Cagney <ac131313@redhat.com>
773
774 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
775 * gdbarch.h, gdbarch.c: Re-generate.
776
491b8946
DJ
7772002-02-16 Daniel Jacobowitz <drow@mvista.com>
778
779 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
780
7812002-02-16 Daniel Jacobowitz <drow@mvista.com>
782
783 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
784 * valops.c (value_arg_coerce): Don't take the address of a reference
785 to convert an argument to a reference.
786
dfe7f3ac
CF
7872002-02-15 Christopher Faylor <cgf@redhat.com>
788
789 * win32-nat.c (get_image_name): New function.
790 (handle_load_dll): Use get_image_name function.
791 (get_child_debug_event): Avoid registering debug events until possibly
792 execed process is started.
793 (child_create_inferior): Allow invocation via shell so that command
794 line redirection, etc. works ok.
795 (_initialize_inftarg): Add new command: "set shell" to control whether
796 a shell is used to start a process.
797
1d33e73a
DJ
7982002-02-15 Daniel Jacobowitz <drow@mvista.com>
799
800 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
801 instead of find_register_by_number.
802 (cannot_store_register): Likewise.
803
48cd0caa
PM
8042002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
805
aaa38bb5 806 * dwarf2read.c: Replace fprintf (stderr, ...) by
48cd0caa
PM
807 fprintf_unfiltered (gdb_stderr, ...).
808
8656e7d8
DJ
8092002-02-15 Daniel Jacobowitz <drow@mvista.com>
810
811 * gdbserver/gdbserver.1: Document --attach.
812
66e810cd
RE
8132002-02-15 Richard Earnshaw <rearnsha@arm.com>
814
815 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
816 descriptions.
817 * arm-tdep.c (arm_default_arm_le_breakpoint)
818 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
819 (arm_default_thumb_be_breakpoint): New. Initialize them from
820 traditional breakpoint defines.
821 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
822 (arm_gdbarch_init): Initialize new breakpoint variables.
823 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
824 (arm_linux_init_abi): Initialize linux-specific breakpoint.
825 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
826 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
827 code out to ...
828 (arm_netbsd_init_abi_common): ... here; new function.
829 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
830 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
831 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
832 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
833
97e03143
RE
8342002-02-15 Richard Earnshaw <rearnsha@arm.com>
835
836 * arm-tdep.h (enum arm_abi): New enum.
837 (struct gdbarch_tdep): New structure.
838 (LOWEST_PC): Provide a default.
839 (arm_gdbarch_register_os_abi): Declare new function.
840 * arm-tdep.c (arm_abi_names): New array.
841 (process_note_abi_tag_sections): New function.
842 (get_elfosabi): New function.
843 (arm_gdbarch_register_os_abi): New function.
844 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
845 support for that ABI has been built in, then call the appropriate
846 configuration routine. Use gdbarch_num_regs() to get the number
847 of registers.
848 (arm_dump_tdep): New function.
849 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
850 place-holder functions.
851 (_initialize_arm_tdep): Register them.
852 * config/arm/tm-arm.h (LOWEST_PC): Delete.
853
854 * armnbsd-tdep.c: New file.
855 * Makefile.in (armnbsd-tdep.o): Add dependencies.
856 * config/arm/nbsd.mt (TDEPFILES): Add it.
857 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
858
859 * armnbsd-nat.c: Include regcache.h.
860 * Makefile.in (armnbsd-nat.o): Update dependency list.
861
862 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
863
ad68be46
DJ
8642002-02-14 Daniel Jacobowitz <drow@mvista.com>
865
866 * gdbserver/Makefile.in: Fix typos in target rules.
867
003d6d1d
DJ
8682002-02-14 Daniel Jacobowitz <drow@mvista.com>
869
aaa38bb5 870 Fix part of PR gdb/267.
003d6d1d
DJ
871 * linespec.c (find_methods): Handle constructors specially for now.
872
6b230f1b
CV
8732002-02-14 Corinna Vinschen <vinschen@redhat.com>
874
875 * arm-tdep.c (arm_push_arguments): Eliminate special float type
876 handling.
877 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
878 standard_coerce_float_to_double().
879
1ea98d12
CF
8802002-02-14 Christopher Faylor <cgf@redhat.com>
881
882 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
883 GDBINIT_FILENAME.
884
dd47e6fd
EZ
8852002-02-14 Elena Zannoni <ezannoni@redhat.com>
886
887 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
888 find_variant_by_name, because it confuses the multiarch
889 framework. Return NULL if there isn't an architecture with the
890 user supplied name, instead of forcing a different one without
891 recording the change with the multiarch machinery.
892 (find_variant_by_name): Delete.
893
d7e39b9e
PS
8942002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
895
896 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
897 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
898
76e42a4f
MH
8992002-02-13 Martin M. Hunt <hunt@redhat.com>
900
aaa38bb5 901 * stack.c (print_frame_info_base): When calling
76e42a4f
MH
902 print_frame_info_listing_hook, set current_source_symtab.
903
0a30fbc4
DJ
9042002-02-14 Daniel Jacobowitz <drow@mvista.com>
905
906 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
907 and remove unused $(INCLUDE_DIR).
908 Add regcache.c to OBS.
909 Add generated register protocol files to clean target.
910 Update dependencies for new objects, obsolete old target code.
911
912 * gdbserver/linux-low.c: Remove all platform-specific code to
913 new files. Remove various dead code. Update to use regcache
914 functionality.
915 * gdbserver/remote-utils.c (fromhex): Add return statement
916 to quiet warning.
917 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
918 constant.
919 (input_interrupt): Add integer parameter to match prototype
920 of a signal handler.
921 (outreg): Use register_data ().
922 (prepare_resume_reply): Use gdbserver_expedite_regs.
923 * gdbserver/server.c (main): Dynamically allocate own_buf because
924 PBUFSIZ is no longer constant. Use registers_to_string () and
925 registers_from_string ().
926 * gdbserver/server.h: No longer include "defs.h". Add prototypes
927 for error (), fatal (), and warning (). Update definition of
928 PBUFSIZ to use regcache functionality. Add include guard.
929 * gdbserver/utils.c (fatal): Add missing ``const''.
930 (warning): New function.
931
932 * regformats/regdat.sh: Include "regcache.h" in generated files.
933 Provide init_registers () function.
934 * regformats/regdef.h: Add prototype for set_register_cache ().
935 Add include guard.
936
937 * gdbserver/linux-arm-low.c: New file.
938 * gdbserver/linux-i386-low.c: New file.
939 * gdbserver/linux-ia64-low.c: New file.
940 * gdbserver/linux-m68k-low.c: New file.
941 * gdbserver/linux-mips-low.c: New file.
942 * gdbserver/linux-ppc-low.c: New file.
943 * gdbserver/linux-sh-low.c: New file.
944
945 * gdbserver/regcache.c: New file.
946 * gdbserver/regcache.h: New file.
947
948 * gdbserver/low-linux.c: Removed obsolete file.
949
4cc841d0
DJ
9502002-02-14 Daniel Jacobowitz <drow@mvista.com>
951
952 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
953 * config/i386/linux.mt: Likewise.
954 * config/ia64/linux.mt: Likewise.
955 * config/m68k/linux.mh: Likewise.
956 * config/powerpc/linux.mh: Likewise.
957 * config/mips/linux.mt: Likewise.
958
959 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
960
961 * config/i386/i386lynx.mh: Mark gdbserver variables
962 as (currently) obsolete for this target.
963 * config/i386/nbsd.mt: Likewise.
964 * config/i386/nbsdelf.mt: Likewise.
965 * config/m32r/m32r.mt: Likewise.
966 * config/m68k/m68klynx.mh: Likewise.
967 * config/m68k/nbsd.mt: Likewise.
968 * config/m68k/sun3os4.mh: Likewise.
969 * config/mips/vr5000.mt: Likewise.
970 * config/ns32k/nbsd.mt: Likewise.
971 * config/pa/hppabsd.mh: Likewise.
972 * config/pa/hppaosf.mh: Likewise.
973 * config/powerpc/nbsd.mt: Likewise.
974 * config/rs6000/rs6000lynx.mh: Likewise.
975 * config/s390/s390.mt: Likewise.
976 * config/s390/s390x.mt: Likewise.
977 * config/sparc/sparclynx.mh: Likewise.
978 * config/sparc/sun4os4.mh: Likewise.
979 * config/i386/x86-64linux.mt: Likewise.
980 * config/sparc/linux.mh: Likewise.
981
a85f51e7
DJ
9822002-02-14 Daniel Jacobowitz <drow@mvista.com>
983
984 * configure.tgt: Configure gdbserver only for known working
985 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
986 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
987 SUBDIRS if it is configured. Update comment for ${nativefile}.
988 * configure: Regenerated.
989
65554fef
MS
9902002-02-13 Michael Snyder <msnyder@redhat.com>
991
6dbdc4a3
MS
992 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
993 (default_gcore_mach): Just return 0, work around a problem in bfd.
994 (default_gcore_target): OK to return NULL if exec_bfd is null.
995 (make_mem_sec): Use a cast, avoid a warning.
996
997 * procfs.c (find_memory_regions_callback): Use a cast instead of
aaa38bb5 998 calling host_pointer_to_address (which complains if
6dbdc4a3
MS
999 sizeof (host pointer) != sizeof (target pointer)).
1000 (procfs_make_note_section): Avoid overflow in psargs string.
1001
aaa38bb5 1002 * procfs.c (procfs_make_note_section): Make the default
65554fef
MS
1003 implementation return an error.
1004
10052002-02-13 Rodney Brown <rbrown64@csc.com.au>
1006
1007 * procfs.c (procfs_make_note_section): Provide a default definition
1008 (for alpha-dec-osf4.0f). Fix typos.
1009
1e4d76e7
EZ
10102002-02-13 Elena Zannoni <ezannoni@redhat.com>
1011
1012 * linux-proc.c: Add include of regcache.h.
1013 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
1014
b6d1a1d5
AC
10152002-02-13 Andrew Cagney <ac131313@redhat.com>
1016
1017 From 2002-01-18 Greg McGary <greg@mcgary.org>:
aaa38bb5
AJ
1018 * memattr.c (create_mem_region): Disallow useless empty region.
1019 Regions are half-open intervals, so allow [A..B) [B..C) as
65554fef 1020 non-overlapping.
b6d1a1d5 1021
6c6ea35e
MC
10222002-02-13 Michael Chastain <mec@shout.net>
1023
1024 * defs.h: Kill CONST_PTR.
1025 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
1026 * c-lang.c (c_builtin_types): Likewise.
1027 * ch-lang.c (ch_builtin_types): Likewise.
1028 * f-lang.c (f_builtin_types): Likewise.
1029 * language.c (unknown_builtin_types): Likewise.
1030 * m2-lang.c (m2_builtin_types): Likewise.
1031 * p-lang.c (pascal_builtin_types): Likewise.
1032 * scm-lang.c (c_builtin_types): Likewise.
1033
3e0b0f48
KS
10342002-02-13 Keith Seitz <keiths@redhat.com>
1035
1036 * arm-tdep.h (arm_get_next_pc): Add declaration.
1037
67255d04
RE
10382002-02-13 Richard Earnshaw <rearnsha@arm.com>
1039
1040 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
1041 with other related struct-returning functions.
1042 (arm_extract_struct_value_address): New function.
1043 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
1044 initialize float_format, double_format and long_double_format as
1045 appropriate to the endianness of the target.
1046 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
1047 (arm_use_struct_convention): Delete declaration.
1048 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
1049
079777f6
KS
10502002-02-13 Keith Seitz <keiths@redhat.com>
1051
1052 * defs.h (core_addr_to_string_nz): New function.
1053
34588f23
MK
10542002-02-13 Mark Kettenis <kettenis@gnu.org>
1055
1056 Apply missing bits of 2002-01-15 patch.
1057 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
1058 (fill_fpregset): Use i387_fill_fsave.
1059
49b563f9
KS
10602002-02-12 Keith Seitz <keiths@redhat.com>
1061
49b563f9
KS
1062 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
1063 (core_addr_to_string_nz): New function.
1064
aeb98c60
RE
10652002-02-11 Richard Earnshaw <rearnsha@arm.com>
1066
1067 * arm-linux-nat.c: Really include arm-tdep.h.
1068 * config/arm/tm-linux.h (struct type, struct value): Declare.
1069
65554fef
MS
10702002-02-11 Michael Snyder <msnyder@redhat.com>
1071
1072 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
1073 (gcore section): Ifdef for Solaris and Unixware only.
1074 (procfs_do_thread_registers): Unixware needs one lwpstatus
1075 per thread (not one prstatus or pstatus).
1076 (procfs_make_note_section): Iterate only over kernel threads (lwps),
1077 not over all gdb threads. For unixware, call elfcore_write_pstatus
1078 once before iterating over threads.
1079
34e8f22d
RE
10802002-02-11 Richard Earnshaw <rearnsha@arm.com>
1081
1082 * arm-tdep.h: New file.
1083 * arm-tdep.c: Include arm-tdep.h.
1084 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
1085 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
1086 (arm_print_float_info, arm_register_type, convert_to_extended)
1087 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
1088 (arm_extract_return_value, arm_register_name): Make static.
1089 (arm_software_single_step): Similarly. Fix types in declaration.
1090 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
1091 (arm_store_return_value, arm_store_struct_return): New functions.
1092 (arm_gdbarch_init): Register the above functions. Also register
1093 call_dummy_start_offset, sizeof_call_dummy_words,
1094 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
1095 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
aaa38bb5 1096 max_register_virtual_size, register_size. Set up
34e8f22d
RE
1097 prologue_cache.saved_regs here, rather than ...
1098 (_initialize_arm_tdep): ... here.
1099 * config/arm/tm-arm.h (struct type, struct value): Delete forward
1100 declarations.
1101 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
1102 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
1103 (arm_print_float_info, arm_register_type, convert_to_extended)
1104 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
1105 (arm_extract_return_value, arm_register_name): Delete declarations.
1106 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
1107 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
1108 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
1109 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
1110 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
1111 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
1112 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
1113 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
1114 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
1115 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
1116 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
1117 (arm_get_next_pc): No-longer static -- these are needed by the RDI
1118 interface.
1119 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
1120 * remote-rdi.c remote-rdp.c: Likewise.
1121 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
1122 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
1123 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
1124 definition.
1125
1126 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
1127 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
1128 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
1129 from non-ARM_ prefixed definitions.
1130 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
1131 all uses of above.
1132 * remote-rdi.c remote-rdp.c: Likewise.
1133 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
1134
148754e5
RE
11352002-02-11 Richard Earnshaw <rearnsha@arm.com>
1136
1137 * arm-tdep.c (arm_frameless_function_invocation)
1138 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
1139 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
1140 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
1141 (arm_pop_frame, arm_get_next_pc): Make static.
1142 (arm_gdbarch_init): Register above in gdbarch structure.
1143 (arm_read_fp): Renamed from arm_target_read_fp.
1144 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
1145 * config/arm/tm-arm.h (arm_frameless_function_invocation)
1146 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
1147 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
1148 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
1149 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
1150 (arm_pc_is_thumb_dummy): Delete declarations.
fcfb8836
RE
1151 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
1152 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
1153 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
1154 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
148754e5 1155
434d2d4f
DJ
11562002-02-10 Daniel Jacobowitz <drow@mvista.com>
1157
1158 * symtab.c (compare_search_syms): New function.
1159 (sort_search_symbols): New function.
1160 (search_symbols): Sort symbols after searching rather than
1161 before.
1162
55241689
AC
11632002-02-10 Andrew Cagney <ac131313@redhat.com>
1164
1165 * NEWS: Linux -> GNU/Linux.
1166
028c194b
AC
11672002-02-10 Andrew Cagney <ac131313@redhat.com>
1168
1169 * gdbarch.sh: For for level one methods, disallow a definition
1170 when partially multi-arched. Add comments explaining rationale.
1171 * gdbarch.h: Re-generate.
1172
6acf50cd
AC
11732002-02-10 Andrew Cagney <ac131313@redhat.com>
1174
1175 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
1176 multi-arch partial.
aaa38bb5 1177
50248794
AC
11782002-02-10 Andrew Cagney <ac131313@redhat.com>
1179
1180 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
1181 field. Use diff -u.
1182 * gdbarch.c: Re-generate.
1183
c30e0066
AC
11842002-02-10 Andrew Cagney <ac131313@redhat.com>
1185
9b56c5f3 1186 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
c30e0066
AC
1187 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
1188 partial.
1189
6e6d6484
AC
11902002-02-10 Andrew Cagney <ac131313@redhat.com>
1191
1192 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
1193 multi-arch partial.
1194 (PUSH_ARGUMENTS): Switch to using predefault.
1195 * gdbarch.c: Regenerate.
1196
c203844d
AC
11972002-02-10 Andrew Cagney <ac131313@redhat.com>
1198
1199 * valops.c (PUSH_ARGUMENTS): Delete definition.
1200 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
1201 partial. Default to default_push_arguments.
1202 * gdbarch.h, gdbarch.c: Regenerate.
1203
b5a2688f
AC
12042002-02-09 Andrew Cagney <ac131313@redhat.com>
1205
1206 * defs.h (throw_exception): Rename return_to_top_level. Update
1207 comments.
1208 * utils.c (error_stream, internal_verror, quit): Ditto.
1209 * top.c (throw_exception, catcher): Ditto.
1210 * sparclet-rom.c (sparclet_load): Ditto.
1211 * remote.c (interrupt_query, minitelnet): Ditto.
1212 * remote-sds.c (interrupt_query): Ditto.
1213 * remote-mips.c (mips_error, mips_kill): Ditto.
1214 * ocd.c (interrupt_query): Ditto.
1215 * monitor.c (monitor_interrupt_query): Ditto.
1216 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
1217 * target.h: Update comment.
aaa38bb5 1218
b5a2688f 1219 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
aaa38bb5 1220
2fa5c1e0
AC
12212002-02-09 Andrew Cagney <ac131313@redhat.com>
1222
1223 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
1224 default_double_format.
1225 * gdbarch.h, gdbarch.c: Re-generate.
1226 * findvar.c (floatformat_unknown): Delete variable definition.
1227 * doublest.h (floatformat_unknown): Delete variable declaration.
1228
da966255
JB
12292002-02-09 Jim Blandy <jimb@redhat.com>
1230
1231 * stabsread.c (read_type): Add code to parse Sun's syntax for
1232 prototyped function types.
1233
123a4891
AC
12342002-02-09 Andrew Cagney <ac131313@redhat.com>
1235
1236 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
1237 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
1238
fb39c8f3
PS
12392002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1240
1241 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
1242 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
1243 now _initialize_xcoffsolib gets called again and overrides the
1244 commands from solib.c in a native configuration.
1245
0b87a11d
MK
12462002-02-09 Mark Kettenis <kettenis@gnu.org>
1247
1248 * doublest.c (store_typed_floating): Don't try to return a value.
1249 Fixes PR gdb/290.
1250
bdc2fc72
JB
12512002-02-08 Jim Blandy <jimb@redhat.com>
1252
1253 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
1254 is prototyped and has no arguments, print its argument list as
1255 `(void)'.
1256
da69bbcf
CD
12572002-02-08 Chris Demetriou <cgd@broadcom.com>
1258
1259 * MAINTAINERS (write-after-approval): Add myself.
1260 (paper-trail): I've escaped!
aaa38bb5 1261
b69571f5
CF
12622002-02-08 Christopher Faylor <cgf@redhat.com>
1263
1264 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
1265 changes.
1266 (_initialize_check_for_gdb_ini): Ditto.
1267
f6871398
MH
12682002-02-08 Martin M. Hunt <hunt@redhat.com>
1269
1270 * win32-nat.c (cygwin_pid_to_str): Fix typo.
1271 xaprintf -> xasprintf.
1272
4e52d31c
PM
12732002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
1274
1275 * win32-nat.c: Remove use of printf and sprintf functions.
1276
39bbf761
RE
12772002-02-08 Richard Earnshaw <rearnsha@arm.com>
1278
1279 * arm-tdep.c (arm_frame_chain_valid): Make static.
1280 (arm_push_arguments): Likewise.
1281 (arm_gdbarch_init): New function.
1282 (_initialize_arm_tdep): Call it.
1283 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
1284 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
1285 (FRAME_CHAIN_VALID): Delete.
1286 (arm_frame_chain_valid): Delete declaration.
1287 (PUSH_ARGUMENTS): Delete.
1288 (arm_push_arguments): Delete declaration.
1289 (CALL_DUMMY_P): Delete.
1290
9c9532c9
CV
12912002-02-08 Andrew Cagney <ac131313@redhat.com>
1292 Corinna Vinschen <vinschen@redhat.com>
1293
1294 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
1295 on builtin float types.
1296
4e8f7a8b
DJ
12972002-02-08 Daniel Jacobowitz <drow@mvista.com>
1298
1299 * utils.c: Include <curses.h> before "bfd.h".
1300 * tui/tui-hooks.c: Likewise.
1301 * tui/tui.c: Likewise.
1302 * tui/tuiCommand.c: Likewise.
1303 * tui/tuiData.c: Likewise.
1304 * tui/tuiDataWin.c: Likewise.
1305 * tui/tuiDisassem.c: Likewise.
1306 * tui/tuiGeneralWin.c: Likewise.
1307 * tui/tuiIO.c: Likewise.
1308 * tui/tuiLayout.c: Likewise.
1309 * tui/tuiRegs.c: Likewise.
1310 * tui/tuiSource.c: Likewise.
1311 * tui/tuiSourceWin.c: Likewise.
1312 * tui/tuiStack.c: Likewise.
1313 * tui/tuiWin.c: Likewise.
1314
cd4bffcf
EZ
13152002-02-07 Elena Zannoni <ezannoni@redhat.com>
1316
1317 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
1318 to include space for pseudoregs as well. Update loops accordingly.
1319 (sh_fp_frame_init_saved_regs): Ditto.
1320 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
1321
26806ce2
AC
13222002-02-07 Andrew Cagney <ac131313@redhat.com>
1323
1324 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
1325 Add Richard Earnshaw to Arm maintainers.
1326
97fdab62
AC
13272002-02-07 Andrew Cagney <ac131313@redhat.com>
1328
a6b98203
AC
1329 * defs.h (warning_begin): Delete declaration.
1330
97fdab62
AC
1331 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
1332 Delete macro.
1333
78b29b40
MS
13342002-02-07 Michael Snyder <msnyder@redhat.com>
1335
aaa38bb5 1336 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
78b29b40
MS
1337 Logic bug, remove misplaced else.
1338
d8849953
KD
13392002-02-07 Klee Dienes <klee@apple.com>
1340
1341 * fork-inferior.c (fork_inferior): Add '!' to the list of
1342 characters that need to be quoted when building a string for the
1343 shell. Quote '!' specifically with a backslash, since CSH chokes
1344 when trying to evaluate "str!str".
aaa38bb5 1345
095778a0
NC
13462002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
1347
1348 * rdi-share/host.h: Only provide a typedef for bool if it is not
1349 defined.
1350
1900040c
MS
13512002-02-04 Michael Snyder <msnyder@redhat.com>
1352
1353 * breakpoint.h (enum bptype): Add new overlay event bp type.
1354 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
aaa38bb5 1355
1900040c
MS
1356 * breakpoint.c (create_internal_breakpoint): New function.
1357 (internal_breakpoint_number): Moved into create_internal_breakpoint.
1358 (create_longjmp_breakpoint): Use create_internal_breakpoint.
1359 (create_thread_event_breakpoint): Ditto.
1360 (create_solib_event_breakpoint): Ditto.
1361 (create_overlay_event_breakpoint): New function.
1362 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
1363 (update_breakpoints_after_exec): Delete and re-initialize
1364 overlay event breakpoints after an exec. Add FIXME comment
1365 about longjmp breakpoint.
1366 (print_it_typical): Ignore overlay event breakpoints.
1367 (print_one_breakpoint): Ditto.
1368 (mention): Ditto.
1369 (bpstat_what): Do not stop for overlay event breakpoints.
1370 (delete_breakpoint): Don't delete overlay event breakpoints.
1371 (breakpoint_re_set_one): Delete the overlay event breakpoint.
1372 (breakpoint_re_set): Re-create overlay event breakpoint.
1373
1374 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
1375 (overlay_manual_command): Disable overlay breakpoints.
1376 (overlay_off_command): Disable overlay breakpoints.
1377
082fc60d
RE
13782002-02-06 Richard Earnshaw <rearnsha@arm.com>
1379
1380 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
1381 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
1382 to here from config/tm-arm.h.
1383 (coff_sym_is_thumb): Make static.
1384 (arm_elf_make_msymbol_special): New function.
1385 (arm_coff_make_msymbol_special): New function.
1386 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
1387 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
1388 (coff_sym_is_thumb): Delete declaration.
1389 (arm_elf_make_msymbol_special): Declare.
1390 (arm_coff_make_msymbol_special): Declare.
1391 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
1392 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
1393
039c5766
RE
13942002-02-06 Richard Earnshaw <rearnsha@arm.com>
1395
1396 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
1397
13982002-02-06 Richard Earnshaw <rearnsha@arm.com>
1399
1400 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
1401 * gdbarch.c gdbarch.h: Regenerate.
1402 * arch-utils.c (default_print_float_info): New function.
1403 * arch-utils.h (default_print_float_info): Prototype it.
1404 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
1405 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
1406 (PRINT_FLOAT_INFO): Document it.
1407
1408 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
1409 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
1410 (PRINT_FLOAT_INFO): Define.
1411
58fa08f0
PM
14122002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
1413
aaa38bb5 1414 * win32-nat.c (_initialize_check_for_gdb_ini):
58fa08f0
PM
1415 Add typecast to sprintf argument to suppress a warning.
1416
7393af7c
PM
14172002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
1418
58fa08f0 1419 * win32-nat.c (last_sig): Changed type of variable to target_signal,
7393af7c
PM
1420 to allow easier handling of pass state.
1421 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
1422 that gives exception name and address.
1423 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
aaa38bb5 1424 and set last_sig value to ourstatus->value.sig. Some missing
7393af7c 1425 exceptions added.
aaa38bb5
AJ
1426 (child_continue): Correctly report continue_status.
1427 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
7393af7c 1428 TARGET_SIGNAL_0 (new default value).
aaa38bb5 1429 (child_resume): consider sig argument passed to decide if
7393af7c
PM
1430 the exception should be passed to debuggee or not.
1431
6af4589c
MS
14322002-02-05 Michael Snyder <msnyder@redhat.com>
1433
1434 * regcache.c (fetch_register): Call target_fetch_register
1435 only if we don't call FETCH_PSEUDO_REGISTER.
1436 (store_register): Call target_store_register only if we
1437 don't call STORE_PSEUDO_REGISTER.
1438
a2cf933a
EZ
14392002-02-05 Elena Zannoni <ezannoni@redhat.com>
1440
1441 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
1442 ELF_MAKE_MSYMBOL_SPECIAL.
1443 * gdbarch.c, gdbarch.h: Regenerate.
1444 * arch-utils.c (default_make_msymbol_special): New function.
aaa38bb5 1445 * arch-utils.h (default_make_msymbol_special): Export.
a2cf933a
EZ
1446 * elfread.c (elf_symtab_read): Compile use of
1447 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
1448 multiarched.
1449 * coffread.c (coff_symtab_read): Ditto, for
1450 COFF_MAKE_MSYMBOL_SPECIAL.
1451
6bb7be43
JB
14522002-02-05 Jim Blandy <jimb@redhat.com>
1453
1454 * solib-svr4.c (svr4_truncate_ptr): New function.
1455 (svr4_relocate_section_addresses): Do the address arithmetic with
1456 the appropriate truncation for target addresses, even when
1457 CORE_ADDR is larger than a target address.
1458
e18651ec
DJ
14592002-02-05 Daniel Jacobowitz <drow@mvista.com>
1460
1461 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
1462 to (int *).
1463
6b2725be
DJ
14642002-02-05 Daniel Jacobowitz <drow@mvista.com>
1465
1466 * gdbserver/linux-low.c (kill_inferior): Remove commented out
1467 code.
1468
fca9e603
DJ
14692002-02-05 Daniel Jacobowitz <drow@mvista.com>
1470
1471 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
1472
6c537a52
DJ
14732002-02-05 Daniel Jacobowitz <drow@mvista.com>
1474
1475 * gdbserver/linux-low.c: Remove unused include files.
1476
d844cde6
DJ
14772002-02-05 Daniel Jacobowitz <drow@mvista.com>
1478
1479 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
1480 (read_inferior_memory): Use it.
1481 (write_inferior_memory): Likewise.
1482
d07c63e7
DJ
14832002-02-05 Daniel Jacobowitz <drow@mvista.com>
1484
1485 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
1486 grubbing through sys_errlist.
1487
da6d8c04
DJ
14882002-02-05 Daniel Jacobowitz <drow@mvista.com>
1489
1490 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
1491
5b421780
PM
14922002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
1493 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
1494
9f60d481
AC
14952002-02-04 Andrew Cagney <ac131313@redhat.com>
1496
1497 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
1498 (do_sfunc, set_cmd_sfunc): New functions.
1499
1500 * command.h (struct cmd_list_element): Add field func.
1501 * cli/cli-decode.h (struct cmd_list_element): Ditto.
1502 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
1503 * cli/cli-decode.h: Ditto.
1504
1505 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
1506 (help_all, help_cmd_list): Ditto.
1507 (find_cmd, complete_on_cmdlist): Ditto.
1508 * top.c (execute_command): Ditto.
1509
1510 * cli/cli-setshow.c (do_setshow_command): Call func instead of
1511 function.sfunc.
1512
1513 * infcmd.c (notice_args_read): Fix function signature.
1514
1515 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
1516 * cli/cli-decode.c (add_set_cmd): Ditto.
1517 * utils.c (initialize_utils): Ditto.
1518 * maint.c (_initialize_maint_cmds): Ditto.
1519 * infrun.c (_initialize_infrun): Ditto.
1520 * demangle.c (_initialize_demangler): Ditto.
1521 * remote.c (add_packet_config_cmd): Ditto.
1522 * mips-tdep.c (_initialize_mips_tdep): Ditto.
1523 * cris-tdep.c (_initialize_cris_tdep): Ditto.
1524 * proc-api.c (_initialize_proc_api): Ditto.
1525 * kod.c (_initialize_kod): Ditto.
1526 * valprint.c (_initialize_valprint): Ditto.
1527 * top.c (init_main): Ditto.
1528 * infcmd.c (_initialize_infcmd): Ditto.
1529 * corefile.c (_initialize_core): Ditto.
1530 * arm-tdep.c (_initialize_arm_tdep): Ditto.
1531 * arch-utils.c (initialize_current_architecture): Ditto.
1532 (_initialize_gdbarch_utils): Ditto.
1533 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
1534
1535 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
1536 * wince.c (_initialize_inftarg): Ditto.
1537 * symfile.c (_initialize_symfile): Ditto.
1538 * mips-tdep.c (_initialize_mips_tdep): Ditto.
1539 * language.c (_initialize_language): Ditto.
1540 * arc-tdep.c (_initialize_arc_tdep): Ditto.
1541
f9ba0717
MS
15422002-02-04 Michael Snyder <msnyder@redhat.com>
1543
1544 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
1545
0c74b2a7
DJ
15462002-02-04 Daniel Jacobowitz <drow@mvista.com>
1547
1548 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
1549 Add rules for building the register data files.
1550
c638789f
DJ
15512002-02-04 Daniel Jacobowitz <drow@mvista.com>
1552
1553 * regformats/regdat.sh: Add braces to the definition of
1554 expedite_regs_${arch}.
1555
db253027
DJ
15562002-02-04 Daniel Jacobowitz <drow@mvista.com>
1557
1558 * regformats/regdef.h (struct reg): Add comment describing the
1559 requirements for offset and size fields.
1560
206be19c
AS
15612002-02-04 Andreas Schwab <schwab@suse.de>
1562
1563 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
1564 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
1565
181c1381
RE
15662002-02-04 Richard Earnshaw <rearnsha@arm.com>
1567
1568 * gdbarch.sh (copyright): Update years in generated header.
1569 (SMASH_TEXT_ADDRESS): Add rule.
db253027 1570 * gdbarch.h, gdbarch.c: Re-generate.
181c1381
RE
1571 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
1572 * dbxread.c: Likewise.
1573 * dwarfread.c: Likewise.
1574 * elfread.c: Likewise.
1575 * somread.c: Likewise.
1576
1577 * arm-tdep.c (arm_smash_text_address): New function.
1578 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
1579
fa4ba8da
PM
15802002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
1581
1582 Add support for hardware watchpoints on win32 native.
aaa38bb5 1583 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
fa4ba8da 1584 CONTEXT_DEBUG_REGISTERS.
aaa38bb5 1585 (dr variable): New variable. Static array containing a local copy
fa4ba8da
PM
1586 of debug registers.
1587 (debug_registers_changed): New variable. Reflects when debug registers
1588 are changed and need to be written to inferior.
aaa38bb5 1589 (debug_registers_used): New variable. Reflects when any debug register
fa4ba8da
PM
1590 was set, used when new threads are created.
1591 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
1592 i386-nat code.
1593 (thread_rec): Set dr array if id is the thread of current_event .
1594 (child_continue, child_resume): Change the debug registers for all
1595 threads if debug_registers_changed.
1596 (child_add_thread): Change the debug registers if debug_registers_used.
1597 * config/i386/cygwin.mh: Add use of i386-nat.o file.
1598 Link nm.h to new nm-cygwin.h file.
1599 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
1600 of hardware registers.
1601
a73c86fb
AC
16022002-02-03 Andrew Cagney <ac131313@redhat.com>
1603
1604 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
1605 Restore behavour broken by 2002-01-20 Andrew Cagney
1606 <ac131313@redhat.com> IEEE_FLOAT removal.
1607
acf5ed49
DJ
16082002-02-03 Daniel Jacobowitz <drow@mvista.com>
1609
1610 * c-valprint.c (c_val_print): Pass a proper valaddr to
1611 cp_print_class_method.
1612 * valops.c (search_struct_method): If there is only one method
1613 and args is NULL, return that method.
1614
493d28d5
DJ
16152002-02-03 Daniel Jacobowitz <drow@mvista.com>
1616
1617 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
1618 accessing tag_name directly.
1619
7495dfdb
DJ
16202002-02-03 Daniel Jacobowitz <drow@mvista.com>
1621
1622 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
1623 of accessing tag_name directly.
1624
dd6bda65
DJ
16252002-02-03 Daniel Jacobowitz <drow@mvista.com>
1626
1627 PR gdb/280
1628 * gdbtypes.c (replace_type): New function.
1629 * gdbtypes.h (replace_type): Add prototype.
1630 * stabsread.c (read_type): Use replace_type.
1631
88fe217c
RE
16322002-02-03 Richard Earnshaw <rearnsha@arm.com>
1633
1634 * Makefile.in (memattr.o): Add missing dependencies rule.
1635
e5d66720
PS
16362002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1637
1638 * breakpoint.c (break_at_finish_command): Really export.
1639 (break_at_finish_at_depth_command): Ditto.
1640 (tbreak_at_finish_command): Ditto.
1641 * hppa-tdep.c: Include completer.h.
1642 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
1643 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
1644
fffee0be
AC
16452002-02-01 Andrew Cagney <ac131313@redhat.com>
1646
1647 * utils.c (do_write): New function.
1648 (error_stream): Rewrite combining the code from error_begin and
1649 verror.
1650 (verror): Rewrite using error_stream.
1651 (error_begin): Delete function.
1652
255e7dbf
AC
16532002-02-01 Andrew Cagney <ac131313@redhat.com>
1654
1655 * utils.c (error_begin): Make static.
1656 * defs.h (error_begin): Delete declaration.
1657
1658 * linespec.c (cplusplus_error): Replace cplusplus_hint.
1659 (decode_line_1): Use cplusplus_error instead of error_begin,
1660 cplusplus_hint and return_to_top_level.
1661 * coffread.c (coff_symfile_read): Use error instead of error_begin
1662 and return_to_top_level.
1663 * infrun.c (default_skip_permanent_breakpoint): Ditto.
1664
ddfe3c15
AC
16652002-02-01 Andrew Cagney <ac131313@redhat.com>
1666
1667 * language.h (type_error, range_error): Make string parameter
1668 constant.
1669 * language.c (warning_pre_print): Delete extern declaration.
1670 * dwarfread.c (warning_pre_print): Ditto.
1671 * language.c (type_error, range_error): Rewrite to use verror and
1672 vwarning instead of warning_begin.
1673
03ac34d5
MS
16742002-02-01 Michael Snyder <msnyder@redhat.com>
1675
261c4ca2
MS
1676 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
1677 (set_ignore_count): Move misplaced comment back where it belongs.
03ac34d5 1678
e00d1dc8
AC
16792002-02-01 Andrew Cagney <ac131313@redhat.com>
1680
1681 * command.h (NO_FUNCTION): Delete macro.
1682 * cli/cli-decode.h (NO_FUNCTION): Ditto.
1683 * top.c (execute_command): Replace NO_FUNCTION with NULL.
1684 * tracepoint.c (_initialize_tracepoint): Ditto.
1685 * cli/cli-decode.c (add_set_cmd): Ditto.
1686 * cli/cli-cmds.c (init_cli_cmds): Ditto.
aaa38bb5 1687
76b79d6e
DJ
16882002-02-01 Daniel Jacobowitz <drow@mvista.com>
1689
1690 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
1691 Update ``this'' pointer when calling virtual functions.
1692
799f9e91
MS
16932002-02-01 Michael Snyder <msnyder@redhat.com>
1694
c7bd442c 1695 * breakpoint.c (create_temp_exception_breakpoint): Delete.
799f9e91
MS
1696 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
1697
3cf384d4
DJ
16982002-02-01 Daniel Jacobowitz <drow@mvista.com>
1699
1700 * regformats/reg-arm.dat: New file.
1701 * regformats/reg-i386.dat: New file.
1702 * regformats/reg-ia64.dat: New file.
1703 * regformats/reg-m68k.dat: New file.
1704 * regformats/reg-mips.dat: New file.
1705 * regformats/reg-ppc.dat: New file.
1706 * regformats/reg-sh.dat: New file.
1707 * regformats/regdef.h: New file.
1708 * regformats/regdat.sh: New file.
1709
0defa245
RE
17102002-02-01 Richard Earnshaw <reanrsha@arm.com>
1711
1712 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
1713 (arm_frame_args_address, arm_frame_locals_address): New functions.
1714 (arm_frame_num_args): New function.
1715 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
1716 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
1717 (FRMA_NUM_ARGS): Call arm_frame_num_args.
1718
405f26e6
MS
17192002-01-31 Michael Snyder <msnyder@redhat.com>
1720
502fd408
MS
1721 * breakpoint.c (break_at_finish_command): Export.
1722 (break_at_finish_at_depth_command): Export.
1723 (tbreak_at_finish_command): Export.
1724 (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
1725 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
1726 "tbreak" commands, which are HPPA specific.
1727
7d35e135
MS
1728 * printcmd.c (disassemble_command): Remove an ancient
1729 artifact of an old merge.
1730
aaa38bb5 1731 * symfile.h (enum overlay_debugging_state):
d874f1e2
MS
1732 Define enum constant values for overlay mode.
1733 * symfile.c (overlay_debugging): Use enums instead of literals.
aaa38bb5
AJ
1734 (overlay_is_mapped, overlay_auto_command,
1735 overlay_manual_command): Ditto.
d874f1e2 1736
aaa38bb5
AJ
1737 * breakpoint.c (insert_breakpoints, remove_breakpoint,
1738 breakpoint_here_p, breakpoint_inserted_here_p,
1739 breakpoint_thread_match, bpstat_stop_status,
9f04af04
MS
1740 describe_other_breakpoints, check_duplicates, clear_command):
1741 Coding standard fixes.
1742
8add0441 1743 * target.c (target_xfer_memory): Add spaces, coding standard.
9f04af04 1744 (do_xfer_memory): Add missing line to trust-readonly
405f26e6
MS
1745 code: check bfd SEC_READONLY flag for section.
1746
e351066e
AC
17472002-01-31 Andrew Cagney <ac131313@redhat.com>
1748
7d35e135 1749 * PROBLEMS: Fix typo, 5.1->5.1.1.
e351066e 1750
8a48e967
DJ
17512002-01-30 Daniel Jacobowitz <drow@mvista.com>
1752
1753 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
1754 data symbols, since we search based on textlow and texthigh.
1755 (find_pc_sect_symtab): Likewise.
1756
f5a96129
AC
17572002-01-30 Andrew Cagney <ac131313@redhat.com>
1758
1759 * defs.h (vwarning): Declare.
f5a96129
AC
1760 * utils.c (vwarning): New function.
1761 (warning): Call vwarning.
1762 (warning_begin): Delete function.
1763
1764 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
1765 the warning message.
1766 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
1767 warning_begin.
1768
cefd4ef5
MS
17692002-01-30 Michael Snyder <msnyder@redhat.com>
1770
1a703748
MS
1771 * NEWS: Mention "set trust-readonly-sections" command.
1772 Mention generate-core-file command.
cefd4ef5 1773
3a11626d
MS
17742002-01-15 Michael Snyder <msnyder@redhat.com>
1775
1776 * target.c: New command, "set trust-readonly-sections on".
1777 (do_xfer_memory): Honor the suggestion to trust readonly sections
1778 by reading them from the object file instead of from the target.
1779 (initialize_targets): Register command "set trust-readonly-sections".
1780
d1c7e53b
AC
17812002-01-29 Andrew Cagney <ac131313@redhat.com>
1782
1783 * parse.c (target_map_name_to_register): Simplify, search regs and
1784 pseudo-regs using a single loop.
1785
e2c9a72c
AC
17862002-01-30 Andrew Cagney <ac131313@redhat.com>
1787
1788 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
1789
69824b4e
MK
17902002-01-15 Rodney Brown <rbrown64@csc.com.au>
1791
1792 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
1793 * config/i386/i386v42mp.mh: Add i387-nat.o .
1794 * i386v4-nat.c: Include i387-nat.h.
1795 (supply_fpregset): Use i387_supply_fsave.
1796 (fill_fpregset): Use i387_fill_fsave.
1797
6eb69eab
RE
17982002-01-30 Richard Earnshaw <rearnsha@arm.com>
1799
1800 * arm-tdep.c (arm_call_dummy_words): Define.
1801 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
1802 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
1803 (CALL_DUMMY_WORDS): Define.
1804 (arm_call_dummy_words): Declare.
1805 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
1806 (arm_linux_call_dummy_words): Declare.
1807
9852326a
AS
18082002-01-30 Andreas Schwab <schwab@suse.de>
1809
1810 * m68klinux-nat.c: Fix last change to use regcache_collect
1811 instead of referencing registers[] directly.
1812
977a3030
AC
18132002-01-29 Andrew Cagney <ac131313@redhat.com>
1814
1815 * parse.c (target_map_name_to_register): Delete code wrapped in
1816 #ifdef REGISTER_NAME_ALIAS_HOOK.
1817
2076c72b
MS
18182002-01-28 Michael Snyder <msnyder@redhat.com>
1819
1820 * regcache.c (legacy_read_register_gen): Need to be able to
1821 read pseudo-register as well as real register.
1822 (legacy_write_register_gen): Ditto.
1823
8fcc723b
AC
18242002-01-28 Andrew Cagney <ac131313@redhat.com>
1825
1826 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
1827 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
1828 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
1829 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
1830 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
1831 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
1832 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
1833 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
1834 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
1835 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
1836 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
1837 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
1838 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
1839 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
1840 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
1841 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
1842 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
1843 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
1844 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
1845 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
1846
afe64c1a
AC
18472002-01-28 Andrew Cagney <ac131313@redhat.com>
1848
1849 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
1850 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
1851 (initialize_current_architecture): Update target_byte_order using
1852 information from BFD.
aaa38bb5 1853 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
afe64c1a
AC
1854 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
1855
75bc7ddf
AC
18562002-01-28 Andrew Cagney <ac131313@redhat.com>
1857
1858 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
1859 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
1860
1861 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
1862 #ifdef INVALID_FLOAT.
1863 * infcmd.c (do_registers_info): Ditto.
1864 * values.c (unpack_double): Ditto. Add comment.
1865
1866 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
1867 already commented out.
1868
0280a90a
AS
18692002-01-26 Andreas Schwab <schwab@suse.de>
1870
1871 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
1872 * m68klinux-nat.c: Update ptrace interface for fetching/storing
1873 registers and add support for PTRACE_GETREGS.
1874
7072a954
AC
18752002-01-24 Andrew Cagney <ac131313@redhat.com>
1876
1877 GDB 5.1.1 released from 5.1 branch.
1878 * NEWS: Add 5.1.1 news.
1879 * README: Sync with 5.1 branch.
1880
86f902e0
FF
18812002-01-23 Fred Fish <fnf@redhat.com>
1882
1883 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
1884 stabstring on initial malloc. Reallocing will copy it for us,
1885 if necessary.
1886
8af51c36
EZ
18872002-01-23 Elena Zannoni <ezannoni@redhat.com>
1888
aaa38bb5 1889 * Makefile.in (hpread_h): Delete.
8af51c36
EZ
1890 (HFILES_NO_SRCDIR): Remove hpread.h.
1891 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
1892 (hpread.o): Update dependencies.
1893 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
1894
1895 * hp-psymtab-read.c: Remove file.
1896 * hp-symtab-read.c: Remove file.
1897 * hpread.h: Remove file.
1898
1899 * hpread.c: Merge all contents of hp-psymtab-read.c,
1900 hp-symtab-read.c and hpread.h into this file, as it was prior to
1901 January 1999.
1902
1903 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
aaa38bb5 1904 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
8af51c36
EZ
1905 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
1906 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
1907
dc5cfeb6
EZ
19082002-01-23 Elena Zannoni <ezannoni@redhat.com>
1909
1910 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
1911 fill_gregset): Call gdbarch_tdep() just once, assign result to
1912 variable and use that, instead of calling the function several
1913 times.
1914
ea87b71b
AO
19152002-01-24 Alexandre Oliva <aoliva@redhat.com>
1916
1917 * configure.host: Accept sparcv9 as alias for sparc64.
1918 * configure.tgt: Likewise.
1919
13fc0c2f
KB
19202002-01-22 Kevin Buettner <kevinb@redhat.com>
1921
1922 * solib-aix5.c (build_so_list_from_mapfile)
1923 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
1924 arguments is not reversed.
1925 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
1926 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
aaa38bb5 1927
7bd872fe
EZ
19282002-01-22 Elena Zannoni <ezannoni@redhat.com>
1929
1930 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
1931 modified version of obsolete sh_fetch_pseudo_register.
1932 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
1933 (sh4_register_read): New function.
1934 (sh_pseudo_register_write): New function. Renamed and modified
1935 version of obsolete sh_store_pseudo_register.
1936 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
1937 (sh4_register_write): New function.
1938 (sh_gdbarch_init): Remove setting of gdbarch function
1939 fetch_pseudo_register and store_pseudo_register. Remove setting of
1940 register_convert_to_raw, register_convert_to_virtual,
1941 register_convertible.
1942 (sh_sh4_register_convertible): Delete. No longer needed. All is
1943 taken care by architecture specific functions
1944 register_read/register_write.
1945 (sh_sh4_register_convert_to_virtual): Make static.
1946 (sh_sh4_register_convert_to_raw): Ditto.
1947
069e84fd
AC
19482002-01-22 Andrew Cagney <ac131313@redhat.com>
1949
1950 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
1951 (floatformat_is_nan, floatformat_mantissa): Ditto.
1952
1953 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
1954 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
1955 builtin_type_ieee_double_little,
1956 builtin_type_ieee_double_littlebyte_bigword,
1957 builtin_type_m68881_ext, builtin_type_i960_ext,
1958 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
1959 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
1960 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
1961 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
1962
211a4f69
CV
19632002-01-22 Corinna Vinschen <vinschen@redhat.com>
1964
1965 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
1966 parameter. Set frameless flag if it exists and depended of
1967 whether the scanned function is frameless or not.
1968 (xstormy16_skip_prologue): If function is frameless, return
1969 result of xstormy16_scan_prologue().
1970 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
1971 call.
1972
f81353e4
EZ
19732002-01-21 Elena Zannoni <ezannoni@redhat.com>
1974
1975 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
1976 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
1977 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
1978 sh_sh4_register_byte, sh_sh4_register_raw_size,
1979 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
1980 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
1981 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
1982 sh_store_pseudo_register, sh_do_pseudo_register): Call
1983 gdbarch_tdep() just once, assign result to variable and use that,
1984 instead of calling the function several times.
1985
63c73a17
MK
19862002-01-20 Mark Kettenis <kettenis@gnu.org>
1987
1988 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
1989 macros instead of LAST_FPU_CTRL_REGNUM.
1990 (store_register): Likewise.
1991
39ad761d
JB
19922002-01-21 Jim Blandy <jimb@redhat.com>
1993
1994 * infcmd.c (run_command): Check that the `exec' target layer's BFD
1995 is up-to-date before running the program, not just when a program
1996 exits.
1997
3d74b771
FF
19982002-01-21 Fred Fish <fnf@redhat.com>
1999
2000 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
2001 when we have found all instructions we are looking for.
2002
966fbf70
RE
20032002-01-21 Richard Earnshaw <rearnsha@arm.com>
2004
2005 * arm-tdep.c (arm_register_name): New function.
2006 (arm_registers_names): Make static.
2007 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
2008 (arm_register_name): Declare.
2009 (REGISTER_NAME): Use it.
2010
c3b4394c
RE
20112002-01-21 Richard Earnshaw <rearnsha@arm.com>
2012 Kevin Buettner <kevinb@redhat.com>
2013
2014 Convert arm targets to new FRAME interface.
2015 * arm-tdep.c (struct frame_extra_info): Remove fsr.
2016 (arm_frame_find_save_regs): Delete.
2017 (arm_frame_init_saved_regs): New.
2018 (arm_init_extra_frame_info): Alloacte saved_regs as required.
2019 Allocate extra_info as required. Convert all uses of fsr.regs
2020 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
2021 to use extra_info.
2022 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
2023 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
2024 (check_prologue_cache, save_prologue_cache): Likewise.
2025 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
2026 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
2027 (FRAME_FIND_SAVED_REGS): Delete.
2028 (arm_frame_find_saved_regs): Delete prototype.
2029 (arm_frame_init_saved_regs): New prototype.
2030 (FRAME_INIT_SAVED_REGS): Define.
2031
61d99182
AC
20322002-01-20 Andrew Cagney <ac131313@redhat.com>
2033
2034 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
2035
6aaea291
AC
20362002-01-20 Andrew Cagney <ac131313@redhat.com>
2037
2038 From Jeff Law <law@redhat.com>:
2039 * infttrace.c: Include <sys/pstat.h>.
2040 (child_pid_to_exec_file): Revamp. Use pstat call to get the
2041 exec file if the ttrace equivalent fails.
2042
15f698d2
AC
20432002-01-20 Andrew Cagney <ac131313@redhat.com>
2044
2045 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
2046 (closeLogFile): Ditto.
2047
f86ddd7c
MC
20482002-01-20 Michael Chastain <mec@shout.net>
2049
2050 * top.c (print_gdb_version): Bump copyright year to 2002.
2051
904507ce
AC
20522002-01-20 Andrew Cagney <ac131313@redhat.com>
2053
2054 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
2055 Zannoni and Eli Zaretskii.
2056
d7f0b9ce
DJ
20572002-01-20 Daniel Jacobowitz <drow@mvista.com>
2058
2059 * buildsym.c: Update copyright years.
2060 * c-typeprint.c: Likewise.
2061 * dwarf2read.c: Likewise.
2062 * f-typeprint.c: Likewise.
2063 * gdbtypes.c: Likewise.
2064 * gdbtypes.h: Likewise.
2065 * hp-symtab-read.c: Likewise.
2066 * hpread.c: Likewise.
2067 * mdebugread.c: Likewise.
2068 * p-typeprint.c: Likewise.
2069
3fd3d7d2
AC
20702002-01-20 Andrew Cagney <ac131313@redhat.com>
2071
2072 * remote-sim.c (gdbsim_open): Simplify code testing the macro
2073 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
2074 byte-order selectable.
2075 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
2076 * arch-utils.c: Ditto.
2077 (set_endian): Ditto.
2078 (set_endian_from_file): Ditto.
2079 * gdbserver/low-sim.c (create_inferior): Ditto.
2080 * gdbarch.sh: Ditto.
2081 * gdbarch.h: Re-generate.
aaa38bb5
AJ
2082 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
2083 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
2084 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
2085 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
2086 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
2087 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
2088 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
3fd3d7d2
AC
2089 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
2090 macro definition.
2091 * config/mips/tm-wince.h: Remove #undef of macro
2092 TARGET_BYTE_ORDER_SELECTABLE.
2093 * config/sh/tm-wince.h: Ditto.
2094
b02dede2
DJ
20952002-01-20 Daniel Jacobowitz <drow@mvista.com>
2096
2097 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
2098 member function fields. Add accessor macro
2099 TYPE_FN_FIELD_ARTIFICIAL.
2100 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
2101 * c-typeprint.c (c_type_print_base): Skip artificial member
2102 functions.
2103
c3643761
DJ
21042002-01-20 Daniel Jacobowitz <drow@mvista.com>
2105
2106 * f-typeprint.c: Delete unused function f_type_print_args.
2107 * p-typeprint.c: Delete unused function pascal_type_print_args.
2108
8176bb6d
DJ
21092002-01-20 Daniel Jacobowitz <drow@mvista.com>
2110
2111 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
2112 comment. Add ``artificial'' to ``union field_location''.
2113
2114 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
2115
2116 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
2117 * mdebugread.c (parse_symbol): Likewise.
2118 * stabsread.c (define_symbol): Likewise.
2119 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
2120 initializing TYPE_FIELD_BITPOS to n (obsolete).
2121 (hpread_doc_function_type): Likewise.
2122 * hpread.c (hpread_function_type): Likewise.
2123
7fd60527
AC
21242002-01-20 Andrew Cagney <ac131313@redhat.com>
2125
2126 * configure.in (host_makefile_frag): Only require a host makefile
2127 fragment when a native build.
2128 * configure: Re-generate.
2129
c2f05ac9
AC
21302002-01-20 Andrew Cagney <ac131313@redhat.com>
2131
2132 * doublest.h (floatformat_from_type): Declare.
2133 * doublest.c (floatformat_from_type): New function.
2134 (convert_typed_floating): Use.
2135
2136 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
2137 call to function floatformat_from_type.
2138
2139 * gdbarch.sh (IEEE_FLOAT): Delete.
2140 * gdbarch.h, gdbarch.c: Re-generate.
2141 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
2142 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
2143 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
2144 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
2145 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
2146 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
2147 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
2148 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
2149 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
2150 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
2151 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
c2f05ac9
AC
2152 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
2153
2154 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
2155 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
2156 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
2157 * sh-tdep.c (sh_gdbarch_init): Ditto.
2158 * mips-tdep.c (mips_gdbarch_init): Ditto.
2159 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
2160 * cris-tdep.c (cris_gdbarch_init): Ditto.
2161
abf22e64
AJ
21622002-01-20 Jiri Smid <smid@suse.cz>
2163
2164 * configure.host, configure.tgt: Support x86-64.
2165 * NEWS: Note new target x86-64.
2166
b7c4cbf8
AJ
2167 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
2168 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
2169 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
2170 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
2171 x86-64-linux-nat.o): Fix dependencies.
2172
82600034
AC
21732002-01-19 Andrew Cagney <ac131313@redhat.com>
2174
2175 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
2176 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
2177 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
2178 * config/sparc/xm-sun4os4.h: Delete file.
2179 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
abf22e64 2180
bbe5c628
AC
21812002-01-19 Andrew Cagney <ac131313@redhat.com>
2182
2183 * config/sparc/sparclynx.mh (XM_FILE): Delete.
2184 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
2185 * config/m68k/m68klynx.mh (XM_FILE): Delete.
2186 * config/i386/i386lynx.mh (XM_FILE): Delete.
2187 * config/rs6000/xm-rs6000ly.h: Delete file.
2188 * config/sparc/xm-sparclynx.h: Delete file.
2189 * config/m68k/xm-m68klynx.h: Delete file.
2190 * config/i386/xm-i386lynx.h: Delete file.
2191 * config/xm-lynx.h: Delete file.
2192 * config/djgpp/fnchange.lst: Update.
2193
f8453e34
JT
21942002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
2195
2196 * alpha-tdep.c (alpha_register_byte): New function.
2197 (alpha_register_raw_size): Ditto.
2198 (alpha_register_virtual_size): Ditto.
2199 (alpha_skip_prologue_internal): Renamed from
2200 alpha_skip_prologue.
2201 (alpha_skip_prologue): New version that calls
2202 alpha_skip_prologue_internal.
2203 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
2204 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
2205 second argument from alpha_skip_prologue.
2206 (REGISTER_BYTE): Use alpha_register_byte.
2207 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
2208 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
2209 (FRAMELESS_FUNCTION_INVOCATION): Use
2210 generic_frameless_function_invocation_not.
2211 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
2212 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
2213
52d9e613
AC
22142002-01-19 Andrew Cagney <ac131313@redhat.com>
2215
2216 * config/mips/xm-news-mips.h: Delete file.
2217 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
2218
2219 * config/m88k/xm-m88k.h: Delete file.
2220 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
2221 * config/m88k/xm-delta88v4.h: Ditto.
2222 * config/m88k/xm-delta88.h: Ditto.
2223
2224 * config/alpha/xm-fbsd.h: Delete file.
2225 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
2226
2227 * config/sparc/xm-sparc.h: Delete file.
2228 * Makefile.in (xm-sun4os4.h): Delete dependency.
2229 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
2230 * config/sparc/xm-sun4os4.h: Ditto.
2231 * config/sparc/xm-linux.h: Ditto.
2232
2233 * config/i386/xm-windows.h: Delete file.
2234
2d1b2124
AC
22352002-01-19 Andrew Cagney <ac131313@redhat.com>
2236
2237 * utils.c: Include <sys/param.h> for MAXPATHLEN.
2238 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
2239
ee1f65f0
JT
22402002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
2241
2242 * alpha-tdep.c (alpha_call_dummy_words): New.
2243 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
2244 (CALL_DUMMY_P): Define.
2245 (CALL_DUMMY_WORDS): Define.
2246 (SIZEOF_CALL_DUMMY_WORDS): Define.
2247
98081e55
PB
22482002-01-19 Per Bothner <per@bothner.com>
2249
2250 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
2251 isn't NULL, which can happen with some gcj-3.x-produced code.
2252
0d056799
JT
22532002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
2254
2255 * alpha-tdep.c (alpha_register_virtual_type): New function.
2256 (alpha_init_frame_pc_first): Ditto.
2257 (alpha_fix_call_dummy): Ditto.
2258 (alpha_store_struct_return): Ditto.
2259 (alpha_extract_struct_value_address): Ditto.
2260 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
2261 alpha_register_virtual_type.
2262 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
2263 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
2264 alpha_extract_struct_value_address.
2265 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
2266 (INIT_FRAME_PC): Use init_frame_pc_noop.
2267 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
2268
4604bcad
MK
22692002-01-19 Mark Kettenis <kettenis@gnu.org>
2270
2271 * i386gnu-nat.c: Include "i386-tdep.h".
2272 (fetch_fpregs): Simplify code dealing with uninitialized floating
2273 point states such that it doesn't require FP7_REGNUM.
2274
140f9984
JT
22752002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
2276
abf22e64
AJ
2277 * alpha-tdep.c (frame_extra_info): New.
2278 (alpha_find_saved_regs): Make static. Use
140f9984
JT
2279 frame->extra_info.
2280 (alpha_frame_init_saved_regs): New function.
abf22e64
AJ
2281 (alpha_frame_saved_pc): Use frame->extra_info.
2282 (temp_saved_regs): Don't declare as struct frame_saved_regs.
2283 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
140f9984
JT
2284 (init_extra_frame_info): Rename to...
2285 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
abf22e64 2286 (alpha_print_extra_frame_info): New function.
140f9984
JT
2287 (alpha_frame_locals_address): Ditto.
2288 (alpha_frame_args_address): Ditto.
abf22e64 2289 (alpha_pop_frame): Use frame->extra_info.
140f9984
JT
2290 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
2291 alpha_frame_args_address.
abf22e64 2292 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
140f9984 2293 (alpha_find_saved_regs): Remove prototype.
abf22e64
AJ
2294 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
2295 (EXTRA_FRAME_INFO): Remove.
140f9984
JT
2296 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
2297 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
2298
d734c450
JT
22992002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
2300
2301 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
2302 (alpha_cannot_fetch_register): Ditto.
2303 (alpha_cannot_store_register): Ditto.
2304 (alpha_register_convertible): Ditto.
2305 (alpha_use_struct_convention): Ditto.
2306 * config/alpha/tm-alpha.h: Update copyright years.
2307 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
2308 (INNER_THAN): Use core_addr_lessthan.
2309 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
2310 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
2311 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
2312 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
2313 (FRAME_CHAIN): Remove unnecessary cast.
2314
b4ceaee6
AC
23152002-01-18 Andrew Cagney <ac131313@redhat.com>
2316
2317 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
2318 obsolete.
2319
0a65a603
AC
23202002-01-18 Andrew Cagney <ac131313@redhat.com>
2321
2322 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
2323 * monitor.c, remote-array.c, remote-bug.c: Ditto.
2324 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
2325 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
2326 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
2327 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
2328 * x86-64-linux-nat.c: Ditto.
2329
636a6dfc
JT
23302002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
2331
abf22e64 2332 * alpha-tdep.c (alpha_register_name): New function.
636a6dfc
JT
2333 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
2334 (REGISTER_NAME): Define.
2335
acceddb6
JT
23362002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
2337
2338 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
2339
ec32e4be
JT
23402002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
2341
2342 * alpha-tdep.c: Update copyright years.
2343 (alpha_next_pc): New function.
2344 (alpha_software_single_step): Ditto.
2345 * config/alpha/tm-alpha.h: Add prototype for
2346 alpha_software_single_step.
2347
e771a871
JT
23482002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
2349
2350 * alphabsd-nat.c: Update copyright years.
2351 (fill_gregset): Use regcache_collect.
2352 (fill_fpregset): Likewise.
2353 (fetch_inferior_registers): Only fetch integer registers
2354 if requested to do so.
2355 (store_inferior_registers): Only store integer registers
2356 if requested to do so.
2357
7708fa01
AC
23582002-01-17 Andrew Cagney <ac131313@redhat.com>
2359
2360 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
2361 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
2362 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
2363 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
2364 * config/alpha/fbsd.mh (XDEPFILES): Delete.
2365 * config/arm/linux.mh (XDEPFILES): Delete.
2366 * config/arm/nbsd.mh (XDEPFILES): Delete.
2367 * config/i386/i386dgux.mh (XDEPFILES): Delete.
2368 * config/i386/i386sol2.mh (XDEPFILES): Delete.
2369 * config/i386/i386m3.mh (XDEPFILES): Delete.
2370 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
2371 * config/i386/i386gnu.mh (XDEPFILES): Delete.
2372 * config/i386/fbsd.mh (XDEPFILES): Delete.
2373 * config/i386/i386bsd.mh (XDEPFILES): Delete.
2374 * config/i386/i386sco5.mh (XDEPFILES): Delete.
2375 * config/i386/i386v4.mh (XDEPFILES): Delete.
2376 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
2377 * config/i386/i386sco4.mh (XDEPFILES): Delete.
2378 * config/i386/i386aix.mh (XDEPFILES): Delete.
2379 * config/i386/go32.mh (XDEPFILES): Delete.
2380 * config/i386/cygwin.mh (XDEPFILES): Delete.
2381 * config/i386/i386lynx.mh (XDEPFILES): Delete.
2382 * config/i386/i386mach.mh (XDEPFILES): Delete.
2383 * config/i386/i386v32.mh (XDEPFILES): Delete.
2384 * config/i386/linux.mh (XDEPFILES): Delete.
2385 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
2386 * config/i386/ncr3000.mh (XDEPFILES): Delete.
2387 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
2388 * config/i386/i386sco.mh (XDEPFILES): Delete.
2389 * config/i386/i386v.mh (XDEPFILES): Delete.
2390 * config/i386/nbsd.mh (XDEPFILES): Delete.
2391 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
2392 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
2393 * config/i386/symmetry.mh (XDEPFILES): Delete.
2394 * config/i386/obsd.mh (XDEPFILES): Delete.
2395 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
2396 * config/ia64/linux.mh (XDEPFILES): Delete.
2397 * config/ia64/aix.mh (XDEPFILES): Delete.
2398 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
2399 * config/m68k/dpx2.mh (XDEPFILES): Delete.
2400 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
2401 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
2402 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
2403 * config/m68k/linux.mh (XDEPFILES): Delete.
2404 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
2405 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
2406 * config/m68k/nbsd.mh (XDEPFILES): Delete.
2407 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
2408 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
2409 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
2410 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
2411 * config/m88k/delta88.mh (XDEPFILES): Delete.
2412 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
2413 * config/m88k/m88k.mh (XDEPFILES): Delete.
2414 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
2415 * config/mips/linux.mh (XDEPFILES): Delete.
2416 * config/mips/irix6.mh (XDEPFILES): Delete.
2417 * config/mips/irix5.mh (XDEPFILES): Delete.
2418 * config/mips/irix4.mh (XDEPFILES): Delete.
2419 * config/mips/irix3.mh (XDEPFILES): Delete.
2420 * config/mips/decstation.mh (XDEPFILES): Delete.
2421 * config/mips/mipsm3.mh (XDEPFILES): Delete.
2422 (NATDEPFILES): Move core-aout.o to here.
2423 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
2424 * config/pa/hpux1020.mh (XDEPFILES): Delete.
2425 * config/pa/hppabsd.mh (XDEPFILES): Delete.
2426 * config/pa/hppahpux.mh (XDEPFILES): Delete.
2427 * config/pa/hpux11w.mh (XDEPFILES): Delete.
2428 * config/pa/hppaosf.mh (XDEPFILES): Delete.
2429 * config/pa/hpux11.mh (XDEPFILES): Delete.
2430 * config/powerpc/aix.mh (XDEPFILES): Delete.
2431 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
2432 * config/powerpc/linux.mh (XDEPFILES): Delete.
2433 * config/romp/rtbsd.mh: Rename XDEPFILES.
2434 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
2435 * config/rs6000/aix4.mh (XDEPFILES): Delete.
2436 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
2437 * config/s390/s390.mh (XDEPFILES): Delete.
2438 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
2439 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
2440 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
2441 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
2442 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
2443 * config/sparc/nbsd.mh (XDEPFILES): Delete.
2444 * config/sparc/linux.mh (XDEPFILES): Delete.
2445 * config/vax/vaxult.mh (XDEPFILES): Delete.
2446 * config/vax/vaxult2.mh (XDEPFILES): Delete.
2447 * Makefile.in (DEPFILES): Remove XDEPFILES.
2448
375fc983
AC
24492002-01-17 Andrew Cagney <ac131313@redhat.com>
2450
2451 * utils.c (internal_verror): Fix comments, default is yes not no.
2452 Update queries to match. Default to quit and dump core.
2453
8926118c
AC
24542002-01-17 Andrew Cagney <ac131313@redhat.com>
2455
2456 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
2457 copyright.
2458 * defs.h, event-top.c, gdbcmd.h: Ditto.
2459 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
2460 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
2461 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
2462 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
2463 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
2464 * mi/mi-main.c:Ditto.
2465
2466 * stack.c, symfile.c: Update copyright.
2467
45b7b345
DJ
24682002-01-17 Daniel Jacobowitz <drow@mvista.com>
2469
db728ff7
DJ
2470 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
2471 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
2472 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
2473 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
45b7b345 2474
db728ff7
DJ
24752002-01-17 Daniel Jacobowitz <drow@mvista.com>
2476
2477 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
2478 * gdbserver/low-lynx.c (myattach): Likewise.
2479 * gdbserver/low-nbsd.c (myattach): Likewise.
2480 * gdbserver/low-sim.c (myattach): Likewise.
2481 * gdbserver/low-sparc.c (myattach): Likewise.
2482 * gdbserver/low-sun3.c (myattach): Likewise.
2483
2484 * gdbserver/low-linux.c (myattach): New function.
45b7b345 2485
db728ff7 2486 * gdbserver/server.c (attach_inferior): New function.
45b7b345
DJ
2487 (main): Handle "--attach".
2488
8de3c354
AC
24892002-01-16 Andrew Cagney <ac131313@redhat.com>
2490
2491 * MAINTAINERS (language support): Daniel Jacobwitz is C++
2492 maintainer.
2493
b0129042
DJ
24942002-01-15 Daniel Jacobowitz <drow@mvista.com>
2495
2496 * c-typeprint.c (is_type_conversion_operator): Add additional
2497 check for non-conversion operators.
2498
ba8679fb 24992002-01-15 Michael Snyder <msnyder@redhat.com>
2bf543a6
MS
2500
2501 * linux-proc.c: Add "info proc" command, a la procfs.c.
2502 (read_mapping): New function, abstract and re-use code.
2503 (linux_find_memory_regions): Use new func read_mapping.
2504 (linux_info_proc_cmd): New function, implement "info proc".
2505 (_initialize_linux_proc): Add new command "info proc".
2506
e4f9b4d5
MS
25072002-01-15 Michael Snyder <msnyder@redhat.com>
2508
2509 * symfile.c (generic_load): Use bfd_map_over_sections method
2510 instead of manipulating bfd structure members directly.
2511 (add_section_size_callback): New function, bfd sections callback
2512 used by generic_load.
2513 (load_sections_callback): New function, bfd sections callback
2514 used by generic_load.
2515
08cf96df
EZ
25162002-01-15 Elena Zannoni <ezannoni@redhat.com>
2517
abf22e64 2518 [Based on work by Jim Blandy]
08cf96df
EZ
2519 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
2520 (builtin_type_vec128): Export.
2521 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
2522 types.
2523 (builtin_type_vec128): New builtin type for 128 bit vector
2524 registers.
2525 (build_gdbtypes): Initialize builtin_type_v16qi and
2526 builtin_type_v8hi. Create the vec128 register builtin type
2527 structure.
2528 (build_builtin_type_vec128): New function.
abf22e64 2529 (_initialize_gdbtypes): Register builtin_type_v16qi and
08cf96df
EZ
2530 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
2531 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
2532 AltiVec register to new builtin type.
2533
d7242108
DJ
25342001-01-15 Daniel Jacobowitz <drow@mvista.com>
2535
2536 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
2537 to make_cv_type.
2538
4ee3352d
AC
25392002-01-14 Andrew Cagney <ac131313@redhat.com>
2540
2541 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
2542 CLEAN_UP_REGISTER_VALUE.
2543 * regcache.c (supply_register): Update only call.
2544
f015b2e7
AC
25452002-01-14 Andrew Cagney <ac131313@redhat.com>
2546
2547 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
2548 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
2549 a29k-*-vxworks* targets as obsolete.
2550
356ae49d
MS
25512002-01-14 Michael Snyder <msnyder@redhat.com>
2552
2553 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
2554 until we can resolve portability issues.
2555 * gregset.h: Remove references to fpxregs.
2556 * gcore.c (gcore_command): Initialize note_sec to NULL.
2557
ade8f45e
AC
25582002-01-13 Andrew Cagney <ac131313@redhat.com>
2559
2560 * signals.c (target_signal_to_name): Rewrite. Only use
2561 signals[].name when in bounds and non-NULL.
abf22e64 2562
89c49e7a
AC
25632002-01-13 Andrew Cagney <ac131313@redhat.com>
2564
2565 From Petr Ledvina <ledvinap@kae.zcu.cz>:
2566 * signals.c (target_signal_to_name): Verify that SIG is within the
2567 bounds of the signals array.
2568
4daa9f9f
AC
25692002-01-13 Andrew Cagney <ac131313@redhat.com>
2570
2571 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
2572
ba4bbdcb
KS
25732002-01-13 Keith Seitz <keiths@redhat.com>
2574
2575 * stack.c (print_frame_info_base): Print the frame's pc
2576 only if when print_frame_info_listing_hook is not defined.
2577
575bbeb6
KS
25782002-01-13 Keith Seitz <keiths@redhat.com>
2579
2580 * varobj.c (varobj_set_value): Make sure that there were no
2581 errors evaluating the object before attempting to set its
2582 value.
2583 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
2584 so this offset adjustment is no longer necessary.
2585 (create_child): Don't set the error flag if the child is
2586 a CPLUS_FAKE_CHILD.
2587 (value_of_child): If value_fetch_lazy fails, return NULL
2588 so that callers will be notified that an error occurred.
2589 (c_value_of_variable): Delay check of variable's validity
2590 until later. We actually want all structs and unions to have
2591 the value "{...}".
2592 Do not return "???" for variables which could not be evaluated.
2593 This error condition must be returned to the caller so that it
2594 can get the error condition from gdb.
2595 (cplus_name_of_child): Adjust index for vptr before figuring
2596 out the name of the child.
2597 (cplus_value_of_child): If a child's (real) parent is not valid,
2598 don't even bother trying to give a value for it. Just return
2599 an error. Change all instances in this function.
2600 (cplus_type_of_child): If our parent is one of the "fake"
2601 parents, we need to get at the type of the real parent, and
2602 derive the child's true type using this information.
2603
b76898ab
AC
26042002-01-13 Andrew Cagney <ac131313@redhat.com>
2605
2606 From 2002-01-09 John Marshall <johnm@falch.net>:
2607 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
2608 sources.redhat.com, and tweak some related URLs which had
2609 suffered from linkrot.
2610
b6649e88
AC
26112002-01-13 Andrew Cagney <ac131313@redhat.com>
2612
2613 From Jeff law:
2614 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
2615 structures passed in registers.
2616
82cc5033
EZ
26172002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
2618
2619 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
2620 white space which prevented compilation. Reported by DSK
2621 <dsk@student.unsw.edu.au>.
2622
ba5f2f8a
MS
26232002-01-11 Michael Snyder <msnyder@redhat.com>
2624
fbd35540
MS
2625 * symfile.c (build_section_addr_info_from_section_tab):
2626 Use bfd access method instead of manipulating bfd directly.
2627 (syms_from_objfile): Ditto.
2628 (simple_overlay_update_1): Ditto.
2629 (simple_overlay_update): Ditto.
2630 (generic_load): Ditto.
2631 (overlay_unmapped_address): FIXME comment, bfd access methods.
2632 (sections_overlap): FIXME comment, bfd access methods.
2633 (pc_in_mapped_range): FIXME comment, bfd access methods.
2634 (pc_in_unmapped_range): FIXME comment, bfd access methods.
2635 (section_is_mapped): FIXME comment, bfd access methods.
2636 (section_is_overlay): FIXME comment, bfd access methods.
2637
ba5f2f8a
MS
2638 * symfile.c (generic_load): Whitespace and long line cleanups.
2639 Remove duplicate variable, change several local variables to
2640 more appropriate data types.
2641 (print_transfer_performance): Use %lu instead of %ld for ulongs.
2642
17df2af6
AC
26432002-01-12 Andrew Cagney <ac131313@redhat.com>
2644
2645 From Peter Schauer:
2646 * language.c (longest_local_hex_string_custom): Use phex_nz to
2647 convert NUM to a hex string.
2648
ec920329
EZ
26492002-01-12 Elena Zannoni <ezannoni@redhat.com>
2650
2651 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
2652 the function.
538a76d6 2653 Update Copyright year.
ec920329 2654
3abd2e01
AC
26552002-01-12 Andrew Cagney <ac131313@redhat.com>
2656
2657 * language.c (longest_raw_hex_string): Delete unused function.
2658
b21b22e0
PS
26592002-01-11 Petr Sorfa <petrs@caldera.com>
2660
2661 * MAINTAINERS (write-after-approval): Add myself.
2662 * dwarf2read.c (read_tag_string_type): Handling of
2663 DW_AT_byte_size.
2664 (read_tag_string_type): FORTRAN fix to prevent propagation of
2665 first string size.
2666 (set_cu_language): Handling of DW_LANG_Fortran95
2667
747fe712
RE
26682002-01-11 Richard Earnshaw <rearnsha@arm.com>
2669
2670 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
2671 GETPID(inferior_ptid).
2672 (store_inferior_registers): Likewise.
2673
f1bea926
JM
26742002-01-10 Jason Merrill <jason@redhat.com>
2675
2676 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
2677 Fix DW_OP_minus.
2678
ae940673
AC
26792002-01-10 Andrew Cagney <ac131313@redhat.com>
2680
2681 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
2682 and bfd/elf32-sh-nbsd.c.
2683
00546b04
MS
26842002-01-10 Michael Snyder <msnyder@redhat.com>
2685
352ed7b4
MS
2686 * NEWS: Mention --pid and corefile/proc-id behavior change.
2687
c18be923
MS
2688 * Makefile.in: Add rules for gcore.o and linux-proc.o.
2689 * gcore.c: Include cli/cli-decode.h instead of command.h.
2690
00546b04
MS
2691 * main.c (captured_main): Add new command line option "--pid".
2692 If the second command line argument (following the symbol-file)
2693 begins with a digit, try to attach to it before trying to open
2694 it as a corefile.
2695 (print_gdb_help): Document the "--pid" argument.
2696
db60ec62
EZ
26972002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
2698
2699 * completer.c (command_completer): New function.
2700
2701 * completer.h <command_completer>: Add prototype.
2702
2703 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
2704 completer for the "help" command.
2705
39c22d1a
JM
27062002-01-09 Jason Merrill <jason@redhat.com>
2707
2708 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
2709
c564377f
MS
27102002-01-09 Michael Snyder <msnyder@redhat.com>
2711
975aec09
MS
2712 * i386-linux-nat.c (fill_fpxregset): Make global.
2713 (store_fpxregset): Ditto.
2714
db4a10fa
MS
2715 * gregset.h (gdb_fpxregset_t): Define.
2716 (supply_fpxregset): Prototype.
2717 (fill_fpxregset): Prototype.
2718
c564377f
MS
2719 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
2720
c3d45d70
RE
27212002-01-09 Richard Earnshaw <rearnsha@arm.com>
2722
2723 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
2724 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
2725 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
2726
fcc87af1
AC
27272002-01-09 Andrew Cagney <ac131313@redhat.com>
2728
2729 * MAINTAINERS: Update target maintainer rules so that any
2730 Maintainer can approve a tested patch for a maintenance-only
2731 target.
2732
dd96c05b
RE
27332002-01-09 Richard Earnshaw <rearnsha@arm.com>
2734
d4297db9 2735 * MAINTAINERS (write-after-approval): Add myself.
dd96c05b 2736
d4297db9 2737 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
dd96c05b
RE
2738 IN_SIGTRAMP.
2739
145fdc6e
MS
27402002-01-08 Michael Snyder <msnyder@redhat.com>
2741
2742 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
2743 real name of the executable, rather than the /proc name.
2744
be4d1333
MS
27452002-01-03 Michael Snyder <msnyder@redhat.com>
2746
2747 Implement a "generate-core-file" command in gdb, save target state.
2748 * gcore.c: New file. Implement new command 'generate-core-file'.
2749 Save a corefile image of the current state of the inferior.
2750 * linux-proc.c: Add linux-specific code for saving corefiles.
2751 * target.h (struct target_ops): Add new target vectors for saving
2752 corefiles; to_find_memory_regions and to_make_corefile_notes.
2753 (target_find_memory_regions): New macro.
2754 (target_make_corefile_notes): New macro.
2755 * target.c (update_current_target): Inherit new target methods.
2756 (dummy_find_memory_regions): New place-holder method.
2757 (dummy_make_corefile_notes): New place-holder method.
2758 (init_dummy_target): Initialize new dummy target vectors.
2759 * exec.c (exec_set_find_memory_regions): New function.
2760 Allow the exec_ops vector for memory regions to be taken over.
2761 (exec_make_note_section): New function, target vector method.
2762 * defs.h (exec_set_find_memory_regions): Export prototype.
2763 * procfs.c (proc_find_memory_regions): New function, corefile method.
2764 (procfs_make_note_section): New function, corefile method.
2765 (init_procfs_ops): Set new target vector pointers.
2766 (find_memory_regions_callback): New function.
2767 (procfs_do_thread_registers): New function.
2768 (procfs_corefile_thread_callback): New function.
2769 * sol-thread.c (sol_find_memory_regions): New function.
2770 (sol_make_note_section): New function.
2771 (init_sol_thread_ops): Initialize new target vectors.
2772 * inftarg.c (inftarg_set_find_memory_regions): New function.
2773 Allow to_find_memory_regions vector to be taken over.
2774 (inftarg_set_make_corefile_notes): New function.
2775 Allow to_make_corefile_notes vector to be taken over.
2776 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
2777 interface layer if not target_has_execution (may be a corefile).
2778 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
2779 * config/sparc/sun4sol2.mh: Ditto.
2780 * config/alpha/alpha-linux.mh: Ditto.
2781 * config/arm/linux.mh: Ditto.
2782 * config/i386/x86-64linux.mh: Ditto.
2783 * config/ia64/linux.mh: Ditto.
2784 * config/m68k/linux.mh: Ditto.
2785 * config/mips/linux.mh: Ditto.
2786 * config/powerpc/linux.mh: Ditto.
2787 * config/sparc/linux.mh: Ditto.
2788
c6b92abd
MS
27892002-01-07 Michael Snyder <msnyder@redhat.com>
2790
2791 * arm-linux-nat.c: Remove references to regcache.c internal data
2792 (registers[] and register_valid[]).
2793
4b09dc8c
MS
27942002-01-07 Michael Snyder <msnyder@redhat.com>
2795
abf22e64
AJ
2796 * linux-proc.c: New file. Implement child_pid_to_exec_file,
2797 so that attaching to a pid will automatically read the process's
4b09dc8c
MS
2798 symbol file and shlibs.
2799 * Makefile.in: Add rule for linux-proc.o.
2800 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
2801 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
2802 * config/arm/linux.mh: Ditto.
2803 * config/i386/linux.mh: Ditto.
2804 * config/i386/x86-64linux.mh: Ditto.
2805 * config/ia64/linux.mh: Ditto.
2806 * config/m68k/linux.mh: Ditto.
2807 * config/mips/linux.mh: Ditto.
2808 * config/powerpc/linux.mh: Ditto.
2809 * config/sparc/linux.mh: Ditto.
2810
c25b74ac
PM
28112002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
2812
2813 * win32-nat.c: Add i386-tdep.h dependency.
2814
94cd915f
MS
28152002-01-07 Michael Snyder <msnyder@redhat.com>
2816
c7cccb76
MS
2817 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
2818 instead of bfd_get_arch_size. Don't bail out just because
2819 there's no exec_bfd.
abf22e64 2820
34c0bd93
MS
2821 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
2822 * p-valprint.c (pascal_object_print_value): Ditto.
2823 * somread.c (som_symtab_read): Ditto.
2824 * symfile.c (simple_free_overlay_region_table): Ditto.
2825 * valops.c (value_assign): Ditto.
2826
21c1c920
MS
2827 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
2828 use tilde_expand and strerror for opening save-tracepoints file.
2829
5bbd998e
MS
2830 * thread-db.c (thread_db_new_objfile): Indendation fix.
2831
94cd915f
MS
2832 * infptrace.c (GDB_MAX_ALLOCA): New define.
2833 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
abf22e64 2834 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
94cd915f
MS
2835 can be overridden with whatever value is appropriate to the host).
2836 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
2837 alloca to allocate potentially large buffer.
2838 * rs6000-nat.c (child_xfer_memory): Ditto.
2839 * symm-nat.c (child_xfer_memory): Ditto.
2840 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
2841
494e8a93
JSC
28422002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
2843
2844 From Nick Clifton <nickc@redhat.com>
2845 * d10v-tdep.c: Set STACK_START to 0x200bffe.
2846
d0e1d48e
MS
28472002-01-07 Michael Snyder <msnyder@redhat.com>
2848
abf22e64 2849 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
d0e1d48e
MS
2850 Don't use exec_bfd if it's NULL.
2851
290b2c7a
MK
28522002-01-06 Mark Kettenis <kettenis@gnu.org>
2853
abf22e64 2854 * valops.c (value_arg_coerce): Fix formatting.
290b2c7a 2855
aef21287
AC
28562002-01-06 Andrew Cagney <ac131313@redhat.com>
2857
2858 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
2859 * gnu-nat.c: Ditto.
2860
30efa627
AC
28612002-01-06 Andrew Cagney <ac131313@redhat.com>
2862
2863 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
2864 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
2865 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
2866 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
2867 z8k-coff have not been multi-arched. Update z8k-coff build
2868 status.
2869
9b4ff276
AC
28702002-01-06 Andrew Cagney <ac131313@redhat.com>
2871
2872 * MAINTAINERS: Mark a29k target as obsolete.
2873 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
2874 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
2875 comments.
2876 * NEWS: Note that a29k targets are obsolete.
2877 * a29k-tdep.c: Mark as obsolete.
2878 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
2879 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
2880 a29k-*-vxworks* targets as obsolete.
2881 * remote-adapt.c: Obsolete.
2882 * remote-eb.c: Obsolete.
2883 * remote-mm.c: Obsolete.
2884 * remote-udi.c: Obsolete.
2885 * config/a29k/a29k-udi.mt: Obsolete.
2886 * config/a29k/a29k.mt: Obsolete.
2887 * config/a29k/tm-a29k.h: Obsolete.
2888 * config/a29k/tm-vx29k.h: Obsolete.
2889 * config/a29k/vx29k.mt: Obsolete.
2890
a9011d31
AC
28912002-01-05 Andrew Cagney <ac131313@redhat.com>
2892
2893 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
2894 with BFD_ENDIAN_BIG.
2895
9299404e
AC
28962002-01-05 Andrew Cagney <ac131313@redhat.com>
2897
2898 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
2899 * configure, config.in: Re-generate.
2900 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
2901 * defs.h: Do not include <endian.h>.
2902
7e89e357
JT
29032002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
2904
2905 * acconfig.h (HAVE_PT_GETXMMREGS): New.
2906 * config.in: Regenerate.
2907 * configure.in: Update copyright years.
2908 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
2909 * configure: Regenerate.
2910 * i386bsd-nat.c: Update copyright years.
2911 (fill_gregset): Use regcache_collect.
2912 (fetch_inferior_registers): Only fetch integer registers
2913 if requested to do so. Add support for XMM registers
2914 using PT_GETXMMREGS.
2915 (store_inferior_registers): Only store integer registers
2916 if requested to do so. Add support for XMM registers
2917 using PT_SETXMMREGS.
2918 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
2919 (store_inferior_registers): Remove.
2920 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
2921 (fetch_elfcore_registers): New function.
2922 (i386nbsd_elfcore_fns): New.
2923 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
2924 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
2925 i386bsd-nat.o.
2926 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
2927 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
2928 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
2929 * config/i386/tm-nbsd.h: Update copyright years.
2930 (HAVE_SSE_REGS): Define.
2931 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
2932 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
2933 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
2934 (SIGCONTEXT_PC_OFFSET): Remove.
2935 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
2936
a752853e
AC
29372002-01-05 Andrew Cagney <ac131313@redhat.com>
2938
2939 * configure.tgt: Remove powerpc-*-macos* target.
2940 * config/m68k/xm-mpw.h: Delete file.
2941 * config/xm-mpw.h: Delete file.
2942 * ser-mac.c: Delete file.
2943 * mpw-make.sed: Delete file.
2944 * mpw-config.in: Delete file.
2945 * mac-xdep.c: Delete file.
2946 * mac-gdb.r: Delete file.
2947 * mac-defs.h: Delete file.
2948 * mac-nat.c: Delete file.
2949 * config/powerpc/macos.mh: Delete file.
2950 * config/powerpc/macos.mt: Delete file.
2951 * config/powerpc/nm-macos.h: Delete file.
2952 * config/powerpc/tm-macos.h: Delete file.
2953 * source.c (openp, open_source_file): Remove obsolete code.
2954 * top.c (gdb_readline): Ditto.
2955 * utils.c (query): Ditto.
2956 * event-top.c (display_gdb_prompt): Ditto.
2957 * Makefile.in (ser-mac.o): Delete obsolete target.
2958 * NEWS: Update.
2959
d7449b42
AC
29602002-01-04 Andrew Cagney <ac131313@redhat.com>
2961
2962 * defs.h (BIG_ENDIAN): Delete macro definition.
2963 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
2964 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
2965 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
2966 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
2967 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
2968 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
2969 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
2970 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
2971 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
2972 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
2973 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
2974 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
2975 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
2976 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
2977 * gdbarch.c: Re-generate.
2978
356374e8
DJ
29792002-01-04 Daniel Jacobowitz <drow@mvista.com>
2980
2981 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
2982 for core files.
2983
a2b8f8f8
JT
29842002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
2985
2986 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
2987
12466af9
AC
29882002-01-04 Andrew Cagney <ac131313@redhat.com>
2989
2990 * value.h (value_ptr): Delete typedef.
2991
3549ab40
JT
29922002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
2993
2994 * i386nbsd-nat.c: Update copyright years.
2995 Include i386-tdep.h.
2996
fedbd091
EZ
29972002-01-04 Elena Zannoni <ezannoni@redhat.com>
2998
2999 * stabsread.c: Update copyright years.
3000
3001 From Debashis Mahata <debashis.mahata@wipro.com>:
3002 (read_struct_fields): Deal with Sun C compiler erroneous stab
3003 output for structs and unions.
fec8b34f 3004 Fix PR gdb/269.
fedbd091 3005
eb43544b
DJ
30062002-01-04 Daniel Jacobowitz <drow@mvista.com>
3007
3008 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
3009 prototype.
3010
1514d34e
DJ
30112002-01-04 Daniel Jacobowitz <drow@mvista.com>
3012
3013 * cp-abi.c: Fix whitespace.
3014 (baseclass_offset): New wrapper function.
3015 * cp-abi.h (baseclass_offset): Add prototype.
3016 (struct cp_abi_ops): Add baseclass_offset pointer.
3017
3018 * valops.c (vb_match): Move to...
3019 * gnu-v2-abi.c (vb_match): here.
3020 * valops.c (baseclass_offset): Move to...
3021 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
3022
3023 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
3024
3025 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
3026 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
3027 * hpacc-abi.c (init_hpacc_ops): Likewise.
3028
7f8c9282
DJ
30292002-01-04 Daniel Jacobowitz <drow@mvista.com>
3030
3031 * valops.c (find_overload_match): Accept obj as a
3032 reference parameter. Update it before returning.
3033 * value.h (find_overload_match): Update prototype.
3034 * eval.c (evaluate_subexp_standard): Pass object to
3035 find_overload_match by reference.
3036
f23631e4
AC
30372002-01-03 Andrew Cagney <ac131313@redhat.com>
3038
3039 * valarith.c: Replace value_ptr with struct value pointer. Remove
3040 register attribute from value declarations.
3041 * valops.c: Ditto.
3042 * value.h: Ditto.
3043 * scm-lang.c (scm_lookup_name): Ditto.
3044
79e10fab 30452002-01-03 Michael Snyder <msnyder@redhat.com>
abf22e64 3046
79e10fab
AC
3047 Abstract the functionality of iterating over mapped memory
3048 regions into a general purpose iterator function.
abf22e64 3049 * procfs.c (iterate_over_mappings): New function, general purpose
79e10fab
AC
3050 iterator for memory sections.
3051 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
3052 (solib_mappings_callback): New function, callback for above.
3053 (info_proc_mappings): Reimpliment using iterate_over_mappings.
3054 (info_mappings_callback): New function, callback for above.
3055
3056 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
3057
c5ad026a
MK
30582002-01-01 Mark Kettenis <kettenis@gnu.org>
3059
d2a7c97a
MK
3060 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
3061 * i386-tdep.c: Include "elf-bfd.h".
3062 (process_note_abi_tag_sections): New function.
3063 (i386_gdbarch_init): Add code to recognize various OS/ABI
3064 combinations.
3065
c5ad026a
MK
3066 * maint.c (_initialize_maint_cmds): Add missing \ in
3067 string-literal.
3068
a1a5b71e 3069For older changes see ChangeLog-2001
c906108c
SS
3070\f
3071Local Variables:
3072mode: change-log
3073left-margin: 8
3074fill-column: 74
3075version-control: never
3076End:
This page took 0.409893 seconds and 4 git commands to generate.