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