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