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