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