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