]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/ChangeLog
* win32-nat.c (register_loaded_dll): Handle case where FindFirstFile fails.
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
c914e0cc
CF
12002-02-20 Christopher Faylor <cgf@redhat.com>
2
3 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
4 fails.
5
385fa495
DJ
62002-02-20 Daniel Jacobowitz <drow@mvista.com>
7
8 * jv-exp.y (parse_number): Change type of implicit longs
9 to builtin_type_uint64.
10
e5f1222d
DJ
112002-02-20 Daniel Jacobowitz <drow@mvista.com>
12
13 * gdbserver/linux-low.c (mywait): Change argument to waitpid
14 to be an integer instead of a `union wait'.
15
75c9abc6
DJ
162002-02-20 Daniel Jacobowitz <drow@mvista.com>
17
18 * mips-linux-nat.c: Call the operating system GNU/Linux.
19 * mips-linux-tdep.c: Likewise.
20 * mips-tdep.c: Likewise.
21
551792a5
DJ
222002-02-20 Daniel Jacobowitz <drow@mvista.com>
23
24 Fix PR gdb/265.
25 * jv-exp.y (parse_number): Handle 64-bit integers.
26
ee6e2b82
DJ
272002-02-20 Daniel Jacobowitz <drow@mvista.com>
28
29 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
30 AC_STDC_HEADERS to AC_HEADER_STDC.
31 * gdbserver/configure: Regenerated.
32
a48442a0
RE
332002-02-20 Richard Earnshaw <rearnsha@arm.com>
34
35 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
36 is defined.
37 * sparc-tdep.c (get_longjmp_target): Likewise.
38
fe419ffc
RE
392002-02-20 Richard Earnshaw <rearnsha@arm.com>
40
41 * News: Add news about ARM and Multi-arch. Mention the new target
42 arm*-*-netbsd*.
43
5832ed7e
JB
442002-02-19 Jim Blandy <jimb@redhat.com>
45
46 * stabsread.c (error_type_complaint): Improve error message.
47
84563040
DJ
482002-02-19 Daniel Jacobowitz <drow@mvista.com>
49
50 * gdbserver/README: Update documentation.
51 * gdbserver/configure.in: Update configury to match documentation.
52 * gdbserver/Makefile.in: Likewise.
53 * gdbserver/configure: Regenerated.
54 * gdbserver/aclocal.m4: New file, generated by aclocal.
55 * gdbserver/config.in: New file, generated by autoheader.
56
375fd65b
RE
572002-02-19 Richard Earnshaw <rearnsha@arm.com>
58
59 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
60 armnbsd-nat.c.
61
08216dd7
RE
622002-02-19 Richard Earnshaw <rearnsha@arm.com>
63
64 * arm-tdep.h (enum arm_float_model): New enum.
65 (struct gdbarch_tdep): Add fp_model.
66 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
67 up floating-point conversions until we know the floating-point model
68 in use by the inferior. Don't complain about being unable to
69 determine the ABI of the inferior when we don't have one.
70 (arm_extract_return_value): Support different floating-point models.
71 (arm_store_return_value): Likewise.
72 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
73 ARM_FLOAT_SOFT.
74 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
75
65d6d66a
PS
762002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
77
78 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
79 of ``current_gdbarch''.
80
47221191
RE
812002-02-19 Richard Earnshaw <rearnsha@arm.com>
82
83 * armnbsd-nat.c : ANSIfy all function declarations.
84 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
85 (fetch_inferior_registers): Re-implement in terms of above.
86 (store_register, store_regs, store_fp_register, store_fp_regs): New.
87 (store_inferior_registers): Re-implement in terms of above.
88
fdf39c9a
RE
892002-02-19 Richard Earnshaw <rearnsha@arm.com>
90
91 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
92 kernel.
93 * arm-linux-tdep.c: Likewise.
94 * config/arm/tm-linux.h: Likewise.
95
93247f88
RE
962002-02-19 Richard Earnshaw <rearnsha@arm.com>
97
98 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
99 * config/arm/nbsd.mt (TM_FILE): Delete.
100 * config/arm/tm-nbsd.h: Delete.
101
d7b486e7
RE
1022002-02-19 Richard Earnshaw <rearnsha@arm.com>
103
104 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
105 Initialize CALL_DUMMY_LENGTH.
106
41d39a95
RE
1072002-02-19 Richard Earnshaw <rearnsha@arm.com>
108
109 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
110 function.
111 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
112 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
113 defines one thing and that is incorrect for this port.
114 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
115
e1195560
PM
1162002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
117
118 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
119
c1748f97
PM
1202002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
121
122 * win32-nat.c (display_selector): New function. Displays information
123 about the information returned by GetThreadSelectorEntry API function.
124 (display_selectors): New function. Displays the infomation of
125 the selector given as argument, or of CS, DS ans FS selectors
126 if no argument is given.
127 ( _initialize_inftarg): Add "w32" as info prefix command.
128 Add "info w32 selector" as command calling display_selectors.
129
e41e6bbf
PM
1302002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
131
132 * i386-tdep.c (get_longjmp_target): Fix compilation failure
133 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
134 if not defined.
135
0d3a9f48
RE
1362002-02-18 Richard Earnshaw <rearnsha@arm.com>
137
138 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
139
3fb4b924
RE
1402002-02-18 Richard Earnshaw <rearnsha@arm.com>
141
142 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
143 (arm_fix_call_dummy): Call it.
144 (arm_call_dummy_breakpoint_offset): Delete.
145 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
146 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
147
7f55af32
AC
1482002-02-18 Andrew Cagney <ac131313@redhat.com>
149
150 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
151 Default to func_frame_chain_valid.
152 * gdbarch.h, gdbarch.c: Re-generate.
153 * frame.h (FRAME_CHAIN_VALID): Delete definition.
154
05f13b9c
EZ
1552002-02-18 Elena Zannoni <ezannoni@redhat.com>
156
157 * ppc-linux-nat.c: Update copyright.
158 (fetch_register, store_register): Add tid parameter, don't compute
159 tid here.
160 (fetch_ppc_registers, store_ppc_registers): Add tid
161 parameter. Pass it along to callees.
162 (fetch_inferior_registers, store_inferior_registers): Compute tid
163 here, and pass it to calleed functions.
164 (fill_gregset, supply_fpregset): Clean up formatting.
165
d7afb4c9
RE
1662002-02-18 Richard Earnshaw <rearnsha@arm.com>
167
168 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
169 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
170
9df628e0
RE
1712002-02-18 Richard Earnshaw <rearnsha@arm.com>
172
173 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
174 * gdbarch.c gdbarch.h: Regenerate.
175 * breakpoint.c (create_longjmp_breakpoint): Always compile this
176 function.
177 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
178 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
179 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
180
181 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
182 * arm-tdep.c (arm_get_longjmp_target): New function.
183 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
184 this to a positive value register arm_get_longjmp_target as the
185 longjmp handler.
186 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
187 (arm_linux_init_abi): Set up longjmp description in tdep.
188 * armnbsd-nat.c (get_longjmp_target): Delete.
189 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
190 description in tdep.
191 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
192 (get_longjmp_target): Delete declaration.
193 (GET_LONGJMP_TARGET): Delete.
194 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
195 (GET_LONGJMP_TARGET): Delete.
196
57bc8964
KB
1972002-02-17 Kevin Buettner <kevinb@redhat.com>
198
199 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
200 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
201 of ``current_gdbarch''.
202
83d31a92
TT
2032002-02-17 Tom Tromey <tromey@redhat.com>
204
205 * cli/cli-cmds.c (compare_strings): New function.
206 (complete_command): Only print each unique item once.
207 * completer.h (complete_line): Declare.
208 * completer.c (complete_line): New function.
209 (line_completion_function): Use it.
210
17ef5d92
AC
2112002-02-16 Andrew Cagney <ac131313@redhat.com>
212
213 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
214 * gdbarch.h, gdbarch.c: Re-generate.
215
491b8946
DJ
2162002-02-16 Daniel Jacobowitz <drow@mvista.com>
217
218 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
219
2202002-02-16 Daniel Jacobowitz <drow@mvista.com>
221
222 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
223 * valops.c (value_arg_coerce): Don't take the address of a reference
224 to convert an argument to a reference.
225
dfe7f3ac
CF
2262002-02-15 Christopher Faylor <cgf@redhat.com>
227
228 * win32-nat.c (get_image_name): New function.
229 (handle_load_dll): Use get_image_name function.
230 (get_child_debug_event): Avoid registering debug events until possibly
231 execed process is started.
232 (child_create_inferior): Allow invocation via shell so that command
233 line redirection, etc. works ok.
234 (_initialize_inftarg): Add new command: "set shell" to control whether
235 a shell is used to start a process.
236
1d33e73a
DJ
2372002-02-15 Daniel Jacobowitz <drow@mvista.com>
238
239 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
240 instead of find_register_by_number.
241 (cannot_store_register): Likewise.
242
48cd0caa
PM
2432002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
244
245 * dwarf2read.c: Replace fprintf (stderr, ...) by
246 fprintf_unfiltered (gdb_stderr, ...).
247
8656e7d8
DJ
2482002-02-15 Daniel Jacobowitz <drow@mvista.com>
249
250 * gdbserver/gdbserver.1: Document --attach.
251
66e810cd
RE
2522002-02-15 Richard Earnshaw <rearnsha@arm.com>
253
254 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
255 descriptions.
256 * arm-tdep.c (arm_default_arm_le_breakpoint)
257 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
258 (arm_default_thumb_be_breakpoint): New. Initialize them from
259 traditional breakpoint defines.
260 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
261 (arm_gdbarch_init): Initialize new breakpoint variables.
262 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
263 (arm_linux_init_abi): Initialize linux-specific breakpoint.
264 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
265 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
266 code out to ...
267 (arm_netbsd_init_abi_common): ... here; new function.
268 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
269 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
270 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
271 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
272
97e03143
RE
2732002-02-15 Richard Earnshaw <rearnsha@arm.com>
274
275 * arm-tdep.h (enum arm_abi): New enum.
276 (struct gdbarch_tdep): New structure.
277 (LOWEST_PC): Provide a default.
278 (arm_gdbarch_register_os_abi): Declare new function.
279 * arm-tdep.c (arm_abi_names): New array.
280 (process_note_abi_tag_sections): New function.
281 (get_elfosabi): New function.
282 (arm_gdbarch_register_os_abi): New function.
283 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
284 support for that ABI has been built in, then call the appropriate
285 configuration routine. Use gdbarch_num_regs() to get the number
286 of registers.
287 (arm_dump_tdep): New function.
288 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
289 place-holder functions.
290 (_initialize_arm_tdep): Register them.
291 * config/arm/tm-arm.h (LOWEST_PC): Delete.
292
293 * armnbsd-tdep.c: New file.
294 * Makefile.in (armnbsd-tdep.o): Add dependencies.
295 * config/arm/nbsd.mt (TDEPFILES): Add it.
296 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
297
298 * armnbsd-nat.c: Include regcache.h.
299 * Makefile.in (armnbsd-nat.o): Update dependency list.
300
301 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
302
ad68be46
DJ
3032002-02-14 Daniel Jacobowitz <drow@mvista.com>
304
305 * gdbserver/Makefile.in: Fix typos in target rules.
306
003d6d1d
DJ
3072002-02-14 Daniel Jacobowitz <drow@mvista.com>
308
309 Fix part of PR gdb/267.
310 * linespec.c (find_methods): Handle constructors specially for now.
311
6b230f1b
CV
3122002-02-14 Corinna Vinschen <vinschen@redhat.com>
313
314 * arm-tdep.c (arm_push_arguments): Eliminate special float type
315 handling.
316 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
317 standard_coerce_float_to_double().
318
1ea98d12
CF
3192002-02-14 Christopher Faylor <cgf@redhat.com>
320
321 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
322 GDBINIT_FILENAME.
323
dd47e6fd
EZ
3242002-02-14 Elena Zannoni <ezannoni@redhat.com>
325
326 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
327 find_variant_by_name, because it confuses the multiarch
328 framework. Return NULL if there isn't an architecture with the
329 user supplied name, instead of forcing a different one without
330 recording the change with the multiarch machinery.
331 (find_variant_by_name): Delete.
332
d7e39b9e
PS
3332002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
334
335 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
336 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
337
76e42a4f
MH
3382002-02-13 Martin M. Hunt <hunt@redhat.com>
339
340 * stack.c (print_frame_info_base): When calling
341 print_frame_info_listing_hook, set current_source_symtab.
342
0a30fbc4
DJ
3432002-02-14 Daniel Jacobowitz <drow@mvista.com>
344
345 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
346 and remove unused $(INCLUDE_DIR).
347 Add regcache.c to OBS.
348 Add generated register protocol files to clean target.
349 Update dependencies for new objects, obsolete old target code.
350
351 * gdbserver/linux-low.c: Remove all platform-specific code to
352 new files. Remove various dead code. Update to use regcache
353 functionality.
354 * gdbserver/remote-utils.c (fromhex): Add return statement
355 to quiet warning.
356 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
357 constant.
358 (input_interrupt): Add integer parameter to match prototype
359 of a signal handler.
360 (outreg): Use register_data ().
361 (prepare_resume_reply): Use gdbserver_expedite_regs.
362 * gdbserver/server.c (main): Dynamically allocate own_buf because
363 PBUFSIZ is no longer constant. Use registers_to_string () and
364 registers_from_string ().
365 * gdbserver/server.h: No longer include "defs.h". Add prototypes
366 for error (), fatal (), and warning (). Update definition of
367 PBUFSIZ to use regcache functionality. Add include guard.
368 * gdbserver/utils.c (fatal): Add missing ``const''.
369 (warning): New function.
370
371 * regformats/regdat.sh: Include "regcache.h" in generated files.
372 Provide init_registers () function.
373 * regformats/regdef.h: Add prototype for set_register_cache ().
374 Add include guard.
375
376 * gdbserver/linux-arm-low.c: New file.
377 * gdbserver/linux-i386-low.c: New file.
378 * gdbserver/linux-ia64-low.c: New file.
379 * gdbserver/linux-m68k-low.c: New file.
380 * gdbserver/linux-mips-low.c: New file.
381 * gdbserver/linux-ppc-low.c: New file.
382 * gdbserver/linux-sh-low.c: New file.
383
384 * gdbserver/regcache.c: New file.
385 * gdbserver/regcache.h: New file.
386
387 * gdbserver/low-linux.c: Removed obsolete file.
388
4cc841d0
DJ
3892002-02-14 Daniel Jacobowitz <drow@mvista.com>
390
391 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
392 * config/i386/linux.mt: Likewise.
393 * config/ia64/linux.mt: Likewise.
394 * config/m68k/linux.mh: Likewise.
395 * config/powerpc/linux.mh: Likewise.
396 * config/mips/linux.mt: Likewise.
397
398 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
399
400 * config/i386/i386lynx.mh: Mark gdbserver variables
401 as (currently) obsolete for this target.
402 * config/i386/nbsd.mt: Likewise.
403 * config/i386/nbsdelf.mt: Likewise.
404 * config/m32r/m32r.mt: Likewise.
405 * config/m68k/m68klynx.mh: Likewise.
406 * config/m68k/nbsd.mt: Likewise.
407 * config/m68k/sun3os4.mh: Likewise.
408 * config/mips/vr5000.mt: Likewise.
409 * config/ns32k/nbsd.mt: Likewise.
410 * config/pa/hppabsd.mh: Likewise.
411 * config/pa/hppaosf.mh: Likewise.
412 * config/powerpc/nbsd.mt: Likewise.
413 * config/rs6000/rs6000lynx.mh: Likewise.
414 * config/s390/s390.mt: Likewise.
415 * config/s390/s390x.mt: Likewise.
416 * config/sparc/sparclynx.mh: Likewise.
417 * config/sparc/sun4os4.mh: Likewise.
418 * config/i386/x86-64linux.mt: Likewise.
419 * config/sparc/linux.mh: Likewise.
420
a85f51e7
DJ
4212002-02-14 Daniel Jacobowitz <drow@mvista.com>
422
423 * configure.tgt: Configure gdbserver only for known working
424 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
425 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
426 SUBDIRS if it is configured. Update comment for ${nativefile}.
427 * configure: Regenerated.
428
65554fef
MS
4292002-02-13 Michael Snyder <msnyder@redhat.com>
430
6dbdc4a3
MS
431 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
432 (default_gcore_mach): Just return 0, work around a problem in bfd.
433 (default_gcore_target): OK to return NULL if exec_bfd is null.
434 (make_mem_sec): Use a cast, avoid a warning.
435
436 * procfs.c (find_memory_regions_callback): Use a cast instead of
437 calling host_pointer_to_address (which complains if
438 sizeof (host pointer) != sizeof (target pointer)).
439 (procfs_make_note_section): Avoid overflow in psargs string.
440
65554fef
MS
441 * procfs.c (procfs_make_note_section): Make the default
442 implementation return an error.
443
4442002-02-13 Rodney Brown <rbrown64@csc.com.au>
445
446 * procfs.c (procfs_make_note_section): Provide a default definition
447 (for alpha-dec-osf4.0f). Fix typos.
448
1e4d76e7
EZ
4492002-02-13 Elena Zannoni <ezannoni@redhat.com>
450
451 * linux-proc.c: Add include of regcache.h.
452 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
453
b6d1a1d5
AC
4542002-02-13 Andrew Cagney <ac131313@redhat.com>
455
456 From 2002-01-18 Greg McGary <greg@mcgary.org>:
65554fef
MS
457 * memattr.c (create_mem_region): Disallow useless empty region.
458 Regions are half-open intervals, so allow [A..B) [B..C) as
459 non-overlapping.
b6d1a1d5 460
6c6ea35e
MC
4612002-02-13 Michael Chastain <mec@shout.net>
462
463 * defs.h: Kill CONST_PTR.
464 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
465 * c-lang.c (c_builtin_types): Likewise.
466 * ch-lang.c (ch_builtin_types): Likewise.
467 * f-lang.c (f_builtin_types): Likewise.
468 * language.c (unknown_builtin_types): Likewise.
469 * m2-lang.c (m2_builtin_types): Likewise.
470 * p-lang.c (pascal_builtin_types): Likewise.
471 * scm-lang.c (c_builtin_types): Likewise.
472
3e0b0f48
KS
4732002-02-13 Keith Seitz <keiths@redhat.com>
474
475 * arm-tdep.h (arm_get_next_pc): Add declaration.
476
67255d04
RE
4772002-02-13 Richard Earnshaw <rearnsha@arm.com>
478
479 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
480 with other related struct-returning functions.
481 (arm_extract_struct_value_address): New function.
482 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
483 initialize float_format, double_format and long_double_format as
484 appropriate to the endianness of the target.
485 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
486 (arm_use_struct_convention): Delete declaration.
487 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
488
079777f6
KS
4892002-02-13 Keith Seitz <keiths@redhat.com>
490
491 * defs.h (core_addr_to_string_nz): New function.
492
34588f23
MK
4932002-02-13 Mark Kettenis <kettenis@gnu.org>
494
495 Apply missing bits of 2002-01-15 patch.
496 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
497 (fill_fpregset): Use i387_fill_fsave.
498
49b563f9
KS
4992002-02-12 Keith Seitz <keiths@redhat.com>
500
49b563f9
KS
501 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
502 (core_addr_to_string_nz): New function.
503
aeb98c60
RE
5042002-02-11 Richard Earnshaw <rearnsha@arm.com>
505
506 * arm-linux-nat.c: Really include arm-tdep.h.
507 * config/arm/tm-linux.h (struct type, struct value): Declare.
508
65554fef
MS
5092002-02-11 Michael Snyder <msnyder@redhat.com>
510
511 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
512 (gcore section): Ifdef for Solaris and Unixware only.
513 (procfs_do_thread_registers): Unixware needs one lwpstatus
514 per thread (not one prstatus or pstatus).
515 (procfs_make_note_section): Iterate only over kernel threads (lwps),
516 not over all gdb threads. For unixware, call elfcore_write_pstatus
517 once before iterating over threads.
518
34e8f22d
RE
5192002-02-11 Richard Earnshaw <rearnsha@arm.com>
520
521 * arm-tdep.h: New file.
522 * arm-tdep.c: Include arm-tdep.h.
523 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
524 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
525 (arm_print_float_info, arm_register_type, convert_to_extended)
526 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
527 (arm_extract_return_value, arm_register_name): Make static.
528 (arm_software_single_step): Similarly. Fix types in declaration.
529 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
530 (arm_store_return_value, arm_store_struct_return): New functions.
531 (arm_gdbarch_init): Register the above functions. Also register
532 call_dummy_start_offset, sizeof_call_dummy_words,
533 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
534 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
535 max_register_virtual_size, register_size. Set up
536 prologue_cache.saved_regs here, rather than ...
537 (_initialize_arm_tdep): ... here.
538 * config/arm/tm-arm.h (struct type, struct value): Delete forward
539 declarations.
540 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
541 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
542 (arm_print_float_info, arm_register_type, convert_to_extended)
543 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
544 (arm_extract_return_value, arm_register_name): Delete declarations.
545 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
546 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
547 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
548 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
549 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
550 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
551 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
552 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
553 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
554 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
555 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
556 (arm_get_next_pc): No-longer static -- these are needed by the RDI
557 interface.
558 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
559 * remote-rdi.c remote-rdp.c: Likewise.
560 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
561 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
562 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
563 definition.
564
565 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
566 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
567 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
568 from non-ARM_ prefixed definitions.
569 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
570 all uses of above.
571 * remote-rdi.c remote-rdp.c: Likewise.
572 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
573
148754e5
RE
5742002-02-11 Richard Earnshaw <rearnsha@arm.com>
575
576 * arm-tdep.c (arm_frameless_function_invocation)
577 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
578 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
579 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
580 (arm_pop_frame, arm_get_next_pc): Make static.
581 (arm_gdbarch_init): Register above in gdbarch structure.
582 (arm_read_fp): Renamed from arm_target_read_fp.
583 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
584 * config/arm/tm-arm.h (arm_frameless_function_invocation)
585 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
586 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
587 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
588 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
589 (arm_pc_is_thumb_dummy): Delete declarations.
fcfb8836
RE
590 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
591 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
592 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
593 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
148754e5 594
434d2d4f
DJ
5952002-02-10 Daniel Jacobowitz <drow@mvista.com>
596
597 * symtab.c (compare_search_syms): New function.
598 (sort_search_symbols): New function.
599 (search_symbols): Sort symbols after searching rather than
600 before.
601
55241689
AC
6022002-02-10 Andrew Cagney <ac131313@redhat.com>
603
604 * NEWS: Linux -> GNU/Linux.
605
028c194b
AC
6062002-02-10 Andrew Cagney <ac131313@redhat.com>
607
608 * gdbarch.sh: For for level one methods, disallow a definition
609 when partially multi-arched. Add comments explaining rationale.
610 * gdbarch.h: Re-generate.
611
6acf50cd
AC
6122002-02-10 Andrew Cagney <ac131313@redhat.com>
613
614 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
615 multi-arch partial.
616
50248794
AC
6172002-02-10 Andrew Cagney <ac131313@redhat.com>
618
619 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
620 field. Use diff -u.
621 * gdbarch.c: Re-generate.
622
c30e0066
AC
6232002-02-10 Andrew Cagney <ac131313@redhat.com>
624
9b56c5f3 625 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
c30e0066
AC
626 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
627 partial.
628
6e6d6484
AC
6292002-02-10 Andrew Cagney <ac131313@redhat.com>
630
631 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
632 multi-arch partial.
633 (PUSH_ARGUMENTS): Switch to using predefault.
634 * gdbarch.c: Regenerate.
635
c203844d
AC
6362002-02-10 Andrew Cagney <ac131313@redhat.com>
637
638 * valops.c (PUSH_ARGUMENTS): Delete definition.
639 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
640 partial. Default to default_push_arguments.
641 * gdbarch.h, gdbarch.c: Regenerate.
642
b5a2688f
AC
6432002-02-09 Andrew Cagney <ac131313@redhat.com>
644
645 * defs.h (throw_exception): Rename return_to_top_level. Update
646 comments.
647 * utils.c (error_stream, internal_verror, quit): Ditto.
648 * top.c (throw_exception, catcher): Ditto.
649 * sparclet-rom.c (sparclet_load): Ditto.
650 * remote.c (interrupt_query, minitelnet): Ditto.
651 * remote-sds.c (interrupt_query): Ditto.
652 * remote-mips.c (mips_error, mips_kill): Ditto.
653 * ocd.c (interrupt_query): Ditto.
654 * monitor.c (monitor_interrupt_query): Ditto.
655 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
656 * target.h: Update comment.
657
658 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
659
2fa5c1e0
AC
6602002-02-09 Andrew Cagney <ac131313@redhat.com>
661
662 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
663 default_double_format.
664 * gdbarch.h, gdbarch.c: Re-generate.
665 * findvar.c (floatformat_unknown): Delete variable definition.
666 * doublest.h (floatformat_unknown): Delete variable declaration.
667
da966255
JB
6682002-02-09 Jim Blandy <jimb@redhat.com>
669
670 * stabsread.c (read_type): Add code to parse Sun's syntax for
671 prototyped function types.
672
123a4891
AC
6732002-02-09 Andrew Cagney <ac131313@redhat.com>
674
675 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
676 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
677
fb39c8f3
PS
6782002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
679
680 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
681 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
682 now _initialize_xcoffsolib gets called again and overrides the
683 commands from solib.c in a native configuration.
684
0b87a11d
MK
6852002-02-09 Mark Kettenis <kettenis@gnu.org>
686
687 * doublest.c (store_typed_floating): Don't try to return a value.
688 Fixes PR gdb/290.
689
bdc2fc72
JB
6902002-02-08 Jim Blandy <jimb@redhat.com>
691
692 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
693 is prototyped and has no arguments, print its argument list as
694 `(void)'.
695
da69bbcf
CD
6962002-02-08 Chris Demetriou <cgd@broadcom.com>
697
698 * MAINTAINERS (write-after-approval): Add myself.
699 (paper-trail): I've escaped!
700
b69571f5
CF
7012002-02-08 Christopher Faylor <cgf@redhat.com>
702
703 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
704 changes.
705 (_initialize_check_for_gdb_ini): Ditto.
706
f6871398
MH
7072002-02-08 Martin M. Hunt <hunt@redhat.com>
708
709 * win32-nat.c (cygwin_pid_to_str): Fix typo.
710 xaprintf -> xasprintf.
711
4e52d31c
PM
7122002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
713
714 * win32-nat.c: Remove use of printf and sprintf functions.
715
39bbf761
RE
7162002-02-08 Richard Earnshaw <rearnsha@arm.com>
717
718 * arm-tdep.c (arm_frame_chain_valid): Make static.
719 (arm_push_arguments): Likewise.
720 (arm_gdbarch_init): New function.
721 (_initialize_arm_tdep): Call it.
722 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
723 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
724 (FRAME_CHAIN_VALID): Delete.
725 (arm_frame_chain_valid): Delete declaration.
726 (PUSH_ARGUMENTS): Delete.
727 (arm_push_arguments): Delete declaration.
728 (CALL_DUMMY_P): Delete.
729
9c9532c9
CV
7302002-02-08 Andrew Cagney <ac131313@redhat.com>
731 Corinna Vinschen <vinschen@redhat.com>
732
733 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
734 on builtin float types.
735
4e8f7a8b
DJ
7362002-02-08 Daniel Jacobowitz <drow@mvista.com>
737
738 * utils.c: Include <curses.h> before "bfd.h".
739 * tui/tui-hooks.c: Likewise.
740 * tui/tui.c: Likewise.
741 * tui/tuiCommand.c: Likewise.
742 * tui/tuiData.c: Likewise.
743 * tui/tuiDataWin.c: Likewise.
744 * tui/tuiDisassem.c: Likewise.
745 * tui/tuiGeneralWin.c: Likewise.
746 * tui/tuiIO.c: Likewise.
747 * tui/tuiLayout.c: Likewise.
748 * tui/tuiRegs.c: Likewise.
749 * tui/tuiSource.c: Likewise.
750 * tui/tuiSourceWin.c: Likewise.
751 * tui/tuiStack.c: Likewise.
752 * tui/tuiWin.c: Likewise.
753
cd4bffcf
EZ
7542002-02-07 Elena Zannoni <ezannoni@redhat.com>
755
756 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
757 to include space for pseudoregs as well. Update loops accordingly.
758 (sh_fp_frame_init_saved_regs): Ditto.
759 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
760
26806ce2
AC
7612002-02-07 Andrew Cagney <ac131313@redhat.com>
762
763 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
764 Add Richard Earnshaw to Arm maintainers.
765
97fdab62
AC
7662002-02-07 Andrew Cagney <ac131313@redhat.com>
767
a6b98203
AC
768 * defs.h (warning_begin): Delete declaration.
769
97fdab62
AC
770 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
771 Delete macro.
772
78b29b40
MS
7732002-02-07 Michael Snyder <msnyder@redhat.com>
774
775 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
776 Logic bug, remove misplaced else.
777
d8849953
KD
7782002-02-07 Klee Dienes <klee@apple.com>
779
780 * fork-inferior.c (fork_inferior): Add '!' to the list of
781 characters that need to be quoted when building a string for the
782 shell. Quote '!' specifically with a backslash, since CSH chokes
783 when trying to evaluate "str!str".
784
095778a0
NC
7852002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
786
787 * rdi-share/host.h: Only provide a typedef for bool if it is not
788 defined.
789
1900040c
MS
7902002-02-04 Michael Snyder <msnyder@redhat.com>
791
792 * breakpoint.h (enum bptype): Add new overlay event bp type.
793 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
794
795 * breakpoint.c (create_internal_breakpoint): New function.
796 (internal_breakpoint_number): Moved into create_internal_breakpoint.
797 (create_longjmp_breakpoint): Use create_internal_breakpoint.
798 (create_thread_event_breakpoint): Ditto.
799 (create_solib_event_breakpoint): Ditto.
800 (create_overlay_event_breakpoint): New function.
801 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
802 (update_breakpoints_after_exec): Delete and re-initialize
803 overlay event breakpoints after an exec. Add FIXME comment
804 about longjmp breakpoint.
805 (print_it_typical): Ignore overlay event breakpoints.
806 (print_one_breakpoint): Ditto.
807 (mention): Ditto.
808 (bpstat_what): Do not stop for overlay event breakpoints.
809 (delete_breakpoint): Don't delete overlay event breakpoints.
810 (breakpoint_re_set_one): Delete the overlay event breakpoint.
811 (breakpoint_re_set): Re-create overlay event breakpoint.
812
813 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
814 (overlay_manual_command): Disable overlay breakpoints.
815 (overlay_off_command): Disable overlay breakpoints.
816
082fc60d
RE
8172002-02-06 Richard Earnshaw <rearnsha@arm.com>
818
819 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
820 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
821 to here from config/tm-arm.h.
822 (coff_sym_is_thumb): Make static.
823 (arm_elf_make_msymbol_special): New function.
824 (arm_coff_make_msymbol_special): New function.
825 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
826 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
827 (coff_sym_is_thumb): Delete declaration.
828 (arm_elf_make_msymbol_special): Declare.
829 (arm_coff_make_msymbol_special): Declare.
830 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
831 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
832
039c5766
RE
8332002-02-06 Richard Earnshaw <rearnsha@arm.com>
834
835 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
836
8372002-02-06 Richard Earnshaw <rearnsha@arm.com>
838
839 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
840 * gdbarch.c gdbarch.h: Regenerate.
841 * arch-utils.c (default_print_float_info): New function.
842 * arch-utils.h (default_print_float_info): Prototype it.
843 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
844 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
845 (PRINT_FLOAT_INFO): Document it.
846
847 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
848 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
849 (PRINT_FLOAT_INFO): Define.
850
58fa08f0
PM
8512002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
852
853 * win32-nat.c (_initialize_check_for_gdb_ini):
854 Add typecast to sprintf argument to suppress a warning.
855
7393af7c
PM
8562002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
857
58fa08f0 858 * win32-nat.c (last_sig): Changed type of variable to target_signal,
7393af7c
PM
859 to allow easier handling of pass state.
860 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
861 that gives exception name and address.
862 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
863 and set last_sig value to ourstatus->value.sig. Some missing
864 exceptions added.
865 (child_continue): Correctly report continue_status.
866 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
867 TARGET_SIGNAL_0 (new default value).
868 (child_resume): consider sig argument passed to decide if
869 the exception should be passed to debuggee or not.
870
6af4589c
MS
8712002-02-05 Michael Snyder <msnyder@redhat.com>
872
873 * regcache.c (fetch_register): Call target_fetch_register
874 only if we don't call FETCH_PSEUDO_REGISTER.
875 (store_register): Call target_store_register only if we
876 don't call STORE_PSEUDO_REGISTER.
877
a2cf933a
EZ
8782002-02-05 Elena Zannoni <ezannoni@redhat.com>
879
880 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
881 ELF_MAKE_MSYMBOL_SPECIAL.
882 * gdbarch.c, gdbarch.h: Regenerate.
883 * arch-utils.c (default_make_msymbol_special): New function.
884 * arch-utils.h (default_make_msymbol_special): Export.
885 * elfread.c (elf_symtab_read): Compile use of
886 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
887 multiarched.
888 * coffread.c (coff_symtab_read): Ditto, for
889 COFF_MAKE_MSYMBOL_SPECIAL.
890
6bb7be43
JB
8912002-02-05 Jim Blandy <jimb@redhat.com>
892
893 * solib-svr4.c (svr4_truncate_ptr): New function.
894 (svr4_relocate_section_addresses): Do the address arithmetic with
895 the appropriate truncation for target addresses, even when
896 CORE_ADDR is larger than a target address.
897
e18651ec
DJ
8982002-02-05 Daniel Jacobowitz <drow@mvista.com>
899
900 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
901 to (int *).
902
6b2725be
DJ
9032002-02-05 Daniel Jacobowitz <drow@mvista.com>
904
905 * gdbserver/linux-low.c (kill_inferior): Remove commented out
906 code.
907
fca9e603
DJ
9082002-02-05 Daniel Jacobowitz <drow@mvista.com>
909
910 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
911
6c537a52
DJ
9122002-02-05 Daniel Jacobowitz <drow@mvista.com>
913
914 * gdbserver/linux-low.c: Remove unused include files.
915
d844cde6
DJ
9162002-02-05 Daniel Jacobowitz <drow@mvista.com>
917
918 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
919 (read_inferior_memory): Use it.
920 (write_inferior_memory): Likewise.
921
d07c63e7
DJ
9222002-02-05 Daniel Jacobowitz <drow@mvista.com>
923
924 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
925 grubbing through sys_errlist.
926
da6d8c04
DJ
9272002-02-05 Daniel Jacobowitz <drow@mvista.com>
928
929 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
930
5b421780
PM
9312002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
932 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
933
9f60d481
AC
9342002-02-04 Andrew Cagney <ac131313@redhat.com>
935
936 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
937 (do_sfunc, set_cmd_sfunc): New functions.
938
939 * command.h (struct cmd_list_element): Add field func.
940 * cli/cli-decode.h (struct cmd_list_element): Ditto.
941 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
942 * cli/cli-decode.h: Ditto.
943
944 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
945 (help_all, help_cmd_list): Ditto.
946 (find_cmd, complete_on_cmdlist): Ditto.
947 * top.c (execute_command): Ditto.
948
949 * cli/cli-setshow.c (do_setshow_command): Call func instead of
950 function.sfunc.
951
952 * infcmd.c (notice_args_read): Fix function signature.
953
954 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
955 * cli/cli-decode.c (add_set_cmd): Ditto.
956 * utils.c (initialize_utils): Ditto.
957 * maint.c (_initialize_maint_cmds): Ditto.
958 * infrun.c (_initialize_infrun): Ditto.
959 * demangle.c (_initialize_demangler): Ditto.
960 * remote.c (add_packet_config_cmd): Ditto.
961 * mips-tdep.c (_initialize_mips_tdep): Ditto.
962 * cris-tdep.c (_initialize_cris_tdep): Ditto.
963 * proc-api.c (_initialize_proc_api): Ditto.
964 * kod.c (_initialize_kod): Ditto.
965 * valprint.c (_initialize_valprint): Ditto.
966 * top.c (init_main): Ditto.
967 * infcmd.c (_initialize_infcmd): Ditto.
968 * corefile.c (_initialize_core): Ditto.
969 * arm-tdep.c (_initialize_arm_tdep): Ditto.
970 * arch-utils.c (initialize_current_architecture): Ditto.
971 (_initialize_gdbarch_utils): Ditto.
972 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
973
974 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
975 * wince.c (_initialize_inftarg): Ditto.
976 * symfile.c (_initialize_symfile): Ditto.
977 * mips-tdep.c (_initialize_mips_tdep): Ditto.
978 * language.c (_initialize_language): Ditto.
979 * arc-tdep.c (_initialize_arc_tdep): Ditto.
980
f9ba0717
MS
9812002-02-04 Michael Snyder <msnyder@redhat.com>
982
983 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
984
0c74b2a7
DJ
9852002-02-04 Daniel Jacobowitz <drow@mvista.com>
986
987 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
988 Add rules for building the register data files.
989
c638789f
DJ
9902002-02-04 Daniel Jacobowitz <drow@mvista.com>
991
992 * regformats/regdat.sh: Add braces to the definition of
993 expedite_regs_${arch}.
994
db253027
DJ
9952002-02-04 Daniel Jacobowitz <drow@mvista.com>
996
997 * regformats/regdef.h (struct reg): Add comment describing the
998 requirements for offset and size fields.
999
206be19c
AS
10002002-02-04 Andreas Schwab <schwab@suse.de>
1001
1002 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
1003 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
1004
181c1381
RE
10052002-02-04 Richard Earnshaw <rearnsha@arm.com>
1006
1007 * gdbarch.sh (copyright): Update years in generated header.
1008 (SMASH_TEXT_ADDRESS): Add rule.
db253027 1009 * gdbarch.h, gdbarch.c: Re-generate.
181c1381
RE
1010 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
1011 * dbxread.c: Likewise.
1012 * dwarfread.c: Likewise.
1013 * elfread.c: Likewise.
1014 * somread.c: Likewise.
1015
1016 * arm-tdep.c (arm_smash_text_address): New function.
1017 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
1018
fa4ba8da
PM
10192002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
1020
1021 Add support for hardware watchpoints on win32 native.
1022 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
1023 CONTEXT_DEBUG_REGISTERS.
1024 (dr variable): New variable. Static array containing a local copy
1025 of debug registers.
1026 (debug_registers_changed): New variable. Reflects when debug registers
1027 are changed and need to be written to inferior.
1028 (debug_registers_used): New variable. Reflects when any debug register
1029 was set, used when new threads are created.
1030 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
1031 i386-nat code.
1032 (thread_rec): Set dr array if id is the thread of current_event .
1033 (child_continue, child_resume): Change the debug registers for all
1034 threads if debug_registers_changed.
1035 (child_add_thread): Change the debug registers if debug_registers_used.
1036 * config/i386/cygwin.mh: Add use of i386-nat.o file.
1037 Link nm.h to new nm-cygwin.h file.
1038 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
1039 of hardware registers.
1040
a73c86fb
AC
10412002-02-03 Andrew Cagney <ac131313@redhat.com>
1042
1043 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
1044 Restore behavour broken by 2002-01-20 Andrew Cagney
1045 <ac131313@redhat.com> IEEE_FLOAT removal.
1046
acf5ed49
DJ
10472002-02-03 Daniel Jacobowitz <drow@mvista.com>
1048
1049 * c-valprint.c (c_val_print): Pass a proper valaddr to
1050 cp_print_class_method.
1051 * valops.c (search_struct_method): If there is only one method
1052 and args is NULL, return that method.
1053
493d28d5
DJ
10542002-02-03 Daniel Jacobowitz <drow@mvista.com>
1055
1056 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
1057 accessing tag_name directly.
1058
7495dfdb
DJ
10592002-02-03 Daniel Jacobowitz <drow@mvista.com>
1060
1061 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
1062 of accessing tag_name directly.
1063
dd6bda65
DJ
10642002-02-03 Daniel Jacobowitz <drow@mvista.com>
1065
1066 PR gdb/280
1067 * gdbtypes.c (replace_type): New function.
1068 * gdbtypes.h (replace_type): Add prototype.
1069 * stabsread.c (read_type): Use replace_type.
1070
88fe217c
RE
10712002-02-03 Richard Earnshaw <rearnsha@arm.com>
1072
1073 * Makefile.in (memattr.o): Add missing dependencies rule.
1074
e5d66720
PS
10752002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1076
1077 * breakpoint.c (break_at_finish_command): Really export.
1078 (break_at_finish_at_depth_command): Ditto.
1079 (tbreak_at_finish_command): Ditto.
1080 * hppa-tdep.c: Include completer.h.
1081 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
1082 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
1083
fffee0be
AC
10842002-02-01 Andrew Cagney <ac131313@redhat.com>
1085
1086 * utils.c (do_write): New function.
1087 (error_stream): Rewrite combining the code from error_begin and
1088 verror.
1089 (verror): Rewrite using error_stream.
1090 (error_begin): Delete function.
1091
255e7dbf
AC
10922002-02-01 Andrew Cagney <ac131313@redhat.com>
1093
1094 * utils.c (error_begin): Make static.
1095 * defs.h (error_begin): Delete declaration.
1096
1097 * linespec.c (cplusplus_error): Replace cplusplus_hint.
1098 (decode_line_1): Use cplusplus_error instead of error_begin,
1099 cplusplus_hint and return_to_top_level.
1100 * coffread.c (coff_symfile_read): Use error instead of error_begin
1101 and return_to_top_level.
1102 * infrun.c (default_skip_permanent_breakpoint): Ditto.
1103
ddfe3c15
AC
11042002-02-01 Andrew Cagney <ac131313@redhat.com>
1105
1106 * language.h (type_error, range_error): Make string parameter
1107 constant.
1108 * language.c (warning_pre_print): Delete extern declaration.
1109 * dwarfread.c (warning_pre_print): Ditto.
1110 * language.c (type_error, range_error): Rewrite to use verror and
1111 vwarning instead of warning_begin.
1112
03ac34d5
MS
11132002-02-01 Michael Snyder <msnyder@redhat.com>
1114
261c4ca2
MS
1115 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
1116 (set_ignore_count): Move misplaced comment back where it belongs.
03ac34d5 1117
e00d1dc8
AC
11182002-02-01 Andrew Cagney <ac131313@redhat.com>
1119
1120 * command.h (NO_FUNCTION): Delete macro.
1121 * cli/cli-decode.h (NO_FUNCTION): Ditto.
1122 * top.c (execute_command): Replace NO_FUNCTION with NULL.
1123 * tracepoint.c (_initialize_tracepoint): Ditto.
1124 * cli/cli-decode.c (add_set_cmd): Ditto.
1125 * cli/cli-cmds.c (init_cli_cmds): Ditto.
1126
76b79d6e
DJ
11272002-02-01 Daniel Jacobowitz <drow@mvista.com>
1128
1129 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
1130 Update ``this'' pointer when calling virtual functions.
1131
799f9e91
MS
11322002-02-01 Michael Snyder <msnyder@redhat.com>
1133
c7bd442c 1134 * breakpoint.c (create_temp_exception_breakpoint): Delete.
799f9e91
MS
1135 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
1136
3cf384d4
DJ
11372002-02-01 Daniel Jacobowitz <drow@mvista.com>
1138
1139 * regformats/reg-arm.dat: New file.
1140 * regformats/reg-i386.dat: New file.
1141 * regformats/reg-ia64.dat: New file.
1142 * regformats/reg-m68k.dat: New file.
1143 * regformats/reg-mips.dat: New file.
1144 * regformats/reg-ppc.dat: New file.
1145 * regformats/reg-sh.dat: New file.
1146 * regformats/regdef.h: New file.
1147 * regformats/regdat.sh: New file.
1148
0defa245
RE
11492002-02-01 Richard Earnshaw <reanrsha@arm.com>
1150
1151 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
1152 (arm_frame_args_address, arm_frame_locals_address): New functions.
1153 (arm_frame_num_args): New function.
1154 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
1155 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
1156 (FRMA_NUM_ARGS): Call arm_frame_num_args.
1157
405f26e6
MS
11582002-01-31 Michael Snyder <msnyder@redhat.com>
1159
502fd408
MS
1160 * breakpoint.c (break_at_finish_command): Export.
1161 (break_at_finish_at_depth_command): Export.
1162 (tbreak_at_finish_command): Export.
1163 (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
1164 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
1165 "tbreak" commands, which are HPPA specific.
1166
7d35e135
MS
1167 * printcmd.c (disassemble_command): Remove an ancient
1168 artifact of an old merge.
1169
d874f1e2
MS
1170 * symfile.h (enum overlay_debugging_state):
1171 Define enum constant values for overlay mode.
1172 * symfile.c (overlay_debugging): Use enums instead of literals.
1173 (overlay_is_mapped, overlay_auto_command,
1174 overlay_manual_command): Ditto.
1175
9f04af04
MS
1176 * breakpoint.c (insert_breakpoints, remove_breakpoint,
1177 breakpoint_here_p, breakpoint_inserted_here_p,
1178 breakpoint_thread_match, bpstat_stop_status,
1179 describe_other_breakpoints, check_duplicates, clear_command):
1180 Coding standard fixes.
1181
8add0441 1182 * target.c (target_xfer_memory): Add spaces, coding standard.
9f04af04 1183 (do_xfer_memory): Add missing line to trust-readonly
405f26e6
MS
1184 code: check bfd SEC_READONLY flag for section.
1185
e351066e
AC
11862002-01-31 Andrew Cagney <ac131313@redhat.com>
1187
7d35e135 1188 * PROBLEMS: Fix typo, 5.1->5.1.1.
e351066e 1189
8a48e967
DJ
11902002-01-30 Daniel Jacobowitz <drow@mvista.com>
1191
1192 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
1193 data symbols, since we search based on textlow and texthigh.
1194 (find_pc_sect_symtab): Likewise.
1195
f5a96129
AC
11962002-01-30 Andrew Cagney <ac131313@redhat.com>
1197
1198 * defs.h (vwarning): Declare.
f5a96129
AC
1199 * utils.c (vwarning): New function.
1200 (warning): Call vwarning.
1201 (warning_begin): Delete function.
1202
1203 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
1204 the warning message.
1205 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
1206 warning_begin.
1207
cefd4ef5
MS
12082002-01-30 Michael Snyder <msnyder@redhat.com>
1209
1a703748
MS
1210 * NEWS: Mention "set trust-readonly-sections" command.
1211 Mention generate-core-file command.
cefd4ef5 1212
3a11626d
MS
12132002-01-15 Michael Snyder <msnyder@redhat.com>
1214
1215 * target.c: New command, "set trust-readonly-sections on".
1216 (do_xfer_memory): Honor the suggestion to trust readonly sections
1217 by reading them from the object file instead of from the target.
1218 (initialize_targets): Register command "set trust-readonly-sections".
1219
d1c7e53b
AC
12202002-01-29 Andrew Cagney <ac131313@redhat.com>
1221
1222 * parse.c (target_map_name_to_register): Simplify, search regs and
1223 pseudo-regs using a single loop.
1224
e2c9a72c
AC
12252002-01-30 Andrew Cagney <ac131313@redhat.com>
1226
1227 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
1228
69824b4e
MK
12292002-01-15 Rodney Brown <rbrown64@csc.com.au>
1230
1231 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
1232 * config/i386/i386v42mp.mh: Add i387-nat.o .
1233 * i386v4-nat.c: Include i387-nat.h.
1234 (supply_fpregset): Use i387_supply_fsave.
1235 (fill_fpregset): Use i387_fill_fsave.
1236
6eb69eab
RE
12372002-01-30 Richard Earnshaw <rearnsha@arm.com>
1238
1239 * arm-tdep.c (arm_call_dummy_words): Define.
1240 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
1241 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
1242 (CALL_DUMMY_WORDS): Define.
1243 (arm_call_dummy_words): Declare.
1244 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
1245 (arm_linux_call_dummy_words): Declare.
1246
9852326a
AS
12472002-01-30 Andreas Schwab <schwab@suse.de>
1248
1249 * m68klinux-nat.c: Fix last change to use regcache_collect
1250 instead of referencing registers[] directly.
1251
977a3030
AC
12522002-01-29 Andrew Cagney <ac131313@redhat.com>
1253
1254 * parse.c (target_map_name_to_register): Delete code wrapped in
1255 #ifdef REGISTER_NAME_ALIAS_HOOK.
1256
2076c72b
MS
12572002-01-28 Michael Snyder <msnyder@redhat.com>
1258
1259 * regcache.c (legacy_read_register_gen): Need to be able to
1260 read pseudo-register as well as real register.
1261 (legacy_write_register_gen): Ditto.
1262
8fcc723b
AC
12632002-01-28 Andrew Cagney <ac131313@redhat.com>
1264
1265 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
1266 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
1267 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
1268 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
1269 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
1270 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
1271 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
1272 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
1273 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
1274 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
1275 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
1276 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
1277 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
1278 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
1279 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
1280 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
1281 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
1282 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
1283 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
1284 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
1285
afe64c1a
AC
12862002-01-28 Andrew Cagney <ac131313@redhat.com>
1287
1288 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
1289 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
1290 (initialize_current_architecture): Update target_byte_order using
1291 information from BFD.
afe64c1a
AC
1292 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
1293 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
1294
75bc7ddf
AC
12952002-01-28 Andrew Cagney <ac131313@redhat.com>
1296
1297 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
1298 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
1299
1300 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
1301 #ifdef INVALID_FLOAT.
1302 * infcmd.c (do_registers_info): Ditto.
1303 * values.c (unpack_double): Ditto. Add comment.
1304
1305 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
1306 already commented out.
1307
0280a90a
AS
13082002-01-26 Andreas Schwab <schwab@suse.de>
1309
1310 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
1311 * m68klinux-nat.c: Update ptrace interface for fetching/storing
1312 registers and add support for PTRACE_GETREGS.
1313
7072a954
AC
13142002-01-24 Andrew Cagney <ac131313@redhat.com>
1315
1316 GDB 5.1.1 released from 5.1 branch.
1317 * NEWS: Add 5.1.1 news.
1318 * README: Sync with 5.1 branch.
1319
86f902e0
FF
13202002-01-23 Fred Fish <fnf@redhat.com>
1321
1322 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
1323 stabstring on initial malloc. Reallocing will copy it for us,
1324 if necessary.
1325
8af51c36
EZ
13262002-01-23 Elena Zannoni <ezannoni@redhat.com>
1327
1328 * Makefile.in (hpread_h): Delete.
1329 (HFILES_NO_SRCDIR): Remove hpread.h.
1330 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
1331 (hpread.o): Update dependencies.
1332 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
1333
1334 * hp-psymtab-read.c: Remove file.
1335 * hp-symtab-read.c: Remove file.
1336 * hpread.h: Remove file.
1337
1338 * hpread.c: Merge all contents of hp-psymtab-read.c,
1339 hp-symtab-read.c and hpread.h into this file, as it was prior to
1340 January 1999.
1341
1342 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
1343 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
1344 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
1345 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
1346
dc5cfeb6
EZ
13472002-01-23 Elena Zannoni <ezannoni@redhat.com>
1348
1349 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
1350 fill_gregset): Call gdbarch_tdep() just once, assign result to
1351 variable and use that, instead of calling the function several
1352 times.
1353
ea87b71b
AO
13542002-01-24 Alexandre Oliva <aoliva@redhat.com>
1355
1356 * configure.host: Accept sparcv9 as alias for sparc64.
1357 * configure.tgt: Likewise.
1358
13fc0c2f
KB
13592002-01-22 Kevin Buettner <kevinb@redhat.com>
1360
1361 * solib-aix5.c (build_so_list_from_mapfile)
1362 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
1363 arguments is not reversed.
1364 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
1365 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
1366
7bd872fe
EZ
13672002-01-22 Elena Zannoni <ezannoni@redhat.com>
1368
1369 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
1370 modified version of obsolete sh_fetch_pseudo_register.
1371 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
1372 (sh4_register_read): New function.
1373 (sh_pseudo_register_write): New function. Renamed and modified
1374 version of obsolete sh_store_pseudo_register.
1375 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
1376 (sh4_register_write): New function.
1377 (sh_gdbarch_init): Remove setting of gdbarch function
1378 fetch_pseudo_register and store_pseudo_register. Remove setting of
1379 register_convert_to_raw, register_convert_to_virtual,
1380 register_convertible.
1381 (sh_sh4_register_convertible): Delete. No longer needed. All is
1382 taken care by architecture specific functions
1383 register_read/register_write.
1384 (sh_sh4_register_convert_to_virtual): Make static.
1385 (sh_sh4_register_convert_to_raw): Ditto.
1386
069e84fd
AC
13872002-01-22 Andrew Cagney <ac131313@redhat.com>
1388
1389 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
1390 (floatformat_is_nan, floatformat_mantissa): Ditto.
1391
1392 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
1393 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
1394 builtin_type_ieee_double_little,
1395 builtin_type_ieee_double_littlebyte_bigword,
1396 builtin_type_m68881_ext, builtin_type_i960_ext,
1397 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
1398 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
1399 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
1400 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
1401
211a4f69
CV
14022002-01-22 Corinna Vinschen <vinschen@redhat.com>
1403
1404 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
1405 parameter. Set frameless flag if it exists and depended of
1406 whether the scanned function is frameless or not.
1407 (xstormy16_skip_prologue): If function is frameless, return
1408 result of xstormy16_scan_prologue().
1409 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
1410 call.
1411
f81353e4
EZ
14122002-01-21 Elena Zannoni <ezannoni@redhat.com>
1413
1414 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
1415 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
1416 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
1417 sh_sh4_register_byte, sh_sh4_register_raw_size,
1418 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
1419 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
1420 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
1421 sh_store_pseudo_register, sh_do_pseudo_register): Call
1422 gdbarch_tdep() just once, assign result to variable and use that,
1423 instead of calling the function several times.
1424
63c73a17
MK
14252002-01-20 Mark Kettenis <kettenis@gnu.org>
1426
1427 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
1428 macros instead of LAST_FPU_CTRL_REGNUM.
1429 (store_register): Likewise.
1430
39ad761d
JB
14312002-01-21 Jim Blandy <jimb@redhat.com>
1432
1433 * infcmd.c (run_command): Check that the `exec' target layer's BFD
1434 is up-to-date before running the program, not just when a program
1435 exits.
1436
3d74b771
FF
14372002-01-21 Fred Fish <fnf@redhat.com>
1438
1439 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
1440 when we have found all instructions we are looking for.
1441
966fbf70
RE
14422002-01-21 Richard Earnshaw <rearnsha@arm.com>
1443
1444 * arm-tdep.c (arm_register_name): New function.
1445 (arm_registers_names): Make static.
1446 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
1447 (arm_register_name): Declare.
1448 (REGISTER_NAME): Use it.
1449
c3b4394c
RE
14502002-01-21 Richard Earnshaw <rearnsha@arm.com>
1451 Kevin Buettner <kevinb@redhat.com>
1452
1453 Convert arm targets to new FRAME interface.
1454 * arm-tdep.c (struct frame_extra_info): Remove fsr.
1455 (arm_frame_find_save_regs): Delete.
1456 (arm_frame_init_saved_regs): New.
1457 (arm_init_extra_frame_info): Alloacte saved_regs as required.
1458 Allocate extra_info as required. Convert all uses of fsr.regs
1459 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
1460 to use extra_info.
1461 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
1462 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
1463 (check_prologue_cache, save_prologue_cache): Likewise.
1464 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
1465 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
1466 (FRAME_FIND_SAVED_REGS): Delete.
1467 (arm_frame_find_saved_regs): Delete prototype.
1468 (arm_frame_init_saved_regs): New prototype.
1469 (FRAME_INIT_SAVED_REGS): Define.
1470
61d99182
AC
14712002-01-20 Andrew Cagney <ac131313@redhat.com>
1472
1473 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
1474
6aaea291
AC
14752002-01-20 Andrew Cagney <ac131313@redhat.com>
1476
1477 From Jeff Law <law@redhat.com>:
1478 * infttrace.c: Include <sys/pstat.h>.
1479 (child_pid_to_exec_file): Revamp. Use pstat call to get the
1480 exec file if the ttrace equivalent fails.
1481
15f698d2
AC
14822002-01-20 Andrew Cagney <ac131313@redhat.com>
1483
1484 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
1485 (closeLogFile): Ditto.
1486
f86ddd7c
MC
14872002-01-20 Michael Chastain <mec@shout.net>
1488
1489 * top.c (print_gdb_version): Bump copyright year to 2002.
1490
904507ce
AC
14912002-01-20 Andrew Cagney <ac131313@redhat.com>
1492
1493 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
1494 Zannoni and Eli Zaretskii.
1495
d7f0b9ce
DJ
14962002-01-20 Daniel Jacobowitz <drow@mvista.com>
1497
1498 * buildsym.c: Update copyright years.
1499 * c-typeprint.c: Likewise.
1500 * dwarf2read.c: Likewise.
1501 * f-typeprint.c: Likewise.
1502 * gdbtypes.c: Likewise.
1503 * gdbtypes.h: Likewise.
1504 * hp-symtab-read.c: Likewise.
1505 * hpread.c: Likewise.
1506 * mdebugread.c: Likewise.
1507 * p-typeprint.c: Likewise.
1508
3fd3d7d2
AC
15092002-01-20 Andrew Cagney <ac131313@redhat.com>
1510
1511 * remote-sim.c (gdbsim_open): Simplify code testing the macro
1512 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
1513 byte-order selectable.
1514 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
1515 * arch-utils.c: Ditto.
1516 (set_endian): Ditto.
1517 (set_endian_from_file): Ditto.
1518 * gdbserver/low-sim.c (create_inferior): Ditto.
1519 * gdbarch.sh: Ditto.
1520 * gdbarch.h: Re-generate.
1521 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
1522 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
1523 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
1524 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
1525 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
1526 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
1527 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
1528 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
1529 macro definition.
1530 * config/mips/tm-wince.h: Remove #undef of macro
1531 TARGET_BYTE_ORDER_SELECTABLE.
1532 * config/sh/tm-wince.h: Ditto.
1533
b02dede2
DJ
15342002-01-20 Daniel Jacobowitz <drow@mvista.com>
1535
1536 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
1537 member function fields. Add accessor macro
1538 TYPE_FN_FIELD_ARTIFICIAL.
1539 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
1540 * c-typeprint.c (c_type_print_base): Skip artificial member
1541 functions.
1542
c3643761
DJ
15432002-01-20 Daniel Jacobowitz <drow@mvista.com>
1544
1545 * f-typeprint.c: Delete unused function f_type_print_args.
1546 * p-typeprint.c: Delete unused function pascal_type_print_args.
1547
8176bb6d
DJ
15482002-01-20 Daniel Jacobowitz <drow@mvista.com>
1549
1550 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
1551 comment. Add ``artificial'' to ``union field_location''.
1552
1553 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
1554
1555 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
1556 * mdebugread.c (parse_symbol): Likewise.
1557 * stabsread.c (define_symbol): Likewise.
1558 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
1559 initializing TYPE_FIELD_BITPOS to n (obsolete).
1560 (hpread_doc_function_type): Likewise.
1561 * hpread.c (hpread_function_type): Likewise.
1562
7fd60527
AC
15632002-01-20 Andrew Cagney <ac131313@redhat.com>
1564
1565 * configure.in (host_makefile_frag): Only require a host makefile
1566 fragment when a native build.
1567 * configure: Re-generate.
1568
c2f05ac9
AC
15692002-01-20 Andrew Cagney <ac131313@redhat.com>
1570
1571 * doublest.h (floatformat_from_type): Declare.
1572 * doublest.c (floatformat_from_type): New function.
1573 (convert_typed_floating): Use.
1574
1575 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
1576 call to function floatformat_from_type.
1577
1578 * gdbarch.sh (IEEE_FLOAT): Delete.
1579 * gdbarch.h, gdbarch.c: Re-generate.
1580 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
1581 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
1582 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
1583 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
1584 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
1585 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
1586 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
1587 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
1588 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
1589 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
1590 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
c2f05ac9
AC
1591 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
1592
1593 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
1594 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
1595 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
1596 * sh-tdep.c (sh_gdbarch_init): Ditto.
1597 * mips-tdep.c (mips_gdbarch_init): Ditto.
1598 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
1599 * cris-tdep.c (cris_gdbarch_init): Ditto.
1600
abf22e64
AJ
16012002-01-20 Jiri Smid <smid@suse.cz>
1602
1603 * configure.host, configure.tgt: Support x86-64.
1604 * NEWS: Note new target x86-64.
1605
b7c4cbf8
AJ
1606 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
1607 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
1608 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
1609 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
1610 x86-64-linux-nat.o): Fix dependencies.
1611
82600034
AC
16122002-01-19 Andrew Cagney <ac131313@redhat.com>
1613
1614 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
1615 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
1616 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
1617 * config/sparc/xm-sun4os4.h: Delete file.
1618 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
abf22e64 1619
bbe5c628
AC
16202002-01-19 Andrew Cagney <ac131313@redhat.com>
1621
1622 * config/sparc/sparclynx.mh (XM_FILE): Delete.
1623 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
1624 * config/m68k/m68klynx.mh (XM_FILE): Delete.
1625 * config/i386/i386lynx.mh (XM_FILE): Delete.
1626 * config/rs6000/xm-rs6000ly.h: Delete file.
1627 * config/sparc/xm-sparclynx.h: Delete file.
1628 * config/m68k/xm-m68klynx.h: Delete file.
1629 * config/i386/xm-i386lynx.h: Delete file.
1630 * config/xm-lynx.h: Delete file.
1631 * config/djgpp/fnchange.lst: Update.
1632
f8453e34
JT
16332002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
1634
1635 * alpha-tdep.c (alpha_register_byte): New function.
1636 (alpha_register_raw_size): Ditto.
1637 (alpha_register_virtual_size): Ditto.
1638 (alpha_skip_prologue_internal): Renamed from
1639 alpha_skip_prologue.
1640 (alpha_skip_prologue): New version that calls
1641 alpha_skip_prologue_internal.
1642 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
1643 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
1644 second argument from alpha_skip_prologue.
1645 (REGISTER_BYTE): Use alpha_register_byte.
1646 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
1647 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
1648 (FRAMELESS_FUNCTION_INVOCATION): Use
1649 generic_frameless_function_invocation_not.
1650 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
1651 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
1652
52d9e613
AC
16532002-01-19 Andrew Cagney <ac131313@redhat.com>
1654
1655 * config/mips/xm-news-mips.h: Delete file.
1656 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
1657
1658 * config/m88k/xm-m88k.h: Delete file.
1659 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
1660 * config/m88k/xm-delta88v4.h: Ditto.
1661 * config/m88k/xm-delta88.h: Ditto.
1662
1663 * config/alpha/xm-fbsd.h: Delete file.
1664 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
1665
1666 * config/sparc/xm-sparc.h: Delete file.
1667 * Makefile.in (xm-sun4os4.h): Delete dependency.
1668 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
1669 * config/sparc/xm-sun4os4.h: Ditto.
1670 * config/sparc/xm-linux.h: Ditto.
1671
1672 * config/i386/xm-windows.h: Delete file.
1673
2d1b2124
AC
16742002-01-19 Andrew Cagney <ac131313@redhat.com>
1675
1676 * utils.c: Include <sys/param.h> for MAXPATHLEN.
1677 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
1678
ee1f65f0
JT
16792002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
1680
1681 * alpha-tdep.c (alpha_call_dummy_words): New.
1682 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
1683 (CALL_DUMMY_P): Define.
1684 (CALL_DUMMY_WORDS): Define.
1685 (SIZEOF_CALL_DUMMY_WORDS): Define.
1686
98081e55
PB
16872002-01-19 Per Bothner <per@bothner.com>
1688
1689 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
1690 isn't NULL, which can happen with some gcj-3.x-produced code.
1691
0d056799
JT
16922002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
1693
1694 * alpha-tdep.c (alpha_register_virtual_type): New function.
1695 (alpha_init_frame_pc_first): Ditto.
1696 (alpha_fix_call_dummy): Ditto.
1697 (alpha_store_struct_return): Ditto.
1698 (alpha_extract_struct_value_address): Ditto.
1699 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
1700 alpha_register_virtual_type.
1701 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
1702 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
1703 alpha_extract_struct_value_address.
1704 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
1705 (INIT_FRAME_PC): Use init_frame_pc_noop.
1706 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
1707
4604bcad
MK
17082002-01-19 Mark Kettenis <kettenis@gnu.org>
1709
1710 * i386gnu-nat.c: Include "i386-tdep.h".
1711 (fetch_fpregs): Simplify code dealing with uninitialized floating
1712 point states such that it doesn't require FP7_REGNUM.
1713
140f9984
JT
17142002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
1715
abf22e64
AJ
1716 * alpha-tdep.c (frame_extra_info): New.
1717 (alpha_find_saved_regs): Make static. Use
140f9984
JT
1718 frame->extra_info.
1719 (alpha_frame_init_saved_regs): New function.
abf22e64
AJ
1720 (alpha_frame_saved_pc): Use frame->extra_info.
1721 (temp_saved_regs): Don't declare as struct frame_saved_regs.
1722 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
140f9984
JT
1723 (init_extra_frame_info): Rename to...
1724 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
abf22e64 1725 (alpha_print_extra_frame_info): New function.
140f9984
JT
1726 (alpha_frame_locals_address): Ditto.
1727 (alpha_frame_args_address): Ditto.
abf22e64 1728 (alpha_pop_frame): Use frame->extra_info.
140f9984
JT
1729 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
1730 alpha_frame_args_address.
abf22e64 1731 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
140f9984 1732 (alpha_find_saved_regs): Remove prototype.
abf22e64
AJ
1733 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
1734 (EXTRA_FRAME_INFO): Remove.
140f9984
JT
1735 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
1736 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
1737
d734c450
JT
17382002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
1739
1740 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
1741 (alpha_cannot_fetch_register): Ditto.
1742 (alpha_cannot_store_register): Ditto.
1743 (alpha_register_convertible): Ditto.
1744 (alpha_use_struct_convention): Ditto.
1745 * config/alpha/tm-alpha.h: Update copyright years.
1746 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
1747 (INNER_THAN): Use core_addr_lessthan.
1748 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
1749 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
1750 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
1751 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
1752 (FRAME_CHAIN): Remove unnecessary cast.
1753
b4ceaee6
AC
17542002-01-18 Andrew Cagney <ac131313@redhat.com>
1755
1756 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
1757 obsolete.
1758
0a65a603
AC
17592002-01-18 Andrew Cagney <ac131313@redhat.com>
1760
1761 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
1762 * monitor.c, remote-array.c, remote-bug.c: Ditto.
1763 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
1764 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
1765 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
1766 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
1767 * x86-64-linux-nat.c: Ditto.
1768
636a6dfc
JT
17692002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
1770
abf22e64 1771 * alpha-tdep.c (alpha_register_name): New function.
636a6dfc
JT
1772 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
1773 (REGISTER_NAME): Define.
1774
acceddb6
JT
17752002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
1776
1777 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
1778
ec32e4be
JT
17792002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
1780
1781 * alpha-tdep.c: Update copyright years.
1782 (alpha_next_pc): New function.
1783 (alpha_software_single_step): Ditto.
1784 * config/alpha/tm-alpha.h: Add prototype for
1785 alpha_software_single_step.
1786
e771a871
JT
17872002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
1788
1789 * alphabsd-nat.c: Update copyright years.
1790 (fill_gregset): Use regcache_collect.
1791 (fill_fpregset): Likewise.
1792 (fetch_inferior_registers): Only fetch integer registers
1793 if requested to do so.
1794 (store_inferior_registers): Only store integer registers
1795 if requested to do so.
1796
7708fa01
AC
17972002-01-17 Andrew Cagney <ac131313@redhat.com>
1798
1799 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
1800 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
1801 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
1802 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
1803 * config/alpha/fbsd.mh (XDEPFILES): Delete.
1804 * config/arm/linux.mh (XDEPFILES): Delete.
1805 * config/arm/nbsd.mh (XDEPFILES): Delete.
1806 * config/i386/i386dgux.mh (XDEPFILES): Delete.
1807 * config/i386/i386sol2.mh (XDEPFILES): Delete.
1808 * config/i386/i386m3.mh (XDEPFILES): Delete.
1809 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
1810 * config/i386/i386gnu.mh (XDEPFILES): Delete.
1811 * config/i386/fbsd.mh (XDEPFILES): Delete.
1812 * config/i386/i386bsd.mh (XDEPFILES): Delete.
1813 * config/i386/i386sco5.mh (XDEPFILES): Delete.
1814 * config/i386/i386v4.mh (XDEPFILES): Delete.
1815 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
1816 * config/i386/i386sco4.mh (XDEPFILES): Delete.
1817 * config/i386/i386aix.mh (XDEPFILES): Delete.
1818 * config/i386/go32.mh (XDEPFILES): Delete.
1819 * config/i386/cygwin.mh (XDEPFILES): Delete.
1820 * config/i386/i386lynx.mh (XDEPFILES): Delete.
1821 * config/i386/i386mach.mh (XDEPFILES): Delete.
1822 * config/i386/i386v32.mh (XDEPFILES): Delete.
1823 * config/i386/linux.mh (XDEPFILES): Delete.
1824 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
1825 * config/i386/ncr3000.mh (XDEPFILES): Delete.
1826 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
1827 * config/i386/i386sco.mh (XDEPFILES): Delete.
1828 * config/i386/i386v.mh (XDEPFILES): Delete.
1829 * config/i386/nbsd.mh (XDEPFILES): Delete.
1830 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
1831 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
1832 * config/i386/symmetry.mh (XDEPFILES): Delete.
1833 * config/i386/obsd.mh (XDEPFILES): Delete.
1834 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
1835 * config/ia64/linux.mh (XDEPFILES): Delete.
1836 * config/ia64/aix.mh (XDEPFILES): Delete.
1837 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
1838 * config/m68k/dpx2.mh (XDEPFILES): Delete.
1839 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
1840 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
1841 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
1842 * config/m68k/linux.mh (XDEPFILES): Delete.
1843 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
1844 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
1845 * config/m68k/nbsd.mh (XDEPFILES): Delete.
1846 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
1847 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
1848 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
1849 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
1850 * config/m88k/delta88.mh (XDEPFILES): Delete.
1851 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
1852 * config/m88k/m88k.mh (XDEPFILES): Delete.
1853 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
1854 * config/mips/linux.mh (XDEPFILES): Delete.
1855 * config/mips/irix6.mh (XDEPFILES): Delete.
1856 * config/mips/irix5.mh (XDEPFILES): Delete.
1857 * config/mips/irix4.mh (XDEPFILES): Delete.
1858 * config/mips/irix3.mh (XDEPFILES): Delete.
1859 * config/mips/decstation.mh (XDEPFILES): Delete.
1860 * config/mips/mipsm3.mh (XDEPFILES): Delete.
1861 (NATDEPFILES): Move core-aout.o to here.
1862 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
1863 * config/pa/hpux1020.mh (XDEPFILES): Delete.
1864 * config/pa/hppabsd.mh (XDEPFILES): Delete.
1865 * config/pa/hppahpux.mh (XDEPFILES): Delete.
1866 * config/pa/hpux11w.mh (XDEPFILES): Delete.
1867 * config/pa/hppaosf.mh (XDEPFILES): Delete.
1868 * config/pa/hpux11.mh (XDEPFILES): Delete.
1869 * config/powerpc/aix.mh (XDEPFILES): Delete.
1870 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
1871 * config/powerpc/linux.mh (XDEPFILES): Delete.
1872 * config/romp/rtbsd.mh: Rename XDEPFILES.
1873 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
1874 * config/rs6000/aix4.mh (XDEPFILES): Delete.
1875 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
1876 * config/s390/s390.mh (XDEPFILES): Delete.
1877 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
1878 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
1879 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
1880 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
1881 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
1882 * config/sparc/nbsd.mh (XDEPFILES): Delete.
1883 * config/sparc/linux.mh (XDEPFILES): Delete.
1884 * config/vax/vaxult.mh (XDEPFILES): Delete.
1885 * config/vax/vaxult2.mh (XDEPFILES): Delete.
1886 * Makefile.in (DEPFILES): Remove XDEPFILES.
1887
375fc983
AC
18882002-01-17 Andrew Cagney <ac131313@redhat.com>
1889
1890 * utils.c (internal_verror): Fix comments, default is yes not no.
1891 Update queries to match. Default to quit and dump core.
1892
8926118c
AC
18932002-01-17 Andrew Cagney <ac131313@redhat.com>
1894
1895 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
1896 copyright.
1897 * defs.h, event-top.c, gdbcmd.h: Ditto.
1898 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
1899 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
1900 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
1901 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
1902 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
1903 * mi/mi-main.c:Ditto.
1904
1905 * stack.c, symfile.c: Update copyright.
1906
45b7b345
DJ
19072002-01-17 Daniel Jacobowitz <drow@mvista.com>
1908
db728ff7
DJ
1909 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
1910 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
1911 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
1912 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
45b7b345 1913
db728ff7
DJ
19142002-01-17 Daniel Jacobowitz <drow@mvista.com>
1915
1916 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
1917 * gdbserver/low-lynx.c (myattach): Likewise.
1918 * gdbserver/low-nbsd.c (myattach): Likewise.
1919 * gdbserver/low-sim.c (myattach): Likewise.
1920 * gdbserver/low-sparc.c (myattach): Likewise.
1921 * gdbserver/low-sun3.c (myattach): Likewise.
1922
1923 * gdbserver/low-linux.c (myattach): New function.
45b7b345 1924
db728ff7 1925 * gdbserver/server.c (attach_inferior): New function.
45b7b345
DJ
1926 (main): Handle "--attach".
1927
8de3c354
AC
19282002-01-16 Andrew Cagney <ac131313@redhat.com>
1929
1930 * MAINTAINERS (language support): Daniel Jacobwitz is C++
1931 maintainer.
1932
b0129042
DJ
19332002-01-15 Daniel Jacobowitz <drow@mvista.com>
1934
1935 * c-typeprint.c (is_type_conversion_operator): Add additional
1936 check for non-conversion operators.
1937
ba8679fb 19382002-01-15 Michael Snyder <msnyder@redhat.com>
2bf543a6
MS
1939
1940 * linux-proc.c: Add "info proc" command, a la procfs.c.
1941 (read_mapping): New function, abstract and re-use code.
1942 (linux_find_memory_regions): Use new func read_mapping.
1943 (linux_info_proc_cmd): New function, implement "info proc".
1944 (_initialize_linux_proc): Add new command "info proc".
1945
e4f9b4d5
MS
19462002-01-15 Michael Snyder <msnyder@redhat.com>
1947
1948 * symfile.c (generic_load): Use bfd_map_over_sections method
1949 instead of manipulating bfd structure members directly.
1950 (add_section_size_callback): New function, bfd sections callback
1951 used by generic_load.
1952 (load_sections_callback): New function, bfd sections callback
1953 used by generic_load.
1954
08cf96df
EZ
19552002-01-15 Elena Zannoni <ezannoni@redhat.com>
1956
abf22e64 1957 [Based on work by Jim Blandy]
08cf96df
EZ
1958 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
1959 (builtin_type_vec128): Export.
1960 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
1961 types.
1962 (builtin_type_vec128): New builtin type for 128 bit vector
1963 registers.
1964 (build_gdbtypes): Initialize builtin_type_v16qi and
1965 builtin_type_v8hi. Create the vec128 register builtin type
1966 structure.
1967 (build_builtin_type_vec128): New function.
abf22e64 1968 (_initialize_gdbtypes): Register builtin_type_v16qi and
08cf96df
EZ
1969 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
1970 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
1971 AltiVec register to new builtin type.
1972
d7242108
DJ
19732001-01-15 Daniel Jacobowitz <drow@mvista.com>
1974
1975 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
1976 to make_cv_type.
1977
4ee3352d
AC
19782002-01-14 Andrew Cagney <ac131313@redhat.com>
1979
1980 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
1981 CLEAN_UP_REGISTER_VALUE.
1982 * regcache.c (supply_register): Update only call.
1983
f015b2e7
AC
19842002-01-14 Andrew Cagney <ac131313@redhat.com>
1985
1986 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
1987 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
1988 a29k-*-vxworks* targets as obsolete.
1989
356ae49d
MS
19902002-01-14 Michael Snyder <msnyder@redhat.com>
1991
1992 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
1993 until we can resolve portability issues.
1994 * gregset.h: Remove references to fpxregs.
1995 * gcore.c (gcore_command): Initialize note_sec to NULL.
1996
ade8f45e
AC
19972002-01-13 Andrew Cagney <ac131313@redhat.com>
1998
1999 * signals.c (target_signal_to_name): Rewrite. Only use
2000 signals[].name when in bounds and non-NULL.
abf22e64 2001
89c49e7a
AC
20022002-01-13 Andrew Cagney <ac131313@redhat.com>
2003
2004 From Petr Ledvina <ledvinap@kae.zcu.cz>:
2005 * signals.c (target_signal_to_name): Verify that SIG is within the
2006 bounds of the signals array.
2007
4daa9f9f
AC
20082002-01-13 Andrew Cagney <ac131313@redhat.com>
2009
2010 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
2011
ba4bbdcb
KS
20122002-01-13 Keith Seitz <keiths@redhat.com>
2013
2014 * stack.c (print_frame_info_base): Print the frame's pc
2015 only if when print_frame_info_listing_hook is not defined.
2016
575bbeb6
KS
20172002-01-13 Keith Seitz <keiths@redhat.com>
2018
2019 * varobj.c (varobj_set_value): Make sure that there were no
2020 errors evaluating the object before attempting to set its
2021 value.
2022 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
2023 so this offset adjustment is no longer necessary.
2024 (create_child): Don't set the error flag if the child is
2025 a CPLUS_FAKE_CHILD.
2026 (value_of_child): If value_fetch_lazy fails, return NULL
2027 so that callers will be notified that an error occurred.
2028 (c_value_of_variable): Delay check of variable's validity
2029 until later. We actually want all structs and unions to have
2030 the value "{...}".
2031 Do not return "???" for variables which could not be evaluated.
2032 This error condition must be returned to the caller so that it
2033 can get the error condition from gdb.
2034 (cplus_name_of_child): Adjust index for vptr before figuring
2035 out the name of the child.
2036 (cplus_value_of_child): If a child's (real) parent is not valid,
2037 don't even bother trying to give a value for it. Just return
2038 an error. Change all instances in this function.
2039 (cplus_type_of_child): If our parent is one of the "fake"
2040 parents, we need to get at the type of the real parent, and
2041 derive the child's true type using this information.
2042
b76898ab
AC
20432002-01-13 Andrew Cagney <ac131313@redhat.com>
2044
2045 From 2002-01-09 John Marshall <johnm@falch.net>:
2046 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
2047 sources.redhat.com, and tweak some related URLs which had
2048 suffered from linkrot.
2049
b6649e88
AC
20502002-01-13 Andrew Cagney <ac131313@redhat.com>
2051
2052 From Jeff law:
2053 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
2054 structures passed in registers.
2055
82cc5033
EZ
20562002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
2057
2058 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
2059 white space which prevented compilation. Reported by DSK
2060 <dsk@student.unsw.edu.au>.
2061
ba5f2f8a
MS
20622002-01-11 Michael Snyder <msnyder@redhat.com>
2063
fbd35540
MS
2064 * symfile.c (build_section_addr_info_from_section_tab):
2065 Use bfd access method instead of manipulating bfd directly.
2066 (syms_from_objfile): Ditto.
2067 (simple_overlay_update_1): Ditto.
2068 (simple_overlay_update): Ditto.
2069 (generic_load): Ditto.
2070 (overlay_unmapped_address): FIXME comment, bfd access methods.
2071 (sections_overlap): FIXME comment, bfd access methods.
2072 (pc_in_mapped_range): FIXME comment, bfd access methods.
2073 (pc_in_unmapped_range): FIXME comment, bfd access methods.
2074 (section_is_mapped): FIXME comment, bfd access methods.
2075 (section_is_overlay): FIXME comment, bfd access methods.
2076
ba5f2f8a
MS
2077 * symfile.c (generic_load): Whitespace and long line cleanups.
2078 Remove duplicate variable, change several local variables to
2079 more appropriate data types.
2080 (print_transfer_performance): Use %lu instead of %ld for ulongs.
2081
17df2af6
AC
20822002-01-12 Andrew Cagney <ac131313@redhat.com>
2083
2084 From Peter Schauer:
2085 * language.c (longest_local_hex_string_custom): Use phex_nz to
2086 convert NUM to a hex string.
2087
ec920329
EZ
20882002-01-12 Elena Zannoni <ezannoni@redhat.com>
2089
2090 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
2091 the function.
538a76d6 2092 Update Copyright year.
ec920329 2093
3abd2e01
AC
20942002-01-12 Andrew Cagney <ac131313@redhat.com>
2095
2096 * language.c (longest_raw_hex_string): Delete unused function.
2097
b21b22e0
PS
20982002-01-11 Petr Sorfa <petrs@caldera.com>
2099
2100 * MAINTAINERS (write-after-approval): Add myself.
2101 * dwarf2read.c (read_tag_string_type): Handling of
2102 DW_AT_byte_size.
2103 (read_tag_string_type): FORTRAN fix to prevent propagation of
2104 first string size.
2105 (set_cu_language): Handling of DW_LANG_Fortran95
2106
747fe712
RE
21072002-01-11 Richard Earnshaw <rearnsha@arm.com>
2108
2109 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
2110 GETPID(inferior_ptid).
2111 (store_inferior_registers): Likewise.
2112
f1bea926
JM
21132002-01-10 Jason Merrill <jason@redhat.com>
2114
2115 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
2116 Fix DW_OP_minus.
2117
ae940673
AC
21182002-01-10 Andrew Cagney <ac131313@redhat.com>
2119
2120 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
2121 and bfd/elf32-sh-nbsd.c.
2122
00546b04
MS
21232002-01-10 Michael Snyder <msnyder@redhat.com>
2124
352ed7b4
MS
2125 * NEWS: Mention --pid and corefile/proc-id behavior change.
2126
c18be923
MS
2127 * Makefile.in: Add rules for gcore.o and linux-proc.o.
2128 * gcore.c: Include cli/cli-decode.h instead of command.h.
2129
00546b04
MS
2130 * main.c (captured_main): Add new command line option "--pid".
2131 If the second command line argument (following the symbol-file)
2132 begins with a digit, try to attach to it before trying to open
2133 it as a corefile.
2134 (print_gdb_help): Document the "--pid" argument.
2135
db60ec62
EZ
21362002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
2137
2138 * completer.c (command_completer): New function.
2139
2140 * completer.h <command_completer>: Add prototype.
2141
2142 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
2143 completer for the "help" command.
2144
39c22d1a
JM
21452002-01-09 Jason Merrill <jason@redhat.com>
2146
2147 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
2148
c564377f
MS
21492002-01-09 Michael Snyder <msnyder@redhat.com>
2150
975aec09
MS
2151 * i386-linux-nat.c (fill_fpxregset): Make global.
2152 (store_fpxregset): Ditto.
2153
db4a10fa
MS
2154 * gregset.h (gdb_fpxregset_t): Define.
2155 (supply_fpxregset): Prototype.
2156 (fill_fpxregset): Prototype.
2157
c564377f
MS
2158 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
2159
c3d45d70
RE
21602002-01-09 Richard Earnshaw <rearnsha@arm.com>
2161
2162 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
2163 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
2164 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
2165
fcc87af1
AC
21662002-01-09 Andrew Cagney <ac131313@redhat.com>
2167
2168 * MAINTAINERS: Update target maintainer rules so that any
2169 Maintainer can approve a tested patch for a maintenance-only
2170 target.
2171
dd96c05b
RE
21722002-01-09 Richard Earnshaw <rearnsha@arm.com>
2173
d4297db9 2174 * MAINTAINERS (write-after-approval): Add myself.
dd96c05b 2175
d4297db9 2176 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
dd96c05b
RE
2177 IN_SIGTRAMP.
2178
145fdc6e
MS
21792002-01-08 Michael Snyder <msnyder@redhat.com>
2180
2181 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
2182 real name of the executable, rather than the /proc name.
2183
be4d1333
MS
21842002-01-03 Michael Snyder <msnyder@redhat.com>
2185
2186 Implement a "generate-core-file" command in gdb, save target state.
2187 * gcore.c: New file. Implement new command 'generate-core-file'.
2188 Save a corefile image of the current state of the inferior.
2189 * linux-proc.c: Add linux-specific code for saving corefiles.
2190 * target.h (struct target_ops): Add new target vectors for saving
2191 corefiles; to_find_memory_regions and to_make_corefile_notes.
2192 (target_find_memory_regions): New macro.
2193 (target_make_corefile_notes): New macro.
2194 * target.c (update_current_target): Inherit new target methods.
2195 (dummy_find_memory_regions): New place-holder method.
2196 (dummy_make_corefile_notes): New place-holder method.
2197 (init_dummy_target): Initialize new dummy target vectors.
2198 * exec.c (exec_set_find_memory_regions): New function.
2199 Allow the exec_ops vector for memory regions to be taken over.
2200 (exec_make_note_section): New function, target vector method.
2201 * defs.h (exec_set_find_memory_regions): Export prototype.
2202 * procfs.c (proc_find_memory_regions): New function, corefile method.
2203 (procfs_make_note_section): New function, corefile method.
2204 (init_procfs_ops): Set new target vector pointers.
2205 (find_memory_regions_callback): New function.
2206 (procfs_do_thread_registers): New function.
2207 (procfs_corefile_thread_callback): New function.
2208 * sol-thread.c (sol_find_memory_regions): New function.
2209 (sol_make_note_section): New function.
2210 (init_sol_thread_ops): Initialize new target vectors.
2211 * inftarg.c (inftarg_set_find_memory_regions): New function.
2212 Allow to_find_memory_regions vector to be taken over.
2213 (inftarg_set_make_corefile_notes): New function.
2214 Allow to_make_corefile_notes vector to be taken over.
2215 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
2216 interface layer if not target_has_execution (may be a corefile).
2217 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
2218 * config/sparc/sun4sol2.mh: Ditto.
2219 * config/alpha/alpha-linux.mh: Ditto.
2220 * config/arm/linux.mh: Ditto.
2221 * config/i386/x86-64linux.mh: Ditto.
2222 * config/ia64/linux.mh: Ditto.
2223 * config/m68k/linux.mh: Ditto.
2224 * config/mips/linux.mh: Ditto.
2225 * config/powerpc/linux.mh: Ditto.
2226 * config/sparc/linux.mh: Ditto.
2227
c6b92abd
MS
22282002-01-07 Michael Snyder <msnyder@redhat.com>
2229
2230 * arm-linux-nat.c: Remove references to regcache.c internal data
2231 (registers[] and register_valid[]).
2232
4b09dc8c
MS
22332002-01-07 Michael Snyder <msnyder@redhat.com>
2234
abf22e64
AJ
2235 * linux-proc.c: New file. Implement child_pid_to_exec_file,
2236 so that attaching to a pid will automatically read the process's
4b09dc8c
MS
2237 symbol file and shlibs.
2238 * Makefile.in: Add rule for linux-proc.o.
2239 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
2240 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
2241 * config/arm/linux.mh: Ditto.
2242 * config/i386/linux.mh: Ditto.
2243 * config/i386/x86-64linux.mh: Ditto.
2244 * config/ia64/linux.mh: Ditto.
2245 * config/m68k/linux.mh: Ditto.
2246 * config/mips/linux.mh: Ditto.
2247 * config/powerpc/linux.mh: Ditto.
2248 * config/sparc/linux.mh: Ditto.
2249
c25b74ac
PM
22502002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
2251
2252 * win32-nat.c: Add i386-tdep.h dependency.
2253
94cd915f
MS
22542002-01-07 Michael Snyder <msnyder@redhat.com>
2255
c7cccb76
MS
2256 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
2257 instead of bfd_get_arch_size. Don't bail out just because
2258 there's no exec_bfd.
abf22e64 2259
34c0bd93
MS
2260 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
2261 * p-valprint.c (pascal_object_print_value): Ditto.
2262 * somread.c (som_symtab_read): Ditto.
2263 * symfile.c (simple_free_overlay_region_table): Ditto.
2264 * valops.c (value_assign): Ditto.
2265
21c1c920
MS
2266 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
2267 use tilde_expand and strerror for opening save-tracepoints file.
2268
5bbd998e
MS
2269 * thread-db.c (thread_db_new_objfile): Indendation fix.
2270
94cd915f
MS
2271 * infptrace.c (GDB_MAX_ALLOCA): New define.
2272 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
abf22e64 2273 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
94cd915f
MS
2274 can be overridden with whatever value is appropriate to the host).
2275 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
2276 alloca to allocate potentially large buffer.
2277 * rs6000-nat.c (child_xfer_memory): Ditto.
2278 * symm-nat.c (child_xfer_memory): Ditto.
2279 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
2280
494e8a93
JSC
22812002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
2282
2283 From Nick Clifton <nickc@redhat.com>
2284 * d10v-tdep.c: Set STACK_START to 0x200bffe.
2285
d0e1d48e
MS
22862002-01-07 Michael Snyder <msnyder@redhat.com>
2287
abf22e64 2288 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
d0e1d48e
MS
2289 Don't use exec_bfd if it's NULL.
2290
290b2c7a
MK
22912002-01-06 Mark Kettenis <kettenis@gnu.org>
2292
abf22e64 2293 * valops.c (value_arg_coerce): Fix formatting.
290b2c7a 2294
aef21287
AC
22952002-01-06 Andrew Cagney <ac131313@redhat.com>
2296
2297 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
2298 * gnu-nat.c: Ditto.
2299
30efa627
AC
23002002-01-06 Andrew Cagney <ac131313@redhat.com>
2301
2302 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
2303 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
2304 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
2305 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
2306 z8k-coff have not been multi-arched. Update z8k-coff build
2307 status.
2308
9b4ff276
AC
23092002-01-06 Andrew Cagney <ac131313@redhat.com>
2310
2311 * MAINTAINERS: Mark a29k target as obsolete.
2312 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
2313 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
2314 comments.
2315 * NEWS: Note that a29k targets are obsolete.
2316 * a29k-tdep.c: Mark as obsolete.
2317 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
2318 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
2319 a29k-*-vxworks* targets as obsolete.
2320 * remote-adapt.c: Obsolete.
2321 * remote-eb.c: Obsolete.
2322 * remote-mm.c: Obsolete.
2323 * remote-udi.c: Obsolete.
2324 * config/a29k/a29k-udi.mt: Obsolete.
2325 * config/a29k/a29k.mt: Obsolete.
2326 * config/a29k/tm-a29k.h: Obsolete.
2327 * config/a29k/tm-vx29k.h: Obsolete.
2328 * config/a29k/vx29k.mt: Obsolete.
2329
a9011d31
AC
23302002-01-05 Andrew Cagney <ac131313@redhat.com>
2331
2332 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
2333 with BFD_ENDIAN_BIG.
2334
9299404e
AC
23352002-01-05 Andrew Cagney <ac131313@redhat.com>
2336
2337 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
2338 * configure, config.in: Re-generate.
2339 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
2340 * defs.h: Do not include <endian.h>.
2341
7e89e357
JT
23422002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
2343
2344 * acconfig.h (HAVE_PT_GETXMMREGS): New.
2345 * config.in: Regenerate.
2346 * configure.in: Update copyright years.
2347 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
2348 * configure: Regenerate.
2349 * i386bsd-nat.c: Update copyright years.
2350 (fill_gregset): Use regcache_collect.
2351 (fetch_inferior_registers): Only fetch integer registers
2352 if requested to do so. Add support for XMM registers
2353 using PT_GETXMMREGS.
2354 (store_inferior_registers): Only store integer registers
2355 if requested to do so. Add support for XMM registers
2356 using PT_SETXMMREGS.
2357 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
2358 (store_inferior_registers): Remove.
2359 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
2360 (fetch_elfcore_registers): New function.
2361 (i386nbsd_elfcore_fns): New.
2362 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
2363 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
2364 i386bsd-nat.o.
2365 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
2366 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
2367 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
2368 * config/i386/tm-nbsd.h: Update copyright years.
2369 (HAVE_SSE_REGS): Define.
2370 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
2371 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
2372 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
2373 (SIGCONTEXT_PC_OFFSET): Remove.
2374 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
2375
a752853e
AC
23762002-01-05 Andrew Cagney <ac131313@redhat.com>
2377
2378 * configure.tgt: Remove powerpc-*-macos* target.
2379 * config/m68k/xm-mpw.h: Delete file.
2380 * config/xm-mpw.h: Delete file.
2381 * ser-mac.c: Delete file.
2382 * mpw-make.sed: Delete file.
2383 * mpw-config.in: Delete file.
2384 * mac-xdep.c: Delete file.
2385 * mac-gdb.r: Delete file.
2386 * mac-defs.h: Delete file.
2387 * mac-nat.c: Delete file.
2388 * config/powerpc/macos.mh: Delete file.
2389 * config/powerpc/macos.mt: Delete file.
2390 * config/powerpc/nm-macos.h: Delete file.
2391 * config/powerpc/tm-macos.h: Delete file.
2392 * source.c (openp, open_source_file): Remove obsolete code.
2393 * top.c (gdb_readline): Ditto.
2394 * utils.c (query): Ditto.
2395 * event-top.c (display_gdb_prompt): Ditto.
2396 * Makefile.in (ser-mac.o): Delete obsolete target.
2397 * NEWS: Update.
2398
d7449b42
AC
23992002-01-04 Andrew Cagney <ac131313@redhat.com>
2400
2401 * defs.h (BIG_ENDIAN): Delete macro definition.
2402 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
2403 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
2404 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
2405 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
2406 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
2407 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
2408 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
2409 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
2410 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
2411 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
2412 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
2413 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
2414 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
2415 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
2416 * gdbarch.c: Re-generate.
2417
356374e8
DJ
24182002-01-04 Daniel Jacobowitz <drow@mvista.com>
2419
2420 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
2421 for core files.
2422
a2b8f8f8
JT
24232002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
2424
2425 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
2426
12466af9
AC
24272002-01-04 Andrew Cagney <ac131313@redhat.com>
2428
2429 * value.h (value_ptr): Delete typedef.
2430
3549ab40
JT
24312002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
2432
2433 * i386nbsd-nat.c: Update copyright years.
2434 Include i386-tdep.h.
2435
fedbd091
EZ
24362002-01-04 Elena Zannoni <ezannoni@redhat.com>
2437
2438 * stabsread.c: Update copyright years.
2439
2440 From Debashis Mahata <debashis.mahata@wipro.com>:
2441 (read_struct_fields): Deal with Sun C compiler erroneous stab
2442 output for structs and unions.
fec8b34f 2443 Fix PR gdb/269.
fedbd091 2444
eb43544b
DJ
24452002-01-04 Daniel Jacobowitz <drow@mvista.com>
2446
2447 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
2448 prototype.
2449
1514d34e
DJ
24502002-01-04 Daniel Jacobowitz <drow@mvista.com>
2451
2452 * cp-abi.c: Fix whitespace.
2453 (baseclass_offset): New wrapper function.
2454 * cp-abi.h (baseclass_offset): Add prototype.
2455 (struct cp_abi_ops): Add baseclass_offset pointer.
2456
2457 * valops.c (vb_match): Move to...
2458 * gnu-v2-abi.c (vb_match): here.
2459 * valops.c (baseclass_offset): Move to...
2460 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
2461
2462 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
2463
2464 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
2465 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
2466 * hpacc-abi.c (init_hpacc_ops): Likewise.
2467
7f8c9282
DJ
24682002-01-04 Daniel Jacobowitz <drow@mvista.com>
2469
2470 * valops.c (find_overload_match): Accept obj as a
2471 reference parameter. Update it before returning.
2472 * value.h (find_overload_match): Update prototype.
2473 * eval.c (evaluate_subexp_standard): Pass object to
2474 find_overload_match by reference.
2475
f23631e4
AC
24762002-01-03 Andrew Cagney <ac131313@redhat.com>
2477
2478 * valarith.c: Replace value_ptr with struct value pointer. Remove
2479 register attribute from value declarations.
2480 * valops.c: Ditto.
2481 * value.h: Ditto.
2482 * scm-lang.c (scm_lookup_name): Ditto.
2483
79e10fab 24842002-01-03 Michael Snyder <msnyder@redhat.com>
abf22e64 2485
79e10fab
AC
2486 Abstract the functionality of iterating over mapped memory
2487 regions into a general purpose iterator function.
abf22e64 2488 * procfs.c (iterate_over_mappings): New function, general purpose
79e10fab
AC
2489 iterator for memory sections.
2490 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
2491 (solib_mappings_callback): New function, callback for above.
2492 (info_proc_mappings): Reimpliment using iterate_over_mappings.
2493 (info_mappings_callback): New function, callback for above.
2494
2495 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
2496
c5ad026a
MK
24972002-01-01 Mark Kettenis <kettenis@gnu.org>
2498
d2a7c97a
MK
2499 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
2500 * i386-tdep.c: Include "elf-bfd.h".
2501 (process_note_abi_tag_sections): New function.
2502 (i386_gdbarch_init): Add code to recognize various OS/ABI
2503 combinations.
2504
c5ad026a
MK
2505 * maint.c (_initialize_maint_cmds): Add missing \ in
2506 string-literal.
2507
a1a5b71e 2508For older changes see ChangeLog-2001
c906108c
SS
2509\f
2510Local Variables:
2511mode: change-log
2512left-margin: 8
2513fill-column: 74
2514version-control: never
2515End: