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