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