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