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